Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
eda20cb
1 Parent(s): a22a63a

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -20,6 +20,42 @@ task_ids:
20
  - fact-checking-retrieval
21
  paperswithcode_id: hover
22
  pretty_name: HoVer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for HoVer
@@ -152,4 +188,4 @@ Please note that in test set sentence only id, uid and claim are available. Labe
152
  [More Information Needed]
153
  ### Contributions
154
 
155
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
20
  - fact-checking-retrieval
21
  paperswithcode_id: hover
22
  pretty_name: HoVer
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: int32
27
+ - name: uid
28
+ dtype: string
29
+ - name: claim
30
+ dtype: string
31
+ - name: supporting_facts
32
+ list:
33
+ - name: key
34
+ dtype: string
35
+ - name: value
36
+ dtype: int32
37
+ - name: label
38
+ dtype:
39
+ class_label:
40
+ names:
41
+ 0: NOT_SUPPORTED
42
+ 1: SUPPORTED
43
+ - name: num_hops
44
+ dtype: int32
45
+ - name: hpqa_id
46
+ dtype: string
47
+ splits:
48
+ - name: test
49
+ num_bytes: 927513
50
+ num_examples: 4000
51
+ - name: train
52
+ num_bytes: 5532178
53
+ num_examples: 18171
54
+ - name: validation
55
+ num_bytes: 1299252
56
+ num_examples: 4000
57
+ download_size: 12257835
58
+ dataset_size: 7758943
59
  ---
60
 
61
  # Dataset Card for HoVer
 
188
  [More Information Needed]
189
  ### Contributions
190
 
191
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.