RLPF: Reinforcement Learning from Prediction Feedback for User Summarization with LLMs
Abstract
LLM-powered personalization agent systems employ Large Language Models (LLMs) to predict users’ behavior from their past activities. However, their effectiveness often hinges on the ability to effectively leverage extensive, long user historical data due to its inherent noise and length of such data. Existing pre-trained LLMs may generate summaries that are concise but lack the necessary context for downstream tasks, hindering their utility in personalization systems. To address these challenges, we introduce Reinforcement Learning from Prediction Feedback (RLPF). RLPF fine-tunes LLMs to generate concise, human-readable user summaries that are optimized for downstream task performance. By maximizing the usefulness of the generated summaries, RLPF effectively distills extensive user history data while preserving essential information for downstream tasks. Our empirical evaluation demonstrates significant improvements in both extrinsic downstream task utility and intrinsic summary quality, surpassing baseline methods by up to 22% and achieving an up to 84.59% win rate on Factuality, Abstractiveness, and Readability. RLPF also achieves a remarkable 74% reduction while improving performance on 16 out of 19 unseen tasks and/or datasets, showcasing its generalizability. This approach offers a promising solution for enhancing LLM personalization by effectively transforming long, noisy user histories into informative and human-readable representations.
Cite
Text
Wu et al. "RLPF: Reinforcement Learning from Prediction Feedback for User Summarization with LLMs." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I24.34738Markdown
[Wu et al. "RLPF: Reinforcement Learning from Prediction Feedback for User Summarization with LLMs." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/wu2025aaai-rlpf/) doi:10.1609/AAAI.V39I24.34738BibTeX
@inproceedings{wu2025aaai-rlpf,
title = {{RLPF: Reinforcement Learning from Prediction Feedback for User Summarization with LLMs}},
author = {Wu, Jiaxing and Ning, Lin and Liu, Luyang and Lee, Harrison and Wu, Neo and Wang, Chao and Prakash, Sushant and O'Banion, Shawn and Green, Bradley and Xie, Jun},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {25488-25496},
doi = {10.1609/AAAI.V39I24.34738},
url = {https://mlanthology.org/aaai/2025/wu2025aaai-rlpf/}
}