AIF-C01 · Question #313
A company is evaluating several large language models (LLMs) for a text summarization task. The company needs to select a metric to evaluate the quality of the summaries that the LLMs generate…
The correct answer is C. Recall-Oriented Understudy for Gisting Evaluation (ROUGE). The ROUGE metric is widely used to evaluate the quality of summaries generated by language models, as it measures the overlap between the generated summary and reference summaries in terms of recall, precision, and F1-score for n-grams and sequences.
Question
A company is evaluating several large language models (LLMs) for a text summarization task. The company needs to select a metric to evaluate the quality of the summaries that the LLMs generate. Which metric will meet this requirement?
Options
- ARecall
- BArea under the ROC curve (AUC)
- CRecall-Oriented Understudy for Gisting Evaluation (ROUGE)
- DMean squared error (MSE)
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C88% (30)
- D3% (1)
Explanation
The ROUGE metric is widely used to evaluate the quality of summaries generated by language models, as it measures the overlap between the generated summary and reference summaries in terms of recall, precision, and F1-score for n-grams and sequences.
Topics
Community Discussion
No community discussion yet for this question.