giuliadc commited on
Commit
cab18d7
·
verified ·
1 Parent(s): 8560377

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -11,9 +11,11 @@ min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace
11
 
12
  Furthermore:
13
 
14
- * all article-summary pairs with density > 2 were removed. This means that all summaries contained in the dataset are more on the abstractive side.
15
 
16
- * each line break ("\n") contained in an article or a summary was replaced by an empty space (" ").
 
 
17
  ---
18
 
19
  (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.
 
11
 
12
  Furthermore:
13
 
14
+ * all article-summary pairs with density > 2 were removed. This means that all summaries contained in the dataset are more on the abstractive side
15
 
16
+ * each line break ("\n") contained in an article or a summary was replaced by an empty space (" ")
17
+
18
+ * columns 'date', 'density_bin', 'url', 'compression', 'coverage_bin', 'coverage' and 'title' were removed from the dataset.
19
  ---
20
 
21
  (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.