paper-with-me

홈 › Papers

Integrating Summarization and Retrieval for Enhanced Personalization via Large Language Models

2023-10-30 · Chris Richardson, Yao Zhang, Kellen Gillespie, Sudipta Kar, Arshdeep Singh, Zeynab Raeesy, Omar Zia Khan, Abhinav Sethy

Personalization, the ability to tailor a system to individual users, is an essential factor in user experience with natural language processing (NLP) systems. With the emergence of Large Language Models (LLMs), a key question is how to leverage these models to better personalize user experiences. To personalize a language model's output, a straightforward approach is to incorporate past user data into the language model prompt, but this approach can result in lengthy inputs exceeding limitations on input length and incurring latency and cost issues. Existing approaches tackle such challenges by selectively extracting relevant user data (i.e. selective retrieval) to construct a prompt for downstream tasks. However, retrieval-based methods are limited by potential information loss, lack of more profound user understanding, and cold-start challenges. To overcome these limitations, we propose a novel summary-augmented approach by extending retrieval-augmented personalization with task-aware user summaries generated by LLMs. The summaries can be generated and stored offline, enabling real-world systems with runtime constraints like voice assistants to leverage the power of LLMs. Experiments show our method with 75% less of retrieved user data is on-par or outperforms retrieval augmentation on most tasks in the LaMP personalization benchmark. We demonstrate that offline summarization via LLMs and runtime retrieval enables better performance for personalization on a range of tasks under practical constraints.

📄 PDF Abstract BibTeX arXiv:2310.20081

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingRetrieval

Similar Papers 제목 키워드 기반

Adaptive Personalized Conversational Information Retrieval

2025-08-12 · Fengran Mo, Yuchen Hui, Yuxing Tian, Zhaoxuan Tan 외 arxiv

Personalized conversational information retrieval (CIR) systems aim to satisfy users' complex information needs through multi-turn interactions by considering user profiles. However, not all search queries require person…

Information Retrieval

Personalized Graph-Based Retrieval for Large Language Models

2025-01-04 · Steven Au, Cameron J. Dimacali, Ojasmitha Pedirappagari, Namyong Park 외

As large language models (LLMs) evolve, their ability to deliver personalized and context-aware responses offers transformative potential for improving user experiences. Existing personalization approaches, however, ofte…

Knowledge GraphsRetrievalRetrieval-augmented GenerationText Generation

RetrievalSum: A Retrieval Enhanced Framework for Abstractive Summarization

2021-09-16 · Chenxin An, Ming Zhong, Zhichao Geng, Jianqiang Yang 외

Existing summarization systems mostly generate summaries purely relying on the content of the source document. However, even for humans, we usually need some references or exemplars to help us fully understand the source…

Abstractive Text SummarizationRetrieval

SPARK: Search Personalization via Agent-Driven Retrieval and Knowledge-sharing

2025-12-30 · Gaurab Chhetri, Subasish Das, Tausif Islam Chowdhury arxiv

Personalized search demands the ability to model users' evolving, multi-dimensional information needs; a challenge for systems constrained by static profiles or monolithic retrieval pipelines. We present SPARK (Search Pe…

Information Retrieval

Aspect-Based Summarization with Self-Aspect Retrieval Enhanced Generation

2025-04-17 · Yichao Feng, Shuai Zhao, Yueqiu Li, Luwei Xiao 외

Aspect-based summarization aims to generate summaries tailored to specific aspects, addressing the resource constraints and limited generalizability of traditional summarization approaches. Recently, large language model…

HallucinationIn-Context LearningPrompt EngineeringRetrieval