Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
795fcfa
1 Parent(s): 9d8c692

Fix missing tags in dataset cards (#4921)

Browse files

* Fix missing tags in dataset cards

* Force CI re-run

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

Files changed (1) hide show
  1. README.md +37 -9
README.md CHANGED
@@ -1,7 +1,23 @@
1
  ---
2
- pretty_name: MovieRationales
 
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  paperswithcode_id: null
6
  ---
7
 
@@ -33,9 +49,9 @@ paperswithcode_id: null
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [http://www.cs.jhu.edu/~ozaidan/rationales/](http://www.cs.jhu.edu/~ozaidan/rationales/)
37
- - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 3.72 MB
41
  - **Size of the generated dataset:** 8.33 MB
@@ -145,10 +161,23 @@ The data fields are the same among all splits.
145
  ### Citation Information
146
 
147
  ```
148
-
149
- @unpublished{eraser2019,
150
- title = {ERASER: A Benchmark to Evaluate Rationalized NLP Models},
151
- author = {Jay DeYoung and Sarthak Jain and Nazneen Fatema Rajani and Eric Lehman and Caiming Xiong and Richard Socher and Byron C. Wallace}
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  }
153
  @InProceedings{zaidan-eisner-piatko-2008:nips,
154
  author = {Omar F. Zaidan and Jason Eisner and Christine Piatko},
@@ -157,7 +186,6 @@ The data fields are the same among all splits.
157
  month = {December},
158
  year = {2008}
159
  }
160
-
161
  ```
162
 
163
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: MovieRationales
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - sentiment-classification
21
  paperswithcode_id: null
22
  ---
23
 
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Homepage:**
53
+ - **Repository:** https://github.com/jayded/eraserbenchmark
54
+ - **Paper:** [ERASER: A Benchmark to Evaluate Rationalized NLP Models](https://aclanthology.org/2020.acl-main.408/)
55
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
  - **Size of downloaded dataset files:** 3.72 MB
57
  - **Size of the generated dataset:** 8.33 MB
 
161
  ### Citation Information
162
 
163
  ```
164
+ @inproceedings{deyoung-etal-2020-eraser,
165
+ title = "{ERASER}: {A} Benchmark to Evaluate Rationalized {NLP} Models",
166
+ author = "DeYoung, Jay and
167
+ Jain, Sarthak and
168
+ Rajani, Nazneen Fatema and
169
+ Lehman, Eric and
170
+ Xiong, Caiming and
171
+ Socher, Richard and
172
+ Wallace, Byron C.",
173
+ booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
174
+ month = jul,
175
+ year = "2020",
176
+ address = "Online",
177
+ publisher = "Association for Computational Linguistics",
178
+ url = "https://aclanthology.org/2020.acl-main.408",
179
+ doi = "10.18653/v1/2020.acl-main.408",
180
+ pages = "4443--4458",
181
  }
182
  @InProceedings{zaidan-eisner-piatko-2008:nips,
183
  author = {Omar F. Zaidan and Jason Eisner and Christine Piatko},
 
186
  month = {December},
187
  year = {2008}
188
  }
 
189
  ```
190
 
191