Field note · opportunity

How to Choose Evidence Quality With Incomplete Records

A worked evidence ledger for incomplete workflow records, with a public 311 case and a sensitivity test that changes the decision.

8 minute read
  • evidence quality
  • incomplete records
  • AI opportunity
Illustration of an evidence ledger separating provenance, completeness, accuracy, relevance, and missingness

A dataset can look “good enough” because the spreadsheet opens cleanly and most rows have values. That’s not a decision. It’s a feeling.

When I taught product managers to move from writing specifications to building and shipping, the missing piece was often a definition of done (Marius Manolachi). In an AI workflow, the equivalent question is: what evidence must be present before this decision is allowed to move?

Treat evidence quality as fit for one decision

Evidence quality is fit for purpose. A record can be accurate but irrelevant, complete but biased, or useful for a read-only test but unsafe for an automatic action. NICE separates provenance, data quality, and relevance for exactly this reason, and says acceptable completeness or accuracy depends on the application rather than one universal threshold (NICE).

Write the decision before inspecting the records:

A service-operations lead wants to know whether a public service-request export is sufficient for a read-only shadow test that routes noise complaints to the right agency. No request is sent, closed, or escalated automatically.

Then write the minimum acceptable evidence:

GateMinimum for this worked decisionWhy it exists
Record identity100% of captured records have a stable keyYou must be able to trace a result back to a source record.
Required fieldscreated_date, complaint_type, and reference agency are presentThese define the evaluation slice and comparison label.
Reference agreement90% exact agreement on the target sliceThe local gate makes the decision explicit before inspection.
RelevanceThe fields support coarse agency routing, not location or status automationA field can be present and still fail the reader’s job.
Safety vetoMissing fields needed for an irreversible action stop the automation proposalA shadow test and an automatic write are different decisions.

The 90% number is not a standard. It is a pre-set gate for this low-risk example. Your owner should set a different threshold when the error cost, review capacity, or reversibility changes.

The worked result: one missing field changes the call

I took the first 12 records returned by the public NYC 311 JSON endpoint on 2026-08-24. The dataset is public, contains complaint type and responding agency, and is updated daily, so the access date matters (NYC 311 dataset catalog, captured JSON endpoint).

The working copy kept the record key, creation time, complaint type, and agency reference. I removed descriptor, borough, and status to simulate a workflow export with deliberate gaps. The retained four fields matched the captured API response in 48 of 48 comparisons.

The target slice contained eight noise records:

Field checkResult
Noise records8
Reference agency NYPD7
Reference agency DEP1
Simple rule with complaint_type only7/8 = 87.5%
Rule with recoverable descriptor8/8 = 100%

The simple rule routes every noise complaint to NYPD. It misses the one record whose reference descriptor is Construction and whose agency is DEP. If the missing descriptor can be recovered before evaluation, the rule can separate that case. If the field is truly unavailable, it cannot.

That is the sourceable result: the same 12-record snapshot supports a shadow test under one missingness assumption and a collect-more decision under another. The difference is not the model. It is what we are willing to assume about one absent field.

Illustration of an incomplete-record evidence ledger branching into two sensitivity scenarios

Complete the ledger field by field

NICE’s Data Suitability Assessment Tool asks for the research question, source details, data quality method, assessment result, and relevance. NIST’s AI guidance likewise calls for assumptions, limitations, provenance, data quality, and evaluation data in system documentation (DataSAT, NIST AI 600-1). Use this smaller ledger for a product or operations decision.

Ledger fieldWhat to writeWorked value
Decision ownerPerson or role who can say proceed, test, or stopService-operations lead who owns the routing queue
DecisionThe action the evidence will permitRead-only shadow test for coarse agency routing
ProvenanceSource, version or dataset ID, endpoint, extraction date, access rightsNYC 311 erm2-nwe9, JSON endpoint, public, 2026-08-24
Record coverageRecords present divided by records expected in the captured slice12/12 = 100%; not population coverage
Required fieldsExact fields needed to evaluate the decisionKey, time, complaint type, reference agency
Missing fieldsField-level counts, not one overall completeness scoreDescriptor 0/12 in working copy; borough 9/12; status 0/12
Accuracy checkReference source, comparison unit, and agreement count48/48 retained-field comparisons
RelevanceWhat the fields can and cannot supportCoarse agency routing only; not location or status logic
Missingness assumptionWhy the field may be absent and what that impliesRecoverable transport omission or irrecoverable loss
UncertaintySample size, live-source risk, threshold choice, and unknowns12 rows; live endpoint; local 90% gate; no population claim
RecommendationOutcome and conditionProceed only if descriptor recovery is verified

