Back to glossary

Recommendation Diversity

A measure of how varied the items in a recommendation set are, balancing relevance with breadth to prevent monotonous experiences and expose users to a range of options across different categories, styles, or attributes.

Recommendation diversity quantifies the variety within a set of recommended items. High diversity means recommended items span multiple categories, attributes, or content types, while low diversity means recommendations cluster around similar items. Diversity is measured at both the individual level (intra-list diversity) and system level (aggregate diversity across all users).

For growth teams, recommendation diversity directly impacts user satisfaction and long-term engagement. While maximizing immediate relevance often produces homogeneous recommendations, users typically prefer some variety in their options. AI research has developed several approaches to balancing relevance and diversity, including maximum marginal relevance re-ranking, determinantal point processes, and multi-objective optimization. Growth engineers should implement diversity constraints or re-ranking layers on top of their core recommendation models. The optimal diversity level varies by context: product search results should emphasize relevance, while discovery feeds benefit from higher diversity. Teams should run experiments comparing different diversity levels and measure impact on both short-term engagement metrics and longer-term retention, since diversity improvements often show stronger effects over time as users discover more of the product catalog.

Related Terms