AIExplainer

What is a Character N-gram F-score?

A metric to evaluate machine translation models.

A metric to evaluate machine translation models. Character N-gram F-score determines the degree to which N-grams in reference text overlap the N-grams in an ML model's generated text. Character N-gram F-score is similar to metrics in the ROUGE and BLEU families, except that: - Character N-gram F-score operates on character N-grams. - ROUGE and BLEU operate on word N-grams or tokens.

Practitioners refer to character n-gram f-score when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.