File size: 1,280 Bytes
31a4405 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"codegauntlt": {
"description": "Adversarial and real-world bugs for evaluating code repair agents.",
"citation": "@misc{codegauntlt2025, title={CodeGauntlt: A Dataset for Adversarial Evaluation of Code Repair Models}, author={Esteban and Collaborators}, year={2025}, howpublished={\\url{https://huggingface.co/datasets/HackerHardware/CodeGauntlt}}}",
"homepage": "https://huggingface.co/datasets/HackerHardware/CodeGauntlt",
"license": "apache-2.0",
"features": {
"id": {"dtype": "string", "_type": "Value"},
"source": {"dtype": "string", "_type": "Value"},
"description": {"dtype": "string", "_type": "Value"},
"code_buggy": {"dtype": "string", "_type": "Value"},
"code_fixed": {"dtype": "string", "_type": "Value"},
"bug_type": {"dtype": "string", "_type": "Value"},
"tags": {"dtype": "string", "_type": "Value"},
"metadata": {"dtype": "string", "_type": "Value"}
},
"splits": {
"train": {"name": "train", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
"validation": {"name": "validation", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"},
"test": {"name": "test", "num_bytes": 0, "num_examples": 0, "dataset_name": "codegauntlt"}
}
}
} |