Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
sileod commited on
Commit
b3c08ff
·
verified ·
1 Parent(s): 43a64b0

Add normalized NumGLUE dataset

Browse files
README.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pretty_name: NumGLUE
6
+ configs:
7
+ - config_name: all
8
+ default: true
9
+ data_files:
10
+ - split: train
11
+ path: data/all/train.parquet
12
+ - split: validation
13
+ path: data/all/validation.parquet
14
+ - split: test
15
+ path: data/all/test.parquet
16
+ - config_name: type_1
17
+ data_files:
18
+ - split: train
19
+ path: data/type_1/train.parquet
20
+ - split: validation
21
+ path: data/type_1/validation.parquet
22
+ - split: test
23
+ path: data/type_1/test.parquet
24
+ - config_name: type_2
25
+ data_files:
26
+ - split: train
27
+ path: data/type_2/train.parquet
28
+ - split: validation
29
+ path: data/type_2/validation.parquet
30
+ - split: test
31
+ path: data/type_2/test.parquet
32
+ - config_name: type_3
33
+ data_files:
34
+ - split: train
35
+ path: data/type_3/train.parquet
36
+ - split: validation
37
+ path: data/type_3/validation.parquet
38
+ - split: test
39
+ path: data/type_3/test.parquet
40
+ - config_name: type_4
41
+ data_files:
42
+ - split: train
43
+ path: data/type_4/train.parquet
44
+ - split: validation
45
+ path: data/type_4/validation.parquet
46
+ - split: test
47
+ path: data/type_4/test.parquet
48
+ - config_name: type_5
49
+ data_files:
50
+ - split: train
51
+ path: data/type_5/train.parquet
52
+ - split: validation
53
+ path: data/type_5/validation.parquet
54
+ - split: test
55
+ path: data/type_5/test.parquet
56
+ - config_name: type_6
57
+ data_files:
58
+ - split: train
59
+ path: data/type_6/train.parquet
60
+ - split: validation
61
+ path: data/type_6/validation.parquet
62
+ - split: test
63
+ path: data/type_6/test.parquet
64
+ - config_name: type_7
65
+ data_files:
66
+ - split: train
67
+ path: data/type_7/train.parquet
68
+ - split: validation
69
+ path: data/type_7/validation.parquet
70
+ - split: test
71
+ path: data/type_7/test.parquet
72
+ - config_name: type_8
73
+ data_files:
74
+ - split: train
75
+ path: data/type_8/train.parquet
76
+ - split: validation
77
+ path: data/type_8/validation.parquet
78
+ - split: test
79
+ path: data/type_8/test.parquet
80
+ ---
81
+
82
+ # NumGLUE
83
+
84
+ This repository republishes `metaeval/num-glue` in a normalized Parquet layout for convenient loading from Hugging Face Datasets.
85
+
86
+ The default `all` config contains every example from the original train, dev, and test files. The `type_1` through `type_8` configs expose each original NumGLUE type separately with the same column schema as `all`.
87
+
88
+ ## Usage
89
+
90
+ ```python
91
+ from datasets import load_dataset
92
+
93
+ dataset = load_dataset("tasksource/num-glue")
94
+ type_5 = load_dataset("tasksource/num-glue", "type_5")
95
+ ```
96
+
97
+ ## Columns
98
+
99
+ - `id`: deterministic row id built from split and source row index.
100
+ - `type`: original NumGLUE type label, from `Type_1` to `Type_8`.
101
+ - `question`, `passage`, `statement1`, `statement2`, `options`, `option1`, `option2`: normalized input fields. Missing source fields are null.
102
+ - `answer`: simple string answer for direct use.
103
+ - `answer_json`: exact JSON serialization of the original `answer` value.
104
+ - `answer_type`: original JSON answer type (`int`, `str`, or `dict`).
105
+
106
+ Original `NumGLUE_dev.json` is exposed as the Hugging Face `validation` split.
107
+
108
+ ## Split Sizes
109
+
110
+ | config | train | validation | test |
111
+ |---|---:|---:|---:|
112
+ | all | 71,281 | 10,185 | 10,583 |
113
+ | type_1 | 282 | 41 | 81 |
114
+ | type_2 | 1,131 | 164 | 325 |
115
+ | type_3 | 564 | 81 | 162 |
116
+ | type_4 | 770 | 110 | 220 |
117
+ | type_5 | 37,949 | 5,421 | 4,835 |
118
+ | type_6 | 22,908 | 3,272 | 3,015 |
119
+ | type_7 | 6,791 | 970 | 1,691 |
120
+ | type_8 | 886 | 126 | 254 |
121
+
122
+ ## Source
123
+
124
+ Source files were read from `metaeval/num-glue`: `NumGLUE_train.json`, `NumGLUE_dev.json`, and `NumGLUE_test.json`.
data/all/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb65ed02affb78037ac0ac85233715ee5e31e431b741053642e124084b9e8ea9
3
+ size 2923222
data/all/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f1340e0d0f2dbf01e0fc3e1cc03d7dd2141e8943b34bcf9ec3e8783a2e3901
3
+ size 45351613
data/all/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a540b0fd050b64075e75d92d9cd00351b500a42d62c3ab88abad90bf4d75c9c
3
+ size 1050878
data/type_1/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9a0c686d5074a1822fd5390b17d5eef3c392caed3c6483441cfab963f45721
3
+ size 15891
data/type_1/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9965f055dfa90080df8454861e7a39da7300e5c0c48691704305f36c3fcf1dd3
3
+ size 29066
data/type_1/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38549918d1b14b89ee9bda8d92c078f790cc8897a519fd0de39101c464ca4da5
3
+ size 11230
data/type_2/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850e4bb7633162158ad53f5de3a0ade7ff22b40c56156e3a08ce59aaa0b316de
3
+ size 19107
data/type_2/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a404bc300d064d90ad5b164b0f48ff322654308858093af4c8c509151761e40d
3
+ size 47292
data/type_2/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:658a584783d32616c4e28b22a239dcf2d3ca2f6e9781a5db3e1eefadb2fdef3d
3
+ size 13000
data/type_3/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39c2a7a18b58735199450a7607ae805af1e4b251875d2d50827feae17227d2b
3
+ size 17835
data/type_3/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae29c42e885fefdcdaacb1b41f47b5fac02c8d6afc6751af4f0b1224a93d208
3
+ size 53516
data/type_3/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85f457ea06d65f9621f11cfc7479cde8f1dfcd155ff0b79e9d1bb1339fa5b49
3
+ size 12661
data/type_4/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd43e4646660b8f24055f4339c02f5531761f1f7e2db271fe55135f26cb1df2b
3
+ size 30197
data/type_4/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800dde6262789d72b4eb26856d6c7220173d7fd6beb999563a1bfe2d2b92e3a4
3
+ size 76334
data/type_4/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c168109e6b7be18772b0d0f245037256ec5d2ee59d03904b153208ff2b9c4392
3
+ size 16983
data/type_5/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4432163256322e72490ce5cb7443bf03d87ee66a2d0c869f200dd38e374bf9d
3
+ size 874477
data/type_5/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff61a37abea664c998673336997956b3ed49bc9d668fda68c4041e32a1020af3
3
+ size 27370460
data/type_5/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bf9e880f16f31df1c699b73d83e97cdd6eb5463b71e35753cceb6ee6105ea6
3
+ size 667560
data/type_6/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4ec1dacc6bf9774a298436547b42cb2f2793b4dfcd49b19beca469c8750d82
3
+ size 788694
data/type_6/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bdfeb270d23eed15064d37dc3c646477baaf124e9f5c6ab8844fb899fd3b7c6
3
+ size 16862637
data/type_6/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d271e6b6d22d604913e90d9f0bea6ca3ef0f38c8174c95d71f72625edf5f1d7a
3
+ size 603125
data/type_7/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cca388f73a9cf8151c4bede0b73e851ddc03dbc8f58ee4ce68972626f3b4748
3
+ size 134764
data/type_7/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3647e82bddb852036165115212dd6989a1a18bff3b472e187a8305a9c8b9fc
3
+ size 648485
data/type_7/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0d57bd39e241d2690d6233fb38529bf697c50b16f811a5b6ad751ff6e791bc
3
+ size 77283
data/type_8/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d97863f1c0fa6abe77601a131ad0c2070b1c178eaf6ba903c1a2d1cfe7332f2
3
+ size 32659
data/type_8/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:436635d2b43ee958d182b917f05e948d5f72ea3427f2af8e852dd8ff3ea8d8cc
3
+ size 95249
data/type_8/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d30b3b64a17d5de12e38ad2b07763b7463af9c67069f5da53f73eb9a6476353
3
+ size 20394