Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
bourdoiscatie commited on
Commit
4153ee1
·
verified ·
1 Parent(s): 6cf2452

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -12
README.md CHANGED
@@ -18,7 +18,7 @@ license: cc-by-4.0
18
  ---
19
 
20
  # Dataset information
21
- **Dataset concatenating all Summarization datasets, available in (native) French and open-source.**
22
  There are a total of **816,148** rows, of which 762,833 are for training, 26,935 for validation and 26,380 for testing.
23
 
24
 
@@ -112,30 +112,41 @@ dataset_train.head()
112
  # Citations
113
 
114
  ### alpaca_motivations_sommaires
115
- > https://huggingface.co/datasets/maurya/alpaca_motivations_sommaires by Amaury Fouret (2023)
 
 
 
116
 
117
  ### FakeNewsDetectionFr
118
- > https://github.com/jeugregg/FakeNewsDetectionFr by Gregory LANG (2019)
 
 
 
119
 
120
  ### fr_covid_news_8k
121
- > @dataset{covidfrenchnews,
 
122
  author = {Gustave Cortal},
123
  year = {2021},
124
  month = {03},
125
  title = {COVID-19: French news dataset},
126
  url = {https://www.gustavecortal.com}}
 
127
 
128
  ### CrossSum
129
- > @misc{bhattacharjee2023crosssum,
 
130
  title={CrossSum: Beyond English-Centric Cross-Lingual Summarization for 1,500+ Language Pairs},
131
  author={Abhik Bhattacharjee and Tahmid Hasan and Wasi Uddin Ahmad and Yuan-Fang Li and Yong-Bin Kang and Rifat Shahriyar},
132
  year={2023},
133
  eprint={2112.08804},
134
  archivePrefix={arXiv},
135
  primaryClass={cs.CL}}
 
136
 
137
  ### mlsum
138
- > @inproceedings{scialom-etal-2020-mlsum,
 
139
  title = "{MLSUM}: The Multilingual Summarization Corpus",
140
  author = "Scialom, Thomas and Dray, Paul-Alexis and Lamprier, Sylvain and Piwowarski, Benjamin and Staiano, Jacopo",
141
  editor = "Webber, Bonnie and Cohn, Trevor and He, Yulan and Liu, Yang",
@@ -147,16 +158,20 @@ dataset_train.head()
147
  url = "https://aclanthology.org/2020.emnlp-main.647",
148
  doi = "10.18653/v1/2020.emnlp-main.647",
149
  pages = "8051--8067"}
 
150
 
151
  ### orange_sum
152
- > @article{eddine2020barthez,
 
153
  title={BARThez: a Skilled Pretrained French Sequence-to-Sequence Model},
154
  author={Eddine, Moussa Kamal and Tixier, Antoine J-P and Vazirgiannis, Michalis},
155
  journal={arXiv preprint arXiv:2010.12321},
156
  year={2020}}
 
157
 
158
  ### xlsum
159
- > @inproceedings{hasan-etal-2021-xl,
 
160
  title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
161
  author = "Hasan, Tahmid and Bhattacharjee, Abhik and Islam, Md. Saiful and Mubasshir, Kazi and Li, Yuan-Fang and Kang, Yong-Bin and Rahman, M. Sohel and Shahriyar, Rifat",
162
  editor = "Zong, Chengqing and Xia, Fei and Li, Wenjie and Navigli, Roberto",
@@ -168,20 +183,23 @@ dataset_train.head()
168
  url = "https://aclanthology.org/2021.findings-acl.413",
169
  doi = "10.18653/v1/2021.findings-acl.413",
170
  pages = "4693--4703"}
171
-
172
 
173
  ### xwikis
174
- > @misc{perezbeltrachini2022models,
 
175
  title={Models and Datasets for Cross-Lingual Summarisation},
176
  author={Laura Perez-Beltrachini and Mirella Lapata},
177
  year={2022},
178
  eprint={2202.09583},
179
  archivePrefix={arXiv},
180
  primaryClass={cs.CL}}
 
181
 
182
  ### FrenchSUM
183
- > A GENERER
184
-
 
185
 
186
  # License
187
  [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
 
18
  ---
19
 
20
  # Dataset information
21
+ **Dataset concatenating Summarization datasets available in French and open-source.**
22
  There are a total of **816,148** rows, of which 762,833 are for training, 26,935 for validation and 26,380 for testing.
23
 
24
 
 
112
  # Citations
113
 
114
  ### alpaca_motivations_sommaires
115
+ ```
116
+ Dataset by Amaury FOURET (2023)
117
+ Hugging Face repository: https://huggingface.co/datasets/maurya/alpaca_motivations_sommaires
118
+ ```
119
 
120
  ### FakeNewsDetectionFr
121
+ ```
122
+ Dataset by Gregory LANG (2019)
123
+ Hugging Face repository: https://github.com/jeugregg/FakeNewsDetectionFr
124
+ ```
125
 
126
  ### fr_covid_news_8k
127
+ ```
128
+ @dataset{covidfrenchnews,
129
  author = {Gustave Cortal},
130
  year = {2021},
131
  month = {03},
132
  title = {COVID-19: French news dataset},
133
  url = {https://www.gustavecortal.com}}
134
+ ```
135
 
136
  ### CrossSum
137
+ ```
138
+ @misc{bhattacharjee2023crosssum,
139
  title={CrossSum: Beyond English-Centric Cross-Lingual Summarization for 1,500+ Language Pairs},
140
  author={Abhik Bhattacharjee and Tahmid Hasan and Wasi Uddin Ahmad and Yuan-Fang Li and Yong-Bin Kang and Rifat Shahriyar},
141
  year={2023},
142
  eprint={2112.08804},
143
  archivePrefix={arXiv},
144
  primaryClass={cs.CL}}
145
+ ```
146
 
147
  ### mlsum
148
+ ```
149
+ @inproceedings{scialom-etal-2020-mlsum,
150
  title = "{MLSUM}: The Multilingual Summarization Corpus",
151
  author = "Scialom, Thomas and Dray, Paul-Alexis and Lamprier, Sylvain and Piwowarski, Benjamin and Staiano, Jacopo",
152
  editor = "Webber, Bonnie and Cohn, Trevor and He, Yulan and Liu, Yang",
 
158
  url = "https://aclanthology.org/2020.emnlp-main.647",
159
  doi = "10.18653/v1/2020.emnlp-main.647",
160
  pages = "8051--8067"}
161
+ ```
162
 
163
  ### orange_sum
164
+ ```
165
+ @article{eddine2020barthez,
166
  title={BARThez: a Skilled Pretrained French Sequence-to-Sequence Model},
167
  author={Eddine, Moussa Kamal and Tixier, Antoine J-P and Vazirgiannis, Michalis},
168
  journal={arXiv preprint arXiv:2010.12321},
169
  year={2020}}
170
+ ```
171
 
172
  ### xlsum
173
+ ```
174
+ @inproceedings{hasan-etal-2021-xl,
175
  title = "{XL}-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages",
176
  author = "Hasan, Tahmid and Bhattacharjee, Abhik and Islam, Md. Saiful and Mubasshir, Kazi and Li, Yuan-Fang and Kang, Yong-Bin and Rahman, M. Sohel and Shahriyar, Rifat",
177
  editor = "Zong, Chengqing and Xia, Fei and Li, Wenjie and Navigli, Roberto",
 
183
  url = "https://aclanthology.org/2021.findings-acl.413",
184
  doi = "10.18653/v1/2021.findings-acl.413",
185
  pages = "4693--4703"}
186
+ ```
187
 
188
  ### xwikis
189
+ ```
190
+ @misc{perezbeltrachini2022models,
191
  title={Models and Datasets for Cross-Lingual Summarisation},
192
  author={Laura Perez-Beltrachini and Mirella Lapata},
193
  year={2022},
194
  eprint={2202.09583},
195
  archivePrefix={arXiv},
196
  primaryClass={cs.CL}}
197
+ ```
198
 
199
  ### FrenchSUM
200
+ ```
201
+ A GENERER
202
+ ```
203
 
204
  # License
205
  [cc-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)