IRAICLMay 20, 2024

Reindex-Then-Adapt: Improving Large Language Models for Conversational Recommendation

arXiv:2405.12119v126 citationsh-index: 19WSDM
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in conversational recommender systems for platforms needing better distribution control, representing an incremental improvement by hybridizing LLMs with traditional methods.

The paper tackles the challenge of controlling item distributions in conversational recommendation with LLMs, which struggle with multi-token generation and shifting data like popularity, by proposing the Reindex-Then-Adapt framework that converts item titles to single tokens and adjusts probabilities, resulting in improved accuracy metrics across three datasets and two settings.

Large language models (LLMs) are revolutionizing conversational recommender systems by adeptly indexing item content, understanding complex conversational contexts, and generating relevant item titles. However, controlling the distribution of recommended items remains a challenge. This leads to suboptimal performance due to the failure to capture rapidly changing data distributions, such as item popularity, on targeted conversational recommendation platforms. In conversational recommendation, LLMs recommend items by generating the titles (as multiple tokens) autoregressively, making it difficult to obtain and control the recommendations over all items. Thus, we propose a Reindex-Then-Adapt (RTA) framework, which converts multi-token item titles into single tokens within LLMs, and then adjusts the probability distributions over these single-token item titles accordingly. The RTA framework marries the benefits of both LLMs and traditional recommender systems (RecSys): understanding complex queries as LLMs do; while efficiently controlling the recommended item distributions in conversational recommendations as traditional RecSys do. Our framework demonstrates improved accuracy metrics across three different conversational recommendation datasets and two adaptation settings

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes