Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
File size: 2,465 Bytes
230eee5
 
b3d9371
230eee5
 
 
 
 
 
 
 
 
 
 
b3d9371
 
 
 
 
 
 
 
 
 
 
 
eded995
 
 
 
 
 
 
 
 
 
 
 
218379a
 
 
 
 
 
 
 
 
 
 
 
230eee5
 
 
 
 
b3d9371
 
 
 
eded995
 
 
 
218379a
 
 
 
230eee5
c500076
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
dataset_info:
- config_name: arithmetic_1dc
  features:
  - name: context
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: validation
    num_bytes: 97651
    num_examples: 2000
  download_size: 21322
  dataset_size: 97651
- config_name: arithmetic_2da
  features:
  - name: context
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: validation
    num_bytes: 96624
    num_examples: 2000
  download_size: 20598
  dataset_size: 96624
- config_name: arithmetic_2dm
  features:
  - name: context
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: validation
    num_bytes: 100685
    num_examples: 2000
  download_size: 27593
  dataset_size: 100685
- config_name: arithmetic_2ds
  features:
  - name: context
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: validation
    num_bytes: 98216
    num_examples: 2000
  download_size: 20805
  dataset_size: 98216
configs:
- config_name: arithmetic_1dc
  data_files:
  - split: validation
    path: arithmetic_1dc/validation-*
- config_name: arithmetic_2da
  data_files:
  - split: validation
    path: arithmetic_2da/validation-*
- config_name: arithmetic_2dm
  data_files:
  - split: validation
    path: arithmetic_2dm/validation-*
- config_name: arithmetic_2ds
  data_files:
  - split: validation
    path: arithmetic_2ds/validation-*
---
### Dataset Summary

A small battery of 10 tests that involve asking language models a simple arithmetic problem in natural language.

### Languages
English

### Source Data

Obtained from [https://github.com/openai/gpt-3/tree/master/data](https://github.com/openai/gpt-3/tree/master/data)

### Citation
```
@article{brown2020language,
    title={Language Models are Few-Shot Learners},
    author={Tom B. Brown and Benjamin Mann and Nick Ryder and Melanie Subbiah and Jared Kaplan and Prafulla Dhariwal and Arvind Neelakantan and Pranav Shyam and Girish Sastry and Amanda Askell and Sandhini Agarwal and Ariel Herbert-Voss and Gretchen Krueger and Tom Henighan and Rewon Child and Aditya Ramesh and Daniel M. Ziegler and Jeffrey Wu and Clemens Winter and Christopher Hesse and Mark Chen and Eric Sigler and Mateusz Litwin and Scott Gray and Benjamin Chess and Jack Clark and Christopher Berner and Sam McCandlish and Alec Radford and Ilya Sutskever and Dario Amodei},
    year={2020},
    eprint={2005.14165},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}
```