paper-with-me

홈 › Papers

RecCoT: Enhancing Recommendation via Chain-of-Thought

2025-06-26 · Shuo Yang, Jiangxia Cao, Haipeng Li, Yuqi Mao, Shuchao Pang

In real-world applications, users always interact with items in multiple aspects, such as through implicit binary feedback (e.g., clicks, dislikes, long views) and explicit feedback (e.g., comments, reviews). Modern recommendation systems (RecSys) learn user-item collaborative signals from these implicit feedback signals as a large-scale binary data-streaming, subsequently recommending other highly similar items based on users' personalized historical interactions. However, from this collaborative-connection perspective, the RecSys does not focus on the actual content of the items themselves but instead prioritizes higher-probability signals of behavioral co-occurrence among items. Consequently, under this binary learning paradigm, the RecSys struggles to understand why a user likes or dislikes certain items. To alleviate it, some works attempt to utilize the content-based reviews to capture the semantic knowledge to enhance recommender models. However, most of these methods focus on predicting the ratings of reviews, but do not provide a human-understandable explanation.

📄 PDF Abstract BibTeX arXiv:2506.21032

Code (1)

shuoyang2/reccot 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Improving LLM-powered Recommendations with Personalized Information

2025-02-19 · Jiahao Liu, Xueshuo Yan, Dongsheng Li, Guangping Zhang 외

Due to the lack of explicit reasoning modeling, existing LLM-powered recommendations fail to leverage LLMs' reasoning capabilities effectively. In this paper, we propose a pipeline called CoT-Rec, which integrates two ke…

Recommendation Systems

Contrastive Chain-of-Thought Prompting

2023-11-15 · Yew Ken Chia, Guizhen Chen, Luu Anh Tuan, Soujanya Poria 외

Despite the success of chain of thought in enhancing language model reasoning, the underlying process remains less well understood. Although logically sound reasoning appears inherently crucial for chain of thought, prio…

Language ModelingLanguage Modellingvalid

Unleashing the Power of Large Language Model for Denoising Recommendation

2025-02-13 · Shuyao Wang, Zhi Zheng, Yongduo Sui, Hui Xiong

Recommender systems are crucial for personalizing user experiences but often depend on implicit feedback data, which can be noisy and misleading. Existing denoising studies involve incorporating auxiliary information or …

DenoisingLanguage ModelingLanguage ModellingLarge Language Model+2

SleepCoT: A Lightweight Personalized Sleep Health Model via Chain-of-Thought Distillation

2024-10-22 · huimin zheng, Xiaofeng Xing, Xiangmin Xu

We present a novel approach to personalized sleep health management using few-shot Chain-of-Thought (CoT) distillation, enabling small-scale language models (> 2B parameters) to rival the performance of large language mo…

Management

LogiCoT: Logical Chain-of-Thought Instruction-Tuning

2023-05-20 · Hanmeng Liu, Zhiyang Teng, Leyang Cui, Chaoli Zhang 외

Generative Pre-trained Transformer 4 (GPT-4) demonstrates impressive chain-of-thought reasoning ability. Recent work on self-instruction tuning, such as Alpaca, has focused on enhancing the general proficiency of models.…

Logical ReasoningText Generation