Completeness is a percentage of records without missing data at a given time. It does not establish accuracy. NICE recommends reporting completeness and accuracy separately and checking accuracy against a reference when possible (NICE). That distinction prevents a neat-looking 100% count for the wrong field from becoming a false quality claim.

Run the sensitivity test before you trust the recommendation

Missingness is not a single condition. Cochrane distinguishes assumptions such as missing at random and not missing at random, recommends making assumptions explicit, and recommends sensitivity analysis for reasonable changes to those assumptions (Cochrane Chapter 10).

Use this exact calculation:

  1. Define the target slice before looking at the answer. Here, it is records whose complaint_type contains Noise.
  2. Define the reference label. Here, it is the published agency value.
  3. Write the fallback rule with missing fields. Here, every noise record routes to NYPD.
  4. Count exact matches: correct predictions divided by records in the slice. Here, 7 / 8 = 0.875, or 87.5%.
  5. Write a plausible recovery rule. Here, Noise plus descriptor = Construction routes to DEP; the other sampled noise descriptors route to NYPD.
  6. Recalculate with the recovered field. Here, 8 / 8 = 1.00, or 100%.
  7. Compare both results with the pre-set gate. 87.5% < 90%, while 100% >= 90%.
  8. Record the decision as conditional if the scenarios disagree. Do not average 87.5% and 100% into 93.75%. That would hide the assumption that caused the change.
ScenarioAssumptionResultDecision
Observed exportDescriptor stays missing87.5%Collect more or narrow the test
Recoverable omissionDescriptor is recovered from the same source100%Proceed with read-only shadow mode
Irrecoverable omissionDescriptor cannot be recovered87.5%Do not promote the workflow

The recommendation is conditional, not uncertain in a vague way. We know exactly which field must be recovered and what result would satisfy the gate.

Use a bounded action when evidence is conditional

The ledger does not tell you to wait for a perfect dataset. It tells you which action the current evidence supports.

  • Proceed: the reference check passes and all plausible scenarios keep the result above the threshold. Use shadow mode, human review, and reversible outputs.
  • Test: the decision owner accepts a low-risk experiment that will collect the missing field or reveal its impact. Do not let the experiment take an irreversible action.
  • Collect more: the recommendation crosses the threshold only under an assumption you have not verified.
  • Stop: the missing field affects a safety, privacy, legal, or irreversible decision and no defensible recovery path exists.

The NYC example lands on test only if the descriptor recovery step is verified. From the incomplete export alone, it lands on collect more. The public data is useful for demonstrating the method, not for authorizing a real agency workflow.

Copy this blank template into your next review

Decision owner:
Decision:
Allowed action:
Irreversible action that remains forbidden:

Source name and URL:
Dataset or export version:
Extraction date and access date:
Permission and governance status:

Expected records in the captured slice:
Records present:
Duplicate or untraceable records:

Required fields:
Field-level completeness:
Reference source for accuracy:
Accuracy unit and exact-match calculation:
Relevance to the decision:
Fields that are present but too coarse:

Missingness scenario A:
Calculation:
Recommendation:

Missingness scenario B:
Calculation:
Recommendation:

Uncertainty and limitations:
Final proceed, test, collect-more, or stop decision:
Condition that would change the decision:

If you can’t fill the “condition that would change the decision” line, the evidence review is probably still describing the dataset rather than governing a decision. For a broader opportunity screen, use this ledger alongside the AI opportunity discovery guide. If the workflow may actually be a data problem, compare it with When Is an AI Workflow Problem Actually a Data Problem?.

What this ledger does not prove

It does not prove model performance, fairness, population representativeness, or production readiness. It proves only that a named decision was evaluated against named fields, a captured reference, and explicit missingness assumptions.

That boundary matters. NIST recommends documenting data quality and limitations (NIST AI 600-1), and NICE warns that relevance depends on the research question (NICE). A complete record set can still be the wrong population or lack the field that defines the outcome. A small record set can still be enough for a reversible smoke test when the decision owner accepts its limits.

The practical rule is simple: choose evidence quality against the action you want to authorize. If the recommendation changes when a plausible missingness assumption changes, the next step is not a more confident summary. It is a recovery check, a narrower test, or more evidence.

Questions people ask next

Is a complete dataset automatically high quality?

No. Completeness tells you how often fields are present. It does not tell you whether values are accurate, relevant, timely, or sufficient for the decision.

What should I do when missingness changes the recommendation?

Do not average the scenarios into one confident number. Record the assumption, collect the field if possible, or narrow the workflow to a reversible test with human review.

Should I impute missing records before an AI pilot?

Only when the decision owner accepts the assumption and the result survives plausible alternatives. If imputation changes the go or stop decision, treat the result as conditional and collect more evidence.