lhoestq HF staff commited on
Commit
ad43938
1 Parent(s): 899d3e3

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +112 -1
README.md CHANGED
@@ -19,6 +19,117 @@ task_ids:
19
  - open-domain-abstractive-qa
20
  paperswithcode_id: break
21
  pretty_name: BREAK
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "break_data"
@@ -270,4 +381,4 @@ The data fields are the same among all splits.
270
 
271
  ### Contributions
272
 
273
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
19
  - open-domain-abstractive-qa
20
  paperswithcode_id: break
21
  pretty_name: BREAK
22
+ dataset_info:
23
+ - config_name: QDMR-high-level
24
+ features:
25
+ - name: question_id
26
+ dtype: string
27
+ - name: question_text
28
+ dtype: string
29
+ - name: decomposition
30
+ dtype: string
31
+ - name: operators
32
+ dtype: string
33
+ - name: split
34
+ dtype: string
35
+ splits:
36
+ - name: test
37
+ num_bytes: 482339
38
+ num_examples: 3195
39
+ - name: train
40
+ num_bytes: 5148086
41
+ num_examples: 17503
42
+ - name: validation
43
+ num_bytes: 914780
44
+ num_examples: 3130
45
+ download_size: 15971078
46
+ dataset_size: 6545205
47
+ - config_name: QDMR-high-level-lexicon
48
+ features:
49
+ - name: source
50
+ dtype: string
51
+ - name: allowed_tokens
52
+ dtype: string
53
+ splits:
54
+ - name: test
55
+ num_bytes: 4240755
56
+ num_examples: 3195
57
+ - name: train
58
+ num_bytes: 23234518
59
+ num_examples: 17503
60
+ - name: validation
61
+ num_bytes: 4158679
62
+ num_examples: 3130
63
+ download_size: 15971078
64
+ dataset_size: 31633952
65
+ - config_name: QDMR
66
+ features:
67
+ - name: question_id
68
+ dtype: string
69
+ - name: question_text
70
+ dtype: string
71
+ - name: decomposition
72
+ dtype: string
73
+ - name: operators
74
+ dtype: string
75
+ - name: split
76
+ dtype: string
77
+ splits:
78
+ - name: test
79
+ num_bytes: 900632
80
+ num_examples: 8069
81
+ - name: train
82
+ num_bytes: 12790466
83
+ num_examples: 44321
84
+ - name: validation
85
+ num_bytes: 2237472
86
+ num_examples: 7760
87
+ download_size: 15971078
88
+ dataset_size: 15928570
89
+ - config_name: QDMR-lexicon
90
+ features:
91
+ - name: source
92
+ dtype: string
93
+ - name: allowed_tokens
94
+ dtype: string
95
+ splits:
96
+ - name: test
97
+ num_bytes: 10331822
98
+ num_examples: 8069
99
+ - name: train
100
+ num_bytes: 56913064
101
+ num_examples: 44321
102
+ - name: validation
103
+ num_bytes: 9936933
104
+ num_examples: 7760
105
+ download_size: 15971078
106
+ dataset_size: 77181819
107
+ - config_name: logical-forms
108
+ features:
109
+ - name: question_id
110
+ dtype: string
111
+ - name: question_text
112
+ dtype: string
113
+ - name: decomposition
114
+ dtype: string
115
+ - name: operators
116
+ dtype: string
117
+ - name: split
118
+ dtype: string
119
+ - name: program
120
+ dtype: string
121
+ splits:
122
+ - name: test
123
+ num_bytes: 927038
124
+ num_examples: 8006
125
+ - name: train
126
+ num_bytes: 19821676
127
+ num_examples: 44098
128
+ - name: validation
129
+ num_bytes: 3504893
130
+ num_examples: 7719
131
+ download_size: 15971078
132
+ dataset_size: 24253607
133
  ---
134
 
135
  # Dataset Card for "break_data"
381
 
382
  ### Contributions
383
 
384
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.