paper-with-me

홈 › Papers

Decomposing the Delta: What Do Models Actually Learn from Preference Pairs?

2026-04-09 · Chia-Hsuan Lee, Mingyang Zhou, Renkun Ni, Zelei Cheng, Sihui Dai, Supriyo Chakraborty, Shixiong Zhang, Sambit Sahu, William Campbell arxiv

Preference optimization methods such as DPO and KTO are widely used for aligning language models, yet little is understood about what properties of preference data drive downstream reasoning gains. We ask: what aspects of a preference pair improve a reasoning model's performance on general reasoning tasks? We investigate two distinct notions of quality delta in preference data: generator-level delta, arising from the differences in capability between models that generate chosen and rejected reasoning traces, and sample-level delta, arising from differences in judged quality differences within an individual preference pair. To study generator-level delta, we vary the generator's scale and model family, and to study sample-level delta, we employ an LLM-as-a-judge to rate the quality of generated traces along multiple reasoning-quality dimensions. We find that increasing generator-level delta steadily improves performance on out-of-domain reasoning tasks and filtering data by sample-level delta can enable more data-efficient training. Our results suggest a twofold recipe for improving reasoning performance through preference optimization: maximize generator-level delta when constructing preference pairs and exploit sample-level delta to select the most informative training examples.

📄 PDF Abstract BibTeX arXiv:2604.08723

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transformer Modeling for Both Scalability and Performance in Multivariate Time Series

2025-09-23 · Hunjae Lee, Corey Clark arxiv

Variable count is among the main scalability bottlenecks for transformer modeling in multivariate time series (MTS) data. On top of this, a growing consensus in the field points to indiscriminate inter-variable mixing as…

What Does Preference Learning Recover from Pairwise Comparison Data?

2026-02-10 · Rattana Pukdee, Maria-Florina Balcan, Pradeep Ravikumar arxiv

Pairwise preference learning is central to machine learning, with recent applications in aligning language models with human preferences. A typical dataset consists of triplets $(x, y^+, y^-)$, where response $y^+$ is pr…

Decomposing Wrong-Consensus Agreement in LLM Self-Consistency

2026-08-19 · Lizhuo Zhang, Mengmeng Tang, Chenfeng Long, Xiaoyong Tang 외 arxiv

Agreement among repeated samples of a language model is routinely read as evidence about answer reliability, yet wrong answers can agree just as strongly as right ones. This paper asks what information wrong-consensus ag…

What Do People Actually Want From AI? Mapping Preference Plurality

2026-06-04 · Julia Sepúlveda Coelho, Scott A. Hale arxiv

Large Language Models (LLMs) are often fine-tuned through Reinforcement Learning from Human Feedback (RLHF) to align with people's preferences and values. However, this method has known limitations: it aggregates conflic…

Reinforcement Learning

Contextual Bandits and Imitation Learning via Preference-Based Active Queries

2023-07-24 · Ayush Sekhari, Karthik Sridharan, Wen Sun, Runzhe Wu

We consider the problem of contextual bandits and imitation learning, where the learner lacks direct knowledge of the executed action's reward. Instead, the learner can actively query an expert at each round to compare t…

Imitation LearningMulti-Armed Bandits