**ROUGE(Recall-Oriented Understudy for Gisting Evaluation)**는 text summarization, machine translation과 같은 generation task를 평가하기 위해 사용되는 대표적인 Metric
Machine translation에서 주로 사용하는 BLEU가 n-gram Precision에 기반한 지표라면, ROUGE는 이름 그대로 n-gram Recall에 기반하여 계산됩니다.
N-gram에 대한 ROUGE-N은 다음과 같다.
앞서 설명드린 N-gram recall
ex) ROUGE-1 : unigram
정답 문장 : “한화는 10 년 안에 우승할 것이다.”
생성 문장 : “두산은 5 년 안에 우승할 것이다.”
4/6
ex) ROUGE-2 : bigram
정답문장: "한화는 10 년 안에 우승 할 것이다."