Bridging Semantic Understanding and Popularity Bias with LLMs
Renqiang Luo, Dong Zhang, Yupeng Gao, Wen Shi, Mingliang Hou, Jiaying Liu, Zhe Wang, Shuo Yu
TL;DR
This work tackles the semantic understanding of popularity bias in RecLLMs by showing that surface-level cues like diversity or debiasing prompts fail to capture the underlying causal factors driving bias. It introduces FairLRM, a dual-side framework that explicitly models popularity bias from item and user perspectives via instruction-based prompts, embedding structured popularity signals and user segmentation into the LLM guidance. Empirical results across MovieLens-20M and Goodbooks-10k demonstrate that FairLRM improves long-tail exposure (LtC) and reduces user-side miscalibration (MRMC) while preserving or enhancing accuracy (MRR, F1) compared to vanilla, diversity, and traditional debiasing baselines. The approach highlights the importance of semantically grounded guidance in RecLLMs for fairer, more trustworthy recommendations and provides a practical pathway toward extending semantic debiasing to broader fairness concerns in recommender systems.
Abstract
Semantic understanding of popularity bias is a crucial yet underexplored challenge in recommender systems, where popular items are often favored at the expense of niche content. Most existing debiasing methods treat the semantic understanding of popularity bias as a matter of diversity enhancement or long-tail coverage, neglecting the deeper semantic layer that embodies the causal origins of the bias itself. Consequently, such shallow interpretations limit both their debiasing effectiveness and recommendation accuracy. In this paper, we propose FairLRM, a novel framework that bridges the gap in the semantic understanding of popularity bias with Recommendation via Large Language Model (RecLLM). FairLRM decomposes popularity bias into item-side and user-side components, using structured instruction-based prompts to enhance the model's comprehension of both global item distributions and individual user preferences. Unlike traditional methods that rely on surface-level features such as "diversity" or "debiasing", FairLRM improves the model's ability to semantically interpret and address the underlying bias. Through empirical evaluation, we show that FairLRM significantly enhances both fairness and recommendation accuracy, providing a more semantically aware and trustworthy approach to enhance the semantic understanding of popularity bias. The implementation is available at https://github.com/LuoRenqiang/FairLRM.
