Two documents can be individually read correctly and still describe a transaction that should never be approved. ProofDesk catches the gap between "we extracted it correctly" and "we should act on it."
Each document is extracted with high confidence. No extraction error.
Together the facts describe a transaction that violates policy. Insurance expires before the service period ends.
A naive system sees high confidence and auto-approves. The human never reviews the contradiction.
Nutrient DWS: LIVE · 115 tests · Hash-chained audit
| Algorithm | What it solves | How |
|---|---|---|
| Conformal-style risk calibration | "What threshold gives me bounded false authorization?" | Tune/certify/test split, quantile of nonconformity scores |
| Sheepish transform | "Overconfident errors are more dangerous than cautious abstentions" | Asymmetric penalty on confidence that's too high |
| Per-field risk budgets | "A wrong signer name is worse than wrong metadata" | Signer: 1%, amount: 2%, date: 3%, default: 10% |
| Online calibration | "Human decisions should improve future thresholds" | MarginOnlineCalibrator updates from feedback labels |
| Dual-call verification | "Does a second extraction agree?" | Hunter (field-guided) vs Mapper (document-guided) |
Each time a human resolves an exception, ProofDesk captures the confidence level, the accept/reject decision, and the field involved. This becomes calibration data. The online calibrator updates. Future decisions improve.
Human review falls over time while measured false-authorization risk stays bounded.
Threshold tuning validated on held-out splits across heterogeneous classification datasets. Not a document-specific benchmark — these are the datasets used to develop the confidence algorithms.
| Dataset | Records | Type |
|---|---|---|
| ColdHearted Fraud | 19,872 | Transaction records |
| ContractNER | 3,241 | Contract text |
| FATURA | 1,400 | Invoices |
| CUAD | 509 | Contract clauses |
| InvoiceBenchmark | 200 | Invoices |
At 1% false-sign rate: 59.8% auto-sign coverage — 2.7x over baseline logistic regression.

Decision distribution: auto-sign / defer / block

Confidence score distribution across extractions

Convergence: review rate falls, error stays bounded

Cost analysis: time saved vs manual review cost
Full paper with abstract, methods, results, limitations. Covers conformal risk control, sheepish metric, per-field budgets, and convergence analysis.
ArXiv-style preprint on risk-calibrated document automation with source-grounded evidence.
The foundational argument: extraction accuracy is not execution authority. Calibrated confidence as the bridge.
Survey of non-hallucinated confidence approaches: UCCI, conformal prediction, ConfidenceBench, FaR.
How human decisions become calibration data. The convergence loop thesis.
Full technical documentation: algorithms, benchmarks, experiments, and methodology.
Every fact carries value, confidence, page provenance, and bounding box. Not just text extraction — evidence with location.
Deterministic checks catch contradictions that per-document extraction misses. The conflict is between documents, not within them.
6 conditions enforced server-side. Thresholds calibrated from research, not hand-tuned. The agent cannot negotiate.
Human decisions become calibration data. The system learns where this organization can safely automate. Competitors can copy the UI; they can't copy three years of calibrated authority decisions.
Hash-chained audit trail with Merkle proofs. Every decision replayable. Content-addressed artifacts. Change one byte and the hash changes.
Procurement, invoice, contract, insurance, trade, KYC, mortgage, medical — each with specific field schemas, risk budgets, and verification assertions.
Nutrient DWS: LIVE · 115 tests · Hash-chained audit
"Nutrient DWS performs the core document extraction and source grounding that turns uploaded PDFs into confidence-aware evidence. ProofDesk uses that evidence to determine whether an automated action may proceed or must defer to a human."