跳到正文
Jones Ray

ScholarPulse 日报 2026-08-15

2026-08-15 学术简报:2 篇。AI科学家代理Faraday在科学论文复制任务中性能超越现有大模型。

今日速览

序号标题来源日期主题推荐等级
1Training AI Scientists to Replicate ResearcharXiv2026-08-13RAG高
2Teach the Magnitude, Not the Direction: Verifier-Bounded Credit Assignment for Multi-Turn Multi-step LLM AgentsarXiv2026-08-13AI-Agent高

重点论文与技术动态

1. Training AI Scientists to Replicate Research

一句话结论

AI科学家代理Faraday在科学论文复制任务中性能超越现有大模型。

一段话:本研究开发了Replica可扩展任务空间和auto-generated rubric-based judge,用于系统化论文复制。通过微调27B参数的Faraday代理(作为“AI科学家”),其利用编码代理作为工具,在复制任务上显著优于Claude Opus 4.8和GPT-5.5。定性分析显示Faraday采用更科学的探索方法,为AI实现长期科学创新提供基础,无需复杂框架。

核心内容

方法与数据

价值判断

摘要 The replicability of papers is a cornerstone of scientific knowledge, ensuring the reliability of existing results and providing a base for further experiments. The act of replication typically illuminates details that were previously underspecified, and thus requires similar hypothesis-driven exploration to open-ended research. In this work, we develop Replica, a scalable task space for paper replication. To provide reward signal, we introduce an auto-generated rubric-based judge that has low noise and agrees with human assessment of replication quality. We post-train Faraday, a 27B-parameter "AI Scientist" agent that leverages coding agents as tools, surpassing the performance of Claude Opus 4.8 and GPT-5.5 on held-out replication tasks. Qualitative analysis of individual rollouts reveals that Faraday adopts a more scientifically-principled approach. We believe that our results provide a stepping stone towards AI agents capable of long-horizon scientific innovation without requiring complex harnesses.

2. Teach the Magnitude, Not the Direction: Verifier-Bounded Credit Assignment for Multi-Turn Multi-step LLM Agents

一句话结论

CrEST框架通过将教师角色从决定更新方向转变为调节更新幅度,实现了密集信用分配而不牺牲验证器约束的上限。

核心内容

方法与数据

价值判断

摘要 Reinforcement learning with verifiable rewards (RLVR) offers a verifier-bounded performance ceiling for training multi-turn tool-use agents, yet its trajectory-level credit assignment conflates heterogeneous per-turn outcomes into a single reward signal. On-policy distillation provides dense per-token supervision but is either teacher-bounded or prone to gradient concentration collapse. We introduce $\textbf{CrEST}$, a hierarchical credit assignment framework that retains RL's verifier-bounded ceiling while incorporating dense token-level signals from a privileged self-teacher. $\textbf{CrEST}$ resolves credit at two levels: turn-segmented verified advantages address inter-turn dilution, while entropy-gated self-teacher modulation refines intra-turn token contributions. Experiments on BFCL V3 and WildToolBench show that $\textbf{CrEST}$ consistently outperforms both RL and distillation baselines across two model scales, with the largest gains on long-trajectory and strict session-level metrics. Our work demonstrates that the teacher's role in policy optimization can be reduced from determining update directions to modulating update magnitudes, unlocking dense credit assignment without sacrificing the verifier-bounded ceiling.