paper-with-me

Papers

ExtractBench: A Benchmark and Evaluation Methodology for Complex Structured Extraction

2026-02-12 · Nick Ferguson, Josh Pennington, Narek Beghian, Aravind Mohan, Douwe Kiela, Sheshansh Agrawal, Thien Hang Nguyen 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 accuracy and reliability paramount. However, progress is bottlenecked by two gaps. First, no end-to-end benchmark evaluates PDF-to-JSON extraction under enterprise-scale schema breadth. Second, no principled methodology captures the semantics of nested extraction, where fields demand different notions of correctness (exact match for identifiers, tolerance for quantities, semantic equivalence for names), arrays require alignment, and omission must be distinguished from hallucination. We address both gaps with ExtractBench, an open-source benchmark and evaluation framework for PDF-to-JSON structured extraction. The benchmark pairs 35 PDF documents with JSON Schemas and human-annotated gold labels across economically valuable domains, yielding 12,867 evaluatable fields spanning schema complexities from tens to hundreds of fields. The evaluation framework treats the schema as an executable specification: each field declares its scoring metric. Baseline evaluations reveal that frontier models (GPT-5/5.2, Gemini-3 Flash/Pro, Claude 4.5 Opus/Sonnet) remain unreliable on realistic schemas. Performance degrades sharply with schema breadth, culminating in 0% valid output on a 369-field financial reporting schema across all tested models. We release ExtractBench at https://github.com/ContextualAI/extract-bench.

📄 PDF Abstract BibTeX arXiv:2602.12247

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ExtractBench: A Benchmark for Schema-Guided Enterprise Document Extraction

2026-07-31 · Boyang Zhang, Adrian Lyjak, Eli Stewart, Zhaoqi Li 외 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 gro…

Scaling Web Agent Training through Automatic Data Generation and Fine-grained Evaluation

2026-02-13 · Lajanugen Logeswaran, Jaekyeom Kim, Sungryull Sohn, Creighton Glasscock 외 arxiv

We present a scalable pipeline for automatically generating high-quality training data for web agents. In particular, a major challenge in identifying high-quality training instances is trajectory evaluation - quantifyin…

A Systematic Approach for Large Language Models Debugging

2026-04-24 · Basel Shbita, Anna Lisa Gentile, Bing Zhang, Sungeun An 외 arxiv

Large language models (LLMs) have become central to modern AI workflows, powering applications from open-ended text generation to complex agent-based reasoning. However, debugging these models remains a persistent challe…

Text Generation

A linguistically-motivated evaluation methodology for unraveling model's abilities in reading comprehension tasks

2025-01-29 · Elie Antoine, Frédéric Béchet, Géraldine Damnati, Philippe Langlais

We introduce an evaluation methodology for reading comprehension tasks based on the intuition that certain examples, by the virtue of their linguistic complexity, consistently yield lower scores regardless of model size …

Reading Comprehension

BLAST: Benchmarking LLMs with ASP-based Structured Testing

2026-04-24 · Manuel Alejandro Borroto Santana, Erica Coppolillo, Francesco Calimeri, Giuseppe Manco 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable performance across a broad spectrum of tasks, including natural language understanding, dialogue systems, and code generation. Despite evident progress, less atte…

Natural Language UnderstandingCode Generation