paper-with-me

Papers

Alleviating the Long-Tail Problem in Conversational Recommender Systems

2023-07-21 · Zhipeng Zhao, Kun Zhou, Xiaolei Wang, Wayne Xin Zhao, Fan Pan, Zhao Cao, Ji-Rong Wen

Conversational recommender systems (CRS) aim to provide the recommendation service via natural language conversations. To develop an effective CRS, high-quality CRS datasets are very crucial. However, existing CRS datasets suffer from the long-tail issue, \ie a large proportion of items are rarely (or even never) mentioned in the conversations, which are called long-tail items. As a result, the CRSs trained on these datasets tend to recommend frequent items, and the diversity of the recommended items would be largely reduced, making users easier to get bored. To address this issue, this paper presents \textbf{LOT-CRS}, a novel framework that focuses on simulating and utilizing a balanced CRS dataset (\ie covering all the items evenly) for improving \textbf{LO}ng-\textbf{T}ail recommendation performance of CRSs. In our approach, we design two pre-training tasks to enhance the understanding of simulated conversation for long-tail items, and adopt retrieval-augmented fine-tuning with label smoothness strategy to further improve the recommendation of long-tail items. Extensive experiments on two public CRS datasets have demonstrated the effectiveness and extensibility of our approach, especially on long-tail recommendation.

📄 PDF Abstract BibTeX arXiv:2307.11650

Code (1)

oran-ac/lot-crs 공식 구현 pytorch

Tasks

DiversityRecommendation SystemsRetrieval

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

LumiCRS: Asymmetric Contrastive Prototype Learning for Long-Tail Conversational Movie Recommendation

2025-07-07 · Jinzhi Wang, Bin Li, Qingke Peng, Haozhou Li 외

Conversational recommender systems (CRSs) often suffer from an extreme long-tail distribution of dialogue data, causing a strong bias toward head-frequency blockbusters that sacrifices diversity and exacerbates the cold-…

DiversityFairnessInformativenessMovie Recommendation+1

Why Multi-Interest Fairness Matters: Hypergraph Contrastive Multi-Interest Learning for Fair Conversational Recommender System

2025-07-01 · Yongsen Zheng, Zongxuan Xie, Guohua Wang, Ziyao Liu 외

Unfairness is a well-known challenge in Recommender Systems (RSs), often resulting in biased outcomes that disadvantage users or items based on attributes such as gender, race, age, or popularity. Although some approache…

Contrastive LearningFairnessRecommendation Systems

Towards Fair Conversational Recommender Systems

2022-08-08 · Allen Lin, Ziwei Zhu, Jianling Wang, James Caverlee

Conversational recommender systems have demonstrated great success. They can accurately capture a user's current detailed preference -- through a multi-round interaction cycle -- to effectively guide users to a more pers…

FairnessRecommendation Systems

MELT: Mutual Enhancement of Long-Tailed User and Item for Sequential Recommendation

2023-04-17 · Kibum Kim, Dongmin Hyun, Sukwon Yun, Chanyoung Park

The long-tailed problem is a long-standing challenge in Sequential Recommender Systems (SRS) in which the problem exists in terms of both users and items. While many existing studies address the long-tailed problem in SR…

Recommendation SystemsSequential Recommendation

Quantifying and Mitigating Popularity Bias in Conversational Recommender Systems

2022-08-05 · Allen Lin, Jianling Wang, Ziwei Zhu, James Caverlee

Conversational recommender systems (CRS) have shown great success in accurately capturing a user's current and detailed preference through the multi-round interaction cycle while effectively guiding users to a more perso…

AttributeRecommendation Systems