base files for JOSS
diff --git a/paper/paper.bib b/paper/paper.bib
new file mode 100644
index 0000000..289f3dd
--- /dev/null
+++ b/paper/paper.bib
@@ -0,0 +1,130 @@
+@article{korngiebel2021considering,
+ title={Considering the possibilities and pitfalls of Generative Pre-trained Transformer 3 (GPT-3) in healthcare delivery},
+ author={Korngiebel, Diane M and Mooney, Sean D},
+ journal={NPJ Digital Medicine},
+ volume={4},
+ number={1},
+ pages={1--3},
+ year={2021},
+ publisher={Nature Publishing Group}
+}
+
+@article{nye2021improving,
+ title={Improving coherence and consistency in neural sequence models with dual-system, neuro-symbolic reasoning},
+ author={Nye, Maxwell and Tessler, Michael and Tenenbaum, Josh and Lake, Brenden M},
+ journal={Advances in Neural Information Processing Systems},
+ volume={34},
+ pages={25192--25204},
+ year={2021}
+}
+
+@article{binz2022using,
+ title={Using cognitive psychology to understand GPT-3},
+ author={Binz, Marcel and Schulz, Eric},
+ journal={arXiv preprint arXiv:2206.14576},
+ year={2022}
+}
+
+@article{stevenson2022putting,
+ title={Putting GPT-3's Creativity to the (Alternative Uses) Test},
+ author={Stevenson, Claire and Smal, Iris and Baas, Matthijs and Grasman, Raoul and van der Maas, Han},
+ journal={arXiv preprint arXiv:2206.08932},
+ year={2022}
+}
+
+@article{garg2018word,
+ title={Word embeddings quantify 100 years of gender and ethnic stereotypes},
+ author={Garg, Nikhil and Schiebinger, Londa and Jurafsky, Dan and Zou, James},
+ journal={Proceedings of the National Academy of Sciences},
+ volume={115},
+ number={16},
+ pages={E3635--E3644},
+ year={2018},
+ publisher={National Acad Sciences}
+}
+@article{tversky1983extensional,
+ title={Extensional versus intuitive reasoning: The conjunction fallacy in probability judgment.},
+ author={Tversky, Amos and Kahneman, Daniel},
+ journal={Psychological review},
+ volume={90},
+ number={4},
+ pages={293},
+ year={1983},
+ publisher={American Psychological Association}
+}
+@inproceedings{bender2021dangers,
+ title={On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?},
+ author={Bender, Emily M and Gebru, Timnit and McMillan-Major, Angelina and Shmitchell, Shmargaret},
+ booktitle={Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency},
+ pages={610--623},
+ year={2021}
+}
+
+@article{dale2021gpt,
+ title={GPT-3: What’s it good for?},
+ author={Dale, Robert},
+ journal={Natural Language Engineering},
+ volume={27},
+ number={1},
+ pages={113--118},
+ year={2021},
+ publisher={Cambridge University Press}
+}
+
+@article{brown2020language,
+ title={Language models are few-shot learners},
+ author={Brown, Tom and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared D and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and others},
+ journal={Advances in neural information processing systems},
+ volume={33},
+ pages={1877--1901},
+ year={2020}
+}
+@article{floridi2020gpt,
+ title={GPT-3: Its nature, scope, limits, and consequences},
+ author={Floridi, Luciano and Chiriatti, Massimo},
+ journal={Minds and Machines},
+ volume={30},
+ number={4},
+ pages={681--694},
+ year={2020},
+ publisher={Springer}
+}
+
+@article{guilford1967creativity,
+ title={Creativity: Yesterday, today and tomorrow},
+ author={Guilford, Joy P},
+ journal={The Journal of Creative Behavior},
+ volume={1},
+ number={1},
+ pages={3--14},
+ year={1967},
+ publisher={Wiley Online Library}
+}
+
+@article{frederick2005cognitive,
+ title={Cognitive reflection and decision making},
+ author={Frederick, Shane},
+ journal={Journal of Economic perspectives},
+ volume={19},
+ number={4},
+ pages={25--42},
+ year={2005}
+}
+
+@article{rahwan2019machine,
+ title={Machine behaviour},
+ author={Rahwan, Iyad and Cebrian, Manuel and Obradovich, Nick and Bongard, Josh and Bonnefon, Jean-Fran{\c{c}}ois and Breazeal, Cynthia and Crandall, Jacob W and Christakis, Nicholas A and Couzin, Iain D and Jackson, Matthew O and others},
+ journal={Nature},
+ volume={568},
+ number={7753},
+ pages={477--486},
+ year={2019},
+ publisher={Nature Publishing Group}
+}
+
+@article{black2022gpt,
+ title={Gpt-neox-20b: An open-source autoregressive language model},
+ author={Black, Sid and Biderman, Stella and Hallahan, Eric and Anthony, Quentin and Gao, Leo and Golding, Laurence and He, Horace and Leahy, Connor and McDonell, Kyle and Phang, Jason and others},
+ journal={arXiv preprint arXiv:2204.06745},
+ year={2022}
+}
diff --git a/paper/paper.md b/paper/paper.md
new file mode 100644
index 0000000..ef11c04
--- /dev/null
+++ b/paper/paper.md
@@ -0,0 +1,33 @@
+---
+title: 'rgpt3: Making requests from R to the GPT-3 API'
+tags:
+ - r
+ - natural language processing
+ - gpt-3
+ - text generation
+ - embeddings
+authors:
+ - name: Bennett Kleinberg
+ orcid: 0000-0003-1658-9086
+ affiliation: "1, 2"
+affiliations:
+ - name: Department of Methodology and Statistics, Tilburg University, The Netherlands
+ index: 1
+ - name: Department of Security and Crime Science, University College London, UK
+ index: 2
+date: 28 September 2022
+bibliography: paper.bib
+---
+
+# Summary
+
+
+# Statement of need
+
+
+# Examples
+
+
+
+
+# References