We’re putting $5.5M behind research and development of smaller, specialized AI models for real-world deployment — Read our manifesto →
    All posts

    Policy Language Is Not Plain Language

    Why insurers need specialized document models and permission-aware RAG to reason across policies, endorsements, exclusions, claims files, and regulatory guidance.

    Conscious Engines

    An insurance answer depends on the exact contract, not an average understanding of the product. The base policy, schedule, endorsements, exclusions, definitions, jurisdiction, and effective date interact. A fluent general model can explain insurance language while silently using the wrong version.

    The right system combines document intelligence, a policy graph, permission-aware RAG, deterministic checks, and human review.

    Why insurers are moving toward grounded systems

    The EIOPA 2026 survey found that the dominant market strategy was to buy models or build on third-party foundation models, frequently using RAG to connect proprietary information. It also found hallucinations were the top-cited risk, followed by cybersecurity, data protection, and explainability.

    Of 957 reported use cases, 64% were internal. Respondents described contract analysis, medical-report summarization, voice-recording insight extraction, claims support, and internal underwriting-manual assistants. The pattern favors bounded employee tools before autonomous coverage decisions.

    Zurich's underwriting proof of concept offers an architectural example: RAG over guidelines is combined with a similarity engine for historical cases. The system supports an underwriter with both current rules and comparable experience.

    Build the policy graph first

    Represent the contract as linked entities:

    • insured and additional insureds
    • policy and product version
    • coverage part
    • schedule and declared values
    • endorsement and affected section
    • exclusion and exception
    • definition and referenced term
    • limit, sublimit, deductible, and waiting period
    • jurisdiction and regulatory form
    • effective, cancellation, and loss dates
    • claim, exposure, evidence, and decision

    An endorsement may add, remove, or replace wording. Retrieval should resolve that relationship before generating an answer.

    The document pipeline

    The document pipeline

    Classify

    Identify form type, product, jurisdiction, version, and whether a page belongs to the policy, claim, underwriting, or regulatory record.

    Extract

    Extract parties, dates, form numbers, limits, deductibles, perils, clauses, and references with bounding boxes and confidence.

    Normalize

    Map variations to canonical fields while preserving the source. "USD 1m," "$1,000,000," and "one million dollars" may normalize to the same value.

    Validate

    Check dates, arithmetic, form compatibility, required schedules, and cross-references using deterministic rules.

    Link

    Connect endorsements to amended sections, claims to applicable policy periods, and regulatory guidance to jurisdiction and effective date.

    Retrieve

    Filter by exact policy, party, role, date, and authority before semantic ranking.

    Classify

    Identify form type, product, jurisdiction, version, and whether a page belongs to the policy, claim, underwriting, or regulatory record.

    Extract

    Extract parties, dates, form numbers, limits, deductibles, perils, clauses, and references with bounding boxes and confidence.

    Normalize

    Map variations to canonical fields while preserving the source. "USD 1m," "$1,000,000," and "one million dollars" may normalize to the same value.

    Validate

    Check dates, arithmetic, form compatibility, required schedules, and cross-references using deterministic rules.

    Connect endorsements to amended sections, claims to applicable policy periods, and regulatory guidance to jurisdiction and effective date.

    Retrieve

    Filter by exact policy, party, role, date, and authority before semantic ranking.

    Retrieval must respect contract hierarchy

    A general vector search may rank standard wording above the actual issued endorsement because the standard wording is more semantically similar. That is unacceptable.

    Use a retrieval order:

    1. exact issued policy and schedule
    2. endorsements active for the loss date
    3. definitions referenced by the relevant clause
    4. approved claims or underwriting guidance
    5. jurisdiction-specific regulatory content
    6. comparable prior cases, clearly labeled as nonbinding context

    If the issued document is missing, the system should say so and stop short of a coverage conclusion.

    Permission boundaries

    Insurers handle health, financial, location, vehicle, property, identity, and fraud data. Retrieval permissions should follow role, case assignment, purpose, and region. Enforce them before passages reach the generator.

    Red-team tests should attempt cross-claim, cross-customer, executive, employee, and sealed-data retrieval. A model refusal after unauthorized retrieval is not an adequate security control.

    Answer types need different controls

    Plain-language explanation: Explain quoted policy text, link the exact clause, and state that final application depends on the claim facts.

    Internal policy search: Retrieve approved guidance and show effective date and owner.

    Coverage support: Assemble relevant wording, facts, conflicts, and missing evidence for a licensed or authorized reviewer. Do not issue the final decision autonomously.

    Underwriting support: Retrieve guidelines, similar cases, and missing evidence. Keep pricing or acceptance authority in the governed decision system.

    Regulatory mapping: Link requirement, internal policy, control, evidence, owner, and test status.

    Evaluation framework

    LayerMetricInsurance-specific test
    Documentform classificationcorrect product and jurisdiction
    Extractionfield precision and recalllimit, deductible, date, party
    Graphamendment resolutionendorsement applied correctly
    Retrievalrecall at 5controlling clause present
    Authoritycorrect-version rateactive wording for loss date
    Generationclaim groundednessevery statement supported
    Securityunauthorized retrievalcross-policy and cross-claim traps
    Abstentionmissing-document refusalno conclusion without issued wording
    Workflowverified-answer timereviewer productivity

    Test adversarial questions with false premises, similar policy versions, conflicting endorsements, and ambiguous facts.

    Use small models where structure dominates

    A compact domain model can classify forms, extract defined fields, identify clause type, and route questions cheaply at high volume. A larger model can synthesize multiple passages when needed. Deterministic code should handle limits, dates, and explicit rules.

    Route by task. The smallest model that passes the evaluation reduces latency, cost, and provider exposure. Model size does not change the need for source evidence and review.

    A 90-day pilot

    Choose one product and one internal role. Assemble issued policy packs, endorsements, and approved guidance. Build 200 to 500 questions with expert-supported answers, including missing and conflicting document cases.

    First validate document classification and policy-graph construction. Then test retrieval. Add generation last. Pilot as an employee copilot with passage citations and mandatory review.

    A credible gate might require 99% correct policy-pack selection, at least 95% controlling-clause recall at 5, zero unauthorized retrieval in the red-team suite, and at least 30% lower time to a reviewer-verified answer.

    The conclusion

    Insurance language is difficult because meaning depends on document relationships, not because the sentences are long. A trustworthy system resolves policy hierarchy, date, jurisdiction, party, and permission before it generates text.

    The moat is the insurer's policy graph, labeled exceptions, expert corrections, and evaluation set. A model can be replaced. That structured institutional understanding cannot.

    Research note

    Research is current through September 5, 2026. Survey findings describe reported market activity. Examples are not legal or coverage guidance. Final insurance decisions must follow applicable law, policy, governance, and authorized human review.

    Continue the research

    Building a Production-Ready System

    Conscious Engines builds insurance policy AI that retrieves the controlling contract, endorsement, jurisdiction, and effective version before drafting an explanation. We combine document structure, private RAG, citation evaluation, and explicit decision boundaries so the model assists coverage work without inventing entitlement.