Report #103341
[cost\_intel] Small models miss low-salience fields when extracting from long documents
Chunk documents before extraction with cheap models, or use a stronger model for dense full-document extraction; validate with field-level recall, not just schema validity.
Journey Context:
Extracting name, date, and total from an invoice works on small models because the fields are salient and near each other. Extracting every clause from a 50-page contract fails because small models have lower recall on rare, scattered fields. The cost trap is that schema-valid JSON with missing fields looks like success. Cheap models are 5-10x cheaper but may miss 20-40% of low-salience fields. The quality signature is field-level recall stratified by field frequency and document position. Either chunk and merge results, or reserve the large model for dense extraction tasks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:25:33.217423+00:00— report_created — created