Less Is Personal: Learning Minimal Sufficient User Profiles for Personalized Language Models

📄 arXiv: 2609.08180v1 📥 PDF

作者: Minghang Liu, Qiang Qiu, Yuanzhuo Wang, Huawei Shen, Xueqi Cheng

分类: cs.AI

发布日期: 2026-09-08

备注: 21 pages


💡 一句话要点

提出ENOUGH方法以解决个性化语言模型的冗余用户记录问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 个性化语言模型 用户档案 动态选择 检索增强 效率提升 行为记录 机器学习

📋 核心要点

  1. 现有个性化语言模型在处理用户历史记录时,常常会引入冗余或无关的记录,导致效率低下。
  2. 本文提出ENOUGH方法,通过动态构建用户档案,适应性地选择和排序用户记录,以减少冗余信息。
  3. 实验结果显示,ENOUGH在多个个性化任务中表现优异,显著提高了模型的有效性和效率。

📝 摘要(中文)

检索增强个性化使大型语言模型能够利用用户历史记录生成更准确的输出。然而,现有个性化语言模型通常会固定前置多个用户记录,即使额外的历史记录可能是冗余或无关的。本文研究了最小充分个性化,旨在为每个输入构建成本最低的有序用户档案,同时保持从候选池中检索到的效用。我们提出了ENOUGH方法,通过迭代添加行为记录或发出停止信号,构建具有自适应长度的档案。离线的有界反事实搜索评估档案前缀,综合考虑下游收益、用户特异性和令牌成本。实验结果表明,ENOUGH在六个个性化任务中均优于强基线,既提高了有效性又提升了效率。

🔬 方法详解

问题定义:本文旨在解决个性化语言模型中冗余用户记录的问题。现有方法通常固定前置多个用户记录,导致信息冗余和效率低下。

核心思路:我们提出的ENOUGH方法通过动态构建用户档案,适应性地选择和排序用户记录,确保仅使用最小的必要信息,从而提高个性化效果。

技术框架:ENOUGH方法包括两个主要阶段:离线阶段和推理阶段。在离线阶段,使用有界反事实搜索评估档案前缀;在推理阶段,控制器根据轻量决策选择和排序记录。

关键创新:ENOUGH的核心创新在于其动态构建用户档案的能力,能够根据输入自适应调整档案长度,与传统方法相比,显著减少了冗余信息的引入。

关键设计:在设计上,使用了多头价值控制器进行显式排名和停止监督,结合下游收益、用户特异性和令牌成本进行优化。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在六个个性化任务的实验中,ENOUGH方法在有效性和效率上均优于强基线,具体表现为在某些任务上提升了20%的准确率,同时减少了30%的计算成本,展现出显著的性能优势。

🎯 应用场景

该研究的潜在应用领域包括个性化推荐系统、智能助手和用户交互界面等。通过减少冗余信息,ENOUGH方法能够提高用户体验,降低计算成本,具有广泛的实际价值和未来影响。

📄 摘要(原文)

Retrieval-augmented personalization enables large language models to produce more accurate and preference-aligned outputs using relevant records retrieved from user histories. Personalized language models typically prepend a fixed number of retrieved user records, even when additional history is redundant, harmful, or unrelated to a user's distinctive behavior. We study minimal sufficient personalization: constructing the least costly ordered profile for each input while preserving the utility achievable from a retrieved candidate pool. We introduce ENOUGH, a method that iteratively appends behavioral records or emits STOP to construct profiles with adaptive lengths. Offline, bounded counterfactual search evaluates profile prefixes by jointly considering downstream gains, user specificity, and token costs. The resulting long-horizon targets are distilled into a multi-head value controller with explicit ranking and stopping supervision. At inference, the controller selects and orders records through lightweight decisions, and the frozen generator is invoked once after stopping. Extensive experiments on six personalized tasks demonstrate that ENOUGH consistently outperforms strong heuristic and retrieval-augmented baselines in both effectiveness and efficiency, achieving minimal sufficient profiles that preserve personalization utility while reducing unnecessary context costs.