{ "builder_name": "apps", "citation": "@article{hendrycksapps2021,\n title={Measuring Coding Challenge Competence With APPS},\n 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},\n journal={NeurIPS},\n year={2021}\n}\n", "config_name": "all", "dataset_name": "apps", "dataset_size": 1329350372, "description": "APPS is a benchmark for Python code generation, it includes 10,000 problems, which range from having simple oneline solutions to being substantial algorithmic challenges, for more details please refer to this paper: https://arxiv.org/pdf/2105.09938.pdf.\n", "download_checksums": { "train.jsonl": { "num_bytes": 107101272, "checksum": null }, "test.jsonl": { "num_bytes": 1292436853, "checksum": null } }, "download_size": 1399538125, "features": { "problem_id": { "dtype": "int64", "_type": "Value" }, "question": { "dtype": "string", "_type": "Value" }, "solutions": { "dtype": "string", "_type": "Value" }, "input_output": { "dtype": "string", "_type": "Value" }, "difficulty": { "dtype": "string", "_type": "Value" }, "url": { "dtype": "string", "_type": "Value" }, "starter_code": { "dtype": "string", "_type": "Value" }, "num_tests": { "dtype": "int64", "_type": "Value" } }, "homepage": "https://github.com/hendrycks/apps", "license": "MIT License", "size_in_bytes": 2728888497, "splits": { "train": { "name": "train", "num_bytes": 103144035, "num_examples": 5000, "dataset_name": "apps" }, "test": { "name": "test", "num_bytes": 1226206337, "num_examples": 5000, "shard_lengths": [ 2000, 3000 ], "dataset_name": "apps" } }, "version": { "version_str": "0.0.0", "major": 0, "minor": 0, "patch": 0 } }