All Projects → hendrycks → apps

hendrycks / apps

Licence: MIT License
APPS: Automated Programming Progress Standard (NeurIPS 2021)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to apps

sum types.dart
A code generator enabling sum-types in Dart
Stars: ✭ 39 (-77.59%)
Mutual labels:  code-generation
metalang
Meta-language used to generate code stubs in a variety of real-world programming languages.
Stars: ✭ 19 (-89.08%)
Mutual labels:  code-generation
objective-c-parser
Get the JSON representation of an Objective-C header file
Stars: ✭ 19 (-89.08%)
Mutual labels:  code-generation
Coalesce
Helping you quickly build amazing sites
Stars: ✭ 42 (-75.86%)
Mutual labels:  code-generation
hidev
Automation tool mixed with code generator for easier continuous development
Stars: ✭ 27 (-84.48%)
Mutual labels:  code-generation
Kodgen
C++17 parser and code generator
Stars: ✭ 19 (-89.08%)
Mutual labels:  code-generation
overture
The Overture Tool
Stars: ✭ 45 (-74.14%)
Mutual labels:  code-generation
simple-annotation-processor
Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"
Stars: ✭ 54 (-68.97%)
Mutual labels:  code-generation
llvm-hs-typed
Type Safe LLVM IR ( Experimental )
Stars: ✭ 47 (-72.99%)
Mutual labels:  code-generation
kotlin-code-gen-sample
Code generation samples for Kotlin projects
Stars: ✭ 35 (-79.89%)
Mutual labels:  code-generation
GraphQL.Tools
GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.
Stars: ✭ 49 (-71.84%)
Mutual labels:  code-generation
copygen
Go generator to copy values from type to type and fields from struct to struct (copier without reflection). Generate any code based on types.
Stars: ✭ 121 (-30.46%)
Mutual labels:  code-generation
CreateAPI
Delightful code generator for OpenAPI specs
Stars: ✭ 176 (+1.15%)
Mutual labels:  code-generation
awesome-program-synthesis
An curated list of papers on program synthesis.
Stars: ✭ 56 (-67.82%)
Mutual labels:  program-synthesis
dingo
Generated dependency injection containers in go (golang)
Stars: ✭ 75 (-56.9%)
Mutual labels:  code-generation
atbuild
Use JavaScript to generate JavaScript
Stars: ✭ 26 (-85.06%)
Mutual labels:  code-generation
SymbolicControlSystems.jl
An interface between ControlSystems.jl and SymPy.jl
Stars: ✭ 20 (-88.51%)
Mutual labels:  code-generation
mimir
Generates minimal embedded database from structs in golang; moved to gitlab.com/microo8/mimir
Stars: ✭ 40 (-77.01%)
Mutual labels:  code-generation
grizzly
A Python-to-SQL transpiler as replacement for Python Pandas
Stars: ✭ 27 (-84.48%)
Mutual labels:  code-generation
nunavut
Generate code from DSDL using PyDSDL and Jinja2
Stars: ✭ 23 (-86.78%)
Mutual labels:  code-generation

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.

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].