πŸ“„ Rouge With Confidence Intervals [deprecated]ΒΆ

Deprecation message: Use β€˜metrics.rouge’ which also generate confidence intervals

metrics.rouge_with_confidence_intervals

Explanation about RougeΒΆ

Computes ROUGE scores for text summarization evaluation.

Range: [0, 1] (higher is better) Measures n-gram overlap between prediction and reference texts.

Reference: https://en.wikipedia.org/wiki/ROUGE_(metric)

Read more about catalog usage here.