Collect group history
Start with the items previously interacted with by any member of the group and select the target recommendation that needs to be explained.
Towards Fair and Explainable Group Recommendations via Counterfactuals.
Data Science Research Centre, Tampere University · Hellenic Mediterranean University & Archimedes/Athena RC
arXiv:2601.16882 · 2026
Group recommender systems help users make collective choices but often lack transparency, leaving group members uncertain about why items are suggested. Existing explanation methods focus on individuals, offering limited support for groups where multiple preferences interact.
In this paper, we propose a framework for group counterfactual explanations, which reveal how removing specific past interactions would change a group recommendation. We formalize this concept, introduce utility and fairness measures tailored to groups, and design heuristic algorithms, such as Pareto-based filtering and grow-and-prune strategies, for efficient explanation discovery. Experiments on MovieLens and Amazon datasets show clear trade-offs: low-cost methods produce larger, less fair explanations, while other approaches yield concise and balanced results at higher cost. Furthermore, the Pareto-filtering heuristic demonstrates significant efficiency improvements in sparse settings.
The essence of a counterfactual explanation lies in identifying the set of previously interacted items that, if removed, would prevent the appearance of a specific item (the target item) in the recommendation list. The problem can be described through the following question and its explanation.
“Why does the target item t appear in the group recommendation list?”
“If the group had not interacted with the items X, item t would not have been recommended.”
Start with the items previously interacted with by any member of the group and select the target recommendation that needs to be explained.
Use item metrics such as recognition, rating, influence, and explanatory power to identify interactions that are most likely to affect the target item.
Remove a candidate set from the group history and invoke the group recommender again on the updated interaction set.
Return the removed set as a counterfactual explanation only if the target item is absent from the new recommendation list.
The framework uses metrics at two levels. Item-level metrics help rank candidate interacted items for removal, while Explanation-level metrics evaluate whether a generated counterfactual is concise, interpretable, efficient, useful, and fair.
In a group setting, an explanation should not place the entire burden on one member's interaction history. The paper treats the removed items as an explanation burden and evaluates whether that burden is distributed evenly across the group.
An explanation can feel biased if it says that only one member's past interactions caused the target item to be recommended. Fairness asks whether the explanatory removals are shared across members instead of concentrating on a single profile.
For each group member, the framework counts how many of that member's interacted items appear in the explanation. It then compares these counts across members: more similar counts indicate a fairer explanation.
The paper measures imbalance using the standard deviation of the per-member contribution counts. A lower standard deviation means the burden is more balanced; perfect fairness occurs when all members contribute equally.
Uses Pareto dominance over item metrics as a preprocessing step. It removes non-dominated, high-impact candidates first and gradually relaxes the dominance threshold until the target item disappears.
Sorts items by total score and adds them one by one to a removal set. It is fast, but the resulting explanation can be larger than necessary because no pruning is applied.
Starts with a GreedyGrow counterfactual and then removes unnecessary items while preserving the counterfactual condition, producing a smaller and usually fairer explanation.
Uses explanatory power to reorder the items in an initial counterfactual and rebuilds the explanation from the most influential candidates.
Moves a fixed-size window over the ranked candidate list, tests each window, and then searches inside a successful window to find a compact subset.
@article{stratigi2026GroupRecExplanations,
title = {Explaining Group Recommendations via Counterfactuals},
author = {Stratigi, Maria and Bikakis, Nikos and Stefanidis, Kostas},
journal = {arXiv:2601.16882},
year = {2026}
}