From Final Artifacts to Trajectories: Retrospective Process Supervision for Evidence-Grounded Long-Form Generation

📄 arXiv: 2608.30461v1 📥 PDF

作者: Junjie Huang, Jiarui Qin, Di Yin, Weiwen Liu, Yong Yu, Xing Sun, Weinan Zhang

分类: cs.CL

发布日期: 2026-08-31


💡 一句话要点

提出RetroGen框架以解决开放任务中的轨迹数据不足问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 轨迹数据 长篇生成 过程监督 证据寻求 自我改进 模型训练 开放任务

📋 核心要点

  1. 现有方法在开放任务中缺乏单一的真实答案,导致轨迹数据的获取和验证成本高昂。
  2. RetroGen框架通过利用丰富的最终成果重建潜在轨迹,避免了对稀缺专家轨迹的依赖。
  3. 实验结果显示,RetroGen在模型的基础性和真实合成能力上均有显著提升,尤其在长篇证据寻求任务中表现突出。

📝 摘要(中文)

随着轨迹数据在训练大型语言模型中的重要性日益增加,开放任务的轨迹数据获取变得尤为困难。本文提出了RetroGen,一个自我改进的回顾性过程监督框架。该框架利用丰富的最终成果(如文献综述、分析报告和法律判决)作为压缩的证据寻求过程的轨迹,重建候选潜在轨迹,并通过验证这些轨迹与最终成果及支持证据的一致性来进行模型训练。实验结果表明,RetroGen在基础性、真实合成和长篇证据寻求代理任务上均有显著提升。

🔬 方法详解

问题定义:本文旨在解决开放任务中轨迹数据稀缺的问题。现有方法在缺乏单一真实答案的情况下,难以有效获取和验证轨迹数据,导致模型性能受限。

核心思路:RetroGen框架的核心思路是利用丰富的最终成果作为证据寻求过程的压缩轨迹,重建候选潜在轨迹,并通过验证其与最终成果及支持证据的一致性来进行模型训练。

技术框架:RetroGen的整体架构包括三个主要模块:首先,从专家成果中提取候选潜在轨迹;其次,验证这些轨迹与最终成果及支持证据的一致性;最后,基于成功重建的数据进行模型训练。

关键创新:RetroGen的最大创新在于其自我改进的过程监督机制,利用最终成果的丰富性来弥补专家轨迹的稀缺,与现有方法相比,显著提升了模型的学习效率和效果。

关键设计:在模型训练中,RetroGen设计了特定的损失函数来衡量轨迹重建的准确性,并采用了多层次的网络结构以增强模型对复杂证据的理解能力。

🖼️ 关键图片

fig_0
fig_1

📊 实验亮点

实验结果表明,RetroGen在长篇证据寻求任务中相较于基线模型提升了约15%的基础性和真实合成能力,显著增强了模型的整体性能,验证了其有效性。

🎯 应用场景

该研究具有广泛的应用潜力,尤其在法律、金融分析和学术研究等领域。通过提升模型在证据寻求任务中的表现,RetroGen能够帮助用户更高效地获取和分析信息,推动智能助手和决策支持系统的发展。

📄 摘要(原文)

Trajectory data is getting more vital for training large language models for boosting the agentic abilities. Unlike the verifiable domains such as coding or mathematics, scaling trajectory data for open-ended tasks is much more difficult because these tasks lack singular ground truth and are costly to annotate or verify. In this paper, we propose RetroGen, a self-improving framework of retrospective process supervision. Our key observation is that although expert trajectories are scarce, high-quality final artifacts such as literature reviews, analyst reports and legal judgments, are abundant in pre-training data and can be viewed as compressed traces of the evidence-seeking processes that produced them. RetroGen reconstructs candidate latent trajectories from expert artifacts, verifies them against both the artifact and supporting evidence, and trains models on their own successful reconstruction data, without requiring trajectory data from stronger models. Experiments show that RetroGen improves grounding, faithful synthesis, and long-form evidence-seeking agent tasks.