giuliadc commited on
Commit
14d656c
1 Parent(s): 50a2be0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+ language:
5
+ - de
6
+ size_categories:
7
+ - 1K<n<10K
8
+ ---
9
+
10
+ German MLSUM filtered by using the code by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main with following settings:
11
+
12
+ min_length_summary=15, min_length_reference=200, length_metric="whitespace", extractiveness="fully"
13
+
14
+ After this filtering operation, the dataset was filtered again to exclude all samples with bi-gram_overlap_fraction between summary and article >= 0,76.
15
+
16
+ Finally, 10k random saples were selected and kept in this dataset. All other samples were removed.
17
+
18
+ (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.