返回 Papers
AI 底层逻辑 / 经典论文

AI Document Intelligence:非结构化数据与证据质量架构

Document intelligence 不是 “OCR + LLM summary”。在金融运营里,它是一套 evidence system:把非结构化文档转换成有 provenance、source coordinate、confidence calibration、validation、human review、records/hold metadata、workflow policy 和

235ai-foundations/papers/137-ai-document-intelligence-unstructured-data-evidence-quality-architecture.md

AI Document Intelligence / Unstructured Data / Evidence Quality Architecture 解读

配对阅读:本篇的操作手册版(模板/RACI/门禁/runbook)是 docs/AI_DOCUMENT_INTELLIGENCE_UNSTRUCTURED_DATA_EVIDENCE_QUALITY_PLAYBOOK.md。第一遍读本篇建立原理与架构判断;第二遍做案例时再用 playbook 查表落地,两者不需要重复精读。

重要说明: 本文只讨论 bank statement、paystub、claim package、dispute evidence、KYC/KYB 文件、insurance / loan servicing 文档和运营来信中的 AI document intelligence 产品与架构设计,不构成法律、监管、记录保留、e-discovery、KYC/KYB 充分性、贷款/保险承保、消费者争议处置、欺诈处置、模型验证或供应商推荐结论。记录、证据、legal hold、KYC/KYB、信贷、保险、投诉、争议、索赔、跨境数据和 e-discovery 的具体适用性必须由 Legal、Compliance、Records Management、Privacy、Model Risk、Fraud Risk、Operations、Data Governance、Vendor Management、Internal Audit 等共同确认。


Source Anchors

SourceLink用途
NIST AI Risk Management Frameworkhttps://www.nist.gov/itl/ai-risk-management-framework用 Govern / Map / Measure / Manage 组织 document AI 的风险治理、eval、monitoring、human oversight、incident and evidence controls
NIST Privacy Frameworkhttps://www.nist.gov/privacy-framework用 privacy risk management、data minimization、purpose、processing、access and monitoring 设计文档数据采集、抽取、使用和保留边界
NARA Records Managementhttps://www.archives.gov/records-mgmt用 records lifecycle、disposition、records program 和 accountability 作为 records retention / evidence management 的官方锚点
NARA Electronic Records Managementhttps://www.archives.gov/records-mgmt/policy/transfer-guidance-tables.html用电子记录格式、metadata、transfer/readiness guidance 作为 electronic records architecture and preservation discussion 的锚点
CFPB Consumer Complaint Databasehttps://www.consumerfinance.gov/data-research/consumer-complaints/用消费者投诉和 complaint operations 视角校验 document evidence trace、dispute handling、case explanation 和 operational learning loop
FFIEC Authentication and Access to Financial Institution Services and Systemshttps://www.ffiec.gov/press/pr081121.htm用金融机构认证、访问控制、风险评估和 layered security 思路设计 document intake、reviewer access、workflow action 和 privileged operation controls
ISO/IEC 42001 overviewhttps://www.iso.org/standard/42001用 AI management system、roles、operation、performance evaluation、internal audit 和 continual improvement 建立 document AI operating model

核心导读

Document intelligence 不是 “OCR + LLM summary”。在金融运营里,它是一套 evidence system:把非结构化文档转换成有 provenance、source coordinate、confidence calibration、validation、human review、records/hold metadata、workflow policy 和 audit replay 的决策输入。

问题定义

文档智能的目标不是“更快读文档”,而是把文件变成可依赖的 operational evidence:

uploaded PDF / scanned image / email attachment / photo / fax
  -> evidence envelope
  -> document provenance
  -> page/layout map
  -> extracted entities with source coordinates
  -> normalized facts
  -> confidence and validation results
  -> fraud/tamper signals
  -> human review decisions
  -> workflow action
  -> records retention / legal hold metadata
  -> replayable audit trail

关键边界:

Text recognized does not mean fact established.
Model summary does not mean evidence accepted.
Confidence score does not mean business risk resolved.
Human review is a control only when it is designed, sampled and evidenced.
Document storage does not mean records compliance.

金融零售常见文档包括贷款收入证明、insurance claim photos/invoices、chargeback packages、KYC/KYB registration、death certificate、power of attorney、complaint letters、merchant correspondence、call transcripts 和 servicing forms。一个字段错误可能影响 credit、claim payout、dispute outcome、account authority、complaint remediation 或 regulatory response。

核心原理/方法

document AI 至少要区分八类对象:

