← Gautam Parab

Your Biggest Decisions Are Hiding in Unstructured Data — Can AI Actually Read Them Out?

Every data keynote of the past two decades opens with the same number: 80% — sometimes 90% — of enterprise data is unstructured. It is the foundation stone under a product category worth billions of dollars a year. It is also folklore.

Trace it and the trail ends at a Merrill Lynch research note from November 1998, which said — hedge intact — that “some estimates run as high as 80%.” Not a measurement. Not a methodology. An analyst’s relayed guess, in a note about enterprise portals, during the Clinton administration. The analytics writer Seth Grimes ran the standard debunking back in 2008, finding no primary research behind it; people still periodically go hunting for the “Gartner study” the number supposedly comes from, and still come back empty. Twenty-eight years of citation without ever acquiring a source — the software industry’s most successful unfunded claim.

Twenty-eight years of an unsourced statistic A timeline: 1998, a Merrill Lynch note hedges that some estimates run as high as 80 percent. 2008, Seth Grimes traces the number and finds no primary research. 2017, vendor-sponsored projections join in — models, not audits. 2019, the surveys with real provenance report far more modest numbers. 2026, the figure is still cited daily, now often as 80 to 90 percent. TWENTY-EIGHT YEARS OF AN UNSOURCED STATISTIC 19982008201720192026 "some estimates run as high as 80%" traced: no primary research found vendor-sponsored projections join in — models, not audits the sourced numbers: 18% and 55%, both surveys still cited daily, now "80–90%" the number grew more confident as it aged — the opposite of how evidence behaves
Citogenesis in the wild: a hedged 1998 guess became a load-bearing industry fact by pure repetition. The debunking is itself old enough to vote.

The numbers that survive a trace

What does have provenance is more modest. A Deloitte survey reported via MIT Sloan Management Review found that only 18% of organizations said they could take advantage of their unstructured data. Splunk’s State of Dark Data report put the share of organizational data that is “dark” — unsearchable, unanalyzed — at 55%, per a 1,300-leader survey. Both are perception surveys rather than audits. Both say the same thing: whatever the true unstructured share is, almost nobody was using it.

That is the real case for this entire product category, and a better one than the folklore ever was: it rests on an admitted gap rather than on the unsourced 80%. Which leaves the question of whether machines can now do anything trustworthy with those documents. The answer splits cleanly in two, and most product pitches mention only the first half.

Reading is nearly solved. Extracting is not.

Reading — asking questions of a document — has effectively reached human level on clean inputs. On DocVQA, the standard document-question-answering benchmark, top models now score around 96–97% against a measured human baseline of 94.4%. For a well-scanned page, the machine reads better than you do.

Extraction — filling a schema faithfully from messy documents — is another world. A 2025 invoice-extraction evaluation found the best tool at 94% overall but only 91% on line items — the part an accounts system actually needs. And a 2026 benchmark of schema-guided extraction from government forms (1,777 documents, 20 models; a preprint, so graded accordingly) found an 88-percentage-point spread between the best and worst models, with failure modes that have nothing to do with vision: echoing the schema back, under-extracting, attention decaying across long documents.

That gap between reading and extracting is where document-AI projects either succeed or quietly poison their dashboards.

Reading vs extracting, measured Horizontal bars. Answering questions about a clean page, DocVQA best model: about 96 percent, above the human baseline of 94.4. Extracting invoice line items, best tool: 91 percent. Schema-guided extraction across twenty models: a wide band representing an 88-point spread between best and worst. READING vs EXTRACTING · ACCURACY, AS PUBLISHED read a clean page (DocVQA) extract invoice line items schema extraction, 20 models 96.4% — best published model 91% on line items, best tool an 88-point spread between best and worst human 94.4 96.4 91 88-point spread, best to worst sources as linked in the text — the spread is the sourced fact; the band's endpoints are illustrative
The machine reads better than the human and extracts worse than the brochure. Every document-AI deployment lives in the space between the first two bars and the third.

What it buys you, in the studies that measured it

The honest answer from the peer-reviewed record: a measurable gain, usually a modest one. A 2020 study in BMC Medical Informatics & Decision Making showed deep models combining structured records with clinical text outperform structured-only baselines. A 2025 PLOS ONE study on 30-day hospital readmissions put a figure on the flavor of that gain: the hybrid of notes plus structured records beat the text-only model by about 0.04 AUROC — real, useful, and modest by the authors’ own description. In economics, ECB researchers found that news-sentiment signals materially improve GDP nowcasts precisely early in the quarter, before the structured indicators arrive.

That is the general shape of the value. Unstructured data helps most where it carries information the structured systems haven’t captured yet, or never will. The clinician’s suspicion in a note. The customer’s frustration in an email. The reason behind the number, which — as I argued in the decision-intelligence essay — is usually what the decision actually turns on.

The error that doesn’t look like an error

When optical character recognition mangles a document, the damage doesn’t announce itself. By the time a language model has processed the garbled input, it has polished it into something fluent, plausible, and wrong. Practitioner literature calls this the hidden ceiling of document pipelines, and it is now being studied formally (a 2025 benchmark exists specifically for LLM question-answering over noisy OCR). What does not yet exist, as far as I could find, is a large-scale study of end-to-end error compounding — OCR error times extraction error times decision error — so anyone who quotes you a precise “document-to-decision accuracy” figure is improvising.

The defenses are the unglamorous ones this series keeps arriving at: keep the source document attached to every extracted value, validate extractions against schemas and checksums where they exist, and prefer a system that refuses over one that rounds a smudge to the nearest confident number.

You don’t need “80% of your data” to be anything. Two facts with provenance carry the whole argument: organizations report using almost none of their documents, notes, and communications for decisions, and machines can now read those documents at human level, with extraction good enough to be useful wherever a human verifies the values that matter. The gold rush was justified with a fake statistic. The gold, inconveniently for no one, turns out to be real. It just needs to be mined by systems that show their sources — which has been the moral of this whole series, and by now I suspect the reader could write that sentence for me.

References

  1. Merrill Lynch (1998). Research note on enterprise data, documented publicly. November 1998.
  2. Grimes, S. (2008). Traced the “80% unstructured” statistic and found no primary research behind it.
  3. Deloitte survey, reported via MIT Sloan Management Review.
  4. Splunk. State of Dark Data report.
  5. Zhang et al. (2020). BMC Medical Informatics & Decision Making. DOI: 10.1186/s12911-020-01297-6.
  6. Luo et al. (2024). CVPR.
  7. Adnan & Akbar (2019).