paper-with-me

Papers

DRDT: Dynamic Reflection with Divergent Thinking for LLM-based Sequential Recommendation

2023-12-18 · Yu Wang, Zhiwei Liu, JianGuo Zhang, Weiran Yao, Shelby Heinecke, Philip S. Yu

The rise of Large Language Models (LLMs) has sparked interest in their application to sequential recommendation tasks as they can provide supportive item information. However, due to the inherent complexities of sequential recommendation, such as sequential patterns across datasets, noise within sequences, and the temporal evolution of user preferences, existing LLM reasoning strategies, such as in-context learning and chain-of-thought are not fully effective. To address these challenges, we introduce a novel reasoning principle: Dynamic Reflection with Divergent Thinking within a retriever-reranker framework. Our approach starts with a collaborative in-context demonstration retriever, which collects sequences exhibiting collaborative behaviors as in-context examples. Following this, we abstract high-level user preferences across multiple aspects, providing a more nuanced understanding of user interests and circumventing the noise within the raw sequences. The cornerstone of our methodology is dynamic reflection, a process that emulates human learning through probing, critiquing, and reflecting, using user feedback to tailor the analysis more effectively to the target user in a temporal manner. We evaluate our approach on three datasets using six pre-trained LLMs. The superior performance observed across these models demonstrates the efficacy of our reasoning strategy, notably achieved without the need to fine-tune the LLMs. With our principle, we managed to outperform GPT-Turbo-3.5 on three datasets using 7b models e.g., Vicuna-7b and Openchat-7b on NDCG@10. This research not only highlights the potential of LLMs in enhancing sequential recommendation systems but also underscores the importance of developing tailored reasoning strategies to fully harness their capabilities.

📄 PDF Abstract BibTeX arXiv:2312.11336

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningRecommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Interpreting and Mitigating Hallucination in MLLMs through Multi-agent Debate

2024-07-30 · Zheng Lin, Zhenxing Niu, Zhibin Wang, Yinghui Xu

MLLMs often generate outputs that are inconsistent with the visual content, a challenge known as hallucination. Previous methods focus on determining whether a generated output is hallucinated, without identifying which …

Hallucination

Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate

2023-05-30 · Tian Liang, Zhiwei He, Wenxiang Jiao, Xing Wang 외

Modern large language models (LLMs) like ChatGPT have shown remarkable performance on general language tasks but still struggle on complex reasoning tasks, which drives the research on cognitive behaviors of LLMs to expl…

Arithmetic ReasoningMachine Translation

Beyond One Path: Evaluating and Enhancing Divergent Thinking in Interactive LLM Agents

2026-05-27 · Jihyeong Park, Ingeol Baek, Jeonghyun Park, Hwanhee Lee arxiv

Divergent thinking is a core dimension of creativity, yet existing evaluations of Large Language Models (LLMs) treat them as single-turn text generations, failing to capture how an agent reasons through iterative interac…

CreativityNeuro: Steering Language Model Weights to Improve Divergent Thinking and Reduce Mode Collapse

2026-07-01 · Samuel Schapiro, Core Francisco Park, Felix Sosa, Lav R. Varshney arxiv

Divergent thinking is a crucial aspect of creativity, yet large language models (LLMs) tend to consistently generate similar responses to open-ended questions, in what has been termed the artificial hivemind effect. Here…

Assessing the Creativity of Large Language Models: Testing, Limits, and New Frontiers

2026-05-13 · Samuel Schapiro, Alexi Gladstone, Jonah Black, Heng Ji arxiv

Measuring the creativity of large language models (LLMs) is essential for designing methods that can improve creativity and for enhancing our scientific understanding of this ability. To accomplish this, it has become co…