Does LLM Focus on the Right Words? Diagnosing Language Bias in LLM-based Recommenders
Bohao Wang, Jiawei Chen, Feng Liu, Changwang Zhang, Jun Wang, Canghong Jin, Chun Chen, Can Wang
TL;DR
This work identifies a critical language bias emerging when fine-tuning LLM-based recommender systems, where models over-rely on auxiliary tokens at the expense of user interaction signals. It introduces GDRT, a Group Distributionally Robust Optimization-based tuning method that partitions token targets by their relevance to auxiliary prompts and optimizes performance across groups via a closed-form Group DRO objective, thus shifting attention toward informative user signals. Empirical results on three Amazon datasets show that GDRT delivers substantial accuracy gains (average NDCG@10 +24.29%) and fairness improvements (average MGU@5 −37.43%) over state-of-the-art baselines, while remaining efficient and easy to integrate with other LLM-based RS. The findings highlight the practical value of group-aware robust optimization for mitigating shortcut learning in language-grounded recommendations and improving user-centric fairness in large-scale systems.
Abstract
Large language models (LLMs), owing to their extensive open-domain knowledge and semantic reasoning capabilities, have been increasingly integrated into recommender systems (RS). However, a substantial gap remains between the pre-training objectives of LLMs and the specific requirements of recommendation tasks. To address this gap, supervised fine-tuning (SFT) is commonly performed on specially curated recommendation datasets to further enhance their predictive ability. Despite its success, SFT exhibits a critical limitation: it induces Language Bias, whereby the model over-relies on auxiliary tokens-such as task descriptions and prefix-generated tokens-while underutilizing core user interaction tokens that encode user-specific preferences. This bias not only undermines recommendation accuracy but also raises unfairness concerns. To address this issue, we propose Group Distributionally Robust Optimization-based Tuning (GDRT), a novel fine-tuning paradigm that enforces consistent model performance across token groups with varying degrees of relevance to auxiliary tokens. By adaptively upweighting underperforming groups, typically those weakly correlated with auxiliary tokens, GDRT shifts the model's attention from superficial auxiliary cues to informative user interaction tokens, thereby mitigating language bias. Extensive experiments conducted on three public datasets demonstrate that GDRT effectively mitigates language bias, yielding substantial improvements in recommendation accuracy (with an average NDCG@10 gain of 24.29%) and significantly enhancing recommendation fairness.
