Salesforce 论文:RL 环境验证器质量决定智能体训练效果

DAIR.AI · @dair_ai · X·2026-09-24 09:00·49分钟前
AI 导读

Salesforce 论文指出 RL 环境验证器质量至关重要:最干净的公开终端智能体 RL 数据集中仅 35.8% 环境通过其审计,另两个公开数据集干净率仅 10.1% 和 3.3%。

DAIR.AI@dair_ai
42AI 编辑部评分,满分 100

Salesforce 论文:RL 环境验证器质量决定智能体训练效果

2026-09-24 09:00· 49分钟前
AI 导读

Salesforce 论文指出 RL 环境验证器质量至关重要:最干净的公开终端智能体 RL 数据集中仅 35.8% 环境通过其审计,另两个公开数据集干净率仅 10.1% 和 3.3%。

Impressive paper from Salesforce.

It discusses the importance of good verifiers for RL environments.

Only 35.8% of the environments in the cleanest public RL collection for terminal agents passed Salesforce AI Research's audit.

More details below:

With the budget held at 3.5K environments, River-8B averaged 19.4 across four terminal benchmarks, against 17.7 for RL on 3.5K environments sampled at random from the same collection.

The audit found reward errors in both directions. Some environments give reward 1 for copying a leaked answer or passing a weak verifier without doing the task. Others give reward 0 to a correct solution because the reference answer or oracle is wrong. Two other public collections were only 10.1% and 3.3% clean.

The authors argue that RL mainly shapes behaviors, such as inspecting before acting, verifying before finishing and dropping an approach that keeps failing.

Those behaviors reuse skills the model already learned in pre-training and SFT. Their recipe, RIVER, filters defective environments and penalizes turns that repeat an earlier command with nearly the same output.

River-8B is the best of the open RL-trained 8B models they evaluated on all four benchmarks. Across models from 2B to 27B, using fewer than 30% of TMax's environments, RIVER increases RL gains by 106% on Terminal-Bench-Lite and 30% on Terminal-Bench v2.1.

Paper: https://academy.dair.ai/papers/learning-generalizable-behaviors-for-terminal-agents-2608.22631

来源:DAIR.AI· x.com