paper-with-me

Papers

The Whole is Better than the Sum: Using Aggregated Demonstrations in In-Context Learning for Sequential Recommendation

2024-03-15 · Lei Wang, Ee-Peng Lim

Large language models (LLMs) have shown excellent performance on various NLP tasks. To use LLMs as strong sequential recommenders, we explore the in-context learning approach to sequential recommendation. We investigate the effects of instruction format, task consistency, demonstration selection, and number of demonstrations. As increasing the number of demonstrations in ICL does not improve accuracy despite using a long prompt, we propose a novel method called LLMSRec-Syn that incorporates multiple demonstration users into one aggregated demonstration. Our experiments on three recommendation datasets show that LLMSRec-Syn outperforms state-of-the-art LLM-based sequential recommendation methods. In some cases, LLMSRec-Syn can perform on par with or even better than supervised learning methods. Our code is publicly available at https://github.com/demoleiwang/LLMSRec_Syn.

📄 PDF Abstract BibTeX arXiv:2403.10135

Code (1)

demoleiwang/llmsrec_syn 공식 구현 pytorch

Tasks

In-Context LearningSequential Recommendation

Similar Papers 제목 키워드 기반

WARP: Whole-Body Retargeting for Learning from Offline Human Demonstrations

2026-06-29 · Zhenyang Chen, Chuizheng Kong, Chuye Zhang, Yuanshao Yang 외 arxiv

Direct transfer from human demonstration to learnable robot action is a crucial step towards scalable whole-body mobile manipulation. While human data scales better than mobile teleoperation, it requires overcoming signi…

Scaling In-Context Demonstrations with Structured Attention

2023-07-05 · Tianle Cai, Kaixuan Huang, Jason D. Lee, Mengdi Wang

The recent surge of large language models (LLMs) highlights their ability to perform in-context learning, i.e., "learning" to perform a task from a few demonstrations in the context without any parameter updates. However…

DecoderIn-Context LearningSentence

Dr.ICL: Demonstration-Retrieved In-context Learning

2023-05-23 · Man Luo, Xin Xu, Zhuyun Dai, Panupong Pasupat 외

In-context learning (ICL), teaching a large language model (LLM) to perform a task with few-shot demonstrations rather than adjusting the model parameters, has emerged as a strong paradigm for using LLMs. While early stu…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+1

HoMMI: Learning Whole-Body Mobile Manipulation from Human Demonstrations

2026-03-03 · Xiaomeng Xu, Jisang Park, Han Zhang, Eric Cousineau 외 arxiv

We present Whole-Body Mobile Manipulation Interface (HoMMI), a data collection and policy learning framework that learns whole-body mobile manipulation directly from robot-free human demonstrations. We augment UMI interf…

Learning Web-based Procedures by Reasoning over Explanations and Demonstrations in Context

2020-07-01 · ACL 2020 6 · Shashank Srivastava, Oleks Polozov, R, Nebojsa Jojic 외

We explore learning web-based tasks from a human teacher through natural language explanations and a single demonstration. Our approach investigates a new direction for semantic parsing that models explaining a demonstra…

Language AcquisitionProgram SynthesisSemantic Parsing