用可验证奖励训练模型,让大模型回答更准确、有据可查。
Lessons from Training Grounded LLMs with Verifiable Rewards
- 通过强化学习优化答案正确性、引用充分性和拒绝质量。
- 在多个数据集上,带推理的模型显著优于仅指令微调的版本。
- 分阶段训练提升稳定性,适合需要高可信度的应用场景。
生成有依据且可信的回答仍是大语言模型的核心挑战。尽管基于引用的检索增强生成(RAG)具有潜力,但指令微调模型在简单场景中仍频繁失败:遗漏明确答案、错误引用或在有证据时拒绝回答。本文探索强化学习(RL)与内部推理如何提升模型的可接地性。我们采用GRPO(组相对策略优化)方法,利用可验证的结果奖励来优化答案正确性、引用充分性和拒绝质量,无需黄金推理轨迹或昂贵标注。在ASQA、QAMPARI、ELI5和ExpertQA上的综合实验表明,带推理的模型显著优于仅指令微调的变体,尤其在处理无法回答的问题和生成良好引用的回答方面表现突出。两阶段训练策略(先优化答案与引用行为,再优化拒绝)进一步提升了接地能力,稳定了学习信号。此外,我们重新审视基于GPT-4蒸馏的指令微调,发现其与GRPO结合后,在长文本生成问答任务上性能更优。总体而言,研究凸显了推理、分阶段优化和以结果为导向的强化学习对构建更可验证、更可靠的大型语言模型的价值。
原文摘要 · Abstract (English)
Generating grounded and trustworthy responses remains a key challenge for large language models (LLMs). While retrieval-augmented generation (RAG) with citation-based grounding holds promise, instruction-tuned models frequently fail even in straightforward scenarios: missing explicitly stated answers, citing incorrectly, or refusing when evidence is available. In this work, we explore how reinforcement learning (RL) and internal reasoning can enhance grounding in LLMs. We use the GRPO (Group Relative Policy Optimization) method to train models using verifiable outcome-based rewards targeting answer correctness, citation sufficiency, and refusal quality, without requiring gold reasoning traces or expensive annotations. Through comprehensive experiments across ASQA, QAMPARI, ELI5, and ExpertQA we show that reasoning-augmented models significantly outperform instruction-only variants, especially in handling unanswerable queries and generating well-cited responses. A two-stage training setup, first optimizing answer and citation behavior and then refusal, further improves grounding by stabilizing the learning signal. Additionally, we revisit instruction tuning via GPT-4 distillation and find that combining it with GRPO enhances performance on long-form, generative QA tasks. Overall, our findings highlight the value of reasoning, stage-wise optimization, and outcome-driven RL for building more verifiable and reliable LLMs.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。