English

ReGeS: Reciprocal Retrieval-Generation Synergy for Conversational Recommender Systems

Information Retrieval 2025-09-29 v1 Artificial Intelligence Computation and Language Machine Learning

Abstract

Connecting conversation with external domain knowledge is vital for conversational recommender systems (CRS) to correctly understand user preferences. However, existing solutions either require domain-specific engineering, which limits flexibility, or rely solely on large language models, which increases the risk of hallucination. While Retrieval-Augmented Generation (RAG) holds promise, its naive use in CRS is hindered by noisy dialogues that weaken retrieval and by overlooked nuances among similar items. We propose ReGeS, a reciprocal Retrieval-Generation Synergy framework that unifies generation-augmented retrieval to distill informative user intent from conversations and retrieval-augmented generation to differentiate subtle item features. This synergy obviates the need for extra annotations, reduces hallucinations, and simplifies continuous updates. Experiments on multiple CRS benchmarks show that ReGeS achieves state-of-the-art performance in recommendation accuracy, demonstrating the effectiveness of reciprocal synergy for knowledge-intensive CRS tasks.

Keywords

Cite

@article{arxiv.2509.21371,
  title  = {ReGeS: Reciprocal Retrieval-Generation Synergy for Conversational Recommender Systems},
  author = {Dayu Yang and Hui Fang},
  journal= {arXiv preprint arXiv:2509.21371},
  year   = {2025}
}

Comments

Accepted by WISE 2025: 26th International Web Information Systems Engineering conference. Our code is publicly available at the link: https://github.com/dayuyang1999/ReGeS

R2 v1 2026-07-01T05:56:41.212Z