bfattori commited on
Commit
c500076
1 Parent(s): 37a3301

create basic README

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Dataset Summary
2
+
3
+ A small battery of 10 tests that involve asking language models a simple arithmetic problem in natural language.
4
+
5
+ ### Languages
6
+ English
7
+
8
+ ### Source Data
9
+
10
+ Obtained from [https://github.com/openai/gpt-3/tree/master/data](https://github.com/openai/gpt-3/tree/master/data)
11
+
12
+ ### Citation
13
+ ```
14
+ @article{brown2020language,
15
+ title={Language Models are Few-Shot Learners},
16
+ 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},
17
+ year={2020},
18
+ eprint={2005.14165},
19
+ archivePrefix={arXiv},
20
+ primaryClass={cs.CL}
21
+ }
22
+ ```