NIST AI Risk Management Framework
A primary framework for identifying, measuring, and managing risks across the AI lifecycle.
Compute College
Create a small, representative evaluation set that covers normal traffic, edge cases, and important failures.
An evaluation dataset is a maintained collection of inputs, expected requirements, labels, or reference evidence used to test an AI workflow. A useful set samples the real task distribution while deliberately including boundary cases, safety cases, and known failures.
Memory trick: A good evaluation set is a map of the work and the ways it can fail.
A dataset made only from convenient examples overstates quality and gives a team no warning when users behave differently. A maintained evaluation set also becomes institutional memory: when a production failure is added, future prompt and model changes must prove they did not repeat it.
A document extractor starts with 80 ordinary documents, 10 documents with missing fields, 5 scanned or malformed inputs, and 5 documents containing prompt-injection text. Each case records the fields that may be extracted and the evidence required for a pass.
Example figures are illustrative calculations, not current quoted market prices.
Current example
This source explains the method or risk boundary. It does not replace testing the actual model, data, provider, and workload conditions in production.
A primary framework for identifying, measuring, and managing risks across the AI lifecycle.
Source discipline: examples on this page are illustrative; measure the real workload before making a release or capacity decision.
Do not delete difficult cases just because they lower the score. They are often the most valuable part of the dataset; label them clearly and improve the system or the operating boundary.
Practical takeaway
Create a versioned dataset with a normal-case sample, a boundary-case sample, and a failure registry. Add an owner, source, sensitivity classification, and review date to every case.
Decision check: can you explain which real workload each evaluation case represents and when the set was last refreshed?
Compute College learning path
Step 21 of 48: Build a practical evaluation dataset