arxiv-2406-12045 · paperτ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains
Shunyu Yao, Noah Shinn, Pedram Razavi, Karthik Narasimhan
Created: 2024 · Ingested: 2026-09-02
This source: τ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Dom…How much the field cites it — very heavily cited in the last 12 months889 in the last 12 months · 1075 totalpublished 2024checked 2026-09-04889 citations in the last 12 months · 1075 total · checked 2026-09-04
https://arxiv.org/abs/2406.12045(opens in a new tab)In brief
Function-calling agents that look competent on average are unreliable when the same task is run repeatedly: consistency, not average success, is where they break. τ-bench places an agent between a language-model-simulated user (gpt-4-0613) and a set of database APIs in 2 customer-service domains, τ-retail (115 tasks, 500 users, 50 products, 1,000 orders) and τ-airline (50 tasks, 300 flights, 2,000 reservations), scoring an episode by comparing the final database state to a single annotated ground-truth state, plus required substrings in agent replies. The best model, gpt-4o with native function calling, reaches pass^1 of 61.2 on retail and 35.2 on airline; gpt-3.5-turbo gets 20.0 and 10.8, open-weight meta-llama-3-70B 14.8 and 14.4. Requiring all 8 i.i.d. trials to succeed drops gpt-4o to pass^8 <25% on retail. Removing the domain policy from the system prompt costs gpt-4o only 4.4% on retail but 22.4% on airline, while gpt-3.5-turbo loses 1.2% on airline. That policy ablation is the cleanest causal test here; the rest is cross-model comparison at 3+ trials per task, with hand-annotated ground truth and a manual breakdown of 36 gpt-4o failures. Tasks were tuned using a gpt-4-turbo agent, so some bias toward that family is possible; no reflection or planning scaffolds were tested, and only 2 synthetic domains exist. Treat single-shot pass rates as an overestimate of deployment reliability.
Written from the abstract by claude-opus-5 on 2026-09-05, with every figure checked against it. Not a substitute for the paper.
Referenced by
Claims in this catalog that draw on this source, and whether as support or counterpoint.
- supportsMany failures come from not following domain policy documents that were provided in the prompt.
- supportsIn simulated retail and airline domains with tools and policy documents, frontier models succeeded on well under two thirds of tasks and success dropped sharply when the same task had to be passed several times in a row.
- supportsIn simulated retail customer-support tasks with real tools and policy documents, GPT-4o — the best performer in the study — still completed well under two-thirds of tasks correctly, and its rate of passing the identical task eight times in a row (a proxy for production reliability) was far lower than its single-attempt success rate.