This dataset contains code editing tasks extracted from the EditBench evaluation framework specifically designed for evaluating model performance on code editing tasks. It is provided as a test-only benchmark. Each sample includes:
original_code.py: Starting code file
highlighted_code.py: Specific section of code to be modified
instruction.txt: User instructions for the task
test_code.py: Tests that validate the implementation… See the full description on the dataset page:
https://huggingface.co/datasets/waynechi/project-edit.