paper-with-me

홈 › Papers

SpreadsheetBench 2: Evaluating Agents on End-to-End Business Spreadsheet Workflows

2026-06-29 · Jian Zhu, Yuzheng Zhang, Zeyao Ma, Bohan Zhang, Armin Schoepf, Daniel Woloch, Peter Yiliu Wang, Guangyu Robert Yang, Samuel Jacob, Siddharth Nagisetty, Abhiram Chundru, Jean Lin, Spencer Mateega, Jing Zhang arxiv

Spreadsheets are widely used for business analysis, financial modeling, reporting, and decision-making. However, most existing spreadsheet benchmarks evaluate isolated operations such as single-formula generation or local cell edits, and therefore fail to capture end-to-end workflows in realistic business settings. We introduce \textsc{SpreadsheetBench 2}, a workflow-level benchmark for spreadsheet agents that covers three task categories: generation, debugging, and visualization. The benchmark is constructed from authentic business data, including financial reports and corporate filings, and is annotated and validated by domain experts. The benchmark contains 321 tasks; each instance averages 11.8 worksheets and requires 593.5 cell modifications, reflecting large multi-sheet workbooks with cross-sheet dependencies. We evaluate eight frontier large language models under a unified multi-turn agent scaffold, and additionally include several LLM-based spreadsheet products as complementary baselines. Results show that current systems remain far from reliable on real-world workflows: the best model achieves 34.89\% overall task accuracy, and debugging accuracy is as low as 12.00\%. Trajectory analysis and a failure taxonomy further indicate that insufficient spreadsheet inspection and incorrect target-cell selection are the dominant bottlenecks. Together, these findings position \textsc{SpreadsheetBench 2} as a challenging testbed for advancing reliable spreadsheet automation. Project page: https://spreadsheetbench.github.io/

📄 PDF Abstract BibTeX arXiv:2606.29955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spreadsheet-RL: Advancing Large Language Model Agents on Realistic Spreadsheet Tasks via Reinforcement Learning

2026-05-21 · Banghao Chi, Yining Xie, Mingyuan Wu, Jingcheng Yang 외 arxiv

Spreadsheet systems (e.g., Microsoft Excel, Google Sheets) play a central role in modern data-centric workflows. As AI agents grow increasingly capable of automating complex tasks, such as controlling computers and gener…

Reinforcement Learning

SpreadsheetBench: Towards Challenging Real World Spreadsheet Manipulation

2024-06-21 · Zeyao Ma, Bohan Zhang, Jing Zhang, Jifan Yu 외

We introduce SpreadsheetBench, a challenging spreadsheet manipulation benchmark exclusively derived from real-world scenarios, designed to immerse current large language models (LLMs) in the actual workflow of spreadshee…

MBABench: Evaluating LLM Agents on End-to-End Spreadsheet Tasks in Finance

2026-05-21 · Thomson Yen, Julian Poeltl, Harshith Srinivas Gear, Yilin Meng 외 arxiv

LLM agents are increasingly expected to carry out end-to-end workflows, producing complete artifacts from high-level user instructions. To meet enterprise needs, frontier AI labs have developed agents that can construct …

Finch: Benchmarking Finance & Accounting across Spreadsheet-Centric Enterprise Workflows

2025-12-15 · Haoyu Dong, Pengkun Zhang, Yan Gao, Xuanyu Dong 외 arxiv

We introduce FinWorkBench (a.k.a. Finch) for evaluating AI agents on real-world, enterprise-grade finance and accounting workflows that interleave data entry, structuring, formatting, web search, cross-file retrieval, ca…

Plans Work in Mysterious Ways: Evaluating a Plan Mode for Spreadsheet Agents

2026-07-26 · Aayush Kumar, Avik Dutta, Sumit Gulwani, Gustavo Soares 외 arxiv

Plan Modes have become standard features in agentic programming tools, allowing users to gain transparency and control by working with the agent to develop a plan before task execution. However, it remains unclear whethe…