On paper, ACORD forms should be the simplest possible document AI problem. A standardised industry form, defined layout, named fields, published versions. Point a template at it and go.
Anyone who has processed real inbound submissions knows why that does not work. The standard is real; adherence to it in the wild is a spectrum.
What actually shows up
Multiple form versions in circulation simultaneously. Agencies update on their own schedules. A carrier receives several editions of the same form concurrently, with fields added, removed and renumbered between them. Template-based extraction breaks on each transition, silently, by reading the field that now occupies the old coordinates.
Agency management system renderings. Most submissions are generated by an agency system rather than filled directly. Each system renders the form slightly differently — fonts, spacing, how overflow text is handled, whether a field prints blank or omits its label. These are all valid ACORDs and none are pixel-identical.
Overflow into the wrong place. A vehicle schedule with more rows than the form has, continued on an attached page. A description that exceeds its box and is truncated in print but present in the underlying data. Remarks fields carrying content that belongs in structured fields.
Free-text where structure was expected. Coverage limits written in prose. "Same as above." "See attached." "Per expiring." These are meaningful to a human underwriter and meaningless to a field parser.
Hand-completed and scanned. Still common in some lines and from smaller agencies. A photographed, hand-completed ACORD is a genuinely hard document with none of the advantages the standard was supposed to confer.
Partial completion. Fields left blank that are required, fields completed inconsistently with each other, and the perennial problem of the same information appearing in two places with two different values.
Why the standard still helps
None of that means the standard is useless — it means it should be used as a schema rather than as a template.
Knowing that a given ACORD form contains a named insured, a mailing address, a business description, an entity type and a set of coverage sections tells you what to look for and what to validate. That knowledge is what makes extraction reliable across all the variants above, because the system is looking for a field by meaning rather than by coordinates.
The practical consequence: extraction should be schema-driven and layout-agnostic. Detect the form and its edition for context, then find each field by what it is, not by where it was on one version of one rendering.
The design that survives contact
Identify form and edition explicitly, with a confidence, and treat "unknown edition" as a valid outcome that routes for a look rather than being forced to the nearest match.
Extract by field meaning, anchored on labels and section structure, using coordinates as corroboration rather than as the primary locator.
Handle continuation properly. Schedules that overflow to attached pages must be stitched into one logical list. This is one of the most common sources of silent data loss in ACORD processing — the first five vehicles extract perfectly and the remaining three are simply absent.
Resolve references. "Same as above" and "per expiring" carry real meaning. Resolving them requires context — the prior section, or the expiring policy record. Where resolution is not possible, the field should be flagged rather than left blank, because blank and unresolved are different states with different consequences.
Cross-validate within the submission. The named insured on one form should match the others and any supplemental applications. Effective dates should agree. Where they disagree, that is a real submission defect worth surfacing to the underwriter, not something for the pipeline to silently pick a winner on.
Reconcile against reference data. Resolve the insured against existing records, addresses against a postal reference, classification codes against the code set. Every resolution is corroboration.
Fields that deserve extra care
Not all fields carry equal risk. In practice the ones that repay tighter thresholds and more validation are:
- Effective and expiration dates — they drive coverage periods and any error is material.
- Named insured and entity type — the legal identity of the counterparty; small differences matter.
- Limits and deductibles — frequently expressed inconsistently, and directly financially consequential.
- Classification codes — drive rating; a wrong code is an expensive error that may not surface for a year.
- Loss history — often on a supplemental form, often incomplete, and highly consequential for pricing.
- Prior carrier and expiring premium — commonly written as references rather than values.
A per-field threshold policy weighted by these consequences will outperform a uniform one substantially.
Measuring the right thing
Report field-level accuracy broken out by form type and by edition and by source system. Aggregate numbers hide exactly the failure that matters here: performance is usually fine on the dominant rendering and much worse on a specific agency system's output that represents a small share of volume.
Also track the reference-resolution rate — the share of "same as above" style fields the system was able to resolve — and the continuation-detection rate on schedules. Both are ACORD-specific quality signals that generic metrics will not surface.
The realistic outcome
A well-built ACORD pipeline handles the great majority of structured fields on well-rendered submissions without human involvement, flags the references and inconsistencies for a quick underwriter decision, and routes hand-completed scans to a review path with the fields pre-populated and the uncertain ones highlighted.
What it does not do is turn a submission that is genuinely incomplete into a complete one. A significant share of what looks like extraction failure in ACORD processing is actually submission quality, and the most valuable output of the pipeline is often the list of what the agency needs to clarify — produced within minutes of receipt rather than after an underwriter picks the file up two days later.
Want your ACORD intake measured honestly?
Send us a month of real submissions. We will report per-field accuracy across every variant you receive.
Book a Demo