albertvillanova HF staff commited on
Commit
9cc748a
1 Parent(s): 3f50fcb

Fix typo in train split name (#3751)

Browse files

* Fix typo in README guide

* Fix split naming and table alignment in README guide

* Fix split naming and table alignment in all datasets

* Fix previously malformed dataset cards

* Fix previously malformed dataset cards

Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27

Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -95,9 +95,9 @@ The text in the dataset is in English
95
 
96
  The data is split into a training, validation and test.
97
 
98
- | Tain | Valid | Test |
99
- | ------ | ----- | ---- |
100
- | 30369 | 5066 | 5093 |
101
 
102
 
103
  ## Dataset Creation
@@ -156,7 +156,14 @@ The data is split into a training, validation and test.
156
 
157
  ### Citation Information
158
 
159
- [More Information Needed]
 
 
 
 
 
 
 
160
 
161
  ### Contributions
162
 
 
95
 
96
  The data is split into a training, validation and test.
97
 
98
+ | train | validation | test |
99
+ |------:|-----------:|-----:|
100
+ | 30369 | 5066 | 5093 |
101
 
102
 
103
  ## Dataset Creation
 
156
 
157
  ### Citation Information
158
 
159
+ ```
160
+ @article{lu2020multi,
161
+ title={Multi-XScience: A Large-scale Dataset for Extreme Multi-document Summarization of Scientific Articles},
162
+ author={Lu, Yao and Dong, Yue and Charlin, Laurent},
163
+ journal={arXiv preprint arXiv:2010.14235},
164
+ year={2020}
165
+ }
166
+ ```
167
 
168
  ### Contributions
169