← Latest papers
💻 computer science

ParseBench: A Document Parsing Benchmark for AI Agents

This paper introduces ParseBench, a new benchmark comprising approximately 2,000 human-verified enterprise documents designed to evaluate AI agents on five critical semantic correctness dimensions—tables, charts, content faithfulness, semantic formatting, and visual grounding—revealing that current parsing methods lack consistent performance across all capabilities.

Original authors: Boyang Zhang, Sebastián G. Acosta, Preston Carlson, Sacha Bron, Pierre-Loïc Doulcet, Simon Suo

Published 2026-04-10
📖 5 min read🧠 Deep dive

Original authors: Boyang Zhang, Sebastián G. Acosta, Preston Carlson, Sacha Bron, Pierre-Loïc Doulcet, Simon Suo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you hire a super-smart robot assistant to help your company run its daily business. This robot needs to read thousands of documents every day: insurance claims, bank statements, government regulations, and complex contracts.

In the past, we just asked the robot, "Can you read this?" If the robot could turn the PDF into text that looked roughly like the original, we were happy.

But now, we need the robot to act on that information. It needs to approve a loan, file a tax return, or deny an insurance claim. If the robot misreads a number, swaps two columns in a table, or misses a "cancelled" line crossed out with a strikethrough, the robot might make a catastrophic mistake. It's no longer about "reading"; it's about understanding and trusting.

This paper introduces ParseBench, a new "driver's license test" for these AI robots to see if they are actually ready to drive on the highway of real-world business.

The Problem: The Old Tests Were Too Easy

Imagine you are teaching a child to drive.

  • Old Tests: You put them in a parking lot with empty cones and ask them to drive in a straight line. They pass easily.
  • The Reality: Real driving involves rain, heavy traffic, confusing road signs, and people jaywalking.

Existing AI tests were like the parking lot. They used simple documents (mostly academic papers) and only checked if the AI's text output looked similar to the original. They missed the messy, complex stuff that happens in real businesses.

The Solution: ParseBench (The "Stress Test")

ParseBench is a massive, human-verified obstacle course. It contains about 2,000 pages of real, messy documents from insurance companies, banks, and the government.

Instead of just checking if the text looks right, ParseBench tests the AI on five specific skills (the "Five Dimensions"):

  1. The Table Master (Tables):
    • The Challenge: Real tables are messy. They have merged cells (like a big header spanning three columns), headers that span multiple pages, and complex grids.
    • The Test: If the AI swaps two columns or misses a merged cell, it's like the robot reading a price of $50 as $500. ParseBench checks if the AI understands the structure, not just the words.
  2. The Chart Detective (Charts):
    • The Challenge: Turning a picture of a graph into a spreadsheet.
    • The Test: Can the AI look at a bar chart and say, "This bar is exactly $401,000"? Many AIs just describe the chart ("It's a blue bar going up") instead of extracting the actual numbers needed for math.
  3. The Truth-Teller (Content Faithfulness):
    • The Challenge: Not making things up or leaving things out.
    • The Test: If the original document says "Payment cancelled" and the AI says "Payment approved," that's a hallucination. If the AI skips a paragraph, that's an omission. The robot must be 100% faithful to the source.
  4. The Stylist (Semantic Formatting):
    • The Challenge: Understanding that formatting means something.
    • The Test: In a contract, if a price is bold, it might be the final price. If it has a strikethrough, it's deleted. If it's a superscript (like a footnote marker), it's a reference. Many AIs strip this formatting away, turning a nuanced document into a flat, confusing wall of text.
  5. The GPS (Visual Grounding):
    • The Challenge: Knowing where information came from.
    • The Test: If the AI says "The total is $100," can it point its finger at the exact spot on the original page where that $100 is written? This is crucial for audits. If a human asks, "Show me the proof," the robot must be able to point to it.

The Results: Who Passed the Test?

The authors tested 14 different AI systems, from big tech giants (like Google, OpenAI, Anthropic) to specialized document parsers.

  • The Verdict: No single robot is perfect at everything.
    • Some are great at reading text but terrible at reading charts.
    • Some are good at finding the right spot on the page but bad at understanding the table structure.
    • Most "general" AI models (the ones you chat with) struggle with the messy details of business documents.
  • The Winner: The authors' own system, LlamaParse Agentic, scored the highest overall (84.9%). It was the only one that was consistently strong across all five difficult skills.

Why This Matters

Think of this like the difference between a tourist and a surgeon.

  • A tourist can look at a map and say, "That looks like a hospital."
  • A surgeon needs to know exactly which incision to make, which vein to avoid, and the precise dosage of medicine.

For AI to be useful in business, it needs to be the surgeon. It can't just "see" the document; it must parse it with the precision of a surgeon so that when it makes a decision, that decision is safe, accurate, and trustworthy.

ParseBench is the tool that finally lets us measure if our AI robots are ready to be surgeons, or if they are still just tourists looking at the map.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →