Create README.md
Browse files
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.
|