Databricks' OfficeQA uncovers disconnect: AI brokers ace summary exams however stall at 45% on enterprise docs
There is no such thing as a scarcity of AI benchmarks out there as we speak, with common choices like Humanity's Last Exam (HLE), ARC-AGI-2 and GDPval, amongst quite a few others.
AI brokers excel at fixing summary math issues and passing PhD-level exams that the majority benchmarks are primarily based on, however Databricks has a query for the enterprise: Can they really deal with the document-heavy work most enterprises want them to do?
The reply, in response to new analysis from the information and AI platform firm, is sobering. Even the best-performing AI brokers obtain lower than 45% accuracy on duties that mirror actual enterprise workloads, exposing a essential hole between tutorial benchmarks and enterprise actuality.
"If we focus our analysis efforts on getting higher at [existing benchmarks], then we're most likely not fixing the proper issues to make Databricks a greater platform," Erich Elsen, principal analysis scientist at Databricks, defined to VentureBeat. "In order that's why we have been trying round. How can we create a benchmark that, if we get higher at it, we're really getting higher at fixing the issues that our clients have?"
The result’s OfficeQA, a benchmark designed to check AI brokers on grounded reasoning: Answering questions primarily based on advanced proprietary datasets containing unstructured paperwork and tabular knowledge. Not like present benchmarks that target summary capabilities, OfficeQA proxies for the economically invaluable duties enterprises really carry out.
Why tutorial benchmarks miss the enterprise mark
There are quite a few shortcomings of common AI benchmarks from an enterprise perspective, in response to Elsen.
HLE options questions requiring PhD-level experience throughout numerous fields. ARC-AGI evaluates summary reasoning via visible manipulation of coloured grids. Each push the frontiers of AI capabilities, however don't mirror day by day enterprise work. Even GDPval, which was particularly created to judge economically helpful duties, misses the goal.
"We come from a fairly heavy science or engineering background, and typically we create evals that mirror that," Elsen mentioned. " In order that they're both extraordinarily math-heavy, which is a superb, helpful job, however advancing the frontiers of human arithmetic isn’t what clients try to do with Databricks."
Whereas AI is usually used for buyer help and coding apps, Databricks' buyer base has a broader set of necessities. Elsen famous that answering questions on paperwork or corpora of paperwork is a typical enterprise job. These require parsing advanced tables with nested headers, retrieving info throughout dozens or a whole lot of paperwork and performing calculations the place a single-digit error can cascade into organizations making incorrect enterprise selections.
Constructing a benchmark that mirrors enterprise doc complexity
To create a significant take a look at of grounded reasoning capabilities, Databricks wanted a dataset that approximates the messy actuality of proprietary enterprise doc corpora, whereas remaining freely out there for analysis. The workforce landed on U.S. Treasury Bulletins, printed month-to-month for 5 many years starting in 1939 and quarterly thereafter.
The Treasury Bulletins test each field for enterprise doc complexity. Every bulletin runs 100 to 200 pages and consists of prose, advanced tables, charts and figures describing Treasury operations: The place federal cash got here from, the place it went and the way it financed authorities operations. The corpus spans roughly 89,000 pages throughout eight many years. Till 1996, the bulletins have been scans of bodily paperwork; afterwards, they have been digitally produced PDFs. USAFacts, a corporation whose mission is "to make authorities knowledge simpler to entry and perceive," partnered with Databricks to develop the benchmark, figuring out Treasury Bulletins as splendid and making certain questions mirrored practical use instances.
The 246 questions require brokers to deal with messy, real-world doc challenges: Scanned photos, hierarchical desk constructions, temporal knowledge spanning a number of reviews and the necessity for exterior information like inflation changes. Questions vary from easy worth lookups to multi-step evaluation requiring statistical calculations and cross-year comparisons.
To make sure the benchmark requires precise document-grounded retrieval, Databricks filtered out questions that LLMs may reply utilizing parametric information or net search alone. This eliminated less complicated questions and a few surprisingly advanced ones the place fashions leveraged historic monetary data memorized throughout pre-training.
Each query has a validated floor fact reply (usually a quantity, typically dates or small lists), enabling automated analysis with out human judging. This design selection issues: It permits reinforcement studying (RL) approaches that require verifiable rewards, much like how fashions practice on coding issues.
Present efficiency exposes basic gaps
Databricks examined Claude Opus 4.5 Agent (utilizing Claude's SDK) and GPT-5.1 Agent (utilizing OpenAI's File Search API). The outcomes ought to give pause to any enterprise betting closely on present agent capabilities.
When supplied with uncooked PDF paperwork:
-
Claude Opus 4.5 Agent (with default pondering=excessive) achieved 37.4% accuracy.
-
GPT-5.1 Agent (with reasoning_effort=excessive) achieved 43.5% accuracy.
Nonetheless, efficiency improved noticeably when supplied with pre-parsed variations of pages utilizing Databricks' ai_parse_document, indicating that the poor uncooked PDF efficiency stems from LLM APIs fighting parsing slightly than reasoning. Even with parsed paperwork, the experiments present room for enchancment.
When supplied with paperwork parsed utilizing Databricks' ai_parse_document:
-
Claude Opus 4.5 Agent achieved 67.8% accuracy (a +30.4 proportion level enchancment)
-
GPT-5.1 Agent achieved a 52.8% accuracy (a +9.3 proportion level enchancment)
Three findings that matter for enterprise deployments
The testing recognized essential insights for practitioners:
Parsing stays the basic blocker: Complicated tables with nested headers, merged cells and strange formatting often produce misaligned values. Even when given precise oracle pages, brokers struggled primarily on account of parsing errors, though efficiency roughly doubled with pre-parsed paperwork.
Doc versioning creates ambiguity: Monetary and regulatory paperwork get revised and reissued, that means a number of legitimate solutions exist relying on the publication date. Brokers usually cease looking as soon as they discover a believable reply, lacking extra authoritative sources.
Visible reasoning is a niche: About 3% of questions require chart or graph interpretation, the place present brokers persistently fail. For enterprises the place knowledge visualizations talk essential insights, this represents a significant functionality limitation.
How enterprises can use OfficeQA
The benchmark's design allows particular enchancment paths past easy scoring.
"Because you're in a position to take a look at the proper reply, it's simple to inform if the error is coming from parsing," Elsen defined.
This automated analysis allows fast iteration on parsing pipelines. The verified floor fact solutions additionally allow RL coaching much like coding benchmarks, since there's no human judgment required.
Elsen mentioned the benchmark offers "a extremely robust suggestions sign" for builders engaged on search options. Nonetheless, he cautioned in opposition to treating it as coaching knowledge.
"At the least in my creativeness, the aim of releasing that is extra as an eval and never as a supply of uncooked coaching knowledge," he mentioned. "In case you tune too particularly into this atmosphere, then it's not clear how generalizable your agent outcomes could be."
What this implies for enterprise AI deployments
For enterprises at the moment deploying or planning document-heavy AI agent programs, OfficeQA offers a sobering actuality test. Even the most recent frontier fashions obtain solely 43% accuracy on unprocessed PDFs and fall wanting 70% accuracy even with optimum doc parsing. Efficiency on the toughest questions plateaus at 40%, indicating substantial room for enchancment.
Three fast implications:
Consider your doc complexity: In case your paperwork resemble the complexity profile of Treasury Bulletins (scanned photos, nested desk constructions, cross-document references), anticipate accuracy properly under vendor advertising claims. Check in your precise paperwork earlier than manufacturing deployment.
Plan for the parsing bottleneck: The take a look at outcomes point out that parsing stays a basic blocker. Funds time and assets for customized parsing options slightly than assuming off-the-shelf OCR will suffice.
Plan for arduous query failure modes: Even with optimum parsing, brokers plateau at 40% on advanced multi-step questions. For mission-critical doc workflows that require multi-document evaluation, statistical calculations or visible reasoning, present agent capabilities will not be prepared with out important human oversight.
For enterprises trying to lead in AI-powered doc intelligence, this benchmark offers a concrete analysis framework and identifies particular functionality gaps that want fixing.
Source link
latest video
latest pick
news via inbox
Nulla turp dis cursus. Integer liberos euismod pretium faucibua














