🎁  Catalog Coverage

Catalog Coverage#

The share of the item catalog that ever gets recommended.

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#

Catalog coverage is the proportion of the entire item catalog that a recommender actually surfaces to users — the share of products that ever appear in someone’s recommendations. It measures the breadth of the system’s reach, not the quality of any one list.

The formula#

\[\text{Catalog Coverage} = \frac{|\text{distinct items recommended}|}{|\text{total items in catalog}|},\]

computed as an aggregate over all users and a time window (often expressed as a percentage).

Why it matters#

Low coverage signals popularity bias — the system funnels everyone toward the same few hits, starving the long tail and neglecting niche tastes; high coverage means diverse, inclusive recommendations. Because recommending popular items is often accurate but narrow, coverage is reported alongside accuracy — a good system scores well on both.


Theme: Recommender Systems  ·  All terminology



See also

Source article Adapted (context, re-expressed) in our own words from: Catalog Coverage (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: advanced