Junyeob Kim
commited on
Commit
•
01d534c
1
Parent(s):
cc28a32
add zip files
Browse files- .gitattributes +8 -0
- FewGLUE_32dev/README.md +0 -15
- FewGLUE_32dev/{boolq/train.jsonl → boolq.zip} +2 -2
- FewGLUE_32dev/boolq/.DS_Store +0 -0
- FewGLUE_32dev/{cb/train.jsonl → cb.zip} +2 -2
- FewGLUE_32dev/cb/.DS_Store +0 -0
- FewGLUE_32dev/cb/val.jsonl +0 -3
- FewGLUE_32dev/{copa/dev32.jsonl → copa.zip} +2 -2
- FewGLUE_32dev/copa/.DS_Store +0 -0
- FewGLUE_32dev/copa/val.jsonl +0 -3
- FewGLUE_32dev/multirc.zip +3 -0
- FewGLUE_32dev/multirc/.DS_Store +0 -0
- FewGLUE_32dev/multirc/dev32.jsonl +0 -3
- FewGLUE_32dev/multirc/train.jsonl +0 -3
- FewGLUE_32dev/multirc/val.jsonl +0 -3
- FewGLUE_32dev/{boolq/val.jsonl → record.zip} +2 -2
- FewGLUE_32dev/record/.DS_Store +0 -0
- FewGLUE_32dev/record/dev32.jsonl +0 -3
- FewGLUE_32dev/record/train.jsonl +0 -3
- FewGLUE_32dev/record/val.jsonl +0 -3
- FewGLUE_32dev/{cb/dev32.jsonl → rte.zip} +2 -2
- FewGLUE_32dev/rte/.DS_Store +0 -0
- FewGLUE_32dev/rte/dev32.jsonl +0 -3
- FewGLUE_32dev/rte/train.jsonl +0 -3
- FewGLUE_32dev/rte/val.jsonl +0 -3
- FewGLUE_32dev/{boolq/dev32.jsonl → wic.zip} +2 -2
- FewGLUE_32dev/wic/.DS_Store +0 -0
- FewGLUE_32dev/wic/dev32.jsonl +0 -3
- FewGLUE_32dev/wic/train.jsonl +0 -3
- FewGLUE_32dev/wic/val.jsonl +0 -3
- FewGLUE_32dev/{copa/train.jsonl → wsc.zip} +2 -2
- FewGLUE_32dev/wsc/.DS_Store +0 -0
- FewGLUE_32dev/wsc/dev32.jsonl +0 -3
- FewGLUE_32dev/wsc/train.jsonl +0 -3
- FewGLUE_32dev/wsc/val.jsonl +0 -3
.gitattributes
CHANGED
@@ -38,3 +38,11 @@ FewGLUE_32dev/wic/val.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
38 |
FewGLUE_32dev/wsc/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
39 |
FewGLUE_32dev/wsc/val.jsonl filter=lfs diff=lfs merge=lfs -text
|
40 |
FewGLUE_32dev/wsc/dev32.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
FewGLUE_32dev/wsc/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
39 |
FewGLUE_32dev/wsc/val.jsonl filter=lfs diff=lfs merge=lfs -text
|
40 |
FewGLUE_32dev/wsc/dev32.jsonl filter=lfs diff=lfs merge=lfs -text
|
41 |
+
FewGLUE_32dev/wsc.zip filter=lfs diff=lfs merge=lfs -text
|
42 |
+
FewGLUE_32dev/boolq.zip filter=lfs diff=lfs merge=lfs -text
|
43 |
+
FewGLUE_32dev/cb.zip filter=lfs diff=lfs merge=lfs -text
|
44 |
+
FewGLUE_32dev/copa.zip filter=lfs diff=lfs merge=lfs -text
|
45 |
+
FewGLUE_32dev/multirc.zip filter=lfs diff=lfs merge=lfs -text
|
46 |
+
FewGLUE_32dev/record.zip filter=lfs diff=lfs merge=lfs -text
|
47 |
+
FewGLUE_32dev/rte.zip filter=lfs diff=lfs merge=lfs -text
|
48 |
+
FewGLUE_32dev/wic.zip filter=lfs diff=lfs merge=lfs -text
|
FewGLUE_32dev/README.md
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
# FewGLUE_32dev
|
2 |
-
|
3 |
-
This repository contains the FewGLUE_32dev dataset, an extension of the [FewGLUE](https://github.com/timoschick/fewglue), which enables NLU few-shot learning tasks to be benchmarked under a new 32-sample-dev setting. It has been proved in [previous work](https://arxiv.org/abs/2012.15723) that using larger development sets confer a significant advantage beyond few-shot. FewGLUE_32dev is built by adding additional few-shot dev sets with 32 examples randomly selected from the original/unused SuperGLUE training sets.
|
4 |
-
|
5 |
-
|
6 |
-
### Data Format
|
7 |
-
|
8 |
-
The data files follow the exact same format as [SuperGLUE task files](https://super.gluebenchmark.com/tasks).
|
9 |
-
|
10 |
-
|
11 |
-
### Structure
|
12 |
-
|
13 |
-
For each SuperGLUE task `T`, the directory `FewGLUE_32dev/T` contains the 32-sample-dev file (`dev32.jsonl`), which consists of 32 examples for few-shot validation.
|
14 |
-
|
15 |
-
To perform few-shot learning under 32-dev setting, the following files are also required, including the FewGLUE train files (`train.jsonl`)[[download](https://github.com/timoschick/fewglue)], and the SuperGLUE validation/test files (`val.jsonl`/`test.jsonl`)[[download](https://super.gluebenchmark.com/tasks)].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FewGLUE_32dev/{boolq/train.jsonl → boolq.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43a6a1467a386791ea21fb981b2aadc0d6b071f1c23a8eae7e38dd9c061827ad
|
3 |
+
size 859686
|
FewGLUE_32dev/boolq/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/{cb/train.jsonl → cb.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c52b74ef4dd48950eeb02c301714aacb8c24531a1c39be57d74b06487e071f
|
3 |
+
size 18598
|
FewGLUE_32dev/cb/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/cb/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c6125587e9601560cb16ea223c33964c5a915568d2af68a81f651b6ef25395ec
|
3 |
-
size 24598
|
|
|
|
|
|
|
|
FewGLUE_32dev/{copa/dev32.jsonl → copa.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9175cfb0c69accc7a4db92e31b2b380c5e85b0f59811011fb09a5e286ff303c8
|
3 |
+
size 8753
|
FewGLUE_32dev/copa/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/copa/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fa61467cc251010178ed72f8ca82a0fceefc4ca9a85f87ec3b6102955e1a1f1a
|
3 |
-
size 18169
|
|
|
|
|
|
|
|
FewGLUE_32dev/multirc.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86190c315f17ae83014950b7d68a0dca34464e373ee167b13c638864740b84b7
|
3 |
+
size 179397
|
FewGLUE_32dev/multirc/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/multirc/dev32.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3734d2cac8d1e8d13e2f5e13bec727be7576b45453e9fd765e2075e163f9653d
|
3 |
-
size 65041
|
|
|
|
|
|
|
|
FewGLUE_32dev/multirc/train.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e584db1b55f7da7c1e6a2d0a6b56eb6edcaff26e69393d628390e70c39ccb561
|
3 |
-
size 64111
|
|
|
|
|
|
|
|
FewGLUE_32dev/multirc/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d2b480195b15574ac00d52c4479f630bc161a7ab2de77e970fd00652846953ee
|
3 |
-
size 550086
|
|
|
|
|
|
|
|
FewGLUE_32dev/{boolq/val.jsonl → record.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de018f4ba005b0ab52fd21e549aea0a130087f100f5be53665b28ef95575a008
|
3 |
+
size 4825428
|
FewGLUE_32dev/record/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/record/dev32.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c420c9c49ee310d8648e64893c72b8f69b94085d3207c303787c24409c438663
|
3 |
-
size 60220
|
|
|
|
|
|
|
|
FewGLUE_32dev/record/train.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:22bbee303ffd8e2c29f36d253c14a1c3d072ceab18c31481cea8ba3ea28d89ca
|
3 |
-
size 62448
|
|
|
|
|
|
|
|
FewGLUE_32dev/record/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ed228700e8ffc6a5af3209a7faf334c4ea61d4f07e79806b693504e6a7dbafb2
|
3 |
-
size 15236903
|
|
|
|
|
|
|
|
FewGLUE_32dev/{cb/dev32.jsonl → rte.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e5afd3762c50a1df77243b384756aa56a40ac7a90c406afcc7679b1b3e2b89
|
3 |
+
size 50649
|
FewGLUE_32dev/rte/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/rte/dev32.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a3ba6200d2f27691d927ab97d387292b045316956f877fbfccc9a4658af2b351
|
3 |
-
size 14751
|
|
|
|
|
|
|
|
FewGLUE_32dev/rte/train.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:91a83197e3a286a8bf102e483646f87cd8b1e4c9c5ccd893bc0b9dba0643d580
|
3 |
-
size 12775
|
|
|
|
|
|
|
|
FewGLUE_32dev/rte/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ab990507bf5f35dc176cba7770a72bfa2c50a88ed72b8cc95cfbf9db95ab1af1
|
3 |
-
size 104895
|
|
|
|
|
|
|
|
FewGLUE_32dev/{boolq/dev32.jsonl → wic.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad19996ab47e8bcd0d3f1af91f08db6d991c37cb7ebe731bedc26806f07ecc45
|
3 |
+
size 41282
|
FewGLUE_32dev/wic/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/wic/dev32.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3df4ca565f109be9476caa51884ba13c5f2a33c939898cf80bb53e09fdc73062
|
3 |
-
size 7328
|
|
|
|
|
|
|
|
FewGLUE_32dev/wic/train.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b82c0c3f79d2f19bdd3c894f90f9deff0ebff787822a99ff6420db733c2a88f0
|
3 |
-
size 7477
|
|
|
|
|
|
|
|
FewGLUE_32dev/wic/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9f7207c88beba42cbc139de4c62ce05b23bffc189b3d561594b160e0c3920c0b
|
3 |
-
size 146302
|
|
|
|
|
|
|
|
FewGLUE_32dev/{copa/train.jsonl → wsc.zip}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af63975605d351242ebd9da0a382735fba3498f9d1c7e2674006a224165d142d
|
3 |
+
size 9182
|
FewGLUE_32dev/wsc/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
FewGLUE_32dev/wsc/dev32.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2bbaca5c995778e7e14f389f1fe9a4be9a58d99e66db0d73d868ab66564b9da7
|
3 |
-
size 8368
|
|
|
|
|
|
|
|
FewGLUE_32dev/wsc/train.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e814e1a9a781c1e4b1ad98151f09f2e9326a3db51f9c52639cb0f8b1f428ad47
|
3 |
-
size 7947
|
|
|
|
|
|
|
|
FewGLUE_32dev/wsc/val.jsonl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e5c685ea4bdc347354036a28176459f6feeb0b6870375ecfb3d6ddb1f0e28bef
|
3 |
-
size 31167
|
|
|
|
|
|
|
|