Extraction Hallucination
LLMs Fabricating or Misreading Values from Mortgage Documents
3 patterns for this goal
AI models used in mortgage processing hallucinate values, validate their own outputs in circular loops, and deliver production accuracy far below vendor promises, creating a systemic gap where extraction errors cascade through underwriting without independent verification. Large language models fabricate financial data, confidence scores don’t indicate actual correctness, and the industry has optimized speed at the expense of data integrity—with lenders increasingly deploying AI to both extract AND validate mortgage data, creating a dangerous verification collapse where AI signs its own homework.
The core insight across all 3 AI-model-reliability patterns is that neither model improvement nor confidence calibration solves the verification integrity problem. Extraction hallucinations are worst-case scenarios precisely because hallucinated values are plausible—they pass basic sanity checks and only fail during independent verification (e.g., IRS transcript mismatch). Vendor promise gaps show that even the best production models underperform demo claims by 10–20 percentage points on real-world documents. Verification collapse is the systemic threat: it arises not from model capability but from architectural choice—when the same organization’s AI system handles extraction, validation, and decision-making, errors compound silently. The mitigation across all three patterns is the same: independent verification (IRS transcripts, third-party VOE, external asset verification) must sit outside the AI-decision loop, not inside it.
OCR errors (character misreads like 0 → O) are usually obvious when re-examined—visually similar but structurally wrong. Hallucinated values are plausible: a model might generate $85,000 when the true value is $60,000 using coherent arithmetic (sum of two fields, annualization of YTD). That plausibility is the risk—the value passes basic reasonableness checks and only fails when cross-referenced to an independent source (tax transcript, prior loan history). High confidence scores on hallucinated values amplify deception.
Vendor demos are run on curated, clean test sets. Production documents are messier—handwritten notes, faded scans, non-standard formats, unusual loan structures. Vendors tune accuracy on representative documents from their test set; production accuracy drops when document distribution shifts. Additionally, vendors quote field-level accuracy (e.g., “99% of income fields correct”) but don’t quote straight-through processing (STP) rates, which account for documents flagged for human review—a 98% extraction accuracy can yield 50% STP if 48% of documents get routed to exceptions.
No—adding a second AI model to validate outputs from the first just extends the chain of AI dependencies; it doesn’t break it. If the second model is trained on the same data or inherits the same biases, it amplifies the error. Verification collapse is solved architecturally by introducing truly independent verification: third-party data sources (IRS, employer VOE, bank APIs, credit bureaus) that are external to the AI-extraction system and cannot inherit its biases.
No—the research consensus is that hallucinated values often carry high confidence. A model might confidently generate $95,000 gross income from a degraded document where the true value is $60,000, because the model’s confidence reflects its internal coherence (the output is self-consistent), not accuracy relative to ground truth. Confidence scores are useful for ranking which documents need human review first, but they should never be used alone to skip human verification of critical fields.
| Pattern | Mechanism |
|---|---|
| Extraction Hallucination | LLMs fabricate coherent but incorrect values (arithmetic combinations, contamination, plausible generation) with high confidence |
| Vendor Promise Gap | Marketed accuracy (98–100%) vs. production reality (80–90%) due to demo curation and STP metric conflation |
| Verification Collapse | AI validates its own extracted outputs without independent verification, creating circular loops where errors propagate silently |
Total: 3 patterns
LLMs Fabricating or Misreading Values from Mortgage Documents
Marketed AI Accuracy vs. Production Reality Creates Unmet Expectations
AI Systems Validating Their Own Outputs Without Independent Verification