@jerryjliu0: Our "agentic plus" extractor in LlamaParse is great for extracting out massive volumes of fields (e.g. 10k-100k+ fields…
Summary
Jerry Liu introduces ExtractBench and highlights the 'agentic plus' extractor in LlamaParse for handling massive volumes of fields in long documents, with benchmark results available on ExtractBench.
View Cached Full Text
Cached at: 08/16/26, 08:04 AM
Our “agentic plus” extractor in LlamaParse is great for extracting out massive volumes of fields (e.g. 10k-100k+ fields) from long documents (100-500 pages)
We tested with a doc that contains a giant matrix of all creditors for FTX (75k fields, 114 pages). See screenshot below.
You can find full benchmark results on ExtractBench (http://extractbench.ai). In the meantime, come try out the mode in our playground! https://cloud.llamaindex.ai
Jerry Liu (@jerryjliu0): Introducing ExtractBench, the most comprehensive benchmark for information extraction from complex enterprise documents.
The latest models are pushing the frontier of coding and knowledge work, but surprisingly they still struggle on complex doc extraction tasks in production. A
Similar Articles
@jerryjliu0: We've built the following document retrieval endpoints into LlamaParse: * Hybrid search (grep + vector search) * File g…
LlamaParse introduces new document retrieval endpoints including hybrid search, file grep, file find, and file read, aiming to improve agentic retrieval quality over unstructured documents.
@jerryjliu0: We've built a new feature in LlamaParse that lets you automatically extract any complex form into a structured JSON out…
LlamaIndex introduces a new LlamaParse feature that automatically extracts complex form fields into structured JSON without requiring a predefined schema, simplifying document form processing.
@jerryjliu0: We pride ourselves on building document processing that is not only accurate and cheap, but massively scalable to milli…
LlamaParse now offers latency metrics for Parse, Extract, and Classify jobs, providing queue time, processing time, and total latency breakdowns. This helps users monitor and scale their document processing.
@jerryjliu0: We’re excited to rollout an official batch parsing experience to LlamaParse. Instead of hitting our APIs one file at a …
LlamaIndex announced an official batch parsing experience for LlamaParse, allowing users to parse up to 10,000 files at once through a dedicated UI with batch auditing and failure inspection, removing the need for custom async scripts.
@llama_index: Most document extraction APIs can't tell you where a value came from. For ExtractBench, we scored grounding strictly: a…
ExtractBench is a new benchmark for document extraction that strictly scores grounding accuracy, showing VLMs and coding agents lack evidence while LlamaExtract Agentic Plus leads with high page-level and word-level performance.