Dominating in Recommender Systems#
When a few popular items crowd out the rest of recommendations.
Important
✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.
What it is#
A multi-criteria notion. One item dominates another (Pareto dominance) when it is at least as good on every criterion and strictly better on at least one:
If a hotel is cheaper, closer and higher-rated than another, it dominates it.
The skyline#
The items not dominated by any other form the skyline (the Pareto frontier) — the only candidates worth recommending under multiple objectives, since every dominated item is beaten outright by something in the skyline.
Why it matters#
Multi-criteria recommenders (price, distance, rating, recency) use dominance to prune clearly-inferior options before ranking. Dominance also names a failure mode — when a few popular items dominate everyone’s lists, crowding out the long tail and harming exposure fairness.
Theme: Recommender Systems · All terminology
Hint
Mind map — connected ideas
Relevance in Recommender Systems · Long-Tail Items · Intra-List Diversity (ILD) · Diminishing Utility · Catalog Coverage · Self-Information of Popularity
Hint
More in Recommender Systems
Catalog Coverage · Cosine Similarity of Item Features · Diminishing Utility · Diversity (in Recommender Systems) · Genre Overlap · Hit Rate (HR) · Intra-List Diversity (ILD) · Item Coverage · Jaccard index · Novelty (in Recommender Systems) · Relevance in Recommender Systems · Self-Information of Popularity · User Coverage
See also
Source article Adapted (context, re-expressed) in our own words from: Dominating in Recommender Systems (insightful-data-lab.com).