lxuechen / apps

APPS: Automated Programming Progress Standard (NeurIPS 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Measuring Coding Challenge Competence With APPS

This is the repository for Measuring Coding Challenge Competence With APPS by Dan Hendrycks*, Steven Basart*, Saurav Kadavath, Mantas Mazeika, Akul Arora, Ethan Guo, Collin Burns, Samir Puranik, Horace He, Dawn Song, and Jacob Steinhardt.

Download the APPS dataset here. (~1.3GB)

This repository contains both training and evaluation code.

Fine-tuned GPT-2 1.5B and GPT-Neo 2.7B weights are available here.

For other benchmarks of enormous Transformers, see a dataset which tests ability in competition math, a dataset which tests knowledge of ethics, and a dataset spanning 50+ academic subjects.

How to Use

The training instructions are specified in train/README and similarly the evaluation instructions are specified in eval/README.

lxuechen: Using

  • put data in the folder ~/data/apps (this is also data root).
  • generate paths by running python train/apps_create_split.py.
  • from train/ run python -m dataset_apps.APPSBaseDataset.

Citation

If you find this useful in your research, please consider citing

@article{hendrycksapps2021,
  title={Measuring Coding Challenge Competence With APPS},
  author={Dan Hendrycks and Steven Basart and Saurav Kadavath and Mantas Mazeika and Akul Arora and Ethan Guo and Collin Burns and Samir Puranik and Horace He and Dawn Song and Jacob Steinhardt},
  journal={NeurIPS},
  year={2021}
}

About

APPS: Automated Programming Progress Standard (NeurIPS 2021)

License:MIT License


Languages

Language:Python 98.4%Language:Shell 1.6%