Databricks、AI エージェントの推論能力を評価する「Grounded Reasoning Cup」を開催
本文の状態
日本語全文を表示中
詳細モードで約18分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Databricks AI Engineering
Databricks が主催した AI エージェントのリアル評価コンテスト「Grounded Reasoning Cup」でスタンフォード大学が優勝し、ベンチマークからの一般化能力と実務適用における課題が明らかになった。
AI深層分析を開く2026年8月18日 17:52
AI深層分析
キーポイント
コンテストの実施概要と目的
Databricks は企業向け文書コレクションに対する推論能力を評価する初のライブ型 AI コンテスト「Grounded Reasoning Cup」を開催し、11 の学術チームが OpenAI や Anthropic などの支援を受けて参加した。
スタンフォード大学の優勝と結果
Stanford が 63.3% の精度を達成して優勝し、平均チームやフロンティアモデルのオフライン基準をそれぞれ約 22 ポイント、35 ポイント上回った。
成功要因と残された課題
上位チームは文書前処理、ターゲティング型検索、並列エージェント、構造化ツール使用、検証などの戦略で大幅な改善を達成したが、全チームが解決できなかった質問が 18.8% 存在し、依然として余地があることが示された。
評価方法論の重要性
本コンテストは OfficeQA ベンチマークで開発した技術が、新しい OfficeQA Pro V2 ベンチマークにおいてどのように一般化するかを問うものであり、代表するホールドアウト評価の必要性を浮き彫りにした。
一般化には代表するホールドアウト評価が必要
OfficeQA で開発された手法は必ずしも新しいベンチマークに転移しないため、OfficeQA Pro V2 のようなホールドアウトテストセットの利用が重要である。
重要な引用
how well do performance improvements on a benchmark generalize to similar, real-world tasks?
Stanford won with a system that achieved 63.3% accuracy
18.8% of questions went unsolved by every team
Generalization requires representative, held-out evaluations.
編集コメントを表示
編集コメント
このコンテストは、AI エージェントが単なるベンチマークの点数稼ぎではなく、実際の業務フローでどれだけ機能するかを測る重要な指標となった。企業における AI 導入においては、オフラインでの最高スコアよりも、リアルタイムでの推論能力と失敗率への対応策がより重要視されるべきである。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
今年、Databricks は「Grounded Reasoning Cup(グラウンデッド・リーゾニング・カップ)」を開催しました。これは企業向け文書コレクションに対する AI エージェントの推論能力を評価する、世界初のライブ型 AI コンペティションです。
この大会では、新たに公開されたデータセットを用いてリアルタイムの競技条件でエージェントを検証しました。その目的は、AI 評価における最も難しい問いの一つに答えることです。「ベンチマーク上での性能向上が、類似した実世界のタスクにもどの程度一般化できるのか?」という問いです。
大会には米国とカナダから 11 のトップアカデミックチームが集結し、OpenAI、Anthropic、Google DeepMind といった最先端研究所からのリソースやメンターシップも提供されました。2 ヶ月間にわたり、各チームは Databricks が提供する旗艦的なグラウンデッド・リーゾニングベンチマークである OfficeQA を活用し、経済的価値のある企業ワークフローを反映した環境でエージェントの開発と最適化を行いました。
そして競技当日、チームたちはそのシステムを実際にリアルタイムで適用する課題に直面しました。ここで使用されたのは、性能向上の一般化能力を検証するために設計された新たなベンチマーク OfficeQA Pro V2 です。
スタンフォード大学が、63.3%の精度を達成するシステムで優勝しました。これは平均チームより約22ポイント、また当時の最先端モデルを搭載したオフラインベースラインの平均よりも約35ポイント上回る結果です。上位チームは、文書の事前処理、ターゲット指向のリトリーバル(検索)、並列エージェントの実行、構造化されたツール利用、そして検証プロセスを通じて、大幅な性能向上を実現しました。一方で、全チームが解決できなかった質問が18.8%存在しており、エンタープライズにおけるグラウンデッド・リーゾニング(根拠に基づく推論)の領域には、まだ大きな改善余地が残されていることが浮き彫りになりました。
*ベースラインとなるオフラインAIエージェント(コンペ開催時点で利用可能だった最先端モデルを搭載したエージェント)と、Grounded Reasoning Cupに参加した各チームのパフォーマンス比較。上位3位に入ったイェール大学、マサチューセッツ大学アマースト校、そしてスタンフォード大学は、両方のベースラインおよび残りのチームの平均を約20ポイント以上上回りました。ただし注意すべき点として、ベースラインが実行されたオフライン環境と、参加チームに課せられたコンペ設定とは直接比較できないという限界があります。私たちが行ったオフラインエージェントの評価では、凍結されたエージェント構成を一度だけテストセット全体に対して実行し、ラウンド構造もなければ一時停止もなく、中間段階での失敗に対する反応の機会すらありませんでした。
本ブログ記事では、このコンペの概要を振り返りつつ、Grounded Reasoning Cupで優勝したスタンフォード大学、マサチューセッツ大学アマースト校、イェール大学のチームが導き出したエージェント最適化戦略と知見について解説します。
一般的に、以下の点が確認できました。
一般化には、代表的な未使用評価セットが不可欠です。OfficeQA で開発された手法は、必ずしも新しいベンチマークに確実に転移するわけではありません。これは、OfficeQA Pro V2 などの未使用テストセットを活用し、解決策が新たな事例にも一般化するよう保証することの重要性を浮き彫りにしています。
エージェントのパフォーマンスは、モデル単体ではなく、システム全体に依存します。同じモデルを使用しながらも、最高得点チームと最低得点チームの間には平均 30.4 ポイントの開きがありました。構文解析、検索、ツール利用、検証、並列処理、そして運用インフラが、エージェントがエンドツーエンドのグラウンデッド・リーゾニングタスクを成功裏に完了できるかどうかを分ける要因となりました。
エンタープライズにおけるグラウンデッド・リーゾニングは、まだ解決済みとは程遠い状況です。優勝チームでさえも、ベンチマークの多くの検索、構文解析、分析要件に苦戦しており、さらなる研究と改善の余地が依然として大きく残されています。この分野をさらに推進するために、実務家の方には公開されている OfficeQA ベンチマークスイートの利用をご提案します。
競技の設定
グラウンデッド・リーゾニングカップの目的は、学術界のトップチームを集め、エンタープライズ環境で一般的なタスクである「グラウンデッド・リーゾニング」に対する一般化可能なアプローチを開発することでした。これは、大規模かつ多くの場合が非公開のドキュメントコレクションから証拠を用いて複雑な質問に答える作業を指します。
各チームは 2〜4 人のメンバーで構成され、所属する学術機関を代表して参加しました。また、OpenAI、Anthropic、Google DeepMind のいずれかの企業パートナーと組むことで、開発期間中を通じてモデルへのアクセス権やメンタリングのサポートを受けました。
チームには約 2 ヶ月の期間が与えられ、自由にアプローチを選択してエージェントを構築することができました。ただし、唯一の制約として、自社のパートナーラボが開発したモデルファミリーのみを使用してエージェントを動かすことが義務付けられました。この期間中、チームは OfficeQA ベンチマークを用いて、同様の grounded reasoning タスクにも一般化すると信じる新しい手法の評価を行いました。
当日は、各チームが構築したエージェントを実際の新しいベンチマーク上でリアルタイムに適用する課題が課されました。大会運営には以下のルールが適用されました:
ベンチマークの公開:新しいデータセット(米国財務省の「歳入・支出報告書」)は、競技開始わずか 36 時間前に公開されました。これにより、各チームがデータを処理・索引化する時間を確保しつつ、新基準への過学習を防ぐことができました。
設計上の制約:チームは任意のエージェントフレームワークやデータセットのバージョン、検索戦略、ツール活用設定、人間を介したワークフローを採用可能でしたが、使用するのは割り当てられた業界パートナーのモデルに限られました。
競技形式:6 ラウンドから構成され、各ラウンド 15 分間、15 問が出題されました。イベントが進むにつれて問題の難易度は徐々に高まりました。
採点ルール:正解ごとに 1 ポイントが加算されます。低レイテンシーを促進するため、特定の質問に最初に正答したチームには 0.25 ポイントのスピードボーナスが付与されました。最終ラウンドではポイントが倍額(2 倍)となり、ここでは最も難易度の高い問題が出題されました。各チームは競技を通じて最大 3 回の再提出権を持ち、過去の回答を修正するために使用できます。
チームのパフォーマンスと教訓
今回のコンペティションで明確になったのは、企業向けドキュメントコーパスに対するグラウンデッド・リーゾニング(grounded reasoning)が、7 ヶ月前に OfficeQA ベンチマークを公開して以来改善されたものの、まだ完全には解決されていないということです。平均チームスコアは約 41% でしたが、上位 3 チームは 50% を超える精度を達成し、スタンフォード大学チームが 63.3% の精度で優勝しました。これらの結果は、上位チームの素晴らしい取り組みを示す一方で、まだ多くの可能性が残されていることも示しています。
優勝チームの戦略
各チームが独自の手法を採用したものの、上位 3 チームが構築したエージェントにはいくつか共通するパターンが見られました。優れたシステムは、慎重なドキュメントの前処理、ターゲットを絞った検索、構造化されたツール利用、そして回答検証ステップを組み合わせています。多くの場合、パフォーマンスは単一のモデル呼び出しに依存するのではなく、周囲のシステム全体にかかっていました。具体的には、ドキュメントがどのように解析され、証拠がどのように取得され、中間計算がどのように行われ、提出前に回答がどのように検証されるかという点です。これらは高性能なシステムに共通する特徴でしたが、それぞれが以下に詳述するように、独自かつ創造的な戦略も採用していました。
*上位チームの戦略に関するハイレベルなサマリー*
1 位:スタンフォード大学
スタンフォード大学の優勝チームは、一般的な grounded reasoning の失敗パターンを再利用可能な運用手順に変換し、Claude Opus 4.8 をベースとした Claude Code エージェントに学習・適用させることで勝利しました。開発過程では、公開ベンチマークの OfficeQA で Opus 4.8 や(利用可能だった時期の)Fable 5 を用いたアブレーション実験を繰り返す一方、誤答の原因となるエージェントの具体的なミスステップを詳細に追跡し、それを「表の特定」「回答フォーマットの統一」「一般的な財務用語に関する確認」などのスキルとして体系化しました。また、解析されたテキストやマークダウン形式の文書表現から検索を行うべきタイミングと、文脈が不足している場合に元の PDF にフォールバックする判断基準も統合しています。競技当日までにスタンフォードチームは、約 100 以上のスキルをまとめたプレイブックを整備済みでした。その結果、88 問中 57 問の正答率において他チームを圧倒し、首位となりました。
このように綿密な準備をしても、スタンフォード大学チームは大会中に戦略の調整を余儀なくされました。最初の 3 ラウンドでは、Claude Code エージェントを検証役として使い、中間値の再抽出やデータ系譜を通じた修正値の追跡、単位換算の処理といった一般的な失敗パターンをチェックし、不一致が見つかった場合は計算を修正する仕組みを採用していました。しかし、その 3 ラウンドで獲得できたスピードボーナスはわずか 2 つだけでした。そこでスタンフォードは、残りの 3 ラウンドではこの追加検証プロセスを外す決断を下します。この変更により遅延が大幅に削減され、14 の質問でスピードボーナスを獲得できるまでに至り、逆転劇を後押ししました。なお、最終ラウンドでは再び検証機能をオンにして回答を修正し、再提出によって勝利を確定させたため、この検証役の存在が決定的な役割を果たしたと言えます。
2 位:マサチューセッツ大学アマースト校
マサチューセッツ大学アマースト校チームは「速度」に賭けました。主要モデルとして Claude Opus 4.8 Fast を採用し、事前処理でコーパスを加工してメタデータカタログを作成することで、解析済みドキュメント内での高速検索とフィルタリングを実現しました。回答の質を保ちつつ低遅延を維持するため、各質問に対して 3 つのエージェントを並列実行し、最後に Opus モデルによる検証呼び出しを行って最良の回答を選出する仕組みを採用しています。
この戦略により、マサチューセッツ大学(UMass)は正解を出すまでの平均時間が最短の4分となりました。これはチーム全体の平均である8分30秒の半分未満です。その結果、UMassは初答者として36回のスピードボーナスを獲得し、それぞれ0.25ポイントずつ加算されました。これは2位のスタンフォード大学が獲得した16回(計4ポイント)の倍以上に相当します。これらのボーナスにより、前半戦終了時点ではスタンフォードに対して10.25ポイントのリードを築き、最終ラウンド開始時には3.75ポイントの差を保つことができました。
UMassはこのリードを最後の56秒まで維持しましたが、その直後にスタンフォード大学のより正確だがやや遅いエージェントが最も難問で決定的な活躍を見せ、逆転して1.75ポイント差で優勝しました。
UMassのアプローチは、高速モデル、ドキュメントの前処理、そしてテスト時のスケーリングを組み合わせることで、精度を過度に犠牲にすることなく極めて低いレイテンシを実現できることを示しています。
3位:イェール大学
イェール大学チームは、個々のエージェントが失敗してもシステム全体が堅牢に機能するように設計された多腕検証ハネスを開発しました。このシステムは、2 つのアジェンシー戦略を横断する 4 つの独立したアームを並列で実行します。
そのうち 2 つのアームは自律型の ReAct エージェントを採用しています。1 つは Gemini 3.1 Pro を、もう 1 つは Gemini 3.5 Flash を基盤としています。残りの 2 つのアームでは、より構造化されたプランナーと検証者のパイプラインを使用し、すべての LLM コールに Gemini 3.1 Pro を活用しました。
このパイプラインでは、プランナーがソース文書を検証・文脈化し、質問への回答に必要な証拠をまとめたスケッチパッドを作成します。その後、検証者が引用された出典を確認し、最終的な計算を実行します。
Gemini 3.1 Pro を搭載したメタ検証器が、4 つのアームすべてから生成された回答と推論プロセスをレビューし、最終的な回答を選択しました。新たな根拠のない回答を導入するリスクを減らすため、メタ検証器は既存のアームのいずれかが提案した回答の中からしか選択できません。もし該当する回答がない場合、システムは多数決にフォールバックします。
異なるエージェントアーキテクチャと、独立して部分的に非相関的な故障モードを組み合わせることで、イェール大学チームは一貫性のある grounded な検証を実現しました。このアプローチにより、同チームは 90 問中 49 問を正解し、6 ラウンドのうち 4 ラウンドで上位 3 位以内の正答率を獲得して、総合 3 位の成績を収めました。
優勝チームの戦略サマリー
これらの勝利アプローチから得られる核心的な教訓の一つは、エージェントをエンドツーエンドのグラウンデッド・リーゾニングタスクに適用する際、モデル選定だけでなく、システム全体を見渡す思考が不可欠だということです。優勝したアプローチを横断して見ると、特に重要な設計上のレバー(調整要素)がいくつか浮かび上がりました。
Parsing quality(文書解析の質):上位チームは事前解析済みの文書を活用し、チャートの説明やページレベルのメタデータなど追加情報を付加した解析表現を拡張するケースが多かった。また、解析されたテキストが不完全な場合に備え、元の PDF への参照パスも保持していた。OfficeQA Pro V2 における当社の調査では、ai_parse を用いて文書を事前解析することが、Genie のパフォーマンスをベースラインの最先端エージェントに対して 24.0 ポイント向上させる上で決定的な役割を果たしていることが明らかになった。
Retrieval quality(検索の質):優れたシステムは、汎用的なトップ k チャンク検索に依存しなかった。代わりに、grep などの辞書的検索を何らかの形で採用し、ハイブリッドアプローチとして密接な検索と組み合わせるケースが多かった。
Tool use(ツールの活用):成功したエージェントは、検索、文書検査、計算、比較、提出といったタスクを専門ツールに委譲するのが一般的だった。
Verification strategies(検証戦略):複数のチームが、回答品質を向上させるため、検証エージェントや LLM 呼び出しによる明示的な検証チェックを組み込んでいた。
Robust harness(堅牢なハンス):ライブの期限プレッシャー下では、正答率を保証するために、前処理、リトライロジック、並列処理、提出用の基盤構築といった運用上の詳細が不可欠だった。
これらの要因が、モデルが期限プレッシャーの下で正しい証拠を確実に見つけ、適切な計算を行い、正解を提出できるかどうかを決定した。
Impact and Next Steps(影響と今後のステップ)
要約すると、Grounded Reasoning Cup の結果は、より広範な教訓をいくつか示している。
一般化は仮定するのではなく、テストする必要があります。OfficeQA での改善が必ずしも OfficeQA Pro V2 に転移するわけではなく、最先端のエージェントでも平均してその質問の半数に正解できていないという結果が出ました。馴染みのあるベンチマークでの進歩が、新しいコーパスやタスク分布においてもそのまま通用するとは限りません。
代表的で独立した評価の実施が極めて重要です。これらは、文書に対する grounded reasoning(文脈に基づく推論)といったタスクの中核的な性質を固定しつつ、コーパスのように変化しうる要素を変化させることで、実際に重要な一般化の形態を検証すべきです。OfficeQA Pro V2 に関する過去の解説記事では、顧客ワークフローへの知見と合成データを組み合わせることで、こうした代表的な評価をいかに迅速にスケールさせるかについて詳しく述べています。
エージェントのパフォーマンスはシステム全体に依存します。性能はモデルだけでなく、パース処理、検索、ツール利用、検証機能、そして基盤となるデータやインフラの質にも左右されます。優勝チームはいくつかの要素を個別に最適化するのではなく、これらのコンポーネントを包括的に最適化しました。同様に、ai_parse などのツールを用いて文書を事前パースしたり、ハネス(評価枠組み)の追加的な最適化戦略を採用したりすることで、Genie はベースラインとなる最先端のエージェントを大きく上回る性能 を発揮しました。
Databricks が主催した初回の Grounded Reasoning Cup に参加し、分野の発展に貢献いただいたすべてのチームと、OpenAI、Google DeepMind、Anthropic といった業界スポンサーの皆様に心より感謝申し上げます。また、OfficeQA Pro V2 のための新たなコーパス特定や関連する質問作成から、大会自体への共同運営まで、一貫したパートナーシップを築いてくださった USAFacts にも厚く御礼を申し上げます。
最後に、今回の大会ベンチマークの基盤となる「米国歳入・支出勘定(U.S. Accounts of Receipts and Expenditures)」の特定と、初めて包括的なデータセットとして公開されたことを実現した米国財務省(U.S. Treasury)にも感謝いたします。
著者:Krista Opsahl-Ong, Arnav Singhvi, Josh Joseph, Jasmine Collins, Ivan Zhou, Brooke Wenig, Denny Lee, Michael Bendersky, Erich Elsen, Xing Chen, Matei Zaharia
原文を表示
This year, Databricks hosted the inaugural Grounded Reasoning Cup, a first-of-its-kind live AI competition to evaluate AI agents’ ability to reason over complex, enterprise-style document collections. By testing agents on a newly released corpus under live competition conditions, the Grounded Reasoning Cup was designed to help answer one of the hardest questions in AI evaluation: how well do performance improvements on a benchmark generalize to similar, real-world tasks?
The competition brought together 11 top academic teams from across the U.S. and Canada, paired with resources and mentorship from frontier labs including OpenAI, Anthropic, and Google DeepMind. Over the course of two months, teams developed and optimized their agents on OfficeQA, our flagship grounded-reasoning benchmark designed to reflect economically valuable enterprise workflows. On competition day, they were challenged to apply those systems in real time to a newly released grounded-reasoning benchmark, OfficeQA Pro V2, designed to test whether their improvements generalized.
Stanford won with a system that achieved 63.3% accuracy, beating out the average team by approximately +22 points, and the average frontier agent offline baseline by approximately +35 points. The top teams demonstrated substantial gains through document preprocessing, targeted retrieval, parallel agents, structured tool use, and verification. At the same time, 18.8% of questions went unsolved by every team, underscoring how much headroom remains in enterprise grounded reasoning.
*Performance of baseline offline AI agents (agents powered by frontier models available at the time of the competition), along with Grounded Reasoning Cup teams. The top 3 teams: Yale, UMass, and Stanford, were able to outperform both baselines and the average of remaining teams by ~20+ points. One caveat is that the offline setting that baselines were run in is not directly comparable with the competition setting teams were tasked with. In our offline agent evaluations, a frozen agent configuration is run once across the full test set, with no round structure, no pauses, and no chance to react to intermediate failures.*
In this blog post, we recap the competition and discuss agent optimization strategies and insights from the Grounded Reasoning Cup’s winning teams: Stanford, University of Massachusetts Amherst, and Yale.
In general, we find the following:
- Generalization requires representative, held-out evaluations. Techniques developed on OfficeQA did not always transfer reliably to our new benchmark. This stresses the importance of utilizing held out test sets like OfficeQA Pro V2 to ensure solutions generalize to new examples.
- Agent performance depends on the full system, not only the model. The average gap between the top scoring and lowest scoring teams using the same model was 30.4 points. Parsing, retrieval, tool use, verification, parallelism, and operational infrastructure all made the difference in whether agents could successfully complete end-to-end grounded reasoning tasks.
- Enterprise grounded reasoning remains far from solved. Even winning teams struggled with many of the benchmark’s retrieval, parsing, and analytical demands, leaving substantial room for continued research and improvement. We encourage practitioners to use the publicly available OfficeQA benchmark suite to continue advancing this work.
The Competition Setup
The goal of the Grounded Reasoning Cup was to bring together top academic teams to develop generalizable approaches to grounded reasoning – a common task in enterprise settings that involves answering complex questions using evidence from large, often proprietary, document collections.
Teams of 2-4 people representing their academic institution were paired with an industry partner from OpenAI, Anthropic, or Google DeepMind, who provided access to their models and mentorship throughout the development period. Teams had approximately two months to build an agent using any approaches they saw fit, with the one constraint that they must use their partner lab’s model family exclusively to power their agent. During this period, they used the OfficeQA benchmark to evaluate new techniques they believed would generalize to similar grounded reasoning tasks.
On the day of the competition, teams were then tasked with applying their agents in real time on a new, freshly released benchmark. The competition was governed by the following rules:
- Benchmark release: The new corpus (the U.S. Treasury’s Accounts of Receipts and Expenditures) was released just 36 hours before the competition. This gave teams time to process and index the data while limiting the opportunity for methods to overfit to the new benchmark.
- Design Constraints: Teams could use any agent framework, corpus version(s), retrieval strategy, tool-use setup, or human-in-the-loop workflow, so long as they used models from their assigned industry lab partner.
- Format: The competition consisted of six 15-minute rounds with 15 questions per round. Rounds became progressively harder over the course of the event.
- Scoring: Teams received 1 point for each correct answer. To incentivize low latency, they were also awarded a 0.25-point speed bonus if they were the first to answer a given question correctly. Points were worth 2x points in the final round, which consisted of the most challenging questions. Each team was also allowed 3 resubmissions throughout the competition, which they could choose to apply to correct a previous answer.
Team Performance & Learnings
The competition made one thing clear: grounded reasoning over enterprise-style document corpora has improved since we released the OfficeQA benchmark 7 months ago, but it is still far from solved. The average team score was ~41%, while the top three teams exceeded 50% accuracy with the Stanford team winning the competition with 63.3% accuracy. These results point towards impressive work from top teams, as well as plenty of remaining headroom to explore.
Winning Team Strategies
While each took a unique approach, several patterns emerged across the agents built by the top three teams. Strong systems tended to combine careful document preprocessing, targeted retrieval, structured tool use, and answer verification steps. In many cases, performance depended less on a single model call and more on the surrounding system: how documents were parsed, how evidence was retrieved, how intermediate calculations were performed, and how answers were verified before submission. While these were qualities the most performant systems generally had in common, they also each employed distinct and creative strategies, as described below.
*High level summary of winning team strategies.*
1st Place: Stanford University
The Stanford team’s winning approach came from turning common grounded reasoning failure modes into reusable operating procedures for their Claude Opus 4.8 Claude Code agent to learn from and apply on the competition questions. During their development on the public OfficeQA benchmark, including experiments ablating with Opus 4.8 and even Fable 5 (while available), the team repeatedly traced wrong answers back to the agent’s exact misstep, and then turned those patterns into skills for table localization, answer formatting, clarifications on common financial wordings, etc. The team also integrated skills that would decide when to search across parsed corpus text and markdown-style document representations and when to fall back to the source PDFs if the parsed text lacked full context. By competition day, Stanford had prepared their agent with a playbook of ~100+ skills. They led all teams in accuracy in the 57 correct answers of 88 they attempted.
Despite this in-depth preparation, Stanford still had to adapt its strategy during the competition. In the first three rounds, the team used another Claude Code agent as a verifier to re-extract intermediate values, check common failure modes such as tracing revised values through data lineage and handling unit scaling, and patch calculations when it identified discrepancies. But after earning only two speed bonuses in those rounds, Stanford removed the extra verification pass for the final three. The change significantly reduced latency, helping the team earn speed bonuses on 14 questions and fuel its comeback. The verifier nevertheless proved decisive in the final round, when Stanford switched it back on to correct an answer through a final resubmission, ultimately securing their win.
2nd Place: UMass Amherst
The UMass team made a bet on speed. They used Claude Opus 4.8 Fast as their primary model and preprocessed the corpus to create a metadata catalog that enabled rapid search and filtering over parsed documents. To improve answer quality while preserving low latency, they ran three agents in parallel on each question, followed by a final Opus verification call to select the best answer.
This strategy gave UMass the fastest average submission time for correct answers: four minutes, less than half the team average of eight minutes and 30 seconds. As a result, they earned 36 speed bonuses, worth 0.25 points each, for being the first team to answer correctly, more than twice Stanford’s second-place total of 16. These bonuses helped them build a 10.25-point lead over Stanford by halftime and preserve a 3.75-point advantage entering the final round. UMass held that lead until the final 56 seconds of the competition, when Stanford’s slower, more accurate agent proved decisive on the most challenging questions and pulled ahead to win by 1.75 points.
UMass’s approach demonstrates how faster models, document preprocessing, and test-time scaling can work together to achieve very low latency without sacrificing too much accuracy.
3rd Place: Yale University
The Yale team built a multi-arm verification harness designed to remain robust when any individual agent failed. The system ran four independent arms in parallel, spanning two agentic strategies. Two arms used autonomous ReAct agents: one powered by Gemini 3.1 Pro and the other by Gemini 3.5 Flash. The remaining arms used a more structured planner-verifier pipeline, with Gemini 3.1 Pro powering all LLM calls. In this pipeline, the planner inspected and contextualized the source documents, assembling a scratchpad containing the evidence needed to answer the question. The verifier then checked the cited sources and performed the final calculations.
A Gemini 3.1 Pro meta-verifier reviewed the answers and reasoning produced by all four arms and selected the final response. To reduce the risk of introducing a new unsupported answer, the meta-verifier could only select an answer proposed by one of the existing arms. When it could not do so, the system fell back to a majority vote. By combining distinct agent architectures with independent, partially decorrelated failure modes, Yale emphasized consistent, grounded verification. The approach earned the team third place, with 49 of 90 questions answered correctly and a top-three correctness ranking in four of the competition’s six rounds.
Summary of Winning Team Strategies
One of the core takeaways from these winning approaches is that applying an agent successfully to end-to-end grounded reasoning tasks requires holistic systems thinking, rather than model choice alone. Across the winning approaches, a few key design levers stood out as especially important:
- Parsing quality: Top teams used pre-parsed documents and often augmented these parsed representations to include additional metadata (e.g. descriptions of charts or page level metadata) and preserved paths back to source PDFs to fall back to when parsed text was incomplete. In our own studies on OfficeQA Pro V2, we find that pre-parsing documents with ai_parse contributes significantly to Genie’s performance improvement of 24.0 pt over baseline frontier agents.
- Retrieval quality: Strong systems didn't rely on generic top-k chunk search. They instead used some form of lexical retrieval (e.g. grep), often paired with dense retrieval for a hybrid approach.
- Tool use: Successful agents generally delegated search, document inspection, calculations, comparison, and submission to specialized tools.
- Verification strategies: Several teams built in some form of explicit verification check via a verification agent or LLM call to boost answer quality.
- Robust harness: Under live deadline pressure, operational details like preprocessing, retry logic, parallelism, and submission scaffolding were necessary to ensure correct answers actually made it through in time.
These factors determined whether the model could reliably find the right evidence, perform the right calculation, and submit the right answer under deadline pressure.
Impact and Next Steps
In summary, the results of the Grounded Reasoning Cup demonstrate a number of broader lessons:
- Generalization must be tested, not assumed. Improvements on OfficeQA did not always transfer to OfficeQA Pro V2, and frontier agents still answered fewer than half of its questions correctly on average. Progress on a familiar benchmark does not necessarily translate to a new corpus or task distribution.
- Representative, held-out evaluations are critical. They should evaluate the forms of generalization that matter, ideally keeping core qualities of the task fixed (i.e. grounded reasoning over documents), while varying elements of the task that can change, like the corpus. In our post describing OfficeQA Pro V2, we discuss how we leverage synthetic data, combined with our knowledge of customer workflows, to scale these representative evaluations quickly.
- Agent performance depends on the full system. Performance depends not only on the model, but also on parsing, retrieval, tool use, verification, and the quality of the underlying data and infrastructure. Winning teams optimized these components holistically. Similarly, Genie significantly outperforms baseline frontier agents when using tools like ai_parse to pre-parse documents, and additional harness optimization strategies.
We are grateful to all of the teams and industry sponsors, including OpenAI, Google DeepMind, and Anthropic, who participated in Databricks’s inaugural Grounded Reasoning Cup and helped push the field forward. We also thank USAFacts for their continued partnership, from helping us identify a new corpus and create relevant questions for OfficeQA Pro V2, to partnering with us on the competition itself. Finally, we thank the U.S. Treasury for helping identify the U.S. Accounts of Receipts and Expenditures as the foundation for the competition benchmark, and for releasing the dataset as a cohesive collection for the first time.
Authors: Krista Opsahl-Ong, Arnav Singhvi, Josh Joseph, Jasmine Collins, Ivan Zhou, Brooke Wenig, Denny Lee, Michael Bendersky, Erich Elsen, Xing Chen, Matei Zaharia
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み