Stanford Won Databricks’ Agent Cup, but 18.8% of Questions Stumped Every Team

The live contest tested whether agents developed on one benchmark could handle an unfamiliar Treasury archive. Stanford led the field, but the unsolved questions show the limits of reliable document reasoning.

By 2 min read
Stanford Won Databricks’ Agent Cup, but 18.8% of Questions Stumped Every Team
Stanford Won Databricks’ Agent Cup, but 18.8% of Questions Stumped Every Team

Listen to this story

The audio brief

About 1:38
0:001:38
Read transcript
Stanford won Databricks’ first Grounded Reasoning Cup, answering 57 of the 88 questions it attempted—but every team still missed 18.8 percent of the questions. That makes the result less a victory lap than a stress test for document-reading agents. The live contest used OfficeQA Pro V2, a fresh archive of roughly 1,400 U.S. Treasury PDFs—about 120,000 pages covering records from 1793 through 2024. Eleven academic teams had just 36 hours to process the material, then faced six timed rounds of 15 questions. The difficulty increased, and the final round counted double. That setup tested whether systems built on one benchmark could transfer their skills to unfamiliar documents without extensive, corpus-specific tuning. Stanford’s system, built around Claude Opus 4.8, used more than 100 reusable skills for tasks such as locating tables and handling financial language. When parsed text lost important context, it switched back to the source PDFs. The team also changed its workflow during the event: removing a verification step made the agent faster, while restoring verification for a final resubmission helped secure the win. Databricks says its Genie harness improved matched-model accuracy from 37.5 percent to 52.8 percent offline, with a best configuration at 60 percent—but those tests are not directly comparable to the live contest. The open constraint is reliability: parsing, dates, entity scope, and category detail still defeated everyone on nearly one in five questions.

Story brief

3 key points

In a six-round live test built around 90 questions and roughly 120,000 pages of U.S. Treasury records, Stanford’s agent showed that retrieval, document handling, verification, and pacing can materially affect results. Its 63.3% score still left substantial headroom: 18.8% of questions defeated every team. Databricks’ offline Genie results were higher than the competition average, but the company cautions they are...

  1. 01

    OfficeQA Pro V2 gave teams only 36 hours with a fresh corpus spanning Treasury records from 1793–2024.

  2. 02

    Stanford’s Claude Opus 4.8 system used 100-plus reusable skills and switched to source PDFs when parsed text lost context.

  3. 03

    Removing a verification pass improved Stanford’s speed bonuses; verification returned for a final-round resubmission.

Stanford won Databricks’ inaugural Grounded Reasoning Cup with 63.3% accuracy, but 18.8% of questions were unsolved by every team. The contest indicates that agent workflow design mattered on a fresh document corpus, while enterprise grounded reasoning remains incomplete.

A transfer test with little time to specialize

Eleven academic teams developed agents on OfficeQA, then applied them to OfficeQA Pro V2, a newly released benchmark. It contains 90 questions based on roughly 1,400 U.S. Treasury PDFs and about 120,000 pages of records spanning 1793 through 2024.

Teams received the corpus 36 hours before the event, giving them time to process and index it while limiting corpus-specific tuning. They competed across six 15-minute rounds of 15 questions; difficulty rose over the event and the final round carried double points.

The contest left room for system design

  • Teams had to use their industry partner’s model family, but could choose retrieval, tools, document processing and human-in-the-loop workflows.
  • Competition-developed agents averaged 41.1% accuracy on OfficeQA Pro V2.
The competition’s performance spread
63.3%Stanford

Stanford answered 57 of the 88 questions it attempted.

41.1%Teams’ average

Competition-developed agents averaged 41.1% accuracy.

18.8%Unsolved by all teams

Nearly one-fifth of questions received no correct answer from a competing team.

Stanford built a playbook, then changed its pace

Stanford’s Claude Opus 4.8 agent used more than 100 reusable skills, including procedures for table localization, financial wording and answer formatting. It also moved from parsed text and markdown-style representations to source PDFs when a parsed version lacked needed context.

The team initially used a second agent to re-extract values, check data lineage and unit scaling, and repair calculations. After earning only two speed bonuses in the first three rounds, Stanford removed that pass, later earned 14 speed bonuses, then restored verification for a final-round resubmission that helped secure the win.

The baseline figures are not a head-to-head result

In its own OfficeQA Pro V2 evaluations, Databricks put provider-specific, out-of-the-box agent harnesses at 26.0% accuracy on average. Across matched models, the company said its Genie harness increased mean accuracy from 37.5% to 52.8%, while its strongest configuration reached 60%.

Those offline baselines are not directly comparable with the live teams: frozen agents ran once across the test set without rounds, pauses or opportunities to react to intermediate failures. Databricks built the benchmark with automated synthesis and verification followed by manual review; it says systems still stumble on parsing, temporal reconciliation, entity scope and category granularity.

Sources

  1. databricks.comEvaluating AI Agents Live at the Grounded Reasoning Cup
  2. databricks.comIntroducing OfficeQA Pro V2: A New Benchmark for Enterprise Grounded-Reasoning

Loading discussion...