REVIEW 2 major objections 2 minor 60 cited by
Even top language agents succeed on under half of tasks that require ongoing user interaction and strict policy adherence.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-05-11 03:14 UTC
load-bearing objection τ-bench adds a combined test for agents that talk to users, use tools, and follow policies, with state matching for scoring and a pass^k consistency metric, but the LM-simulated users lack any human validation. the 2 major comments →
τ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
τ-bench emulates conversations between a language-model-simulated user and an agent supplied with API tools and policy guidelines in retail and airline domains. The benchmark scores agents by comparing the ending database state to a goal state and introduces the pass^k metric to measure reliability across repeated trials. Results show that even state-of-the-art agents succeed on fewer than half the tasks and remain inconsistent, pointing to the requirement for new methods that improve consistent rule adherence.
What carries the argument
τ-bench, which runs dynamic user-agent conversations and judges success by final database-state match to an annotated goal, together with the pass^k metric that counts the fraction of k independent trials an agent completes correctly.
Load-bearing premise
Language-model users generate conversations and goals that match real human users, and the chosen domains plus policies represent actual deployment settings.
What would settle it
Replacing the simulated users with real humans on the same tasks and observing success rates above 50 percent or pass^8 scores above 25 percent in retail would show whether the reported performance gap depends on the simulation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces τ-bench, a benchmark for tool-using language agents that interact dynamically with simulated users in real-world domains (retail and airline). Agents receive domain-specific API tools and policy guidelines; users are simulated by LMs. Success is measured by comparing the final database state against independently annotated goal states rather than conversation content, and a new pass^k metric quantifies reliability across repeated trials. Experiments report that even GPT-4o succeeds on fewer than 50% of tasks and achieves pass^8 below 25% in retail, indicating that current agents struggle with consistency and rule adherence.
Significance. If the LM-simulated users produce behavior distributionally close to real humans under the same policies, the benchmark would be a valuable addition to the field by filling gaps in existing evaluations that ignore user interaction and domain rules. The state-comparison evaluation protocol and pass^k metric are sound, parameter-free ideas that enable reproducible assessment without subjective judgment of dialogue quality. The work explicitly credits the need for methods that improve agent consistency.
major comments (2)
- [§4] §4 (User Simulation): The user prompts and task selection process are described, but no human baseline, inter-annotator agreement with humans, or ablation replacing the LM user with a scripted oracle is reported. This is load-bearing for interpreting the headline result (GPT-4o <50% success, pass^8 <25% in retail) as evidence of real-world limitations rather than simulation artifacts.
- [§5.2] §5.2 (Experiments, retail domain): The reported pass^8 <25% relies on the assumption that the 8 trials capture the full distribution of agent behavior; without variance estimates or justification for k=8, the inconsistency claim is difficult to interpret quantitatively.
minor comments (2)
- [Abstract] The abstract states that tasks are 'annotated' but does not specify who performs the annotation or how goal states are constructed; this detail belongs in §3 or §4.
- [Figure 1] Figure 1 (overview) would benefit from an explicit legend distinguishing the agent, user simulator, and database components.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. We address each major comment below and note planned revisions where appropriate.
read point-by-point responses
-
Referee: [§4] §4 (User Simulation): The user prompts and task selection process are described, but no human baseline, inter-annotator agreement with humans, or ablation replacing the LM user with a scripted oracle is reported. This is load-bearing for interpreting the headline result (GPT-4o <50% success, pass^8 <25% in retail) as evidence of real-world limitations rather than simulation artifacts.
Authors: We agree that the lack of direct human validation for the LM-simulated users limits how strongly the results can be interpreted as evidence of real-world agent limitations. The use of LM users was chosen to create a scalable, reproducible testbed with fixed policy guidelines that real humans would be unlikely to follow consistently across trials. The evaluation protocol relies on objective final database state comparison rather than subjective dialogue quality to reduce some sources of simulation bias. In the revised manuscript we will expand Section 4 with an explicit limitations paragraph acknowledging the absence of human baselines or inter-annotator agreement and will add an ablation study that replaces the LM user with a simple rule-based scripted oracle on a subset of tasks to verify policy adherence. revision: partial
-
Referee: [§5.2] §5.2 (Experiments, retail domain): The reported pass^8 <25% relies on the assumption that the 8 trials capture the full distribution of agent behavior; without variance estimates or justification for k=8, the inconsistency claim is difficult to interpret quantitatively.
Authors: We selected k=8 to demonstrate the reliability drop while remaining computationally tractable, since each trial consists of a full multi-turn conversation. To strengthen the quantitative claim, the revised version will report variance or standard deviation of success rates across the eight trials and will include pass^k values for a range of k (e.g., 1–16) so readers can observe the trend. These additions will make the inconsistency results easier to interpret without altering the headline numbers. revision: yes
Circularity Check
No circularity: benchmark success is measured by direct state comparison to independent annotations
full rationale
The paper defines task success via explicit comparison of final database state against pre-annotated goal states, with no fitted parameters, self-referential definitions, or predictions that reduce to inputs by construction. The pass^k metric is a simple empirical reliability count over repeated trials. No load-bearing self-citations or uniqueness theorems are invoked. The LM-simulated user design is an explicit modeling choice whose fidelity to humans is an external validity question, not a circularity in the reported numbers.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Language models can be prompted to simulate realistic user behavior and goals in domain-specific conversations
read the original abstract
Existing benchmarks do not test language agents on their interaction with human users or ability to follow domain-specific rules, both of which are vital for deploying them in real world applications. We propose $\tau$-bench, a benchmark emulating dynamic conversations between a user (simulated by language models) and a language agent provided with domain-specific API tools and policy guidelines. We employ an efficient and faithful evaluation process that compares the database state at the end of a conversation with the annotated goal state. We also propose a new metric (pass^k) to evaluate the reliability of agent behavior over multiple trials. Our experiments show that even state-of-the-art function calling agents (like gpt-4o) succeed on <50% of the tasks, and are quite inconsistent (pass^8 <25% in retail). Our findings point to the need for methods that can improve the ability of agents to act consistently and follow rules reliably.
Forward citations
Cited by 60 Pith papers
-
Simulated Customers Never Walk Away: Decision Fidelity of LLM User Simulators Measured Against Real Purchase Outcomes
LLM user simulators exhibit a disengagement deficit: they match real buyers but systematically overstate purchase intent among real non-buyers by reducing expressed resistance and increasing deliberation.
-
Continual Learning Bench: Evaluating Frontier AI Systems in Real-World Stateful Environments
CL-Bench is the first expert-validated benchmark for continual learning in frontier LLMs across six real-world domains, showing limited gains and that naive in-context learning outperforms dedicated memory systems.
-
EVA-Bench: A New End-to-end Framework for Evaluating Voice Agents
EVA-Bench introduces a simulation-plus-scoring framework for voice agents that reveals no tested system exceeds 0.5 on both accuracy and experience metrics at pass@1.
-
WildClawBench: A Benchmark for Real-World, Long-Horizon Agent Evaluation
A new native-runtime benchmark reveals that current frontier AI agents succeed on at most 62 percent of realistic long-horizon CLI tasks.
-
Agent-ValueBench: A Comprehensive Benchmark for Evaluating Agent Values
Agent-ValueBench is the first dedicated benchmark for agent values, showing they diverge from LLM values, form a homogeneous 'Value Tide' across models, and bend under harnesses and skill steering.
-
OccuBench: Evaluating AI Agents on Real-World Professional Tasks via Language Environment Simulation
OccuBench is a new benchmark for AI agents on real-world occupational tasks via LLM-driven simulators, showing no model dominates all industries, implicit faults are hardest, and larger models with more reasoning perf...
-
MCP-Atlas: A Large-Scale Benchmark for Tool-Use Competency with Real MCP Servers
MCP-Atlas is a new benchmark with 1000 tasks on production MCP servers that uses claim-level scoring to evaluate LLM agents on realistic multi-step tool-use competency.
-
Evaluating Large Language Models in Scientific Discovery
The SDE benchmark shows LLMs lag on scientific discovery tasks relative to general science tests, with diminishing scaling returns and shared weaknesses across models.
-
Coding Agents Are Guessing: Measuring Action-Boundary Violations in Underspecified DevOps Instructions
UnderSpecBench shows coding agents guess and violate boundaries in 55.8-67.8% of underspecified DevOps tasks rather than clarifying or refusing.
-
A$^{2}$utoLPBench: An Auto-Generated, Agent-Friendly LP Benchmark via Inverse-KKT Construction
A²utoLPBench is a generator that produces unlimited LP word problems with ground-truth answers known by construction via inverse-KKT, bundled with a Docker environment for agent evaluation.
-
Meta-Benchmarks for Financial-Services LLM Evaluation
A meta-benchmarking framework organizes 452 LLM benchmarks into 41 O*NET Generalized Work Activities and 38 BIAN domains, using discrimination-coverage-recency weights to scale K-factors in an Elo tournament for compa...
-
Entity Binding Failures in Tool-Augmented Agents
The paper defines entity binding failures as a distinct error category in tool-augmented agents separate from tool selection errors and evaluates entity-aware mechanisms that eliminate such failures in a controlled di...
-
Whose Side Is Your Agent On? Multi-Party Principal Loyalty in LLM Agents
PrincipalBench exposes a sharp split in frontier LLMs between selective and over-refusing behavior on multi-party loyalty, with prompt scaffolding and KL distillation reducing harm rates but only along an existing lea...
-
CLQT: A Closed-Loop, Cost-Aware, Strategy-Consistent Benchmark for Diagnostic Evaluation of LLM Portfolio-Management Agents
CLQT is a new closed-loop, cost-aware benchmark that diagnoses LLM trading agent capabilities through strategy-consistent metrics and hash-verifiable trails rather than outcome rankings.
-
The Latent Bridge: A Continuous Slow-Fast Channel for Real-Time Game Agents
A continuous latent bridge between frozen slow and fast VLMs improves Atari game performance when slow reasoning outperforms fast reaction, matching or exceeding a text-based bridge.
-
CFAgentBench: A Reproducible Environment and Benchmark for Autonomous Construction-Finance Agents
CFAgentBench is a new reproducible benchmark for construction-finance AI agents featuring 35 mock apps, 1,014 tasks, and a money-movement guard, with initial tests showing pass^1 of 0.67 dropping to pass^5 of 0.38.
-
Power Systems Agent Benchmark: Executable Evaluation of AI Agents in Electric Power Engineering
Introduces the Power Systems Agent Benchmark with 41 task families across eight power engineering areas for executable AI agent evaluation using deterministic constraint-checking evaluators.
-
Power Systems Agent Benchmark: Executable Evaluation of AI Agents in Electric Power Engineering
Introduces the Power Systems Agent Benchmark with 41 task families across eight power engineering areas for executable evaluation of AI agents using deterministic feasibility checks.
-
SAGE-OPD: Selective Agent-Guided Intervention for Multi-Turn On-Policy Distillation
SAGE-OPD improves multi-turn OPD via turn-level selective intervention, teacher-confidence weighting, and loss normalization, reporting up to 13.3% relative gain in ALFWorld unseen success rate over standard OPD.
-
StaminaBench: Stress-Testing Coding Agents over 100 Interaction Turns
StaminaBench evaluates coding agents over 100 procedurally generated change requests to a REST API, finding that tested models fail within 5-6 turns without feedback but improve up to 12x with test feedback and good h...
-
Models Take Notes at Prefill: KV Cache Can Be Editable and Composable
KV caches function as notebooks of prefilled conclusions, enabling field-level edits that recover decisions (especially with CoT) and position-portable skill composition with near-identical outputs at O(L) cost.
-
AgentBeats: Agentifying Agent Assessment for Openness, Standardization, and Reproducibility
AgentBeats implements agentified evaluation of diverse AI agents through standardized interfaces, validated at scale in a five-month competition with 298 judges and 467 subjects plus a coding case study.
-
SENTINEL: Failure-Driven Reinforcement Learning for Training Tool-Using Language Model Agents
SENTINEL generates targeted tasks from model failures in a Controller-Proposer-Solver loop, raising Pass^1 from 66.4 to 74.9 on Tau2-Bench Retail and outperforming standard RL.
-
Measuring Semantic Progress in Multi-turn Dialogue via Information Gain
A Gaussian information-gain metric in embedding space quantifies semantic progress in dialogues via uncertainty reduction and shows competitive agreement with human judgments on MT-Bench and UltraFeedback.
-
ISE: An Execution-Grounded Recipe for Multi-Turn OS-Agent Trajectories
ISE creates 23,132 execution-grounded multi-turn OS agent trajectories via intent simulation and live execution, improving agent performance on ClawEval from 19.3 to 37.7 pass@1 with Qwen3-8B.
-
Beyond Goodhart's Law: A Dynamic Benchmark for Evaluating Compliance in Multi-Agent Systems
MAC-Bench is a new adversarial benchmark that converts legal texts into executable scenarios via the SERV pipeline to measure procedural compliance in multi-agent LLM systems using CSR and MG metrics.
-
ADK Arena: Evaluating Agent Development Kits via LLM-as-a-Developer
ADK Arena evaluates 51 Python ADKs by having an LLM learn each framework's API, write and repair agent code, and run on benchmarks, finding 57% success rate, 5.6x cost variation, no dominant framework, and substitutab...
-
RealClawBench: Live OpenClaw Benchmarks from Real Developer-Agent Sessions
RealClawBench turns 281 real OpenClaw sessions into reproducible tasks that preserve the original distribution and shows the best of 14 models solves only 65.8 percent.
-
SkillDAG: Self-Evolving Typed Skill Graphs for LLM Skill Selection at Scale
SkillDAG builds a self-evolving typed skill graph that LLM agents query and update at inference time, raising success on ALFWorld and SkillsBench by 12.8 and 8.6 points over graph baselines.
-
Handoff Debt: The Rediscovery Cost When Coding Agents Take Over Interrupted Tasks
An empirical protocol measures rediscovery costs when coding agents resume interrupted tasks and finds that context-bearing handoffs cut agent events 20-59% and tokens 42-63% versus repository-only handoffs across thr...
-
Skill or Skip? Learning Selective Skill Invocation in Agentic Tasks via Dual-Granularity Preference Learning
SelSkill applies dual-granularity preference learning to selective skill-or-skip decisions, improving task success by 10.9 points and execution precision by 29.1 points on ALFWorld with Qwen3-8B.
-
Model-Native Computing Architecture: Envisioning Future System Architecture Through the Lens of Computer Architecture
Proposes the Intelligent Computing Architecture (ICA) as a six-layer framework with dual probabilistic-deterministic planes and three Amdahl-style heuristics to unify design of LLM-based systems.
-
VisualLeakBench: Reproducible Action-Boundary Propagation Failures in Vision-Language Agents
VisualLeakBench shows vision-language agents propagate PII and unsafe text from images to tool arguments at 78.8% and 85.5% baseline rates, with defensive prompts reducing PII leakage to 2% mainly by suppressing tool ...
-
OR-Space: A Full-Lifecycle Workspace Benchmark for Industrial Optimization Agents
OR-Space is a benchmark for LLM agents performing full-lifecycle optimization tasks across Build, Revise, and Explain modes in executable multi-artifact workspaces.
-
VitaBench 2.0: Evaluating Personalized and Proactive Agents in Long-Term User Interactions
VitaBench 2.0 introduces a benchmark for long-term personalized and proactive agent behavior, with results indicating substantial gaps in current frontier LLMs.
-
JobBench: Aligning Agent Work With Human Will
JobBench is a new benchmark with 130 occupational tasks where the best of 36 tested AI models achieves only 45.9% success.
-
Your Agents Are Aging Too: Agent Lifespan Engineering for Deployed Systems
AgingBench demonstrates multi-dimensional degradation in deployed AI agents through four aging mechanisms diagnosed by temporal graphs and counterfactual probes across hundreds of runs.
-
Memory-Induced Tool-Drift in LLM Agents
Biased long-term memories in LLM agents cause measurable deviations in tool parameters across 105 scenarios, seven models, and 608 real tools, persisting under standard memory architectures.
-
Push Your Agent: Measuring and Enforcing Quantitative Goal Persistence in Long-Horizon LLM Agents
Introduces QGP and PushBench to evaluate LLM agent persistence on quantitative goals, showing specialized controllers outperform baselines on verifier-checked artifact collection tasks.
-
Boiling the Frog: A Multi-Turn Benchmark for Agentic Safety
Boiling the Frog is a new stateful multi-turn benchmark for agentic safety that reports an aggregate strict attack success rate of 44.4% across nine models, with rates ranging from 20.5% to 92.9% depending on the mode...
-
Boiling the Frog: A Multi-Turn Benchmark for Agentic Safety
Boiling the Frog is a new stateful multi-turn benchmark that finds an aggregate 44.4% strict attack success rate for incremental safety violations across nine AI models, with rates ranging from 20.5% to 92.9%.
-
Unlocking Proactivity in Task-Oriented Dialogue
Introduces a Cognitive User Simulator modeling stratified personas with hidden concerns and Simulator-Induced Asymmetric-View Policy Optimization to unlock proactive behavior in task-oriented dialogue agents.
-
MemGym: a Long-Horizon Memory Environment for LLM Agents
MemGym unifies agent gyms into a memory benchmark with isolated scoring across tool-use, research, coding, and computer-use regimes plus a lightweight reward model for tractable coding evaluation.
-
PrefBench: Evaluating Zero-Shot LLM Agents in Hidden-Preference Personalized Pricing Negotiations
PrefBench benchmark shows zero-shot LLMs achieve deal rates above 0.99 but seller profits only slightly above random and far below a simple concession heuristic across 7,500 episodes.
-
DecisionBench: A Benchmark for Emergent Delegation in Long-Horizon Agentic Workflows
DecisionBench supplies a fixed task suite, model pool, delegation interface, and multi-axis metrics to evaluate emergent delegation, showing similar quality across awareness conditions but 15-31 point headroom under p...
-
SCICONVBENCH: Benchmarking LLMs on Multi-Turn Clarification for Task Formulation in Computational Science
SCICONVBENCH is a new benchmark evaluating LLMs on multi-turn disambiguation and inconsistency resolution for task formulation in computational science, with frontier models reaching only 52.7% success on fluid mechan...
-
$\pi$-Bench: Evaluating Proactive Personal Assistant Agents in Long-Horizon Workflows
π-Bench is a new benchmark for evaluating proactive personal assistant agents on 100 multi-turn tasks that include hidden intents, inter-task dependencies, and cross-session continuity.
-
$\pi$-Bench: Evaluating Proactive Personal Assistant Agents in Long-Horizon Workflows
π-Bench is a new evaluation suite that jointly measures proactivity and task completion in AI agents across sustained multi-turn workflows containing hidden intents and cross-session continuity.
-
EVA-Bench: A New End-to-end Framework for Evaluating Voice Agents
EVA-Bench supplies a simulation engine for bot-to-bot voice dialogues plus two composite metrics (EVA-A for accuracy, EVA-X for experience) evaluated on 213 enterprise scenarios, showing no tested system exceeds 0.5 o...
-
TRIAGE: Evaluating Prospective Metacognitive Control in LLMs under Resource Constraints
TRIAGE evaluates LLMs on prospective metacognitive control by requiring a single plan for task selection, sequencing, and token allocation under a calibrated budget, revealing substantial gaps in current models across...
-
Do Androids Dream of Breaking the Game? Systematically Auditing AI Agent Benchmarks with BenchJack
BenchJack audits 10 AI agent benchmarks, synthesizes exploits achieving near-perfect scores without task completion, surfaces 219 flaws, and reduces hackable-task ratios to under 10% on four benchmarks via iterative patching.
-
Goal-Oriented Reasoning for RAG-based Memory in Conversational Agentic LLM Systems
Goal-Mem improves RAG memory retrieval in agentic LLMs by explicit goal decomposition and backward chaining via Natural Language Logic, outperforming nine baselines on multi-hop and implicit inference tasks.
-
SkillSafetyBench: Evaluating Agent Safety under Skill-Facing Attack Surfaces
SkillSafetyBench is a benchmark of 155 cases across 47 tasks and 6 risk domains showing that non-user attacks via skills, artifacts, or environments can consistently induce unsafe agent behavior.
-
Learning Agentic Policy from Action Guidance
ActGuide-RL uses human action data as plan-style guidance in mixed-policy RL to overcome exploration barriers in LLM agents, matching SFT+RL performance on search benchmarks without cold-start training.
-
GEAR: Granularity-Adaptive Advantage Reweighting for LLM Agents via Self-Distillation
GEAR reshapes GRPO trajectory advantages using divergence signals from a ground-truth-conditioned teacher to create adaptive token- and segment-level credit regions.
-
LLM Agents Already Know When to Call Tools -- Even Without Reasoning
LLMs encode tool necessity in pre-generation hidden states at AUROC 0.89-0.96, enabling Probe&Prefill to reduce tool calls 48% with 1.7% accuracy loss, outperforming prompt and reasoning baselines.
-
LLM Agents Already Know When to Call Tools -- Even Without Reasoning
LLM agents encode tool necessity in pre-generation hidden states with high linear decodability (AUROC 0.89-0.96); Probe&Prefill uses this to reduce tool calls 48% with 1.7% accuracy loss.
-
ProactBench: Beyond What The User Asked For
ProactBench measures LLM conversational proactivity in three phases using 198 multi-agent dialogues and finds recovery behavior hard to predict from existing benchmarks.
-
FORTIS: Benchmarking Over-Privilege in Agent Skills
FORTIS benchmark shows over-privilege is the norm in LLM agent skill selection and execution, with models reaching for higher-privilege skills and tools than required across ten frontier models and three domains.
-
Ask Early, Ask Late, Ask Right: When Does Clarification Timing Matter for Long-Horizon Agents?
Goal clarifications lose nearly all value after 10% of execution while input clarifications retain value until roughly 50%, and asking any type past mid-trajectory hurts performance more than never asking.
Reference graph
Works this paper leans on
-
[1]
M. Ahn, A. Brohan, N. Brown, Y . Chebotar, O. Cortes, B. David, C. Finn, C. Fu, K. Gopalakr- ishnan, K. Hausman, et al. Do as I can, not as I say: Grounding language in robotic affordances. arXiv preprint arXiv:2204.01691, 2022. URL https://arxiv.org/abs/2204.01691
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[2]
J. Andreas, J. Bufe, D. Burkett, C. Chen, J. Clausman, J. Crawford, K. Crim, J. DeLoach, L. Dorner, J. Eisner, et al. Task-oriented dialogue as dataflow synthesis. Transactions of the Association for Computational Linguistics , 8:556–571, 2020
work page 2020
-
[3]
P. Budzianowski, T.-H. Wen, B.-H. Tseng, I. Casanueva, S. Ultes, O. Ramadan, and M. Gaši´c. Multiwoz–a large-scale multi-domain wizard-of-oz dataset for task-oriented dialogue modelling. arXiv preprint arXiv:1810.00278, 2018
- [4]
-
[5]
M. Chen, J. Tworek, H. Jun, Q. Yuan, H. P. de Oliveira Pinto, J. Kaplan, H. Edwards, Y . Burda, N. Joseph, G. Brockman, A. Ray, R. Puri, G. Krueger, M. Petrov, H. Khlaaf, G. Sastry, P. Mishkin, B. Chan, S. Gray, N. Ryder, M. Pavlov, A. Power, L. Kaiser, M. Bavarian, C. Winter, P. Tillet, F. P. Such, D. Cummings, M. Plappert, F. Chantzis, E. Barnes, A. Her...
work page 2021
- [6]
-
[7]
S. eun Yoon, Z. He, J. M. Echterhoff, and J. McAuley. Evaluating large language models as generative user simulators for conversational recommendation, 2024
work page 2024
-
[8]
I. Gür, D. Hakkani-Tür, G. Tür, and P. Shah. User modeling for task oriented dialogues. In 2018 IEEE Spoken Language Technology Workshop (SLT) , pages 900–906, 2018. doi: 10.1109/SLT.2018.8639652
-
[9]
H. He, D. Chen, A. Balakrishnan, and P. Liang. Decoupling strategy and generation in negotiation dialogues. arXiv preprint arXiv:1808.09637, 2018
work page Pith review arXiv 2018
-
[10]
Z. Hu, Y . Feng, A. T. Luu, B. Hooi, and A. Lipani. Unlocking the potential of user feedback: Leveraging large language model as user simulators to enhance dialogue system. InProceedings of the 32nd ACM International Conference on Information and Knowledge Management , CIKM ’23. ACM, Oct. 2023. doi: 10.1145/3583780.3615220. URL http://dx.doi.org/10.1145/ ...
-
[11]
arXiv preprint arXiv:2310.03128 , year=
Y . Huang, J. Shi, Y . Li, C. Fan, S. Wu, Q. Zhang, Y . Liu, P. Zhou, Y . Wan, N. Z. Gong, et al. Metatool benchmark for large language models: Deciding whether to use tools and which to use. arXiv preprint arXiv:2310.03128, 2023
-
[12]
C. E. Jimenez, J. Yang, A. Wettig, S. Yao, K. Pei, O. Press, and K. Narasimhan. Swe-bench: Can language models resolve real-world github issues? arXiv preprint arXiv:2310.06770, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[13]
M. Kim, Y . Jung, D. Lee, and S.-w. Hwang. Plm-based world models for text-based games. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , pages 1324–1341, 2022
work page 2022
-
[14]
X. Liu, H. Yu, H. Zhang, Y . Xu, X. Lei, H. Lai, Y . Gu, H. Ding, K. Men, K. Yang, et al. Agentbench: Evaluating llms as agents. arXiv preprint arXiv:2308.03688, 2023
work page internal anchor Pith review arXiv 2023
-
[15]
J. S. Park, J. C. O’Brien, C. J. Cai, M. R. Morris, P. Liang, and M. S. Bernstein. Generative agents: Interactive simulacra of human behavior. arXiv preprint arXiv:2304.03442, 2023
work page internal anchor Pith review arXiv 2023
-
[16]
Y . Ruan, H. Dong, A. Wang, S. Pitis, Y . Zhou, J. Ba, Y . Dubois, C. J. Maddison, and T. Hashimoto. Identifying the risks of lm agents with an lm-emulated sandbox. arXiv preprint arXiv:2309.15817, 2023
work page internal anchor Pith review arXiv 2023
-
[17]
J. Schatzmann, D. Jurafsky, M. Galley, and D. Trevillian. Evaluating agenda-based user simulation for reinforcement learning of dialogue management. In Speech Communication, volume 47, pages 95–121, 2007
work page 2007
-
[18]
Toolformer: Language Models Can Teach Themselves to Use Tools
T. Schick, J. Dwivedi-Yu, R. Dessì, R. Raileanu, M. Lomeli, L. Zettlemoyer, N. Cancedda, and T. Scialom. Toolformer: Language models can teach themselves to use tools. arXiv preprint arXiv:2302.04761, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
- [19]
-
[20]
T. R. Sumers, S. Yao, K. Narasimhan, and T. L. Griffiths. Cognitive architectures for language agents. arXiv preprint arXiv:2309.02427, 2023
work page internal anchor Pith review arXiv 2023
-
[21]
Q. Wu, G. Bansal, J. Zhang, Y . Wu, S. Zhang, E. Zhu, B. Li, L. Jiang, X. Zhang, and C. Wang. Autogen: Enabling next-gen llm applications via multi-agent conversation framework. arXiv preprint arXiv:2308.08155, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[22]
Q. Xu, F. Hong, B. Li, C. Hu, Z. Chen, and J. Zhang. On the tool manipulation capability of open-source large language models, 2023. 10
work page 2023
-
[23]
F. Yan, H. Mao, C. C.-J. Ji, T. Zhang, S. G. Patil, I. Stoica, and J. E. Gonzalez. Berkeley function calling leaderboard. https://gorilla.cs.berkeley.edu/blogs/8_berkeley_ function_calling_leaderboard.html, 2024
work page 2024
-
[24]
S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. Narasimhan, and Y . Cao. ReAct: Synergizing reasoning and acting in language models. arXiv preprint arXiv:2210.03629, 2022
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[25]
S. Yao, D. Yu, J. Zhao, I. Shafran, T. L. Griffiths, Y . Cao, and K. Narasimhan. Tree of thoughts: Deliberate problem solving with large language models, 2023
work page 2023
-
[26]
S. Yao, J. Zhao, D. Yu, N. Du, I. Shafran, K. Narasimhan, and Y . Cao. React: Synergizing reasoning and acting in language models, 2023
work page 2023
-
[27]
S. Yao, H. Chen, J. Yang, and K. Narasimhan. Webshop: Towards scalable real-world web interaction with grounded language agents. In ArXiv, volume 35, pages 20744–20757, preprint
-
[28]
Usimagent: Large language models for simulating search users
E. Zhang, X. Wang, P. Gong, Y . Lin, and J. Mao. Usimagent: Large language models for simulating search users. arXiv preprint arXiv:2403.09142, 2024
-
[29]
S. Zhou, F. F. Xu, H. Zhu, X. Zhou, R. Lo, A. Sridhar, X. Cheng, Y . Bisk, D. Fried, U. Alon, et al. WebArena: A Realistic Web Environment for Building Autonomous Agents. arXiv preprint arXiv:2307.13854, 2023. 11 Checklist
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[30]
For all authors... (a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] (b) Did you describe the limitations of your work? [Yes] (c) Did you discuss any potential negative societal impacts of your work? [Yes] (d) Have you read the ethics review guidelines and ensured that your paper con...
-
[31]
If you are including theoretical results... (a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A]
-
[32]
If you ran experiments (e.g. for benchmarks)... (a) Did you include the code, data, and instructions needed to reproduce the main experi- mental results (either in the supplemental material or as a URL)? [Yes] (b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] (c) Did you report error bars (e.g.,...
-
[33]
If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... (a) If your work uses existing assets, did you cite the creators? [Yes] (b) Did you mention the license of the assets? [Yes] (c) Did you include any new assets either in the supplemental material or as a URL? [Yes] (d) Did you discuss whether and how consent wa...
-
[34]
If you used crowdsourcing or conducted research with human subjects... (a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] (b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] (c) Did you include the estimated hourly wa...
work page 2024
-
[35]
**Item ID: 7706410293** - Switch Type: Clicky - Backlight: None - Size: Full Size - Price: $269.16
-
[36]
**Item ID: 6342039236** - Switch Type: Clicky - Backlight: White - Size: Full Size - Price: $244.91 Unfortunately, there are no full-size models with clicky switches and RGB backlighting currently available. Would you like to proceed with one of the available options, or would you prefer to wait until the desired model is back in stock? 27 user: Understan...
-
[37]
**Item ID: 7747408585** - Compatibility: Google Assistant - Color: Black - Price: $249.01 Unfortunately, this is the only available option that matches your requirement. Would you like to proceed with this exchange? user: That item fits the particular requirement I had in mind. Yes, let 's proceed with the exchange for the thermostat. assistant: Here are ...
-
[38]
**Item ID:** 7661609223 - Capacity: 1000ml - Material: Stainless Steel - Color: Black - Price: $46.51
-
[39]
**Item ID:** 2439754078 - Capacity: 1000ml - Material: Stainless Steel - Color: Red - Price: $49.51 ### Desk Lamp Options:
-
[40]
**Item ID:** 5320792178 - Color: Black - Brightness: Medium - Power Source: AC Adapter - Price: $135.24
-
[41]
**Item ID:** 1569765161 - Color: Silver - Brightness: Low - Power Source: AC Adapter - Price: $143.02 Please confirm which items you would like to exchange for, and provide the payment method you would like to use for any price difference. user: I would like to exchange the desk lamp for the one with item ID 5320792178. As for the water bottle, I need som...
-
[42]
Order ID: #W4082615 Please let me know which order you would like me to check the address for. user: I can 't remember exactly which one, but it 's the jigsaw that I ordered recently. Could we look into that one, please? assistant: Function(arguments= '{"order_id": "#W9583042"} ', name= 'get_order_details') 37 tool: {"order_id": "#W9583042", "user_id": "m...
work page 2000
-
[43]
**Item ID: 1096508426** - **Theme:** Art - **Difficulty Level:** Beginner - **Price:** $46.13
-
[44]
**Item ID: 9237024510** - **Theme:** Animals - **Difficulty Level:** Expert - **Price:** $53.53 Would you like to exchange your current jigsaw puzzle for one of these? If so, please confirm which one and provide a payment method to handle any price difference. user: Could we go with the Art themed one, Item ID: 1096508426? I generally use PayPal for my pu...
work page 1990
-
[45]
Trip type: One way or round trip?
-
[46]
Departure date (and return date if it 's a round trip)?
-
[47]
Cabin class: Basic economy, economy, or business? 46
-
[48]
Number of passengers and their details (first name, last name, date of birth)?
-
[49]
Do you want to purchase travel insurance for this trip (30 dollars per passenger)? Once I have this information, I can proceed with searching for available flights. user: 1. It 's a one-way trip
-
[50]
I want to depart on May 20
-
[51]
I 'll be flying in economy class
-
[52]
It 's just me, the details should be in my profile
-
[53]
No, I do not want to purchase travel insurance. assistant: Function(arguments= '{"user_id":"mia_li_3668"}', name= 'get_user_details') tool: {"name": {"first_name": "Mia", "last_name": "Li"}, "address": {"address1": "975 Sunset Drive", "address2": "Suite 217", "city": "Austin", "country": "USA", "province": "TX", "zip": "78750"}, "email": "mia.li3818@examp...
work page 1990
-
[54]
**Flight HAT069** - Departure: 06:00 AM EST - Arrival: 12:00 PM EST - Available Seats: 12 in Economy - Price: $121
-
[55]
**Flight HAT083** - Departure: 01:00 AM EST - Arrival: 07:00 AM EST - Available Seats: 7 in Economy - Price: $100 Please confirm which flight you would like to book. 47 user: Both of the flights are scheduled too early for me. If possible, I would like a flight that does not depart before 11am EST. assistant: Function(arguments='{"origin":"JFK","destinati...
work page 2024
-
[56]
**Flight Option 1** - **First Leg:** - Flight Number: HAT136 - Departure: 07:00 PM EST from JFK - Arrival: 09:30 PM EST at ATL - Available Seats: 14 in Economy - Price: $152 - **Second Leg:** - Flight Number: HAT039 - Departure: 10:00 PM EST from ATL - Arrival: 03:00 AM EST (+1 day) at SEA - Available Seats: 10 in Economy - Price: $103
-
[57]
**Flight Option 2** 48 - **First Leg:** - Flight Number: HAT218 - Departure: 06:00 PM EST from JFK - Arrival: 08:30 PM EST at ATL - Available Seats: 1 in Economy - Price: $158 - **Second Leg:** - Flight Number: HAT039 - Departure: 10:00 PM EST from ATL - Arrival: 03:00 AM EST (+1 day) at SEA - Available Seats: 10 in Economy - Price: $103 Please confirm wh...
work page 1990
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.