CREST 论文提出多轮智能体的验证器约束信用分配方法

Rohan Paul · @rohanpaul_ai · X·2026-09-01 02:12·20小时前
AI 导读

论文《Teach the Magnitude, Not the Direction》提出 CREST 框架,为多轮多步 LLM 智能体做分层信用分配:每轮单独获得验证的信用,再由同一模型充当自教师,对轮内不确定决策加大学习权重,但教师只能调节更新幅度、不能推翻验证器的判断。

Rohan Paul@rohanpaul_ai
39AI 编辑部评分,满分 100

CREST 论文提出多轮智能体的验证器约束信用分配方法

2026-09-01 02:12· 20小时前
AI 导读

论文《Teach the Magnitude, Not the Direction》提出 CREST 框架,为多轮多步 LLM 智能体做分层信用分配:每轮单独获得验证的信用,再由同一模型充当自教师,对轮内不确定决策加大学习权重,但教师只能调节更新幅度、不能推翻验证器的判断。

This paper shows a better way to train multi-turn agents:

score each turn separately, then use a self-teacher to focus learning without letting it override the reward.

Standard RL has a basic problem.

A long agent session can contain successful and failed turns, yet 1 overall reward can blur them together.

CREST fixes that by giving each turn its own verified credit, then using the same model as a teacher to put more learning weight on uncertain decisions inside that turn.

The teacher can strengthen an update, but it cannot reverse the verifier's judgment.

On Qwen3-4B-Instruct, it reaches 52.0% average BFCL V3 accuracy versus 49.25% for the strongest RL baseline.

– arxiv. org/abs/2608.13179

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