giuliadc commited on
Commit
6822cd6
·
verified ·
1 Parent(s): 59141ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace
12
  min_compression_ratio = 2.5
13
 
14
  Furthermore:
15
- * line breaks: every \n (both in articles and in summaries) was replaced by a space
16
  * non-breaking spaces: every \xa0 (both in articles and in summaries) was replaced by a space
17
  * bi-gram_overlap_fraction between summary and original text <= 0.63, meaning that all summaries in the dataset are on the abstractive side
18
 
 
12
  min_compression_ratio = 2.5
13
 
14
  Furthermore:
15
+ * line breaks: every \n in the reference summaries (column "reference-summary") was replaced by a space. The articles (column "text") did not contain any line breaks
16
  * non-breaking spaces: every \xa0 (both in articles and in summaries) was replaced by a space
17
  * bi-gram_overlap_fraction between summary and original text <= 0.63, meaning that all summaries in the dataset are on the abstractive side
18