有品味的智能体:长周期任务中品味的测量与提升

HuggingFace Daily Papers(社区热门论文)·2026-09-22 08:00·1天前
AI 导读

研究者构建了 Taste-Bench,从智能体工程与研究任务轨迹中自动挖掘决策分叉点,用于衡量 LLM 智能体在长周期任务中的"品味"。评测显示最强模型仅答对 59.7% 的题目,决定证据出现越晚的分叉越难,增大推理预算也无法提升准确率。

HuggingFace Daily Papers(社区热门论文)
45AI 编辑部评分,满分 100

有品味的智能体:长周期任务中品味的测量与提升

2026-09-22 08:00· 1天前
AI 导读

研究者构建了 Taste-Bench,从智能体工程与研究任务轨迹中自动挖掘决策分叉点,用于衡量 LLM 智能体在长周期任务中的"品味"。评测显示最强模型仅答对 59.7% 的题目,决定证据出现越晚的分叉越难,增大推理预算也无法提升准确率。

LLM agents increasingly work on long-horizon tasks, and the decisions they make along the way, such as which hypothesis to test or which implementation to build on, determine the outcome of the whole run. Making these decisions well is becoming a key capability for both engineering and research agents. We refer to the ability to make good long-horizon decisions as the taste of an agent. While existing benchmarks measure the end-to-end success of agents on long-horizon tasks, none of them measures the taste of an agent. To address this problem, we build Taste-Bench, a benchmark of taste questions constructed automatically from trajectories that agents produced in engineering and research tasks.

Each question presents a decision fork, a point in a trajectory where multiple directions are available and one of them leads to a better outcome, and the evaluated model chooses among these directions without seeing what happens after the fork. We mine these forks automatically from parallel attempts at the same task and from detours inside a single trajectory, without needing human annotation. We evaluate frontier models on Taste-Bench and find that the best model answers only 59.7% of the questions correctly. We further find that forks whose deciding evidence appears later in the trajectory are much harder for every model, and that a larger reasoning budget does not improve the accuracy.

Finally, we show that taste can be trained. We distill the judgment of a teacher that has seen the outcome into a student model, and the student makes better decisions on unseen tasks and improves end-to-end success on held-out SWE-bench Pro tasks.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org