The Tasteful Agent: Measuring and Improving Taste in Long-Horizon Tasks

Wenbo Pan, Zhichao Liu, Shujie Liu, Jingying Zeng, Chin-Yew Lin, Xianfeng Tang, Yan Lu, Qi He, Xiaohua Jia

arXiv:2609.25804 · 2026-09-23 공개 · arXiv · PDF

reinforcement-learning llm-evaluation long-horizon swe-bench model-distillation trajectory-analysis taste-bench agent-decision-making

Abstract

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.

한국어 요약

한 줄 요약

Taste-Bench라는 새로운 벤치마크를 제안하여 LLM 에이전트의 장기적 판단력(‘taste’)을 측정하고 훈련한다.

핵심 기여도

핵심 아이디어

LLM 에이전트가 장기적 작업에서 좋은 결정을 내리는 능력, 즉 ‘taste’는 기존 벤치마크에서 측정되지 않았다. 이 연구는 작업 내에서 여러 방향이 존재하는 ‘decision fork’를 자동으로 추출하여, 모델이 미래 결과를 알지 못한 상태에서 더 나은 선택을 할 수 있는지 평가하는 방식을 제안한다. 이는 병렬 작업에서의 분기점과 단일 작업 내의 오류 수정 경로에서 자동 추출되며, 인간의 라벨링 없이도 가능하다. 핵심 통찰은 후행 결과가 판단의 근거가 될 수 있다는 점이며, 이를 통해 ‘taste’를 측정하고 훈련할 수 있다는 점이다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용

Taste-Bench는 연구 및 소프트웨어 엔지니어링 분야에서 LLM 에이전트의 장기적 판단력을 평가하고 훈련하는 데 활용 가능하다. 특히, SWE-bench Pro와 같은 실제 작업에서 성능 향상이 입증되었기 때문에, 자동화된 소프트웨어 개발 및 연구 프로젝트에서 유용하게 사용될 수 있다.