English

Does LLM Focus on the Right Words? Mitigating Context Bias in LLM-based Recommenders

Information Retrieval 2026-01-27 v3

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 Context 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 context bias. Extensive experiments conducted on three public datasets demonstrate that GDRT effectively mitigates context bias, yielding substantial improvements in recommendation accuracy (with an average NDCG@10 gain of 24.29%) and significantly enhancing recommendation fairness. The code is available at https://github.com/WANGBohaO-jpg/GDRT.

Keywords

Cite

@article{arxiv.2510.10978,
  title  = {Does LLM Focus on the Right Words? Mitigating Context Bias in LLM-based Recommenders},
  author = {Bohao Wang and Jiawei Chen and Feng Liu and Changwang Zhang and Jun Wang and Canghong Jin and Chun Chen and Can Wang},
  journal= {arXiv preprint arXiv:2510.10978},
  year   = {2026}
}

Comments

Accepted by WWW2026