paper-with-me

Papers

Data-Centric Human Preference Optimization with Rationales

2024-07-19 · Hoang Anh Just, Ming Jin, Anit Sahu, Huy Phan, Ruoxi Jia

Reinforcement learning from human feedback plays a crucial role in aligning language models towards human preferences, traditionally represented through comparisons between pairs or sets of responses within a given context. While many studies have enhanced algorithmic techniques to optimize learning from such data, this work shifts focus to improving preference learning through a data-centric approach. Specifically, we propose enriching existing preference datasets with machine-generated rationales that explain the reasons behind choices. We develop a simple and principled framework to augment current preference learning methods with rationale information. Our comprehensive analysis highlights how rationales enhance learning efficiency. Extensive experiments reveal that rationale-enriched preference learning offers multiple advantages: it improves data efficiency, accelerates convergence to higher-performing models, and reduces verbosity bias and hallucination. Furthermore, this framework is versatile enough to integrate with various preference optimization algorithms. Overall, our findings highlight the potential of re-imagining data design for preference learning, demonstrating that even freely available machine-generated rationales can significantly boost performance across multiple dimensions. The code repository is available at https: //github.com/reds-lab/preference-learning-with-rationales

📄 PDF Abstract BibTeX arXiv:2407.14477

Code (1)

reds-lab/preference-learning-with-rationales 공식 구현 pytorch

Tasks

Hallucination

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

R-Align: Enhancing Generative Reward Models through Rationale-Centric Meta-Judging

2026-02-06 · Yanlin Lai, Mitt Huang, Hangyu Guo, Xiangfeng Wang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) remains indispensable for aligning large language models (LLMs) in subjective domains. To enhance robustness, recent work shifts toward Generative Reward Models (GenRMs) …

Reinforcement LearningInstruction Following

Calibrating LLMs with Preference Optimization on Thought Trees for Generating Rationale in Science Question Scoring

2024-06-28 · Jiazheng Li, Hainiu Xu, Zhaoyue Sun, Yuxiang Zhou 외

Generating rationales that justify scoring decisions has been a promising way to facilitate explainability in automated scoring systems. However, existing methods do not match the accuracy of classifier-based methods. Pl…

Rethinking Human Preference Evaluation of LLM Rationales

2025-09-14 · Ziang Li, Manasi Ganti, Zixian Ma, Helena Vasconcelos 외 arxiv

Large language models (LLMs) often generate natural language rationales -- free-form explanations that help improve performance on complex reasoning tasks and enhance interpretability for human users. However, evaluating…

Beyond Scalar Reward Model: Learning Generative Judge from Preference Data

2024-10-01 · Ziyi Ye, Xiangsheng Li, Qiuchi Li, Qingyao Ai 외

Learning from preference feedback is a common practice for aligning large language models~(LLMs) with human value. Conventionally, preference data is learned and encoded into a scalar reward model that connects a value h…

Learnable Game-theoretic Policy Optimization for Data-centric Self-explanation Rationalization

2025-10-15 · Yunxiao Zhao, Zhiqiang Wang, Xingtong Yu, Xiaoli Li 외 arxiv

Rationalization, a data-centric framework, aims to build self-explanatory models to explain the prediction outcome by generating a subset of human-intelligible pieces of the input data. It involves a cooperative game mod…