paper-with-me

Papers

Reward Learning from Multiple Feedback Types

2025-02-28 · Yannick Metz, András Geiszl, Raphaël Baur, Mennatallah El-Assady

Learning rewards from preference feedback has become an important tool in the alignment of agentic models. Preference-based feedback, often implemented as a binary comparison between multiple completions, is an established method to acquire large-scale human feedback. However, human feedback in other contexts is often much more diverse. Such diverse feedback can better support the goals of a human annotator, and the simultaneous use of multiple sources might be mutually informative for the learning process or carry type-dependent biases for the reward learning process. Despite these potential benefits, learning from different feedback types has yet to be explored extensively. In this paper, we bridge this gap by enabling experimentation and evaluating multi-type feedback in a broad set of environments. We present a process to generate high-quality simulated feedback of six different types. Then, we implement reward models and downstream RL training for all six feedback types. Based on the simulated feedback, we investigate the use of types of feedback across ten RL environments and compare them to pure preference-based baselines. We show empirically that diverse types of feedback can be utilized and lead to strong reward modeling performance. This work is the first strong indicator of the potential of multi-type feedback for RLHF.

📄 PDF Abstract BibTeX arXiv:2502.21038

Code (1)

ymetz/multi-type-feedback 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MAVRL: Learning Reward Functions from Multiple Feedback Types with Amortized Variational Inference

2026-02-16 · Raphaël Baur, Yannick Metz, Maria Gkoulta, Mennatallah El-Assady 외 arxiv

Reward learning typically relies on a single feedback type or combines multiple feedback types using manually weighted loss terms. Currently, it remains unclear how to jointly learn reward functions from heterogeneous fe…

Bayesian Inference

The Effect of Modeling Human Rationality Level on Learning Rewards from Multiple Feedback Types

2022-08-23 · Gaurav R. Ghosal, Matthew Zurek, Daniel S. Brown, Anca D. Dragan

When inferring reward functions from human behavior (be it demonstrations, comparisons, physical corrections, or e-stops), it has proven useful to model the human as making noisy-rational choices, with a "rationality coe…

InformativenessVocal Bursts Type Prediction

Reward-rational (implicit) choice: A unifying formalism for reward learning

2020-02-12 · NeurIPS 2020 12 · Hong Jun Jeon, Smitha Milli, Anca D. Dragan

It is often difficult to hand-specify what the correct reward function is for a task, so researchers have instead aimed to learn reward functions from human behavior or feedback. The types of behavior interpreted as evid…

Convergence of a Human-in-the-Loop Policy-Gradient Algorithm With Eligibility Trace Under Reward, Policy, and Advantage Feedback

2021-09-15 · Ishaan Shah, David Halpern, Kavosh Asadi, Michael L. Littman

Fluid human-agent communication is essential for the future of human-in-the-loop reinforcement learning. An agent must respond appropriately to feedback from its human trainer even before they have significant experience…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Fine-Grained Human Feedback Gives Better Rewards for Language Model Training

2023-06-02 · NeurIPS 2023 11 · Zeqiu Wu, Yushi Hu, Weijia Shi, Nouha Dziri 외

Language models (LMs) often exhibit undesirable text generation behaviors, including generating false, toxic, or irrelevant outputs. Reinforcement learning from human feedback (RLHF) - where human preference judgments on…

Language ModelingLanguage ModellingLong Form Question AnsweringQuestion Answering+2