paper-with-me

홈 › Papers

ExtractBench: A Benchmark for Schema-Guided Enterprise Document Extraction

2026-07-31 · Boyang Zhang, Adrian Lyjak, Eli Stewart, Zhaoqi Li, Simon Suo hf

Enterprise workflows increasingly rely on agents for schema-guided extraction: given a document and a user-defined schema, the agent faithfully follows the schema to produce the correct output with source evidence as grounding metadata. We present ExtractBench, a benchmark for schema-guided extraction and, to our knowledge, the first to score value accuracy, record completeness at scale, grounding, and measured cost together. The evaluation system contains 4,869 pages across 370 enterprise documents, 8 business domains, and 67 document types, with clear tags differentiating their challenge scenarios. The scalable schema and ground-truth curation pipeline combines independent-system agreement for real documents, known values for synthetic lists, and human verification for forms. We report order-insensitive value F1 for value accuracy, plus two grounding metrics for source traceability: word- and page-level F1. Commercial VLMs perform well on short documents but often truncate record lists on long ones, while coding agents retain higher accuracy at much higher cost. LlamaExtract Agentic Plus ranks first on all three metrics, with accuracy comparable to coding agents at a fraction of the cost. Dataset and evaluation code are available on https://huggingface.co/datasets/llamaindex/ExtractBench{HuggingFace} and https://github.com/run-llama/ExtractBench{GitHub}.

📄 PDF Abstract BibTeX arXiv:2607.29677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ExtractBench: A Benchmark and Evaluation Methodology for Complex Structured Extraction

2026-02-12 · Nick Ferguson, Josh Pennington, Narek Beghian, Aravind Mohan 외 arxiv

Unstructured documents like PDFs contain valuable structured information, but downstream systems require this data in reliable, standardized formats. LLMs are increasingly deployed to automate this extraction, making acc…

EntSQL: A Benchmark for Grounding Text-to-SQL in Long-Context Enterprise Knowledge

2026-06-02 · Chengxi Liao, Tao Xu, Zulong Chen, Chuanfei Xu 외 arxiv

Text-to-SQL enables natural language access to databases, and recent LLMs have substantially advanced its capabilities. Existing benchmarks such as Spider, BIRD, and Spider~2.0 evaluate schema generalization, large-scale…

SEGRA: A Structured Experience Guided Reasoning Agent for Property Graph Question Answering

2026-07-21 · Saiyue Lyu, Mariam Dundua, Vishaal Kapoor, Sarthak Ahuja 외 arxiv

Enterprise IT support knowledge graphs capture rich relationships among cases, users, devices, symptoms, taxonomic categories, root causes, and historical resolutions. Yet querying them in Gremlin requires knowledge of g…

ExStrucTiny: A Benchmark for Schema-Variable Structured Information Extraction from Document Images

2026-02-12 · Mathieu Sibue, Andres Muñoz Garza, Samuel Mensah, Pranav Shetty 외 arxiv

Enterprise documents, such as forms and reports, embed critical information for downstream applications like data archiving, automated workflows, and analytics. Although generalist Vision Language Models (VLMs) perform w…

Visual Question AnsweringInformation ExtractionRelation Extraction

RAG Strategies for Natural Language-Based SQL Query and REST API Call Generation

2026-02-06 · Michael Marketsmüller, Simon Martin, Tim Schlippe arxiv

Enterprise software systems commonly expose business functionality through both relational databases and REST APIs. Accessing these interfaces requires specialized technical knowledge, as users must determine whether a r…

Code Generation