REVIEW 5 major objections 5 minor 115 references
Modeling and Optimizing User Preferences in AI Copilots: A Comprehensive Survey and Taxonomy
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A survey proposes a unified definition of AI copilots and a three-phase taxonomy of preference optimization.
desk verdict A well-organized survey with a useful pre/mid/post taxonomy, but the post-interaction section rests on placeholder and misattributed references, so the current version cannot be trusted as literature-grounded. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the paper's conceptual architecture for a preference-aware AI copilot: user input flows into preference sources, then into detection techniques, then into personalized response generation, and finally into feedback-driven optimization, with the loop closing back into the model. The taxonomy splits detection into before (predefined profiles and persona development), during (real-time persona extraction and in-dialogue learning), and after (post-interaction feedback and preference refinement) the interaction. A second named device is the generalized DPO objective, $L(\theta) = -\log\sigma(S(y_w, y_l, x)) + R(y_w, y_l, x)$, which the paper uses to unify DPO and its variants in one table; the scoring function $S$ measures preference between chosen and rejected responses and the regularizer $R$ encodes corrections such as overconfidence penalties or length normalization.
What would settle it
Resolve every reference cited in Sections 4.1-4.4 and compare each attributed claim against the actual source; in particular, check whether [49], [63], [64], and [65] correspond to real published work and whether [64] is distinct from [30]. If the claims tied to those entries cannot be traced, the survey's evidential grounding for the post-interaction feedback category fails.
Extended reading notes
Core claim
The paper's discovery is that preference optimization can be treated as a system-level lifecycle rather than a single algorithmic step. On its own terms, the paper establishes a conceptual architecture in which user preferences flow from input channels into a preference representation, guide response generation, and then get refined through feedback; within that flow it identifies five sources of preference signals, three temporal phases of detection, three levels of response personalization, and two dominant post-training alignment families (RLHF and DPO). It also distills DPO variants into one generalized objective, $L(\theta) = -\log\sigma(S(y_w, y_l, x)) + R(y_w, y_l, x)$, showing that the many published variants differ only in their scoring function $S$ and a regularization term $R$. The paper's claim is that this unified view is a literature-grounded definition and organizing framework for building user-aligned, persona-aware copilots.
Load-bearing premise
The whole taxonomy stands on the cited literature existing and supporting the specific claims attached to it, and that grounding is visibly fragile in the post-interaction section, where several references carry incomplete identifiers or no verifiable authorship.
Editorial extensions
If this is right
- Designers can treat preference handling as a lifecycle, choosing sources and techniques per phase rather than bolting a single personalization method onto a chatbot.
- The taxonomy gives a common vocabulary across recommender systems, human-AI interaction, and LLM alignment, so results from one subfield can be transferred to copilot design.
- The unified DPO loss form makes variants (CPO, ORPO, SimPO, IRPO, beta-DPO, DPOC, MODPO) directly comparable, helping practitioners select an alignment method by scoring function and regularization.
- The survey implies that robust personalization needs signals from all three phases, since pre-defined profiles alone are rigid and real-time extraction alone is content-bound.
- Post-interaction feedback is cast as essential for long-term alignment, pointing to continual learning loops as a core copilot capability.
Reading between the lines
- A testable next step the authors do not run: use the taxonomy to build an evaluation protocol that measures whether copilots combining pre-, mid-, and post-interaction signals outperform single-phase systems on personalization benchmarks.
- The taxonomy could be extended to multi-user and team settings, where preferences conflict and must be aggregated or negotiated, a setting the paper only touches via collective behavior modeling.
- Because several load-bearing references in Section 4.2.3 are unverifiable as printed, the post-interaction feedback category should be regarded as provisional until those sources are confirmed; the taxonomy's other phases rest on standard, traceable literature.
- One can map each preference source to a measurable cost/benefit trade-off (annotation cost, user fatigue, privacy risk, grounding) and use the paper's tables as a checklist for choosing signals under deployment constraints.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript is a survey of preference optimization in AI copilots. It proposes a unified definition of AI copilots, categorizes preference signals into human-driven and LLM-generated sources, organizes detection techniques into pre-, mid-, and post-interaction phases, reviews personalized response generation at prompt, fine-tuning, and architecture levels, and surveys RLHF and DPO alignment methods, including a generalized DPO loss. The main claimed contribution is a literature-grounded taxonomy of preference optimization across the copilot interaction lifecycle.
Significance. If the claims were fully supported, the survey would fill a real gap: it connects user modeling, human-AI interaction, and preference alignment in one framework, and the generalized DPO objective in Section 4.4.2 is a concise unifying device. The comparison tables are helpful for orientation. However, the evidence for the post-interaction stage and several DPO variants rests on citations that are missing, duplicated, or mischaracterized. Because the central claim is literature grounding, these citation problems directly affect the contribution. I credit the authors for a well-organized structure and a useful synthesis of many verifiable sources, but the unresolved references prevent acceptance in the current form.
major comments (5)
- [§4.2.3, Table 6] The DPOC (Direct Preference Optimization with Criterion) entry is unsupported. The text states that preference optimization 'using direct feedback criteria collected after interaction' is described in [61] and then names this method DPOC, and Table 6 lists DPOC[115] with the regularization P(r_a,r_b) = −min(0, log r_a − log r_b). However, [61] and [115] are the same paper, 'In dialogues we learn...' (arXiv:2403.03102), which proposes in-dialogue learning (IDL), not a DPO variant with criterion-based penalties. No source in the manuscript supplies the DPOC formula or its name. This removes the evidence for the 'After the Conversation' DPOC row in Table 3 and the DPOC row in Table 6.
- [§4.2.2, §4.2.3, Refs [63]–[65]] References [63], [64], and [65] cannot be resolved. Entries [63] and [65] have arXiv identifiers ending in 'XXXX' (2310.XXXX and 2308.XXXX), and [64] has arXiv:2306.XXXX; the existence and content of these works therefore cannot be verified. These references are the sole support for adaptive preference learning strategies in §4.2.2 and for active preference learning and the AFSPP framework in §4.2.3. Without them, the post-interaction refinement discussion is unsubstantiated. The authors must either supply complete, findable references that support each claim or rewrite these paragraphs using verifiable sources.
- [Reference [64] vs. [30]] Reference [64] duplicates [30] with a different author list. Both entries are titled 'When to show a suggestion? integrating human feedback in ai-assisted programming'; [30] is the actual AAAI 2024 paper by Mozannar et al., while [64] lists 'Weiyan Xu, Abigail See, et al.' with a placeholder arXiv ID. In §4.2.3, [64] is used to support the claim that suggestion appropriateness is judged from prior user intent and adjustments are made for future turns, which is the topic of [30]. As written, the citation does not refer to a distinct, verifiable source.
- [§4.1.1, Ref [49]] The Heimdall citation is not verifiable. The reference is authored only as 'Anonymous' with no arXiv identifier or DOI, so the claim in §4.1.1 that 'frameworks such as Heimdall [49] aggregate and anonymize user data securely' cannot be checked. The authors must provide a full citation with author, venue, and identifier, or the claim should be removed.
- [§4.4.2, Table 6, IRPO entry] The IRPO entry does not match the cited paper. The text describes 'Information-Ratio Preference Optimization (IRPO)' with 'auxiliary compression and coverage terms', but reference [113] is 'Iterative Reasoning Preference Optimization' by Pang et al. (NeurIPS 2024), a method for iterative improvement on reasoning tasks. Neither the name nor the regularization described in Table 6 corresponds to [113]. This is a mischaracterization of a listed DPO variant and must be corrected or the entry removed.
minor comments (5)
- [§2 heading] The heading 'Priliminary and backgrounds' should read 'Preliminary and Background'.
- [References [59], [60], [67]] Several reference entries are incomplete: [59] ('Zhu, Li, Mao, Pandelea, and Cambria'), [60] ('Kong Hao'), and [67] ('Liu Huang, Fu et al.') omit author initials or full names; these should be completed.
- [Table 6 caption] The caption says 'Table adapted from [2]', but entries such as DPOC [115] and IRPO [113] do not appear in [2]; the provenance of each row should be clarified.
- [§4.4.2, Table 6] The notation r_a and r_b in the DPOC regularization term is used without definition; if the row is retained, these variables should be defined.
- [Reference [27]] The phrase 'fouth edition' in reference [27] should be 'fourth edition'.
Circularity Check
No significant circularity: the survey's taxonomy is literature-assembled, and the broken citations in Section 4.2.3 are evidence-quality failures, not self-referential derivations.
full rationale
This is a survey and taxonomy paper: it makes no quantitative predictions, fits no parameters, and derives no formal results from its own assumptions, so the standard circularity patterns (fitted input called prediction, self-definitional claims, uniqueness imported from authors, ansatz smuggled via citation) do not arise. The central claim is that the AI-copilot definition and the preference-optimization taxonomy are 'literature-grounded'; that grounding is provided by external references such as [2], [5], [29]–[32], and the pre/mid/post-interaction organization is a descriptive framing rather than a derivation from the surveyed methods. The sole DPO equation in Section 4.4.2 is explicitly a generalization that recovers standard DPO and is marked as adapted from the external DPO survey [2], so it is not circular. The only self-citation, PersoBench [68], is paired with the independent survey [69] and is used only to name evaluation aspects (consistency, coherence, diversity); it is not load-bearing for the paper's main contributions. The serious citation-integrity problems in Section 4.2.3 and Table 6—unverifiable references [63]–[65], the duplicated/misattributed [64], and [115] being the IDL paper rather than a DPOC paper—are real evidentiary defects, but they weaken the survey's support base rather than making its argument equivalent to its own inputs. Accordingly, no circular step is identified, and the appropriate score is 0.
Assumptions & free parameters
assumptions (3)
- domain assumption The cited literature exists and supports the claims attributed to it.
- domain assumption AI copilots form a coherent and distinct system class.
- domain assumption The pre, mid, and post interaction phase decomposition covers preference optimization.
Cite this review
Pith. "Pith review of Modeling and Optimizing User Preferences in AI Copilots: A Comprehensive Survey and Taxonomy." pith.science (2026). https://pith.science/paper/CYHNEA26
@misc{pith2026250521907,
author = {Pith},
title = {Pith review of: Modeling and Optimizing User Preferences in AI Copilots: A Comprehensive Survey and Taxonomy},
year = {2026},
howpublished = {\url{https://pith.science/paper/CYHNEA26}},
note = {Machine review of arXiv:2505.21907}
}
read the original abstract
AI copilots represent a new generation of AI-powered systems designed to assist users, particularly knowledge workers and developers, in complex, context-rich tasks. As these systems become more embedded in daily workflows, personalization has emerged as a critical factor for improving usability, effectiveness, and user satisfaction. Central to this personalization is preference optimization: the system's ability to detect, interpret, and align with individual user preferences. While prior work in intelligent assistants and optimization algorithms is extensive, their intersection within AI copilots remains underexplored. This survey addresses that gap by examining how user preferences are operationalized in AI copilots. We investigate how preference signals are sourced, modeled across different interaction stages, and refined through feedback loops. Building on a comprehensive literature review, we define the concept of an AI copilot and introduce a taxonomy of preference optimization techniques across pre-, mid-, and post-interaction phases. Each technique is evaluated in terms of advantages, limitations, and design implications. By consolidating fragmented efforts across AI personalization, human-AI interaction, and language model adaptation, this work offers both a unified conceptual foundation and a practical design perspective for building user-aligned, persona-aware AI copilots that support end-to-end adaptability and deployment.
Figures
Reference graph
Works this paper leans on
-
[2]
Wenyi Xiao, Zechuan Wang, Leilei Gan, Shuai Zhao, Wanggui He, Luu Anh Tuan, Long Chen, Hao Jiang, Zhou Zhao, and Fei Wu. A comprehensive survey of direct preference optimization: Datasets, theories, variants, and applications. arXiv preprint arXiv:2410.15595, 2024
-
[63]
Active preference learning for large language models
Nathan Lee, Arun Suggala, et al. Active preference learning for large language models. arXiv preprint arXiv:2310.XXXX, 2023
work page 2023
-
[64]
When to show a suggestion? integrating human feedback in ai-assisted programming
Weiyan Xu, Abigail See, et al. When to show a suggestion? integrating human feedback in ai-assisted programming. arXiv preprint arXiv:2306.XXXX, 2023
work page 2023
-
[65]
Afspp: An agent framework for shaping preference and personality with llms
Lilian Weng et al. Afspp: An agent framework for shaping preference and personality with llms. arXiv preprint arXiv:2308.XXXX, 2023
work page 2023
-
[49]
Heimdall: A privacy-respecting implicit preference collection framework
Anonymous. Heimdall: A privacy-respecting implicit preference collection framework. In ACM WSDM, 2017
work page 2017
-
[115]
Chuanqi Cheng, Quan Tu, Shuo Shang, Cunli Mao, Zhengtao Yu, Wei Wu, and Rui Yan. " in dialogues we learn": Towards personalized dialogue without pre-defined profiles through in-dialogue learning. arXiv preprint arXiv:2403.03102, 2024
work page Pith review arXiv 2024
-
[30]
When to show a suggestion? integrating human feedback in ai-assisted programming
Hussein Mozannar, Gagan Bansal, Adam Fourney, and Eric Horvitz. When to show a suggestion? integrating human feedback in ai-assisted programming. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 10137–10144, 2024
2024
-
[113]
Iterative reasoning preference optimization
Richard Yuanzhe Pang, Weizhe Yuan, Kyunghyun Cho, He He, Sainbayar Sukhbaatar, and Jason Weston. Iterative reasoning preference optimization. In A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang, editors, Advances in Neural Information Processing Systems , volume 37, pages 116617–116637. Curran Associates, Inc., 2024
work page 2024
Show all 115 references
-
[1]
Ai-based digital assistants: Opportunities, threats, and research perspectives
Alexander Maedche, Christine Legner, Alexander Benlian, Benedikt Berger, Henner Gimpel, Thomas Hess, Oliver Hinz, Stefan Morana, and Matthias Söllner. Ai-based digital assistants: Opportunities, threats, and research perspectives. Business & Information Systems Engineering, 61...
2019
-
[3]
Survey on virtual assistant: Google assistant, siri, cortana, alexa
Amrita S Tulshan and Sudhir Namdeorao Dhage. Survey on virtual assistant: Google assistant, siri, cortana, alexa. In Advances in Signal Processing and Intelligent Recognition Systems: 4th International Symposium SIRS 2018, Bangalore, India, September 19–22, 2018, Revised Selec...
2018
-
[4]
On the security and privacy challenges of virtual assistants
Tom Bolton, Tooska Dargahi, Sana Belguith, Mabrook S Al-Rakhami, and Ali Hassan Sodhro. On the security and privacy challenges of virtual assistants. Sensors, 21(7):2312, 2021
2021
-
[5]
Design and evaluation of ai copilots–case studies of retail copilot templates
Michal Furmakiewicz, Chang Liu, Angus Taylor, and Ilya Venger. Design and evaluation of ai copilots–case studies of retail copilot templates. arXiv preprint arXiv:2407.09512, 2024
2024 arXiv
-
[6]
Computing, cognition and the future of knowing
John E Kelly. Computing, cognition and the future of knowing. IBM Research. Oct, 13(2015):12, 2015
2015
-
[7]
Foundations of augmented cognition
Dylan Schmorrow. Foundations of augmented cognition. Springer, 2005
2005
-
[8]
Joint cognitive systems: Foundations of cognitive systems engineering
Erik Hollnagel and David D Woods. Joint cognitive systems: Foundations of cognitive systems engineering . CRC press, 2005
2005
-
[9]
Experi- mental evidence of effective human–ai collaboration in medical decision-making
Carlo Reverberi, Tommaso Rigon, Aldo Solari, Cesare Hassan, Paolo Cherubini, and Andrea Cherubini. Experi- mental evidence of effective human–ai collaboration in medical decision-making. Scientific reports, 12(1):14952, 2022
2022
-
[10]
The future of human-ai collaboration: a taxonomy of design knowledge for hybrid intelligence systems
Dominik Dellermann, Adrian Calma, Nikolaus Lipusch, Thorsten Weber, Sascha Weigel, and Philipp Ebel. The future of human-ai collaboration: a taxonomy of design knowledge for hybrid intelligence systems. arXiv preprint arXiv:2105.03354, 2021
2021 arXiv
-
[11]
Human–ai collaboration enables more empathic conversations in text-based peer-to-peer mental health support
Ashish Sharma, Inna W Lin, Adam S Miner, David C Atkins, and Tim Althoff. Human–ai collaboration enables more empathic conversations in text-based peer-to-peer mental health support. Nature Machine Intelligence, 5(1):46–57, 2023
2023
-
[12]
Anatomy of a digital assistant
Stefan Wellsandt, Karl Hribernik, and Klaus-Dieter Thoben. Anatomy of a digital assistant. In Advances in Production Management Systems. Artificial Intelligence for Sustainable and Resilient Production Systems: IFIP WG 5.7 International Conference, APMS 2021, Nantes, France, S...
2021
-
[13]
Classifying smart personal assistants: An empirical cluster analysis
Robin Knote, Andreas Janson, Matthias Söllner, and Jan Marco Leimeister. Classifying smart personal assistants: An empirical cluster analysis. 2019
2019
-
[14]
what can i help you with?
Benjamin R Cowan, Nadia Pantidi, David Coyle, Kellie Morrissey, Peter Clarke, Sara Al-Shehri, David Earley, and Natasha Bandeira. " what can i help you with?" infrequent users’ experiences of intelligent personal assistants. In Proceedings of the 19th international conference ...
2017
-
[15]
A literature survey of recent advances in chatbots
Guendalina Caldarini, Sardar Jaf, and Kenneth McGarry. A literature survey of recent advances in chatbots. Information, 13(1):41, 2022
2022
-
[16]
A survey on privacy issues and solutions for voice-controlled digital assistants
Luca Hernández Acosta and Delphine Reinhardt. A survey on privacy issues and solutions for voice-controlled digital assistants. Pervasive and Mobile Computing, 80:101523, 2022. 14
2022
-
[17]
Manifestation of virtual assistants and robots into daily life: Vision and challenges
Reza Rawassizadeh, Taylan Sen, Sunny Jung Kim, Christian Meurisch, Hamidreza Keshavarz, Max Mühlhäuser, and Michael Pazzani. Manifestation of virtual assistants and robots into daily life: Vision and challenges. CCF Transactions on Pervasive Computing and Interaction, 1:163–174, 2019
2019
-
[18]
V oices in and of the machine: Source orientation toward mobile virtual assistants.Computers in Human Behavior, 90:343–350, 2019
Andrea L Guzman. V oices in and of the machine: Source orientation toward mobile virtual assistants.Computers in Human Behavior, 90:343–350, 2019
2019
-
[19]
Survey on intelligent chatbots: State-of-the-art and future research directions
Ebtesam H Almansor and Farookh Khadeer Hussain. Survey on intelligent chatbots: State-of-the-art and future research directions. In Complex, Intelligent, and Software Intensive Systems: Proceedings of the 13th International Conference on Complex, Intelligent, and Software Inte...
2019
-
[20]
Review of state-of-the-art design techniques for chatbots
Ritu Agarwal and Mani Wadhwa. Review of state-of-the-art design techniques for chatbots. SN Computer Science, 1(5):246, 2020
2020
-
[21]
A survey on conversational agents/chatbots classification and design techniques
Shafquat Hussain, Omid Ameri Sianaki, and Nedal Ababneh. A survey on conversational agents/chatbots classification and design techniques. In Web, Artificial Intelligence and Network Applications: Proceedings of the Workshops of the 33rd International Conference on Advanced Inf...
2019
-
[22]
Chatbots: History, technology, and applications
Eleni Adamopoulou and Lefteris Moussiades. Chatbots: History, technology, and applications. Machine Learning with Applications, 2:100006, 2020
2020
-
[23]
Improving the domain adaptation of retrieval augmented generation (rag) models for open domain question answering
Shamane Siriwardhana, Rivindu Weerasekera, Elliott Wen, Tharindu Kaluarachchi, Rajib Rana, and Suranga Nanayakkara. Improving the domain adaptation of retrieval augmented generation (rag) models for open domain question answering. Transactions of the Association for Computatio...
2023
-
[24]
Medical expert systems survey
Bassem Abu-Nasser. Medical expert systems survey. International Journal of Engineering and Information Systems (IJEAIS), 1(7):218–224, 2017
2017
-
[25]
Expert system methodologies and applications—a decade review from 1995 to 2004
Shu-Hsien Liao. Expert system methodologies and applications—a decade review from 1995 to 2004. Expert systems with applications, 28(1):93–103, 2005
1995
-
[26]
A survey on expert system in agriculture
J Joy and K Sreekumar. A survey on expert system in agriculture. International journal of computer science and information technologies, 5:7861–7864, 2014
2014
-
[27]
Expert systems: Principles and programming (fouth edition)
Joseph Giarratano and Gary Riley. Expert systems: Principles and programming (fouth edition). Canada: Thomson, 2005
2005
-
[28]
A survey of belief rule-base expert system
Zhi-Jie Zhou, Guan-Yu Hu, Chang-Hua Hu, Cheng-Lin Wen, and Lei-Lei Chang. A survey of belief rule-base expert system. IEEE Transactions on Systems, Man, and Cybernetics: Systems, 51(8):4944–4958, 2019
2019
-
[29]
A multimodal generative ai copilot for human pathology
Ming Y Lu, Bowen Chen, Drew FK Williamson, Richard J Chen, Melissa Zhao, Aaron K Chow, Kenji Ikemura, Ahrong Kim, Dimitra Pouli, Ankush Patel, et al. A multimodal generative ai copilot for human pathology. Nature, 634(8033):466–473, 2024
2024
-
[31]
Human+ machine: Reimagining work in the age of AI
Paul R Daugherty and H James Wilson. Human+ machine: Reimagining work in the age of AI. Harvard Business Press, 2018
2018
-
[32]
The rise of the ai co-pilot: Lessons for design from aviation and beyond
Abigail Sellen and Eric Horvitz. The rise of the ai co-pilot: Lessons for design from aviation and beyond. Communications of the ACM, 67(7):18–23, 2024
2024
-
[33]
Angelopoulos, Tianle Li, Dacheng Li, Banghua Zhu, Hao Zhang, Michael I
Wei-Lin Chiang, Lianmin Zheng, Ying Sheng, Anastasios N. Angelopoulos, Tianle Li, Dacheng Li, Banghua Zhu, Hao Zhang, Michael I. Jordan, Joseph E. Gonzalez, and Ion Stoica. Chatbot arena: An open platform for evaluating llms by human preference. arXiv preprint, 2024
2024
-
[34]
Exploring the potential of generative ai for augmenting choice-based preference elicitation in recommender systems
Benedikt Loepp and Jürgen Ziegler. Exploring the potential of generative ai for augmenting choice-based preference elicitation in recommender systems. In Adjunct Proceedings of the 32nd ACM Conference on User Modeling, Adaptation and Personalization (UMAP Adjunct ’24), pages 1...
2024
-
[35]
Explicit or implicit feedback? engagement or satisfaction? In Proceedings of the 12th ACM Conference on Recommender Systems (RecSys ’18), pages 24–32, 2018
Xin Zhao, Meng Wang, Xiangnan He, Ming Gao, and Liqiang He. Explicit or implicit feedback? engagement or satisfaction? In Proceedings of the 12th ACM Conference on Recommender Systems (RecSys ’18), pages 24–32, 2018
2018
-
[36]
Automatic personalization based on web usage mining
Bamshad Mobasher. Automatic personalization based on web usage mining. ACM SIGWEB Newsletter, 2003
2003
-
[37]
Exploring gaze-based prediction strategies for preference detection in videos
Melanie Heck, Janick Edinger, Jonathan Bünemann, and Christian Becker. Exploring gaze-based prediction strategies for preference detection in videos. In Proceedings of the 2021 ACM SIGIR Conference on Human Information Interaction and Retrieval (CHIIR), pages 129–138, 2021. 15
2021
-
[38]
Tucker, Kiante Brantley, Adam Cahall, and Thorsten Joachims
Aaron D. Tucker, Kiante Brantley, Adam Cahall, and Thorsten Joachims. Coactive learning for large language models using implicit user feedback. In Proceedings of the 41st International Conference on Machine Learning (ICML), 2024
2024
-
[39]
Rlhf from heterogeneous feedback via personalization and preference aggregation
Minsoo Park, Hyunsu Kim, Sungdong Lee, and Seung-won Kim. Rlhf from heterogeneous feedback via personalization and preference aggregation. arXiv preprint, 2024
2024
-
[40]
What are you known for? learning user topical profiles with implicit and explicit footprints
Xiaowen Cao, Yuan Fang, Feida Zhu, Chuan Zhang, and Ee-Peng Chang. What are you known for? learning user topical profiles with implicit and explicit footprints. In Proceedings of the 10th ACM International Conference on Web Search and Data Mining (WSDM ’17), pages 439–448, 2017
2017
-
[41]
Self-exploring language models: Active preference elicitation for online alignment
Shenao Zhang, Donghan Yu, Hiteshi Sharma, Han Zhong, Zhihan Liu, Ziyi Yang, Shuohang Wang, Hany Hassan, and Zhaoran Wang. Self-exploring language models: Active preference elicitation for online alignment. In Proceedings of the 41st International Conference on Machine Learning...
2024
-
[42]
Bayesian optimization with llm-based acquisition functions for natural language preference elicitation
David Eric Austin, Anton Korikov, Armin Toroghi, and Scott Sanner. Bayesian optimization with llm-based acquisition functions for natural language preference elicitation. In Proceedings of the 18th ACM Conference on Recommender Systems (RecSys), 2024
2024
-
[43]
Kunal Handa, Yarin Gal, Ellie Pavlick, Noah Goodman, Jacob Andreas, Alex Tamkin, and Belinda Z. Li. Bayesian preference elicitation with language models. arXiv preprint, 2024
2024
-
[44]
Active preference inference using language models and probabilistic reasoning
Wasu Top Piriyakulkij, V olodymyr Kuleshov, and Kevin Ellis. Active preference inference using language models and probabilistic reasoning. arXiv preprint, 2023
2023
-
[45]
Evaluating large language models as generative user simulators for conversational recommendation
Se eun Yoon, Zhankui He, Jessica Maria Echterhoff, and Julian McAuley. Evaluating large language models as generative user simulators for conversational recommendation. In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Lin...
2024
-
[46]
Guided profile generation improves personalization with llms
Yi Zhang, Menghan Liu, Liwei Wang, Qianyu Cheng, and Minlie Huang. Guided profile generation improves personalization with llms. In Findings of the Association for Computational Linguistics: EMNLP 2024, 2024
2024
-
[47]
Aligning language models with preferences through f-divergence minimization
Kihyuk Go, Jaewook Choe, and Se-Young Kim. Aligning language models with preferences through f-divergence minimization. In Proceedings of the 40th International Conference on Machine Learning (ICML), 2023
2023
-
[48]
Aligning llms with individual preferences via interaction
Zhen Wu, Fangzhou Li, Yuchen Zhang, Honglak Lee, and Kyunghyun Cho. Aligning llms with individual preferences via interaction. In Proceedings of the 29th International Conference on Computational Linguistics (COLING), 2025
2025
-
[50]
Coached conversational preference elicitation: A case study in understanding movie preferences
Filip Radlinski, Saravan Chandar, and Hyun Jeon. Coached conversational preference elicitation: A case study in understanding movie preferences. In Proceedings of the 2019 Annual Meeting of the Association for Computational Linguistics (ACL), 2019
2019
-
[51]
Do llms recognize your preferences? evaluating personalized preference following in llms
Siyan Zhao, Mingyi Hong, Yang Liu, Devamanyu Hazarika, and Kaixiang Lin. Do llms recognize your preferences? evaluating personalized preference following in llms. arXiv preprint, 2025
2025
-
[52]
A survey of user profiling: State-of-the-art, challenges, and solutions
Christopher Ifeanyi Eke, Azah Anir Norman, Liyana Shuib, and Henry Friday Nweke. A survey of user profiling: State-of-the-art, challenges, and solutions. IEEE Access, 7:144907–144928, 2019
2019
-
[53]
User modeling and user profiling: A comprehensive survey
Jiahui Zhou, Weinan Zhang, and Jun Wang. User modeling and user profiling: A comprehensive survey. ACM Transactions on Information Systems (TOIS), 40(4):1–49, 2022
2022
-
[54]
Preference learning with gaussian processes
Wei Chu and Zoubin Ghahramani. Preference learning with gaussian processes. Advances in neural information processing systems, 18, 2005
2005
-
[55]
User persona identification and new service adaptation recommendation
Jeonghwan Choi, Jaewook Moon, and Jihie Lee. User persona identification and new service adaptation recommendation. In Proceedings of the 29th ACM Conference on User Modeling, Adaptation and Personalization, pages 56–64, 2021
2021
-
[56]
Collaborative filtering to capture ai user’s preferences as norms
Lakshmi Venkatesh, Shubham Gupta, Molly O’Neill, and Partha Talukdar. Collaborative filtering to capture ai user’s preferences as norms. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency, pages 1516–1526, 2022
2022
-
[57]
A survey on accuracy-oriented neural recommendation: From collaborative filtering to information-rich recommendation
Shuai Zhang, Lina Yao, Aixin Sun, and Yi Tay. A survey on accuracy-oriented neural recommendation: From collaborative filtering to information-rich recommendation. ACM Computing Surveys (CSUR), 54(8):1–38, 2021
2021
-
[58]
Neural collaborative filtering for user preference discovery from biased implicit feedback
Xiangnan He, Lizi Liao, Hanwang Zhang, Liqiang Nie, Xia Hu, and Tat-Seng Chua. Neural collaborative filtering for user preference discovery from biased implicit feedback. In WWW, pages 173–182, 2017. 16
2017
-
[59]
Paed- zero-shot persona attribute extraction in dialogues
Zhu, Li, Mao, Pandelea, and Cambria. Paed- zero-shot persona attribute extraction in dialogues. ACL Anthology, 2023
2023
-
[60]
Enhancing emotional support conversations a framework for dynamic
Kong Hao. Enhancing emotional support conversations a framework for dynamic. ACL Anthology, 2025
2025
-
[62]
Towards personalized human-ai interaction: Adapting the behavior of ai agents using neural signatures of subjective interest
Qing Zhao et al. Towards personalized human-ai interaction: Adapting the behavior of ai agents using neural signatures of subjective interest. Proceedings of the National Academy of Sciences, 120(12), 2023
2023
-
[66]
Preferences in ai
James Lang and Gary Marchant. Preferences in ai. AI & Society, 2020
2020
-
[67]
Learning retrieval augmentation for personalized dialogue generation
Liu Huang, Fu et al. Learning retrieval augmentation for personalized dialogue generation. arXiv preprint arXiv:2406.18847, 2024
2024 arXiv
-
[68]
Persobench: Benchmarking personalized response generation in large language models
Saleh Afzoon, Usman Naseem, Amin Beheshti, and Zahra Jamali. Persobench: Benchmarking personalized response generation in large language models. arXiv preprint arXiv:2410.03198, 2024
2024
-
[69]
Recent trends in personalized dialogue generation: A review of datasets, methodologies, and evaluations
Yi-Pei Chen, Noriki Nishida, Hideki Nakayama, and Yuji Matsumoto. Recent trends in personalized dialogue generation: A review of datasets, methodologies, and evaluations. arXiv preprint arXiv:2405.17974, 2024
2024 arXiv
-
[70]
Cross-graph knowledge exchange for personalized response generation in dialogue systems
Yuezhou Dong, Ke Qin, Pei Ke, Shuang Liang, and Guangchun Luo. Cross-graph knowledge exchange for personalized response generation in dialogue systems. IEEE Internet of Things Journal, 2025
2025
-
[71]
Context aggregation with topic-focused summarization for personalized medical dialogue generation
Zhengyuan Liu, Siti Salleh, Pavitra Krishnaswamy, and Nancy Chen. Context aggregation with topic-focused summarization for personalized medical dialogue generation. In Proceedings of the 6th Clinical Natural Language Processing Workshop, pages 310–321, 2024
2024
-
[72]
Will i sound like me? improving persona consistency in dialogues through pragmatic self-consciousness
Hyunwoo Kim, Byeongchang Kim, and Gunhee Kim. Will i sound like me? improving persona consistency in dialogues through pragmatic self-consciousness. arXiv preprint arXiv:2004.05816, 2020
2004 arXiv
-
[73]
Pk-icr: Persona-knowledge interactive multi-context retrieval for grounded dialogue
Minsik Oh, Joosung Lee, Jiwei Li, and Guoyin Wang. Pk-icr: Persona-knowledge interactive multi-context retrieval for grounded dialogue. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, pages 16383–16395, 2023
2023
-
[74]
Selective prompting tuning for personalized conversations with llms
Qiushi Huang, Xubo Liu, Tom Ko, Bo Wu, Wenwu Wang, Yu Zhang, and Lilian Tang. Selective prompting tuning for personalized conversations with llms. arXiv preprint arXiv:2406.18187, 2024
2024 arXiv
-
[75]
Talk to your brain: Artificial personalized intelligence for emotionally adaptive ai interactions
Sandeep Varma, Shivam Shivam, Sarun Natarajan, Biswarup Ray, Bagesh Kumar, and Om Dabral. Talk to your brain: Artificial personalized intelligence for emotionally adaptive ai interactions. In 2024 IEEE International Conference on Computer Vision and Machine Intelligence (CVMI)...
2024
-
[76]
A cue adaptive decoder for controllable neural response generation
Weichao Wang, Shi Feng, Wei Gao, Daling Wang, and Yifei Zhang. A cue adaptive decoder for controllable neural response generation. In Proceedings of the Web Conference 2020, pages 2570–2576, 2020
2020
-
[77]
Transfertransfo: A transfer learning approach for neural network based conversational agents
Thomas Wolf, Victor Sanh, Julien Chaumond, and Clement Delangue. Transfertransfo: A transfer learning approach for neural network based conversational agents. arXiv preprint arXiv:1901.08149, 2019
1901 arXiv
-
[78]
A model-agnostic data manipulation method for persona-based dialogue generation
Yu Cao, Wei Bi, Meng Fang, Shuming Shi, and Dacheng Tao. A model-agnostic data manipulation method for persona-based dialogue generation. arXiv preprint arXiv:2204.09867, 2022
2022 arXiv
-
[79]
Personapkt: Building personalized dialogue agents via parameter-efficient knowledge transfer
Xu Han, Bin Guo, Yoon Jung, Benjamin Yao, Yu Zhang, Xiaohu Liu, and Chenlei Guo. Personapkt: Building personalized dialogue agents via parameter-efficient knowledge transfer. arXiv preprint arXiv:2306.08126, 2023
2023 arXiv
-
[80]
Beyond candidates: adaptive dialogue agent utilizing persona and knowledge
Jungwoo Lim, Myunghoon Kang, Jinsung Kim, Jeongwook Kim, Yuna Hur, and Heui-Seok Lim. Beyond candidates: adaptive dialogue agent utilizing persona and knowledge. In Findings of the Association for Computational Linguistics: EMNLP 2023, pages 7950–7963, 2023
2023
-
[81]
Plato: Pre-trained dialogue generation model with discrete latent variable
Siqi Bao, Huang He, Fan Wang, Hua Wu, and Haifeng Wang. Plato: Pre-trained dialogue generation model with discrete latent variable. arXiv preprint arXiv:1910.07931, 2019
1910 arXiv
-
[82]
Personalized response generation via generative split memory network
Yuwei Wu, Xuezhe Ma, and Diyi Yang. Personalized response generation via generative split memory network. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 1956–1970, 2021. 17
2021
-
[83]
Towards persona-based empathetic conversational models
Peixiang Zhong, Chen Zhang, Hao Wang, Yong Liu, and Chunyan Miao. Towards persona-based empathetic conversational models. arXiv preprint arXiv:2004.12316, 2020
2004 arXiv
-
[84]
Learning to improve persona consistency in multi-party dialogue generation via text knowledge enhancement
Dongshi Ju, Shi Feng, Pengcheng Lv, Daling Wang, and Yifei Zhang. Learning to improve persona consistency in multi-party dialogue generation via text knowledge enhancement. In Proceedings of the 29th International Conference on Computational Linguistics, pages 298–309, 2022
2022
-
[85]
Personalized dialogue generation with persona-adaptive attention
Qiushi Huang, Yu Zhang, Tom Ko, Xubo Liu, Bo Wu, Wenwu Wang, and H Tang. Personalized dialogue generation with persona-adaptive attention. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, pages 12916–12923, 2023
2023
-
[86]
Persona-aware multi-party conversation response generation
Khyati Mahajan and Samira Shaikh. Persona-aware multi-party conversation response generation. InProceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pages 12712–12723, 2024
2024
-
[87]
Personalized pieces: Efficient personalized large language models through collaborative efforts
Zhaoxuan Tan, Zheyuan Liu, and Meng Jiang. Personalized pieces: Efficient personalized large language models through collaborative efforts. arXiv preprint arXiv:2406.10471, 2024
2024 arXiv
-
[88]
Training language models to follow instructions with human feedback
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 35:2773...
2022
-
[89]
Direct preference optimization: Your language model is secretly a reward model
Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36:53728–53741, 2023
2023
-
[90]
Fine-tuning language models from human preferences
Daniel M Ziegler, Nisan Stiennon, Jeffrey Wu, Tom B Brown, Alec Radford, Dario Amodei, Paul Christiano, and Geoffrey Irving. Fine-tuning language models from human preferences. arXiv preprint arXiv:1909.08593, 2019
1909 arXiv
-
[91]
Learning to summarize with human feedback
Nisan Stiennon, Long Ouyang, Jeffrey Wu, Daniel Ziegler, Ryan Lowe, Chelsea V oss, Alec Radford, Dario Amodei, and Paul F Christiano. Learning to summarize with human feedback. Advances in neural information processing systems, 33:3008–3021, 2020
2020
-
[92]
Fine-grained human feedback gives better rewards for language model training
Zeqiu Wu, Yushi Hu, Weijia Shi, Nouha Dziri, Alane Suhr, Prithviraj Ammanabrolu, Noah A Smith, Mari Ostendorf, and Hannaneh Hajishirzi. Fine-grained human feedback gives better rewards for language model training. Advances in Neural Information Processing Systems, 36:59008–59033, 2023
2023
-
[93]
Fine-tuning language models with reward learning on policy
Hao Lang, Fei Huang, and Yongbin Li. Fine-tuning language models with reward learning on policy. arXiv preprint arXiv:2403.19279, 2024
2024 arXiv
-
[94]
Pretraining language models with human preferences
Tomasz Korbak, Kejian Shi, Angelica Chen, Rasika Vinayak Bhalerao, Christopher Buckley, Jason Phang, Samuel R Bowman, and Ethan Perez. Pretraining language models with human preferences. In International Conference on Machine Learning, pages 17506–17533. PMLR, 2023
2023
-
[95]
trlx: A framework for large scale reinforcement learning from human feedback
Alexander Havrilla, Maksym Zhuravinskyi, Duy Phung, Aman Tiwari, Jonathan Tow, Stella Biderman, Quentin Anthony, and Louis Castricato. trlx: A framework for large scale reinforcement learning from human feedback. In Proceedings of the 2023 Conference on Empirical Methods in Na...
2023
-
[96]
Deep reinforcement learning from human preferences
Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing systems, 30, 2017
2017
-
[97]
Improving reinforcement learning from human feedback with efficient reward model ensemble
Shun Zhang, Zhenfang Chen, Sunli Chen, Yikang Shen, Zhiqing Sun, and Chuang Gan. Improving reinforcement learning from human feedback with efficient reward model ensemble. arXiv preprint arXiv:2401.16635, 2024
2024 arXiv
-
[98]
Dense reward for free in reinforcement learning from human feedback
Alex J Chan, Hao Sun, Samuel Holt, and Mihaela Van Der Schaar. Dense reward for free in reinforcement learning from human feedback. arXiv preprint arXiv:2402.00782, 2024
2024 arXiv
-
[99]
Adaptive preference scaling for reinforcement learning with human feedback
Ilgee Hong, Zichong Li, Alexander Bukharin, Yixiao Li, Haoming Jiang, Tianbao Yang, and Tuo Zhao. Adaptive preference scaling for reinforcement learning with human feedback. Advances in Neural Information Processing Systems, 37:107249–107269, 2024
2024
-
[100]
Confronting reward model overoptimization with constrained rlhf
Ted Moskovitz, Aaditya K Singh, DJ Strouse, Tuomas Sandholm, Ruslan Salakhutdinov, Anca D Dragan, and Stephen McAleer. Confronting reward model overoptimization with constrained rlhf. arXiv preprint arXiv:2310.04373, 2023
2023 arXiv
-
[101]
Archer: Training language model agents via hierarchical multi-turn rl
Yifei Zhou, Andrea Zanette, Jiayi Pan, Sergey Levine, and Aviral Kumar. Archer: Training language model agents via hierarchical multi-turn rl. arXiv preprint arXiv:2402.19446, 2024
2024 arXiv
-
[102]
Iterative preference learning from human feedback: Bridging theory and practice for rlhf under kl-constraint
Wei Xiong, Hanze Dong, Chenlu Ye, Ziqi Wang, Han Zhong, Heng Ji, Nan Jiang, and Tong Zhang. Iterative preference learning from human feedback: Bridging theory and practice for rlhf under kl-constraint. arXiv preprint arXiv:2312.11456, 2023. 18
2023 arXiv
-
[103]
Sharp analysis for kl-regularized contextual bandits and rlhf.arXiv preprint arXiv:2411.04625, 2024
Rui Zhao and et al. Sharp analysis for kl-regularized contextual bandits and rlhf.arXiv preprint arXiv:2411.04625, 2024
2024 arXiv
-
[104]
Statistical rejection sampling improves preference optimization
Tianqi Liu, Yao Zhao, Rishabh Joshi, Misha Khalman, Mohammad Saleh, Peter J Liu, and Jialu Liu. Statistical rejection sampling improves preference optimization. arXiv preprint arXiv:2309.06657, 2023
2023 arXiv
-
[105]
Rs-dpo: A hybrid rejection sampling and direct preference optimization method for alignment of large language models
Saeed Khaki, JinJin Li, Lan Ma, Liu Yang, and Prathap Ramachandra. Rs-dpo: A hybrid rejection sampling and direct preference optimization method for alignment of large language models. arXiv preprint arXiv:2402.10038, 2024
2024 arXiv
-
[106]
Self-evolved reward learning for llms
Chenghua Huang, Zhizhen Fan, Lu Wang, Fangkai Yang, Pu Zhao, Zeqi Lin, Qingwei Lin, Dongmei Zhang, Saravan Rajmohan, and Qi Zhang. Self-evolved reward learning for llms. arXiv preprint arXiv:2411.00418, 2024
2024 arXiv
-
[107]
Ra-pbrl: Provably efficient risk-aware preference-based reinforcement learning
Yujie Zhao, Jose Aguilar Escamilla, Weyl Lu, and Huazheng Wang. Ra-pbrl: Provably efficient risk-aware preference-based reinforcement learning. Advances in Neural Information Processing Systems, 37:60835–60871, 2024
2024
-
[108]
Exploring intrinsic alignments within text corpus
Zi Liang, Pinghui Wang, Ruofei Zhang, Haibo Hu, Shuo Zhang, Qingqing Ye, Nuo Xu, Yaxin Xiao, Chen Zhang, and Lizhen Cui. Exploring intrinsic alignments within text corpus. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 27455–27463, 2025
2025
-
[109]
Open problems and fundamental limitations of reinforcement learning from human feedback
Stephen Casper, Xander Davies, Claudia Shi, Thomas Krendl Gilbert, Jérémy Scheurer, Javier Rando, Rachel Freedman, Tomasz Korbak, David Lindner, Pedro Freire, et al. Open problems and fundamental limitations of reinforcement learning from human feedback. arXiv preprint arXiv:2...
2023 arXiv
-
[110]
Contrastive preference optimization: Pushing the boundaries of llm performance in machine translation
Haoran Xu, Amr Sharaf, Yunmo Chen, Weiting Tan, Lingfeng Shen, Benjamin Van Durme, Kenton Murray, and Young Jin Kim. Contrastive preference optimization: Pushing the boundaries of llm performance in machine translation. arXiv preprint arXiv:2401.08417, 2024
2024 arXiv
-
[111]
Orpo: Monolithic preference optimization without reference model
Jiwoo Hong, Noah Lee, and James Thorne. Orpo: Monolithic preference optimization without reference model. arXiv preprint arXiv:2403.07691, 2024
2024 arXiv
-
[112]
Simpo: Simple preference optimization with a reference-free reward
Yu Meng, Mengzhou Xia, and Danqi Chen. Simpo: Simple preference optimization with a reference-free reward. Advances in Neural Information Processing Systems, 37:124198–124235, 2024
2024
-
[114]
β-dpo: Direct preference optimization with dynamic β
Junkang Wu, Yuexiang Xie, Zhengyi Yang, Jiancan Wu, Jinyang Gao, Bolin Ding, Xiang Wang, and Xiangnan He. β-dpo: Direct preference optimization with dynamic β. Advances in Neural Information Processing Systems, 37:129944–129966, 2024
2024
-
[116]
Beyond one-preference-for-all: Multi-objective direct preference optimization
Zhanhui Zhou, Jie Liu, Chao Yang, Jing Shao, Yu Liu, Xiangyu Yue, Wanli Ouyang, and Yu Qiao. Beyond one-preference-for-all: Multi-objective direct preference optimization. 2023. 19
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.