Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
language:
|
5 |
+
- fr
|
6 |
+
---
|
7 |
+
MLSUM-fr filtered with Aumiller et al. (1)'s library available at https://github.com/dennlinger/summaries/tree/main
|
8 |
+
|
9 |
+
16954 samples were removed from the dataset.
|
10 |
+
Breakdown by filter category:
|
11 |
+
'compression_ratio': {'train': 45, 'validation': 2, 'test': 0} samples removed across splits.
|
12 |
+
'exact_duplicate': {'train': 138, 'validation': 0, 'test': 8} samples removed across splits.
|
13 |
+
'both_duplicate': {'train': 466, 'validation': 0, 'test': 0} samples removed across splits.
|
14 |
+
'summary_duplicate': {'train': 2088, 'validation': 99, 'test': 89} samples removed across splits.
|
15 |
+
'reference_duplicate': {'train': 13843, 'validation': 119, 'test': 57} samples removed across splits.
|
16 |
+
|
17 |
+
(1): Aumiller, D., Fan, J., & Gertz, M. (2023). On the State of German (Abstractive) Text Summarization. arXiv preprint arXiv:2301.07095.
|