lvwerra HF staff commited on
Commit
9f2879d
1 Parent(s): 4f4ffad

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -10,6 +10,15 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for ROUGE
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ ROUGE, or Recall-Oriented Understudy for Gisting Evaluation, is a set of metrics and a software package used for
15
+ evaluating automatic summarization and machine translation software in natural language processing.
16
+ The metrics compare an automatically produced summary or translation against a reference or a set of references (human-produced) summary or translation.
17
+
18
+ Note that ROUGE is case insensitive, meaning that upper case letters are treated the same way as lower case letters.
19
+
20
+ This metrics is a wrapper around Google Research reimplementation of ROUGE:
21
+ https://github.com/google-research/google-research/tree/master/rouge
22
  ---
23
 
24
  # Metric Card for ROUGE