giuliadc commited on
Commit
9874a47
1 Parent(s): 6767025

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,5 +11,7 @@ To create this dataset, the test split of MLSUM-FR was filtered by using the cod
11
  **min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace"**
12
 
13
  The remaining samples were filtered by a function that removed all rows with bi-gram_overlap_fraction between summary and original text >= 0.65, meaning that all **summaries in the dataset are on the abstractive side**
14
-
 
 
15
  (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.
 
11
  **min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace"**
12
 
13
  The remaining samples were filtered by a function that removed all rows with bi-gram_overlap_fraction between summary and original text >= 0.65, meaning that all **summaries in the dataset are on the abstractive side**
14
+
15
+ Finally, 5k random samples were selected and kept in the dataset. All other samples were removed.
16
+
17
  (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.