paper-with-me

홈 › Papers

RLVF: Learning from Verbal Feedback without Overgeneralization

2024-02-16 · Moritz Stephan, Alexander Khazatsky, Eric Mitchell, Annie S Chen, Sheryl Hsu, Archit Sharma, Chelsea Finn

The diversity of contexts in which large language models (LLMs) are deployed requires the ability to modify or customize default model behaviors to incorporate nuanced requirements and preferences. A convenient interface to specify such model adjustments is high-level verbal feedback, such as "Don't use emojis when drafting emails to my boss." However, while writing high-level feedback is far simpler than collecting annotations for reinforcement learning from human feedback (RLHF), we find that simply prompting a model with such feedback leads to overgeneralization of the feedback to contexts where it is not relevant. We study the problem of incorporating verbal feedback without such overgeneralization, inspiring a new method Contextualized Critiques with Constrained Preference Optimization (C3PO). C3PO uses a piece of high-level feedback to generate a small synthetic preference dataset specifying how the feedback should (and should not) be applied. It then fine-tunes the model in accordance with the synthetic preference data while minimizing the divergence from the original model for prompts where the feedback does not apply. Our experimental results indicate that our approach effectively applies verbal feedback to relevant scenarios while preserving existing behaviors for other contexts. For both human- and GPT-4-generated high-level feedback, C3PO effectively adheres to the given feedback comparably to in-context baselines while reducing overgeneralization by 30%.

📄 PDF Abstract BibTeX arXiv:2402.10893

Code (1)

austrian-code-wizard/c3po 공식 구현

Similar Papers 제목 키워드 기반

Reinforcing Human Behavior Simulation via Verbal Feedback

2026-05-19 · Weiwei Sun, Xuhui Zhou, Jiarui Liu, Weihua Du 외 arxiv

Humans learn social norms and behaviors from verbal feedback (e.g., a parent saying "that was rude" or a friend explaining "here's why that hurt"). Yet, learning from feedback for LLMs has largely focused on domains like…

Reinforcement Learning

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

Generic Overgeneralization in Pre-trained Language Models

2022-10-01 · COLING 2022 10 · Sello Ralethe, Jan Buys

Generic statements such as “ducks lay eggs” make claims about kinds, e.g., ducks as a category. The generic overgeneralization effect refers to the inclination to accept false universal generalizations such as “all ducks…

Older Adults' Preferences for Feedback Cadence from an Exercise Coach Robot

2026-01-13 · Roshni Kaushik, Reid Simmons arxiv

People can respond to feedback and guidance in different ways, and it is important for robots to personalize their interactions and utilize verbal and nonverbal communication cues. We aim to understand how older adults r…

MulFeRL: Enhancing Reinforcement Learning with Verbal Feedback in a Multi-turn Loop

2026-01-30 · Xuancheng Li, Haitao Li, Yujia Zhou, YiqunLiu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is widely used to improve reasoning across domains, but outcome-only scalar rewards are often sparse and uninformative. This limitation is especially severe for faile…

Reinforcement LearningDomain Generalization