hajekad commited on
Commit
d71564a
1 Parent(s): 44fc4b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -40,10 +40,8 @@ OOD test set
40
 
41
  The numbers in the tables denote *precision/recall/F1-score*
42
 
43
-
44
-
45
-
46
- EA
47
 
48
  ## Running the predictions
49
  The repository includes a simple Jupyter Notebook that can help with first steps when using the model. (#TODO)
 
40
 
41
  The numbers in the tables denote *precision/recall/F1-score*
42
 
43
+ ## Error Analysis
44
+ As we think the current standard ROUGE<sub>RAW</sub> metric is not suitable enough for the summarization task (even though it is the best we have at the time), we performed also a manual error analysis of the generated summaries using human annotators. You can find more about the methodology and results in our paper referenced at the bottom of this card.
 
 
45
 
46
  ## Running the predictions
47
  The repository includes a simple Jupyter Notebook that can help with first steps when using the model. (#TODO)