Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: SciFact Corpus
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ task_categories:
7
+ - retrieval
8
+ - text-retrieval
9
+ task_ids:
10
+ - document-retrieval
11
+ size_categories:
12
+ - 100K<n<1M
13
+
14
+ dataset_info:
15
+ features:
16
+ - name: docid
17
+ dtype: string
18
+ - name: title
19
+ dtype: string
20
+ - name: text
21
+ dtype: string
22
+
23
+ splits:
24
+ - name: train
25
+ num_bytes: null
26
+ num_examples: null
27
+
28
+ download_size: null
29
+ dataset_size: null
30
+
31
+ citation: |
32
+ @inproceedings{Wadden2020FactOF,
33
+ title={Fact or Fiction: Verifying Scientific Claims},
34
+ author={David Wadden and Shanchuan Lin and Kyle Lo and Lucy Lu Wang and Madeleine van Zuylen and Arman Cohan and Hannaneh Hajishirzi},
35
+ booktitle={EMNLP},
36
+ year={2020},
37
+ }
38
+
39
+ ---
40
+
41
+ # SciFact Corpus
42
+
43
+ Scientific document retrieval corpus from the SciFact dataset.
44
+
45
+ ## Features
46
+
47
+ - `docid`: document identifier
48
+ - `title`: document title
49
+ - `text`: document contents