English

Conversational Recommendation as Retrieval: A Simple, Strong Baseline

Computation and Language 2023-05-24 v1 Information Retrieval

Abstract

Conversational recommendation systems (CRS) aim to recommend suitable items to users through natural language conversation. However, most CRS approaches do not effectively utilize the signal provided by these conversations. They rely heavily on explicit external knowledge e.g., knowledge graphs to augment the models' understanding of the items and attributes, which is quite hard to scale. To alleviate this, we propose an alternative information retrieval (IR)-styled approach to the CRS item recommendation task, where we represent conversations as queries and items as documents to be retrieved. We expand the document representation used for retrieval with conversations from the training set. With a simple BM25-based retriever, we show that our task formulation compares favorably with much more complex baselines using complex external knowledge on a popular CRS benchmark. We demonstrate further improvements using user-centric modeling and data augmentation to counter the cold start problem for CRSs.

Keywords

Cite

@article{arxiv.2305.13725,
  title  = {Conversational Recommendation as Retrieval: A Simple, Strong Baseline},
  author = {Raghav Gupta and Renat Aksitov and Samrat Phatale and Simral Chaudhary and Harrison Lee and Abhinav Rastogi},
  journal= {arXiv preprint arXiv:2305.13725},
  year   = {2023}
}

Comments

To appear at the 5th NLP4ConvAI workshop

R2 v1 2026-06-28T10:42:29.676Z