Search papers, labs, and topics across Lattice.
ParseBench is introduced as a new benchmark for evaluating document parsing in AI agents, emphasizing semantic correctness across tables, charts, content faithfulness, semantic formatting, and visual grounding. The benchmark comprises ~2,000 human-verified pages from insurance, finance, and government documents. Evaluation of 14 methods, including vision-language models and LlamaParse, reveals that no single method excels across all dimensions, with LlamaParse Agentic achieving the highest overall score.
Current document parsing methods fail to consistently extract semantically meaningful information from enterprise documents, hindering their utility for AI agents.
AI agents are changing the requirements for document parsing. What matters is \emph{semantic correctness}: parsed output must preserve the structure and meaning needed for autonomous decisions, including correct table structure, precise chart data, semantically meaningful formatting, and visual grounding. Existing benchmarks do not fully capture this setting for enterprise automation, relying on narrow document distributions and text-similarity metrics that miss agent-critical failures. We introduce \textbf{ParseBench}, a benchmark of ${\sim}2{,}000$ human-verified pages from enterprise documents spanning insurance, finance, and government, organized around five capability dimensions: tables, charts, content faithfulness, semantic formatting, and visual grounding. Across 14 methods spanning vision-language models, specialized document parsers, and LlamaParse, the benchmark reveals a fragmented capability landscape: no method is consistently strong across all five dimensions. LlamaParse Agentic achieves the highest overall score at \agenticoverall\%, and the benchmark highlights the remaining capability gaps across current systems. Dataset and evaluation code are available on \href{https://huggingface.co/datasets/llamaindex/ParseBench}{HuggingFace} and \href{https://github.com/run-llama/ParseBench}{GitHub}.