ObjectDefinition控制含义
Raw document客户/商户/员工/系统提交原始文件hash、source channel、received time、case binding
Rendered page渲染后的 page image / normalized PDFrenderer version、page count、quality
Layout element表格、段落、checkbox、signature、stamp、logocoordinates、reading order、structure
Extracted field从文档抽取的字段和值page、bounding box、confidence、model version
Normalized entity标准化姓名、地址、金额、日期、企业名normalization rule、entity resolution
Derived fact多字段或规则计算的事实formula、input fields、calculation version
Decision evidence被业务 policy 接受或人工确认的证据policy reason、reviewer/action trace
Summary面向 reviewer/客户的 source-linked 摘要不得替代原证据

字段级 metadata:

field_name
document_id / document_version
page_number / bounding_box_or_anchor
raw_text
normalized_value
extraction_method
model_or_rule_version
confidence_score
calibration_bucket
validation_results
cross_document_match
fraud_or_tamper_signals
human_review_status
policy_acceptance_status
evidence_retention_rule
legal_hold_flag

系统/架构模型

参考架构:

intake channels
  -> document capture and provenance service
  -> file normalization / rendering / malware and content safety scan
  -> document classification and package splitting
  -> OCR + layout understanding + table extraction
  -> multimodal extraction / entity extraction / relationship mapping
  -> normalization and business validation
  -> confidence calibration and quality scoring
  -> fraud / tamper / duplicate / synthetic-document checks
  -> evidence policy engine
  -> human review and exception queues
  -> workflow integration: KYC, claims, disputes, servicing, complaints
  -> records retention / legal hold / disposition integration
  -> evidence ledger, monitoring, QA and model governance

核心组件:

Component职责
Intake gatewayupload、email、fax、branch scan、mobile capture、API、vendor feed,并绑定 case/session
Provenance servicedocument id、hash、timestamp、source、custody events、version
Classification servicedocument type、issuer/source、language、package boundary、record category candidate
OCR/layout servicetext、reading order、tables、checkboxes、signatures、coordinates
Multimodal extractionschema-constrained fields and relationships,输出必须 source-linked
Entity normalization金额、日期、账号、企业名、地址、policy/claim id 标准化
Validation/reconciliation跨页、跨文档、内部系统、第三方数据一致性
Confidence enginefield/document/case confidence and calibration
Fraud/tamper servicemetadata、visual、duplicate、arithmetic、synthetic signals
Evidence policy engine判断 extraction 是否可用于当前 workflow
Human review workbenchsource-first UI、conflicts、model rationale、structured decision
Records/hold connectorrecord class、retention schedule、legal hold、disposition
Evidence ledgerdocument、model、rule、review、workflow、final communication trace

关键机制与取舍

Document classes 决定 extraction schema、review threshold、fraud checks、retention 和 workflow route:

Document classHigh-value fields风险控制
Bank statementsaccount holder、period、balances、deposits、NSFaltered PDF、missing pages、fake templatecompleteness、transaction table validation、issuer checks
Paystubsemployer、employee、period、gross/net、YTDfake paystub、YTD inconsistencyarithmetic、period consistency、employer validation
Claims documentsloss date、policy、coverage、invoice、photosinflated invoices、reused photostimeline、media metadata、duplicate search
Dispute packagestransaction、merchant proof、customer assertionweak evidence、over-summaryreason-code evidence checklist
KYC/KYB docsidentity、registration、ownership、license、signer authoritystale docs、entity mismatchfreshness、entity resolution、review boundary
Servicing authority docsdeath certificate、POA、court orderentitlement/privacy/legal riskprivileged workflow、dual review
Complaints/correspondenceallegations、harm、attachmentsmissed complaint、wrong productcomplaint taxonomy and final response linkage

Confidence 不能只看一个分数:

Confidence level示例用途
Character/text8 vs B in account maskOCR quality
Fieldpay period end datefield acceptance/review
Layoutdeductions table structuretable validation
Classificationpaystub vs payroll summaryworkflow/retention route
Cross-validationYTD income vs pay periodconsistency
Fraud/tamperPDF metadata anomalyreview signal
Case evidencepackage sufficient for next stepworkflow decision

Human review 是控制,不是橡皮图章。Reviewer 应看到 model suggestion、source location、validation failures、fraud signals、prior versions、policy use 和 required reason code;对 high-impact fields 如 income、authority、claim amount、beneficial owner,应有更高阈值或 second review。

