Evaluates automatic summarization by measuring the longest common subsequence (LCS) that preserves the word order between candidate and reference summaries.
rouge
metric, the following parameters are required:
actual_output
: The model’s generated summary.expected_output
: The reference (or gold) summary to compare against.