πŸ“„ RougeΒΆ

This is the classical NLP Rouge metric based on the RougeScorer library (https://github.com/google-research/google-research/tree/master/rouge). It computes metrics several metrics (rouge1, rouge2, roughL, and rougeLsum) based lexical (word) overlap between the prediction and the ground truth references.”

Tags: flags:['reference-based-metric', 'cpu-metric'], category:metric

metrics.rouge

Read more about catalog usage here.