Retour à l'Académie
A Black educator and an East Asian adult learner inspect repeated geometric test objects inside a three-compartment technology evaluation apparatus
Connaissances IABases22 juil. 2026· 2 min

Evaluating AI System Performance

How to define an AI evaluation claim, select representative test data and useful metrics, inspect uneven failures, and monitor performance in context.

AI evaluationperformance metricsmodel testing

Sources

Résumé complet

Evaluating an AI system begins by defining the decision or task it is meant to support. “Good performance” is not a property of a model in the abstract. It is a claim about a particular population, setting, output, and consequence. A writing-feedback tool, a plagiarism detector, and a model that recommends learning resources need different evidence. Evaluators should state the intended use, identify a reasonable baseline, specify unacceptable failures, and decide what improvement would be educationally meaningful before looking at a headline score. The evaluation plan should name the responsible reviewers and record decisions made before testing, reducing the temptation to choose a favorable metric after results are known.

Evidence should come from data that are separate from the examples used to fit or tune the system. A representative test set needs cases resembling real use, including ordinary examples, difficult boundary cases, and groups likely to experience different outcomes. If the test set is narrow, outdated, duplicated, or contaminated by training data, an impressive result may not transfer. Evaluation should also document who is represented, how labels were produced, what disagreements occurred, and which conditions remain outside the evidence.

The right metric depends on the error cost. Accuracy summarizes the proportion of correct classifications, but it can mislead when one class is rare. Precision asks how often positive predictions are correct; recall asks how many actual positive cases are found. Raising one may lower the other. A school screening tool that misses learners needing support creates a different harm from one that sends too many learners for review. Thresholds should therefore be chosen with affected people, workload, and consequences in view, not merely to maximize one number.

Aggregate metrics can hide systematic weakness. Evaluators should inspect results across relevant subgroups, languages, topics, input quality, and changing conditions. They can test robustness with carefully designed variations, examine calibration when probabilities guide decisions, and conduct qualitative error analysis to learn why failures occur. Human evaluation is useful for open-ended outputs, but raters need clear criteria and agreement checks. Safety, accessibility, privacy, fairness, latency, and cost may be part of performance when they determine whether a system works responsibly in practice.

Evaluation continues after release. User behavior, data, policies, and connected components change, so teams need monitoring, feedback channels, incident review, and criteria for pausing or revising the system. Model cards and similar documentation should distinguish measured results from assumptions and record limitations. In education, students can compare two systems on the same task, build a small test set, calculate several metrics, inspect errors, and argue which evidence matters. The central lesson is disciplined comparison: define the educational purpose, test under relevant conditions, interpret trade-offs, and keep accountable human judgment around consequential uses.