paper-with-me

홈 › Papers

WorkBench: a Benchmark Dataset for Agents in a Realistic Workplace Setting

2024-05-01 · Olly Styles, Sam Miller, Patricio Cerda-Mardini, Tanaya Guha, Victor Sanchez, Bertie Vidgen

We introduce WorkBench: a benchmark dataset for evaluating agents' ability to execute tasks in a workplace setting. WorkBench contains a sandbox environment with five databases, 26 tools, and 690 tasks. These tasks represent common business activities, such as sending emails and scheduling meetings. The tasks in WorkBench are challenging as they require planning, tool selection, and often multiple actions. If a task has been successfully executed, one (or more) of the database values may change. The correct outcome for each task is unique and unambiguous, which allows for robust, automated evaluation. We call this key contribution outcome-centric evaluation. We evaluate five existing ReAct agents on WorkBench, finding they successfully complete as few as 3% of tasks (Llama2-70B), and just 43% for the best-performing (GPT-4). We further find that agents' errors can result in the wrong action being taken, such as an email being sent to the wrong person. WorkBench reveals weaknesses in agents' ability to undertake common business activities, raising questions about their use in high-stakes workplace settings. WorkBench is publicly available as a free resource at https://github.com/olly-styles/WorkBench.

📄 PDF Abstract BibTeX arXiv:2405.00823

Code (1)

olly-styles/workbench 공식 구현

Tasks

Scheduling

Similar Papers 제목 키워드 기반

WorkBench Revisited: Workplace Agents Two Years On

2026-06-10 · Olly Styles, Sam Miller arxiv

The best agent on WorkBench in March 2024, GPT-4, completed just 43% of tasks. We revisit the benchmark in June 2026 and find that the best agent to date, Claude Fable 5, now completes 98%. Beyond this considerable progr…

PolyWorkBench: Benchmarking LLM Agents for Cross-Lingual Long-Horizon Workflows

2026-07-07 · Hongliang Li, Yijin Liu, Zhiwei Zhang, Zihe Liu 외 arxiv

While Large Language Model (LLM) agents excel at monolingual long-horizon planning and tool use, enterprise workflows inherently require processing multilingual resources across extended trajectories. The interaction bet…

When Generative AI Meets Workplace Learning: Creating A Realistic & Motivating Learning Experience With A Generative PCA

2024-05-24 · Andreas Bucher, Birgit Schenk, Mateusz Dolata, Gerhard Schwabe

Workplace learning is used to train employees systematically, e.g., via e-learning or in 1:1 training. However, this is often deemed ineffective and costly. Whereas pure e-learning lacks the possibility of conversational…

A Medical Information Extraction Workbench to Process German Clinical Text

2022-07-08 · Roland Roller, Laura Seiffe, Ammer Ayach, Sebastian Möller 외

Background: In the information extraction and natural language processing domain, accessible datasets are crucial to reproduce and compare results. Publicly available implementations and tools can serve as benchmark and …

The Hierarchy of Agentic Capabilities: Evaluating Frontier Models on Realistic RL Environments

2026-01-13 · Logan Ritchie, Sushant Mehta, Nick Heiner, Mason Yu 외 arxiv

The advancement of large language model (LLM) based agents has shifted AI evaluation from single-turn response assessment to multi-step task completion in interactive environments. We present an empirical study evaluatin…