Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
gabrielaltay commited on
Commit
a98247b
·
1 Parent(s): c465535

upload hub_repos/scifact/README.md to hub from bigbio repo

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ license: cc-by-nc-2.0
6
+ license_bigbio_shortname: CC_BY_NC_2p0
7
+ pretty_name: SciFact
8
+ ---
9
+
10
+
11
+ # Dataset Card for SciFact
12
+
13
+ ## Dataset Description
14
+
15
+ - **Homepage:** https://scifact.apps.allenai.org/
16
+ - **Pubmed:** False
17
+ - **Public:** True
18
+ - **Tasks:** Text Pairs Classification
19
+
20
+
21
+ ### Scifact Corpus Source
22
+
23
+ SciFact is a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
24
+ This config has abstracts and document ids.
25
+
26
+
27
+ ### Scifact Claims Source
28
+
29
+ {_DESCRIPTION_BASE} This config connects the claims to the evidence and doc ids.
30
+
31
+
32
+ ### Scifact Rationale Bigbio Pairs
33
+
34
+ {_DESCRIPTION_BASE} This task is the following: given a claim and a text span composed of one or more sentences from an abstract, predict a label from ("rationale", "not_rationale") indicating if the span is evidence (can be supporting or refuting) for the claim. This roughly corresponds to the second task outlined in Section 5 of the paper."
35
+
36
+
37
+ ### Scifact Labelprediction Bigbio Pairs
38
+
39
+ {_DESCRIPTION_BASE} This task is the following: given a claim and a text span composed of one or more sentences from an abstract, predict a label from ("SUPPORT", "NOINFO", "CONTRADICT") indicating if the span supports, provides no info, or contradicts the claim. This roughly corresponds to the thrid task outlined in Section 5 of the paper.
40
+
41
+
42
+
43
+
44
+
45
+ ## Citation Information
46
+
47
+ ```
48
+ @article{wadden2020fact,
49
+ author = {David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},
50
+ title = {Fact or Fiction: Verifying Scientific Claims},
51
+ year = {2020},
52
+ address = {Online},
53
+ publisher = {Association for Computational Linguistics},
54
+ url = {https://aclanthology.org/2020.emnlp-main.609},
55
+ doi = {10.18653/v1/2020.emnlp-main.609},
56
+ pages = {7534--7550},
57
+ biburl = {},
58
+ bibsource = {}
59
+ }
60
+
61
+ ```