Update README.md
Browse files
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
|
| 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 |
|