paper-with-me

Papers

Training Language Models with Language Feedback at Scale

2023-03-28 · Jérémy Scheurer, Jon Ander Campos, Tomasz Korbak, Jun Shern Chan, Angelica Chen, Kyunghyun Cho, Ethan Perez

Pretrained language models often generate outputs that are not in line with human preferences, such as harmful text or factually incorrect summaries. Recent work approaches the above issues by learning from a simple form of human feedback: comparisons between pairs of model-generated outputs. However, comparison feedback only conveys limited information about human preferences. In this paper, we introduce Imitation learning from Language Feedback (ILF), a new approach that utilizes more informative language feedback. ILF consists of three steps that are applied iteratively: first, conditioning the language model on the input, an initial LM output, and feedback to generate refinements. Second, selecting the refinement incorporating the most feedback. Third, finetuning the language model to maximize the likelihood of the chosen refinement given the input. We show theoretically that ILF can be viewed as Bayesian Inference, similar to Reinforcement Learning from human feedback. We evaluate ILF's effectiveness on a carefully-controlled toy task and a realistic summarization task. Our experiments demonstrate that large language models accurately incorporate feedback and that finetuning with ILF scales well with the dataset size, even outperforming finetuning on human summaries. Learning from both language and comparison feedback outperforms learning from each alone, achieving human-level summarization performance.

📄 PDF Abstract BibTeX arXiv:2303.16755

Code (1)

jeremyalain/imitation_learning_from_language_feedback 공식 구현 pytorch

Tasks

Bayesian InferenceImitation LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Bridging the Gap: A Survey on Integrating (Human) Feedback for Natural Language Generation

2023-05-01 · Patrick Fernandes, Aman Madaan, Emmy Liu, António Farinhas 외

Many recent advances in natural language generation have been fueled by training large language models on internet-scale data. However, this paradigm can lead to models that generate toxic, inaccurate, and unhelpful cont…

Text Generation

VLFeedback: A Large-Scale AI Feedback Dataset for Large Vision-Language Models Alignment

2024-10-12 · Lei LI, Zhihui Xie, Mukai Li, Shunian Chen 외

As large vision-language models (LVLMs) evolve rapidly, the demand for high-quality and diverse data to align these models becomes increasingly crucial. However, the creation of such data with human supervision proves co…

DiversityHallucinationModels AlignmentRed Teaming+1

Feedback Attribution for Counterfactual Bandit Learning in Multi-Domain Spoken Language Understanding

2021-11-01 · EMNLP 2021 11 · Tobias Falke, Patrick Lehnen

With counterfactual bandit learning, models can be trained based on positive and negative feedback received for historical predictions, with no labeled data needed. Such feedback is often available in real-world dialog s…

counterfactualMulti-agent Reinforcement LearningReinforcement Learning (RL)Spoken Language Understanding

Language Models Can Learn from Verbal Feedback Without Scalar Rewards

2025-09-26 · Renjie Luo, Zichen Liu, Xiangyan Liu, Chao Du 외 arxiv

LLMs are often trained with RL from human or AI feedback, yet such methods typically compress nuanced feedback into scalar rewards, discarding much of their richness and inducing scale imbalance. We propose treating verb…

Text-to-Image Generation

UltraFeedback: Boosting Language Models with Scaled AI Feedback

2023-10-02 · Ganqu Cui, Lifan Yuan, Ning Ding, Guanming Yao 외

Learning from human feedback has become a pivot technique in aligning large language models (LLMs) with human preferences. However, acquiring vast and premium human feedback is bottlenecked by time, labor, and human capa…

Language Modelling