The reviewed record of science sign in
Pith

arxiv: 2506.04463 · v1 · pith:PD7OBRIY · submitted 2025-06-04 · cs.CL

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:PD7OBRIYrecord.jsonopen to challenge →

classification cs.CL
keywords implicitpreferencepreferencespugcqualityaligningdatallms
0
0 comments X
read the original abstract

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/

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MoCo: A One-Stop Shop for Model Collaboration Research

    cs.CL 2026-01 accept novelty 6.0

    MoCo supplies a unified library of 26 collaboration strategies and benchmarks demonstrating average outperformance over single models in 61 percent of (model, data) pairs.

  2. Meet Dynamic Individual Preferences: Resolving Conflicting Human Value with Paired Fine-Tuning

    cs.CL 2026-04 unverdicted novelty 5.0

    Preference-Paired Fine-Tuning (PFT) lets LLMs handle conflicting and dynamic individual preferences better than single-preference methods, reaching 96.6% accuracy on the new VCD dataset and 44.76% gains in user alignm...