论文精选73°

TRACE: 因果探索推理智能体训练方法

TRACE: Training Reasoning Agents for Causal Exploration with Synthesized Rewards

精选理由

TRACE用模拟验证解决诊断推理难题,让Qwen3.5-35B在数字广告诊断任务上超越Claude Opus 5。

研究人员提出TRACE方法,通过合成奖励训练诊断推理智能体。该方法在数字广告诊断环境中测试,包含12种根本原因和细粒度归因。在235集测试集上,Qwen3.5-35B-A3B经过监督微调后FullAttr@1从0.159提升至0.637,再通过强化学习达到0.757,超越Claude Opus 5等基线模型。

原文 · arXiv cs.LG

TRACE: Training Reasoning Agents for Causal Exploration with Synthesized Rewards

Reinforcement learning with verifiable rewards (RLVR) has advanced language-model reasoning in domains such as mathematics and code, where objective answers are inexpensive to check. Diagnostic reasoning over complex data lacks this advantage: establishing the true cause of an anomaly often requires costly expert investigation and may remain ambiguous after the fact. We ask whether this asymmetry of verification can instead be engineered. We sample an intervention, inject it into a controlled simulator, and generate the observations it would produce. The hidden intervention provides an oracle label and objective reward, while the agent must still investigate noisy, confounded, and distributed evidence. We instantiate this approach in TRACE, a digital-advertising diagnostic environment with 12 root causes and fine-grained segment attribution. Agents investigate each episode using Python and SQL and must identify both the root cause and, when applicable, the affected segment assignment. On a held-out 235-episode test set, the strongest prompted baseline, Claude Opus 5, reaches 0.686 FullAttr@1. Supervised fine-tuning raises Qwen3.5-35B-A3B from 0.159 to 0.637, and subsequent RL with synthesized rewards reaches 0.757, outperforming all evaluated prompted baselines, including frontier closed-source models and a prompted Qwen3.5-122B-A10B model. The resulting policy also uses substantially fewer tool calls than the prompted 35B base. These results provide evidence that access to a scalable, objective training signal can be a more important constraint than model scale alone. More broadly, simulation-based verification can make otherwise ambiguous diagnostic reasoning tasks amenable to scalable reinforcement learning.