Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Integrating Summarization and Retrieval for Enhanced Personalization via Large Language Models

About

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.

Chris Richardson, Yao Zhang, Kellen Gillespie, Sudipta Kar, Arshdeep Singh, Zeynab Raeesy, Omar Zia Khan, Abhinav Sethy• 2023

Related benchmarks

TaskDatasetResultRank
Personalized Question AnsweringPFQABench 1.0 (test)
P-Score49.6
48
View-change predictionView-change prediction dataset
F1 Score0.3141
18
Task CompletionSynthetic personalized interaction datasets (evaluation)
Task Completion Score8.48
10
PersonalizationSynthetic personalized interaction datasets (eval)
Personalization Score6.22
10
Language Model PersonalizationLaMP few-shot personalization setting
LaMP-1 Accuracy48.8
8
Language Model PersonalizationLaMP standard (full-data)
LaMP-1 Score0.702
8
Personalized Review GenerationYelp Open Dataset (test)
R-10.259
7
Personalized Review GenerationCDs & Vinyl
ROUGE-10.2958
7
Personalized Review GenerationMovies & TV
ROUGE-128.43
7
Personalized Review GenerationBooks
ROUGE-131.83
7
Showing 10 of 10 rows

Other info

Follow for update