File size: 1,627 Bytes
23dd160
3ce3f4b
 
23dd160
3ce3f4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23dd160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
language:
- en
configs:
- config_name: BoolQ_train
  data_files: BoolQ/train.jsonl
- config_name: BoolQ_unlabeled
  data_files: BoolQ/unlabeled.jsonl
- config_name: CB_train
  data_files: CB/train.jsonl
- config_name: CB_unlabeled
  data_files: CB/unlabeled.jsonl
- config_name: COPA_train
  data_files: COPA/train.jsonl
- config_name: COPA_unlabeled
  data_files: COPA/unlabeled.jsonl
- config_name: MultiRC_train
  data_files: MultiRC/train.jsonl
- config_name: MultiRC_unlabeled
  data_files: MultiRC/unlabeled.jsonl
- config_name: RTE_train
  data_files: RTE/train.jsonl
- config_name: RTE_unlabeled
  data_files: RTE/unlabeled.jsonl
- config_name: ReCoRD_train
  data_files: ReCoRD/train.jsonl
- config_name: ReCoRD_unlabeled
  data_files: ReCoRD/unlabeled.jsonl
- config_name: WSC_train
  data_files: WSC/train.jsonl
- config_name: WSC_unlabeled
  data_files: WSC/unlabeled.jsonl
- config_name: WiC_train
  data_files: WiC/train.jsonl
- config_name: WiC_unlabeled
  data_files: WiC/unlabeled.jsonl
---

# [FewGLUE](https://arxiv.org/abs/2009.07118)

FewGLUE dataset, consisting of a random selection of 32 training examples from the SuperGLUE training sets and up to 20,000 unlabeled examples for each SuperGLUE task.

[Adapted from Original Repository](https://github.com/timoschick/fewglue)

## 📕 Citation

```misc
@article{schick2020small,
  title={It's Not Just Size That Matters: Small Language Models Are Also Few-Shot Learners},
  author={Timo Schick and Hinrich Schütze},
  journal={Computing Research Repository},
  volume={arXiv:2009.07118},
  url={http://arxiv.org/abs/2009.07118},
  year={2020}
}
```