paper-with-me

Papers

Aligning Large Language Models with Implicit Preferences from User-Generated Content

2025-06-04 · Zhaoxuan Tan, Zheng Li, Tianyi Liu, Haodong Wang, Hyokun Yun, Ming Zeng, Pei Chen, Zhihan Zhang, Yifan Gao, Ruijie Wang, Priyanka Nigam, Bing Yin, Meng Jiang

Learning from preference feedback is essential for aligning large language models (LLMs) with human values and improving the quality of generated responses. However, existing preference learning methods rely heavily on curated data from humans or advanced LLMs, which is costly and difficult to scale. In this work, we present PUGC, a novel framework that leverages implicit human Preferences in unlabeled User-Generated Content (UGC) to generate preference data. Although UGC is not explicitly created to guide LLMs in generating human-preferred responses, it often reflects valuable insights and implicit preferences from its creators that has the potential to address readers' questions. PUGC transforms UGC into user queries and generates responses from the policy model. The UGC is then leveraged as a reference text for response scoring, aligning the model with these implicit preferences. This approach improves the quality of preference data while enabling scalable, domain-specific alignment. Experimental results on Alpaca Eval 2 show that models trained with DPO and PUGC achieve a 9.37% performance improvement over traditional methods, setting a 35.93% state-of-the-art length-controlled win rate using Mistral-7B-Instruct. Further studies highlight gains in reward quality, domain-specific alignment effectiveness, robustness against UGC quality, and theory of mind capabilities. Our code and dataset are available at https://zhaoxuan.info/PUGC.github.io/

📄 PDF Abstract BibTeX arXiv:2506.04463

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Reinforcement Learning from User Feedback

2025-05-20 · Eric Han, Jun Chen, Karthik Abinav Sankararaman, Xiaoliang Peng 외

As large language models (LLMs) are increasingly deployed in diverse user facing applications, aligning them with real user preferences becomes essential. Existing methods like Reinforcement Learning from Human Feedback …

reinforcement-learningReinforcement Learning

Aligning Deep Implicit Preferences by Learning to Reason Defensively

2025-10-13 · Peiming Li, Zhiyuan Hu, Yang Tang, Shiyu Li 외 arxiv

Personalized alignment is crucial for enabling Large Language Models (LLMs) to engage effectively in user-centric interactions. However, current methods face a dual challenge: they fail to infer users' deep implicit pref…

Reinforcement Learning

Personalized Language Modeling from Personalized Human Feedback

2024-02-06 · Xinyu Li, Ruiyang Zhou, Zachary C. Lipton, Liu Leqi

Personalized large language models (LLMs) are designed to tailor responses to individual user preferences. While Reinforcement Learning from Human Feedback (RLHF) is a commonly used framework for aligning LLMs with human…

Instruction FollowingLanguage ModelingLanguage ModellingPreference Mapping+1

Aligning LLMs with Individual Preferences via Interaction

2024-10-04 · Shujin Wu, May Fung, Cheng Qian, Jeonghwan Kim 외

As large language models (LLMs) demonstrate increasingly advanced capabilities, aligning their behaviors with human values and preferences becomes crucial for their wide adoption. While previous research focuses on gener…

Social Contract AI: Aligning AI Assistants with Implicit Group Norms

2023-10-26 · Jan-Philipp Fränken, Sam Kwok, Peixuan Ye, Kanishk Gandhi 외

We explore the idea of aligning an AI assistant by inverting a model of users' (unknown) preferences from observed interactions. To validate our proposal, we run proof-of-concept simulations in the economic ultimatum gam…