Datasets:

Sub-tasks:
fact-checking
Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
45c5957
1 Parent(s): 9c4e027

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -19,6 +19,57 @@ task_ids:
19
  - fact-checking
20
  paperswithcode_id: tabfact
21
  pretty_name: TabFact
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for TabFact
@@ -153,4 +204,4 @@ The problem of verifying whether a textual hypothesis holds the truth based on t
153
 
154
  ### Contributions
155
 
156
- Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
 
19
  - fact-checking
20
  paperswithcode_id: tabfact
21
  pretty_name: TabFact
22
+ dataset_info:
23
+ - config_name: tab_fact
24
+ features:
25
+ - name: id
26
+ dtype: int32
27
+ - name: table_id
28
+ dtype: string
29
+ - name: table_text
30
+ dtype: string
31
+ - name: table_caption
32
+ dtype: string
33
+ - name: statement
34
+ dtype: string
35
+ - name: label
36
+ dtype:
37
+ class_label:
38
+ names:
39
+ 0: refuted
40
+ 1: entailed
41
+ splits:
42
+ - name: test
43
+ num_bytes: 13493391
44
+ num_examples: 12779
45
+ - name: train
46
+ num_bytes: 99852664
47
+ num_examples: 92283
48
+ - name: validation
49
+ num_bytes: 13846872
50
+ num_examples: 12792
51
+ download_size: 196508436
52
+ dataset_size: 127192927
53
+ - config_name: blind_test
54
+ features:
55
+ - name: id
56
+ dtype: int32
57
+ - name: table_id
58
+ dtype: string
59
+ - name: table_text
60
+ dtype: string
61
+ - name: table_caption
62
+ dtype: string
63
+ - name: statement
64
+ dtype: string
65
+ - name: test_id
66
+ dtype: string
67
+ splits:
68
+ - name: test
69
+ num_bytes: 10954442
70
+ num_examples: 9750
71
+ download_size: 196508436
72
+ dataset_size: 10954442
73
  ---
74
 
75
  # Dataset Card for TabFact
 
204
 
205
  ### Contributions
206
 
207
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.