A dataset looks solid. It has rows, columns, timestamps and enough decimal places to suggest that ambiguity has been removed. But the world did not arrive as a table. Someone decided what could be observed, which cases entered the file, how categories were named, when collection stopped and which errors were tolerable.
This does not make data fake. It makes data constructed. A thermometer reading, a photograph, a survey response and a transaction record can all carry genuine evidence. Each also reflects an instrument, a sampling rule, a context and a purpose. The mistake begins when the representation is treated as though it contains everything relevant about what it represents.

Collection is already a theory
Before analysis, there is a decision about what counts. A traffic dataset may record vehicles that crossed a sensor but not the trips people abandoned. A health record may describe people who reached a clinic, received a code and remained in the system. A customer-service archive may contain complaints from people willing and able to complain. The file is not a neutral slice cut from reality. It is the output of a process.
The process can be appropriate for one question and weak for another. Store receipts can estimate what was sold through that store. They cannot, without more evidence, reveal everything people wanted, used, borrowed or could not afford. A dataset's usefulness is therefore relational: useful for which claim, about which population, during which period, under which collection conditions?
NIST's AI Risk Management Framework asks organizations to establish context, intended purpose, limitations and affected groups. That is not paperwork around the data. It is part of knowing what the data can support.
Missing cases do not announce themselves
Visible errors invite correction. Missing cases are harder because they often leave no row. A camera that performs poorly in darkness may produce fewer usable nighttime examples. A voluntary survey may underrepresent people with the least time or trust. A historical archive may preserve official decisions better than informal resistance. The absence can look like a property of the world instead of a property of collection.
Random sampling can improve population inference when the frame is adequate and nonresponse is understood. It cannot sample people or events that never had a chance to enter the frame. More rows from the same narrow channel reduce some uncertainty while leaving structural omission intact.
This is why “large dataset” is not a synonym for “representative dataset.” Scale can make a biased estimate more stable. It does not automatically make the target population more present.
Labels compress judgment
Supervised learning usually needs labels: spam or not spam, approved or denied, safe or unsafe, positive or negative. Some labels describe direct measurements. Others summarize policy, convention or human interpretation. Even apparently simple categories can hide disagreement about thresholds, edge cases and who gets to decide.
A label can also be a proxy. Arrest is not identical to offending. A click is not identical to satisfaction. Time on page is not identical to understanding. Past hiring is not identical to merit. When a model learns the proxy well, it may improve the measured score while drifting farther from the purpose people thought they had specified.
Document the source of each important label, the instructions given to annotators, disagreement rates, adjudication rules and known boundary cases. “Human labeled” does not describe one method.
Measurement error has direction
Measurement noise is sometimes treated as harmless fuzz around a true value. In practice, error can be systematic. A sensor may saturate at one end of its range. A form may force complex identities into a small set of boxes. People may answer differently when a question is sensitive or when benefits depend on the response. An image model may encounter different lighting and compression across groups.
The relevant question is not only whether a variable is noisy. Ask who is measured less accurately, under which conditions and whether the error changes the decision. A one-percent error in an entertainment recommendation is not the same as a one-percent error concentrated in a safety-critical edge case.
Data expires unevenly
A dataset records a period. The mechanism that produced it may change: prices move, interfaces are redesigned, policies shift, language evolves and people adapt to the system. A model can remain internally consistent while the environment moves away from its training distribution.
Freshness is not one date. Record when the underlying events occurred, when collection completed, when labels were added and when the dataset was last audited. A recent download can contain old observations. A long-running dataset can also mix definitions that changed across years.
Temporal drift does not mean every old dataset is useless. Historical data is indispensable for historical questions. The claim must match the time represented.
Documentation cannot repair the sample—but it can stop silent misuse
Datasheets and data cards make collection choices inspectable. Useful documentation names motivation, composition, collection process, preprocessing, intended uses, out-of-scope uses, distribution, maintenance and known limitations. It should identify uncertainty rather than perform confidence.
Documentation is evidence about stewardship, not proof of fitness. A beautifully documented dataset can still be inappropriate for the present task. An undocumented dataset may contain valuable observations but imposes a higher verification burden because critical assumptions are hidden.
What this changes about AI claims
When an AI system performs well, ask what evaluation data represented. Were examples drawn from the same source as training? Were duplicate or near-duplicate cases removed? Did the benchmark measure the intended job or a convenient proxy? Were results disaggregated across important conditions? Was the test conducted before users adapted to the system?
An AI Benchmark Is Not the Real World addresses the evaluation layer. The dataset question comes earlier: what evidence was made available to learn from or test against? Neither a high score nor a vast corpus dissolves that question.
Generative systems add another complication. Training data may be too large or proprietary to inspect directly, and the output can combine patterns without exposing provenance. That makes local evaluation, source verification and task-specific boundaries more important—not less.
Use the eight-question dataset audit
- Target: What real population, process or decision is the claim about?
- Entry rule: How could a case enter the dataset, and who had no path in?
- Unit: What does one row or item represent? Are repeated observations mistaken for independent cases?
- Measurement: Which values were directly observed, inferred, coded or used as proxies?
- Labels: Who assigned them, with what instructions and disagreement process?
- Missingness: Which absences are recorded, and which disappear before a row exists?
- Time: When did the represented events occur, and what may have changed since?
- Transfer: What evidence shows that performance survives in the intended setting?
Do not demand perfection. Demand correspondence between the dataset and the conclusion. A narrow dataset can support a narrow claim. A broad claim requires broader evidence and explicit uncertainty.
The bottom line
A dataset is a designed interface between the world and an analysis. Its structure can reveal patterns that unaided attention misses. Its structure can also hide who was never counted, which judgment became a label and when the conditions changed.
Treat data as evidence, not as the world itself. Inspect the route by which reality became rows before asking the rows to speak for reality.
Research and framework notes
- NIST, Artificial Intelligence Risk Management Framework 1.0, on context, validity, representativeness and documented limitations.
- NIST, Generative Artificial Intelligence Profile, on data provenance, evaluation and generative-AI risk.
- Gebru and colleagues, Datasheets for Datasets, a primary proposal for documenting dataset motivation, composition, collection and use.
- Pushkarna, Zaldivar and Kjartansson, Data Cards, on purposeful, audience-aware dataset documentation.
- For the evaluation boundary, see How to Compare Two AI Answers Without Voting by Vibe.
END OF TRANSMISSION 038
Keep the question. Test the model.
Choose the narrowest claim the evidence can carry, then leave room for revision.