CLMay 15, 2023

RL4F: Generating Natural Language Feedback with Reinforcement Learning for Repairing Model Outputs

arXiv:2305.08844v2284 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of improving black-box models like GPT-3 efficiently, though it is incremental as it builds on prior critique generation methods.

The paper tackles the problem of generating natural language feedback to repair outputs from large language models without fine-tuning, achieving up to 10% relative improvement in text similarity metrics across tasks like action planning and summarization.

Despite their unprecedented success, even the largest language models make mistakes. Similar to how humans learn and improve using feedback, previous work proposed providing language models with natural language feedback to guide them in repairing their outputs. Because human-generated critiques are expensive to obtain, researchers have devised learned critique generators in lieu of human critics while assuming one can train downstream models to utilize generated feedback. However, this approach does not apply to black-box or limited access models such as ChatGPT, as they cannot be fine-tuned. Moreover, in the era of large general-purpose language agents, fine-tuning is neither computationally nor spatially efficient as it results in multiple copies of the network. In this work, we introduce RL4F (Reinforcement Learning for Feedback), a multi-agent collaborative framework where the critique generator is trained to maximize end-task performance of GPT-3, a fixed model more than 200 times its size. RL4F produces critiques that help GPT-3 revise its outputs. We study three datasets for action planning, summarization and alphabetization and show relative improvements up to 10% in multiple text similarity metrics over other learned, retrieval-augmented or prompting-based critique generators.

Code Implementations1 repo
Foundations

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

Your Notes