giuliadc commited on
Commit
4fbb786
1 Parent(s): c5ffa01

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 10K<n<100K
8
+ ---
9
+ Test split of the Newsroom dataset filtered by using the code by Aumiller et al. (1) available at https://github.com/dennlinger/summaries/tree/main
10
+
11
+ min_length_summary = 18; min_length_reference = 250; length_metric = "whitespace"
12
+
13
+ ---
14
+
15
+ (1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.