giuliadc commited on
Commit
d60de8d
·
verified ·
1 Parent(s): 6b326e8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+ language:
5
+ - de
6
+ size_categories:
7
+ - 10K<n<100K
8
+ ---
9
+ German MLSUM filtered by using the code by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main
10
+
11
+ min_length_summary = 15; min_length_reference = 120; length_metric = "whitespace"
12
+
13
+ min_compression_ratio = 2.5
14
+
15
+ bi-gram_overlap_fraction between summary and original text < 0.79
16
+
17
+ Maximal article length = 512 tokens
18
+
19
+ (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.