Research Papers 论文研究 8d ago Updated 7d ago 更新于 7天前 45

From Refuse to Richness: Rubric Rewards for Long-Form Hallucination Reinforcement Learning 从拒绝到丰富:用于长文幻觉强化学习的评分标准奖励

The paper investigates the "refusal-to-richness" trade-off in long-form hallucination reinforcement learning, where strict grounding rewards improve factual support but suppress answer coverage Introduces key-point rubrics that specify required and optional information for each question, used both for evaluation and as reward signals instead of global richness proxies like length or claim count Finds a stable trade-off: grounding-only rewards improve support but reduce coverage, while rubric-onl 长文本幻觉强化学习存在"拒绝-丰富度权衡":惩罚不支持声明的奖励能改善grounding,但会抑制模型回答意愿 提出rubric rewards方法,用关键点评分标准直接定义问题所需和可选信息,替代长度、声明数等全局丰富度代理指标 实验发现严格grounding奖励改善支持但抑制覆盖,无约束rubric奖励改善覆盖但削弱grounding,形成稳定权衡 软组合grounding、rubric coverage和relevance三种奖励获得最佳平衡,在分布内支持度和分布外泛化上均优于单一奖励

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • The paper investigates the "refusal-to-richness" trade-off in long-form hallucination reinforcement learning, where strict grounding rewards improve factual support but suppress answer coverage
  • Introduces key-point rubrics that specify required and optional information for each question, used both for evaluation and as reward signals instead of global richness proxies like length or claim count
  • Finds a stable trade-off: grounding-only rewards improve support but reduce coverage, while rubric-only rewards improve coverage but weaken grounding
  • A soft combination of grounding, rubric coverage, and relevance rewards achieves the best balance, improving in-distribution support and transferring better to out-of-distribution checklist tasks
  • Demonstrates that rubric-based rewards provide a more direct and effective approach to measuring answer richness compared to proxy-based methods

Why It Matters

This research addresses a critical challenge in building reliable long-form AI systems: the tension between factual accuracy and comprehensive answers. For AI practitioners developing retrieval-augmented or grounded generation systems, understanding and managing this trade-off is essential for producing outputs that are both trustworthy and useful. The rubric-based approach offers a practical framework that can be adapted to domain-specific applications where coverage of key points is as important as factual correctness.

Technical Details

  • Rubric-based reward design: Each question is represented with a key-point rubric specifying required and optional information, replacing global richness proxies (length, claim count, detail, pairwise relevance) with direct coverage measurement
  • Reward configurations compared: grounding-only, proxy-based, rubric-only, and combined rewards were evaluated across multiple experimental conditions to isolate the effects of each component
  • Soft combination strategy: The optimal approach blends grounding rewards, rubric coverage rewards, and relevance signals rather than relying on any single reward type
  • Evaluation methodology: Tests were conducted on both in-distribution support metrics and out-of-distribution checklist transfer tasks, demonstrating that combined rewards generalize better than single-objective approaches
  • Reinforcement learning framework: The work operates within long-form hallucination RL, where reward design directly shapes the model's tendency to either refuse to answer or generate unsupported content

Industry Insight

  • Organizations deploying long-form generation systems should consider rubric-based reward design rather than relying solely on grounding penalties or length-based richness proxies, as the latter can inadvertently teach models to refuse answering
  • The stable trade-off between grounding and coverage suggests that multi-objective reward balancing is essential for production systems; single-objective optimization will consistently produce either overly cautious or insufficiently grounded outputs
  • Rubric construction itself becomes a strategic asset—investing in high-quality, domain-specific key-point rubrics can directly improve both evaluation fidelity and training effectiveness, making rubric design a worthwhile engineering effort

TL;DR

  • 长文本幻觉强化学习存在"拒绝-丰富度权衡":惩罚不支持声明的奖励能改善grounding,但会抑制模型回答意愿
  • 提出rubric rewards方法,用关键点评分标准直接定义问题所需和可选信息,替代长度、声明数等全局丰富度代理指标
  • 实验发现严格grounding奖励改善支持但抑制覆盖,无约束rubric奖励改善覆盖但削弱grounding,形成稳定权衡
  • 软组合grounding、rubric coverage和relevance三种奖励获得最佳平衡,在分布内支持度和分布外泛化上均优于单一奖励

为什么值得看

该研究揭示了长文本生成中幻觉控制与内容质量之间的根本矛盾,为设计更有效的强化学习奖励机制提供了实证依据。rubric rewards方法为评估和改进长文本生成的信息覆盖度提供了新的评估框架。

技术解析

  • 研究聚焦长文本幻觉RL中的refusal-to-richness权衡问题,对比了grounding-only、proxy-based(长度、声明数、细节、成对相关性等全局代理)、rubric-only和combined rewards四种奖励策略
  • 提出用key-point rubric替代全局丰富度代理指标,每个问题配有指定所需和可选信息的评分标准,直接定义coverage并用于评估和奖励信号
  • 实验验证了三种奖励的权衡关系:严格grounding奖励提升support但压制coverage,无约束rubric奖励提升coverage但削弱grounding
  • 软组合奖励(grounding + rubric coverage + relevance)在in-distribution support和out-of-distribution checklist任务泛化上均优于单一奖励

行业启示

  • 长文本生成系统的幻觉控制不能仅依赖惩罚机制,需同步考虑内容覆盖度和信息丰富度,避免模型"过度保守"
  • Rubric-based奖励设计为长文本评估提供了更精细的粒度,可推广至知识密集型应用(如医疗、法律问答)的质量优化
  • 多目标奖励的软组合策略为RLHF/RLAIF实践提供了参考:单一优化目标往往导致次优解,需平衡真实性、覆盖度和相关性

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Alignment 对齐 Training 训练 Evaluation 评测