Caesar AI Atlas

Validation

Caesar AI Atlas Definition

La validation est l’évaluation d’un modèle entraîné ou partiellement entraîné afin d’apprécier ses performances, sa généralisation et son adéquation à son objectif prévu. Elle peut inclure la vérification de la qualité prédictive, le réglage de paramètres non apprenables et la confirmation que le comportement du modèle répond aux exigences spécifiées.

Other Definitions

Validation Source

The initial evaluation of a model's quality. Validation checks the quality of a model's predictions against the validation set. Because the validation set differs from the training set, validation helps guard against overfitting. You might think of evaluating the model against the validation set as the first round of testing and evaluating the model against the test set as the second round of testing.

Validation Source

Validation checks the quality of a model's inferences against the validation set. This involves defining metrics to measure the generated content's quality, speed, adherence to instructions, and safety. Validation often uses labeled data (input prompts and expected outputs) to compare the model's inferences with the ground truth. Metrics like F1 score (for classification) and ROUGE-L score (for summarization) might be used. The process also includes testing edge cases and unusual scenarios to ensure robustness. For deployed models, continuous monitoring and capturing of common data points and edge cases help improve future validation efforts.

Validation Source

‘confirmation, through the provision of objective evidence, that the requirements for a specific intended use or application have been fulfilled’ ISO/IEC 22989.

Also Referenced In

Related Terms