CLLGMLSep 18, 2019

Fine-Tuning Language Models from Human Preferences

arXiv:1909.08593v22537 citations
AI Analysis

This work addresses making reinforcement learning practical and safe for real-world language tasks by leveraging human judgment, though it may exploit simple heuristics in summarization.

The paper tackled the problem of applying reward learning from human preferences to fine-tune language models for natural language tasks, achieving good results with only 5,000 human comparisons for stylistic continuation and reasonable ROUGE scores with 60,000 comparisons for summarization.

Reward learning enables the application of reinforcement learning (RL) to tasks where reward is defined by human judgment, building a model of reward by asking humans questions. Most work on reward learning has used simulated environments, but complex information about values is often expressed in natural language, and we believe reward learning for language is a key to making RL practical and safe for real-world tasks. In this paper, we build on advances in generative pretraining of language models to apply reward learning to four natural language tasks: continuing text with positive sentiment or physically descriptive language, and summarization tasks on the TL;DR and CNN/Daily Mail datasets. For stylistic continuation we achieve good results with only 5,000 comparisons evaluated by humans. For summarization, models trained with 60,000 comparisons copy whole sentences from the input but skip irrelevant preamble; this leads to reasonable ROUGE scores and very good performance according to our human labelers, but may be exploiting the fact that labelers rely on simple heuristics.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes