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:
lhoestq HF staff commited on
Commit
4db7101
1 Parent(s): 4b5f49c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -19,6 +19,49 @@ task_categories:
19
  task_ids:
20
  - fact-checking
21
  paperswithcode_id: scifact
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "scifact"
@@ -222,4 +265,4 @@ The SciFact dataset is released under the [CC BY-NC 2.0](https://creativecommons
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.
 
19
  task_ids:
20
  - fact-checking
21
  paperswithcode_id: scifact
22
+ dataset_info:
23
+ - config_name: corpus
24
+ features:
25
+ - name: doc_id
26
+ dtype: int32
27
+ - name: title
28
+ dtype: string
29
+ - name: abstract
30
+ sequence: string
31
+ - name: structured
32
+ dtype: bool
33
+ splits:
34
+ - name: train
35
+ num_bytes: 7993572
36
+ num_examples: 5183
37
+ download_size: 3115079
38
+ dataset_size: 7993572
39
+ - config_name: claims
40
+ features:
41
+ - name: id
42
+ dtype: int32
43
+ - name: claim
44
+ dtype: string
45
+ - name: evidence_doc_id
46
+ dtype: string
47
+ - name: evidence_label
48
+ dtype: string
49
+ - name: evidence_sentences
50
+ sequence: int32
51
+ - name: cited_doc_ids
52
+ sequence: int32
53
+ splits:
54
+ - name: test
55
+ num_bytes: 33625
56
+ num_examples: 300
57
+ - name: train
58
+ num_bytes: 168627
59
+ num_examples: 1261
60
+ - name: validation
61
+ num_bytes: 60360
62
+ num_examples: 450
63
+ download_size: 3115079
64
+ dataset_size: 262612
65
  ---
66
 
67
  # Dataset Card for "scifact"
 
265
 
266
  ### Contributions
267
 
268
+ 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.