The Tasteful Agent: Measuring and Improving Taste in Long-Horizon Tasks
Summary
This paper introduces Taste-Bench, a benchmark for measuring taste in LLM agents' long-horizon decisions, finding that frontier models have low accuracy and that taste can be improved through distillation training.
View Cached Full Text
Cached at: 09/23/26, 07:31 AM
Paper page - The Tasteful Agent: Measuring and Improving Taste in Long-Horizon Tasks
Source: https://huggingface.co/papers/2609.25804
Abstract
LLMagentsincreasinglyworkonlong-horizontasks,andthedecisionstheymakealongtheway,suchaswhichhypothesistotestorwhichimplementationtobuildon,determinetheoutcomeofthewholerun.Makingthesedecisionswellisbecomingakeycapabilityforbothengineeringandresearchagents.Werefertotheabilitytomakegoodlong-horizondecisionsasthetasteofanagent.Whileexistingbenchmarksmeasuretheend-to-endsuccessofagentsonlong-horizontasks,noneofthemmeasuresthetasteofanagent.Toaddressthisproblem,webuildTaste-Bench,abenchmarkoftastequestionsconstructedautomaticallyfromtrajectoriesthatagentsproducedinengineeringandresearchtasks.Eachquestionpresentsadecisionfork,apointinatrajectorywheremultipledirectionsareavailableandoneofthemleadstoabetteroutcome,andtheevaluatedmodelchoosesamongthesedirectionswithoutseeingwhathappensafterthefork.Weminetheseforksautomaticallyfromparallelattemptsatthesametaskandfromdetoursinsideasingletrajectory,withoutneedinghumanannotation.WeevaluatefrontiermodelsonTaste-Benchandfindthatthebestmodelanswersonly59.7%ofthequestionscorrectly.Wefurtherfindthatforkswhosedecidingevidenceappearslaterinthetrajectoryaremuchharderforeverymodel,andthatalargerreasoningbudgetdoesnotimprovetheaccuracy.Finally,weshowthattastecanbetrained.Wedistillthejudgmentofateacherthathasseentheoutcomeintoastudentmodel,andthestudentmakesbetterdecisionsonunseentasksandimprovesend-to-endsuccessonheld-outSWE-benchProtasks.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.25804
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.25804 in a model README.md to link it from this page.
Datasets citing this paper1
#### wenbopan/taste-bench Viewer• Updatedabout 4 hours ago • 502 • 7
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.25804 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
A Matter of TASTE: Improving Coverage and Difficulty of Agent Benchmarks
TASTE is an automated method for generating challenging agent benchmarks with broader tool-use coverage by evolving tool sequences through adaptive contrastive n-gram modeling and iterative difficulty refinement. The resulting τ^c-Bench reveals that models nearly saturating existing benchmarks suffer severe performance drops, indicating saturation rather than robust skill.
CoffeeBench: Benchmarking Long-Horizon LLM Agents in Heterogeneous Multi-Agent Economies
CoffeeBench is a benchmark for evaluating LLM agents in a long-horizon multi-agent economic simulation where firms interact over 90 days to maximize profits, revealing differences in communication patterns and performance among various models.
FlavourBench: Ranking Frontier Language Models with Executable Culinary Ground Truth
FlavourBench introduces an automated benchmark for evaluating frontier language models using a versioned culinary system with executable ground truth, assessing models on tasks like substitution, pairing, and composition.
Testing Agents on Long-Horizon Terminal Work (GitHub Repo)
Long-Horizon Terminal-Bench (LHTB) is a 46-task benchmark for evaluating LLM agents on sustained terminal work over hundreds of steps, revealing that even the best models solve only ~28% of tasks.
Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading
Introduces Long-Horizon-Terminal-Bench, a benchmark of 46 long-horizon terminal tasks with dense reward-based grading, evaluating AI agents on planning, long-context, and debugging. Even the strongest model achieves only 15.2% pass@1, showing significant room for improvement.