Search papers, labs, and topics across Lattice.
This paper investigates the effectiveness of dynamic preference elicitation strategies in Conversational Recommender Systems (CRSs), revealing that optimal strategies are context-sensitive and vary across dialogue stages. Through a systematic analysis, the authors find that early-stage interactions benefit from attribute-based inquiries, while item-based strategies yield better results as user preferences become more defined. They introduce the InPE dataset for fine-grained annotation of elicitation strategies and propose the COPE architecture, demonstrating that context-aware strategies significantly enhance recommendation quality.
Stage-dependent preference elicitation can dramatically improve the effectiveness of conversational recommendations, shifting the paradigm of how CRSs interact with users.
Conversational Recommender Systems (CRSs) are interactive systems that use multi-turn natural language dialogue to understand evolving user preferences and provide personalized recommendations. To achieve this goal, CRSs rely on preference elicitation strategies to actively gather informative preference cues from users; however, the timing and selection of these strategies during a conversation remain largely unexplored. While many existing studies emphasize eliciting explicit item attributes and tend to adopt relatively static elicitation strategies, the use of item-based preference elicitation and how it varies across different dialogue stages remains less explored. In this work, we conduct a systematic investigation of preference elicitation strategies from a stage-aware perspective. We provide empirical evidence that optimal preference elicitation strategies are stage-dependent and context-sensitive: attribute-based inquiries are effective in early stages, while item-based strategies become superior as preferences refine. To support this paradigm, we introduce InPE, a dataset enriched with fine-grained annotations for elicitation necessity and strategy selection. With this dataset, we propose COPE (COnversational Preference Elicitation via Mixture of Experts), a novel architecture for strategy modeling. Extensive offline evaluation on our dataset indicates that context-aware preference elicitation strategies are beneficial for conversational recommendation. In addition, the analysis of the predicted strategies uncovers consistent stage-wise tendencies in dialogue progression, providing empirical evidence of common interaction patterns in conversational recommendation systems. Our dataset is available at https://github.com/juanfacabian/InPE.