Caesar AI Atlas

F1 Score (F1-мера)

Caesar AI Atlas Definition

F1 Score — это гармоническое среднее precision и recall, используемое для оценки classification и information extraction performance. Он принимает значения от 0 до 1, где более высокие значения указывают на лучший баланс между правильно выявленными positives и пропущенными positives.

Other Definitions

F1 Score (F1-мера) Source

In classification , an evaluation metric that balances precision and recall .

F1 Score (F1-мера) Source

The F1 score is a metric used to evaluate the accuracy of a model's output. It's particularly useful for assessing the performance of models on tasks where both precision and recall are important, such as information extraction. For generative AI models, the F1 score can be used to compare the model's inferences with ground truth data to determine the model's accuracy. However, for generative tasks like summarization and text generation, other metrics like Rough-L score might be more appropriate.

Also Referenced In

Concept Comparisons

Related Terms