paper-with-me

홈 › Papers

Reinforcing Human Behavior Simulation via Verbal Feedback

2026-05-19 · Weiwei Sun, Xuhui Zhou, Jiarui Liu, Weihua Du, Haojia Sun, Yiqing Xie, Qianou Ma, Sihao Chen, Mengting Wan, Longqi Yang, Pei Zhou, Sherry Wu, Sean Welleck, Graham Neubig, Yiming Yang, Maarten Sap 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 code and math, where RL rewards are directly verifiable and condensed into scalar values. As LLMs are increasingly used to simulate human behavior, e.g., standing in for users, patients, students, and other personas, there is a pressing need to make them more human-like, which requires embracing a fundamentally different kind of signal: feedback that is verbal, subjective, and multi-faceted. We present DITTO, a model trained by treating verbal feedback as a first-class signal in reinforcement learning. After each rollout, DITTO receives verbal feedback and generates a feedback-conditioned improved rollout; both outputs are jointly optimized with GRPO, distilling verbal guidance into the base policy without requiring feedback at test time. We also introduce SOUL (Simulation gym Of hUman-Like behavior), a unified benchmark and training data suite spanning 10 tasks across six categories: Theory of Mind, character role play, social skill, learner simulation, user simulation, and persona simulation. DITTO achieves an average 36% improvement over the base model and exceeds GPT-5.4 on 6 of 10 SOUL benchmarks, demonstrating that RL with verbal feedback is a promising direction for training LLMs to simulate human behavior.

📄 PDF Abstract BibTeX arXiv:2605.20506

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RLVF: Learning from Verbal Feedback without Overgeneralization

2024-02-16 · Moritz Stephan, Alexander Khazatsky, Eric Mitchell, Annie S Chen 외

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…

Reflective Verbal Reward Design for Pluralistic Alignment

2025-06-21 · Carter Blair, Kate Larson, Edith Law

AI agents are commonly aligned with "human values" through reinforcement learning from human feedback (RLHF), where a single reward model is learned from aggregated human feedback and used to align an agent's behavior. H…

Language ModelingLanguage Modelling

Multi-Modal Self-Supervised Learning for Surgical Feedback Effectiveness Assessment

2024-11-17 · Arushi Gupta, Rafal Kocielnik, Jiayun Wang, Firdavs Nasriddinov 외

During surgical training, real-time feedback from trainers to trainees is important for preventing errors and enhancing long-term skill acquisition. Accurately predicting the effectiveness of this feedback, specifically …

Representation LearningSelf-Supervised Learning

Interactive Robot Learning from Verbal Correction

2023-10-26 · Huihan Liu, Alice Chen, Yuke Zhu, Adith Swaminathan 외

The ability to learn and refine behavior after deployment has become ever more important for robots as we design them to operate in unstructured environments like households. In this work, we design a new learning system…

Language ModelingLanguage ModellingLarge Language Model

Designing Conversational AI to Support Think-Aloud Practice in Technical Interview Preparation for CS Students

2025-07-19 · Taufiq Daryanto, Sophia Stil, Xiaohan Ding, Daniel Manesh 외 arxiv

One challenge in technical interviews is the think-aloud process, where candidates verbalize their thought processes while solving coding tasks. Despite its importance, opportunities for structured practice remain limite…