Records/legal hold 机制:

  • raw docs、OCR text、layout JSON、extracted fields、summaries、review notes、exports 可能有不同 record status。
  • legal hold 必须传播到 raw、derived artifacts、case decisions、exports、vendor copies 和 deletion/training jobs。
  • reprocessing 不能 silent overwrite 历史结果;旧版本应按 policy 保留 lineage。

证据与控制

Document evidence envelope:

document_id
case_id
customer / business reference
source channel
received timestamp
submitter / system reference
raw file hash
file type and size
page count
document class / subtype
classification confidence
language / locale
quality score
processing lineage
fraud/tamper signals
record class
retention rule
legal hold flag
access restrictions
derived artifacts
workflow decisions
complaint / audit links

控制矩阵:

Control objectiveControl activityEvidence
保留原始证据immutable raw artifact、hash、received timestamp、sourcedocument hash、intake event
正确分类type/subtype model with ambiguity routingclassification result、review decision
字段绑定来源每个 extracted field 包含 page/coordinate/anchorextraction JSON、UI source link
验证关键字段amounts、dates、identity、authority 的 rule/cross-doc checksvalidation log
校准 confidence与 reviewer outcomes and sampling 对比calibration report
防 unsupported automationfield criticality thresholds and policy gatespolicy decision id
控制 summariessource-linked summaries with prohibited conclusionsmodel run、citations、eval
route human reviewambiguity、high impact、authority、fraud、records sensitivitytask id、reviewer、rationale
检测 fraud/tampermetadata、visual、duplicate、arithmetic checksrisk signals、fraud case link
管理 records/holdrecord class、retention、hold propagationrecord metadata、hold log
支持 complaints/auditdocs、AI runs、review、decision、final message linkedevidence bundle、complaint id

指标应看 field-level precision/recall、confidence calibration、review overturn、evidence completeness、hold propagation、fraud/tamper yield、privacy access defects、downstream rework、complaint defects、audit replay success,而不只看自动化率。

金融零售/AI产品场景

  1. Loan income review:paystub and bank statement extraction 只生成 income evidence package;affordability 或 credit decision 仍需 policy and review。
  2. Insurance claim:photos、invoices、police report 形成 timeline,duplicate media 和 inflated invoice signals 进入 adjuster review。
  3. Payment dispute:merchant receipt、tracking proof、customer statement 通过 reason-code evidence checklist 组织,AI summary 不覆盖原证据。
  4. KYC/KYB onboarding:business registration、license、authorized signer docs 做 entity resolution and freshness check;beneficial ownership ambiguity 升级。
  5. Bereavement servicing:death certificate、POA、court order 进入 privileged workflow,减少重复提交并控制敏感访问。
  6. Complaint handling:attached letters and screenshots 被链接到 complaint_id、AI run、final response 和 CAPA。

反模式

反模式风险更好的控制
OCR text treated as truth金额、日期、姓名可能读错source-linked fields、validation、review
document-level confidence 决定所有字段平均分掩盖关键字段错误field criticality thresholds
LLM summary 成为 decision record遗漏冲突或编造结论source-linked summary + structured evidence
wrong classification错 workflow、SLA、retention classambiguity queue and QA
silent reprocessing overwriteaudit 无法解释历史决定versioned artifacts and lineage
legal hold 不传播derived artifacts 被删除hold-aware artifact graph
reviewer rubber-stampingautomation biassource-first UI、reason codes、QA
fraud model 直接阻断客户false positive harmrisk signal + human/fraud review
vendor retains docs unexpectedlyprivacy/records/legal hold exposurecontract controls and deletion evidence
prompt injection in documents模型遵循文档内恶意指令tool isolation and output validation

最终心智模型

Document intelligence 的本质是 evidence operating architecture。成熟系统应能证明:每个自动或人工辅助的文档决定都基于正确原件、正确 source-linked fields、正确 confidence/validation、正确 human review boundary、正确 fraud/records/legal hold treatment,以及当时适用的 workflow policy。缺的不是更强 OCR,而是 provenance、evidence quality、records integration 和 AI governance 的闭环。


SOTA 状态标注 (2026-07-01)

本篇属于第二、三遍深读池(参考架构/深读笔记),未列入 12 周主线必读。时效基线为写作时点;引用前请按 CLAUDE.md 全局时效性硬规则复查最新进展。模块级 SOTA 对照见 docs/AI_SYSTEMATIC_LEARNING_ROADMAP_2026.md 各周「2026 SOTA 对照」行与文末「SOTA 检查」。