Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,4 @@ Furthermore:
|
|
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 |
|
19 |
-
Then
|
20 |
-
* 5k random rows were selected and kept in the dataset. All other rows were removed.
|
21 |
-
* rows in which the article (column "text") contained a space followed by a point, another space and then a lowercase letter (i.e. a string matching this regex: " \\. [a-z]") were removed, because a qualitative analysis had shown that these articles often had full stops in between sentences
|
22 |
-
|
23 |
-
This lead to a dataset with 4930 rows.
|
|
|
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 |
|
19 |
+
Then, 5k random rows were selected and kept in the dataset. All other rows were removed.
|
|
|
|
|
|
|
|