English

Preference Discerning with LLM-Enhanced Generative Retrieval

Information Retrieval 2025-10-13 v2 Artificial Intelligence Machine Learning Machine Learning

Abstract

In sequential recommendation, models recommend items based on user's interaction history. To this end, current models usually incorporate information such as item descriptions and user intent or preferences. User preferences are usually not explicitly given in open-source datasets, and thus need to be approximated, for example via large language models (LLMs). Current approaches leverage approximated user preferences only during training and rely solely on the past interaction history for recommendations, limiting their ability to dynamically adapt to changing preferences, potentially reinforcing echo chambers. To address this issue, we propose a new paradigm, namely preference discerning, which explicitly conditions a generative recommendation model on user preferences in natural language within its context. To evaluate preference discerning, we introduce a novel benchmark that provides a holistic evaluation across various scenarios, including preference steering and sentiment following. Upon evaluating current state-of-the-art methods on our benchmark, we discover that their ability to dynamically adapt to evolving user preferences is limited. To address this, we propose a new method named Mender (M\textbf{M}ultimodal Preferen\textbf{en}ce D\textbf{D}iscerner\textbf{er}), which achieves state-of-the-art performance in our benchmark. Our results show that Mender effectively adapts its recommendation guided by human preferences, even if not observed during training, paving the way toward more flexible recommendation models.

Keywords

Cite

@article{arxiv.2412.08604,
  title  = {Preference Discerning with LLM-Enhanced Generative Retrieval},
  author = {Fabian Paischer and Liu Yang and Linfeng Liu and Shuai Shao and Kaveh Hassani and Jiacheng Li and Ricky Chen and Zhang Gabriel Li and Xiaoli Gao and Wei Shao and Xue Feng and Nima Noorshams and Sem Park and Bo Long and Hamid Eghbalzadeh},
  journal= {arXiv preprint arXiv:2412.08604},
  year   = {2025}
}

Comments

Accepted at TMLR, Code available at https://github.com/facebookresearch/preference_discerning

R2 v1 2026-06-28T20:31:22.068Z