Holmeister commited on
Commit
afc290e
·
verified ·
1 Parent(s): 6f72f6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -33,3 +33,30 @@ configs:
33
  - split: test
34
  path: data/test-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  - split: test
34
  path: data/test-*
35
  ---
36
+
37
+ ### Original Dataset
38
+
39
+ ```
40
+ @inproceedings{scialom-etal-2020-mlsum,
41
+ title = "{MLSUM}: The Multilingual Summarization Corpus",
42
+ author = "Scialom, Thomas and
43
+ Dray, Paul-Alexis and
44
+ Lamprier, Sylvain and
45
+ Piwowarski, Benjamin and
46
+ Staiano, Jacopo",
47
+ editor = "Webber, Bonnie and
48
+ Cohn, Trevor and
49
+ He, Yulan and
50
+ Liu, Yang",
51
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
52
+ month = nov,
53
+ year = "2020",
54
+ address = "Online",
55
+ publisher = "Association for Computational Linguistics",
56
+ url = "https://aclanthology.org/2020.emnlp-main.647",
57
+ doi = "10.18653/v1/2020.emnlp-main.647",
58
+ pages = "8051--8067",
59
+ abstract = "We present MLSUM, the first large-scale MultiLingual SUMmarization dataset. Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages {--} namely, French, German, Spanish, Russian, Turkish. Together with English news articles from the popular CNN/Daily mail dataset, the collected data form a large scale multilingual dataset which can enable new research directions for the text summarization community. We report cross-lingual comparative analyses based on state-of-the-art systems. These highlight existing biases which motivate the use of a multi-lingual dataset.",
60
+ }
61
+
62
+ ```