LlamaIndex's ExtractBench exposes frontier models failing on structured data extraction
LlamaIndex released ExtractBench, a benchmark for structured data extraction, and found that frontier models including GPT-5 and Gemini-3 score 0% on wide-schema extraction tasks. This reveals a critical gap: even the best models struggle with reliably extracting structured data from unstructured inputs—a foundational task for enterprise applications. The benchmark exposes gaming issues in broader leaderboards.
Why it matters
💻 Developer · Structured extraction is core to data pipelines but clearly fragile at frontier models. You can't trust GPT-5 alone for mission-critical extraction; expect to need fallback verification, fine-tuning, or specialized tools. This is immediately actionable for any data pipeline.
📦 Product · This reveals a gap your competitors face too. If your product extracts structured data, highlighting robustness here is a differentiation point. Conversely, if you're building on frontier models, you need honest fallback strategies.
🎨 Design · When AI extraction fails silently, user experience breaks. Design for verification flows, confidence indicators, and human review loops rather than assuming end-to-end automation.
📈 Business · Enterprise extraction (invoices, contracts, forms) is a multi-billion-dollar market. Models that consistently fail on wide schemas create an opening for specialized vendors or fine-tuned alternatives. This is a market opportunity.
🤔 Just Curious · Frontier models are still brittle at specific structured tasks despite broad capabilities. It shows the gap between general intelligence and reliable task execution—a core AI limitation that matters practically.
Sources: LlamaIndex's ExtractBench Catches GPT-5 and Gemini-3 Hitting 0% on Wide Schemas