Datasets:

Sub-tasks:
fact-checking
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
License:
albertvillanova HF staff commited on
Commit
6cf1313
1 Parent(s): f8806fd

Fix missing tags in dataset cards (#4931)

Browse files
Files changed (1) hide show
  1. README.md +42 -14
README.md CHANGED
@@ -1,7 +1,23 @@
1
  ---
2
- pretty_name: SciFact
 
3
  language:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  paperswithcode_id: null
6
  ---
7
 
@@ -34,16 +50,16 @@ paperswithcode_id: null
34
  ## Dataset Description
35
 
36
  - **Homepage:** [https://scifact.apps.allenai.org/](https://scifact.apps.allenai.org/)
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:** 5.43 MB
41
  - **Size of the generated dataset:** 7.88 MB
42
  - **Total amount of disk used:** 13.32 MB
43
 
44
  ### Dataset Summary
45
 
46
- SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales
47
 
48
  ### Supported Tasks and Leaderboards
49
 
@@ -177,21 +193,33 @@ The data fields are the same among all splits.
177
 
178
  ### Licensing Information
179
 
180
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
181
 
182
  ### Citation Information
183
 
184
  ```
185
- @inproceedings{scifact2020
186
- title={ Fact or Fiction: Verifying Scientific Claims},
187
- author={David, Wadden and Kyle, Lo and Lucy Lu, Wang and Shanchuan, Lin and Madeleine van, Zuylen and Arman, Cohan and Hannaneh, Hajishirzi},
188
- booktitle={2011 AAAI Spring Symposium Series},
189
- year={2020},
 
 
 
 
 
 
 
 
 
 
 
 
190
  }
191
-
192
  ```
193
 
194
-
195
  ### Contributions
196
 
197
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@dwadden](https://github.com/dwadden), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - cc-by-nc-2.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: SciFact
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - fact-checking
21
  paperswithcode_id: null
22
  ---
23
 
 
50
  ## Dataset Description
51
 
52
  - **Homepage:** [https://scifact.apps.allenai.org/](https://scifact.apps.allenai.org/)
53
+ - **Repository:** https://github.com/allenai/scifact
54
+ - **Paper:** [Fact or Fiction: Verifying Scientific Claims](https://aclanthology.org/2020.emnlp-main.609/)
55
+ - **Point of Contact:** [David Wadden](mailto:davidw@allenai.org)
56
  - **Size of downloaded dataset files:** 5.43 MB
57
  - **Size of the generated dataset:** 7.88 MB
58
  - **Total amount of disk used:** 13.32 MB
59
 
60
  ### Dataset Summary
61
 
62
+ SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
63
 
64
  ### Supported Tasks and Leaderboards
65
 
 
193
 
194
  ### Licensing Information
195
 
196
+ https://github.com/allenai/scifact/blob/master/LICENSE.md
197
+
198
+ The SciFact dataset is released under the [CC BY-NC 2.0](https://creativecommons.org/licenses/by-nc/2.0/). By using the SciFact data, you are agreeing to its usage terms.
199
 
200
  ### Citation Information
201
 
202
  ```
203
+ @inproceedings{wadden-etal-2020-fact,
204
+ title = "Fact or Fiction: Verifying Scientific Claims",
205
+ author = "Wadden, David and
206
+ Lin, Shanchuan and
207
+ Lo, Kyle and
208
+ Wang, Lucy Lu and
209
+ van Zuylen, Madeleine and
210
+ Cohan, Arman and
211
+ Hajishirzi, Hannaneh",
212
+ booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
213
+ month = nov,
214
+ year = "2020",
215
+ address = "Online",
216
+ publisher = "Association for Computational Linguistics",
217
+ url = "https://aclanthology.org/2020.emnlp-main.609",
218
+ doi = "10.18653/v1/2020.emnlp-main.609",
219
+ pages = "7534--7550",
220
  }
 
221
  ```
222
 
 
223
  ### Contributions
224
 
225
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@dwadden](https://github.com/dwadden), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.