2021

RecInDial: A Unified Framework for Conversational Recommendation with Pretrained Language Models

Wang, Lingzhi, Hu, Huang, Sha, Lei et al.

Understand

Conversational Recommender System (CRS), which aims to recommend high-quality items to users through interactive conversations, has gained great research interest recently.

  • A CRS is usually composed of a recommendation module and a generation module.
  • In the previous work, these two modules are loosely connected in the model training and are shallowly integrated during inference, where a simple switching or copy mechanism is adopted to incorporate recommended items into generated responses.
  • Moreover, the current end-to-end neural models trained on small crowd-sourcing datasets (e.g., 10K dialogs in the ReDial dataset) tend to overfit and have poor chit-chat ability.

Reading the bibliography…