测试大模型在对话中理解并遵守用户偏好的能力,发现多数模型表现不佳。
Do LLMs Recognize Your Preferences? Evaluating Personalized Preference Following in LLMs

- 构建包含3000组偏好数据的评测基准PrefEval,覆盖20个主题
- 零样本下10轮对话后偏好遵循准确率低于10%(约3000词)
- 微调可显著提升性能,适合研究个性化对话系统者参考
大型语言模型(LLMs)越来越多地被用作聊天机器人,但其个性化响应用户偏好的能力仍有限。我们提出PrefEval,一个用于评估LLMs在长上下文对话中推断、记忆并遵循用户偏好的基准。PrefEval包含3000组人工标注的用户偏好与查询对,涵盖20个主题,同时包含显式和隐式偏好信息,并通过生成与分类任务评估模型表现。我们对10个开源及专有模型在多轮会话中进行了评测,上下文长度达10万词。实验采用多种提示、迭代反馈及检索增强生成方法。结果显示,当前先进模型在对话中主动遵循用户偏好方面存在显著挑战:零样本设置下,10轮对话(约3000词)后偏好遵循准确率普遍低于10%。即使使用先进提示与检索方法,长期对话中性能仍持续下降。此外,我们在PrefEval上进行微调能显著提升表现。我们认为PrefEval是衡量、理解并改进LLMs偏好遵循能力的重要资源,为个性化对话代理的发展铺平道路。代码与数据集已公开于https://prefeval.github.io/。
原文摘要 · Abstract (English)
Large Language Models (LLMs) are increasingly used as chatbots, yet their ability to personalize responses to user preferences remains limited. We introduce PrefEval, a benchmark for evaluating LLMs' ability to infer, memorize and adhere to user preferences in a long-context conversational setting. PrefEval comprises 3,000 manually curated user preference and query pairs spanning 20 topics. PrefEval contains user personalization or preference information in both explicit and implicit forms, and evaluates LLM performance using a generation and a classification task. With PrefEval, we evaluated the aforementioned preference following capabilities of 10 open-source and proprietary LLMs in multi-session conversations with varying context lengths up to 100k tokens. We benchmark with various prompting, iterative feedback, and retrieval-augmented generation methods. Our benchmarking effort reveals that state-of-the-art LLMs face significant challenges in proactively following users' preferences during conversations. In particular, in zero-shot settings, preference following accuracy falls below 10% at merely 10 turns (~3k tokens) across most evaluated models. Even with advanced prompting and retrieval methods, preference following still deteriorates in long-context conversations. Furthermore, we show that fine-tuning on PrefEval significantly improves performance. We believe PrefEval serves as a valuable resource for measuring, understanding, and enhancing LLMs' preference following abilities, paving the way for personalized conversational agents. Our code and dataset are available at https://prefeval.github.io/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。