arxiv-2308-03688 · paper

AgentBench: Evaluating LLMs as Agents

Xiao Liu, Hao Yu, Hanchen Zhang, et al.

Created: 2023 · Ingested: 2026-09-02

This source: AgentBench: Evaluating LLMs as AgentsHow much the field cites it — very heavily cited in the last 12 months797 in the last 12 months · 1243 totalpublished 2023checked 2026-09-04797 citations in the last 12 months · 1243 total · checked 2026-09-04

https://arxiv.org/abs/2308.03688(opens in a new tab)

In brief

Open-source models at or below 70B fall far behind commercial APIs when asked to act as agents in interactive environments, and the dominant failure is running out of interaction turns rather than getting the answer wrong. AgentBench puts 29 LLMs into 8 environments across 3 groundings: operating system, database, and knowledge graph; digital card game, lateral thinking puzzles, and ALFWorld house-holding; WebShop and Mind2Web. All models are evaluated with plain CoT-plus-action prompting at temperature=0, no reflection, search, or repeated sampling, on 1,014 test instances (269 dev), roughly 11k inference calls.

gpt-4 leads on 6 of 8 datasets with an overall score of 4.01, including 78.0 success on house-holding, versus 2.32 for gpt-3.5-turbo. The best OSS model, codellama-34b, scores 0.96; OSS average is 0.51 against 2.32 for API models. Failure attribution across all models shows Task Limit Exceeded dominating (82.5 on lateral thinking puzzles, 67.9 on knowledge graph), with Invalid Format at 53.3 on database and Invalid Action at 64.1 on house-holding.

The cross-model claims are correlational, not controlled. Code training helps procedural tasks and hurts others based on codellama versus llama-2 comparison; alignment data quality is argued from vicuna-13b beating llama-2-13b at the same base. llama-2-13b and llama-2-70b score similarly (0.77 vs 0.78), which the authors attribute to under-training or weak instruction following without a direct test.

Use this to calibrate how far unaided prompting gets an agent, not to rank current frontier models.

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.