--- size_categories: - n<1K --- # Dataset Card for NL2Fix ## Dataset Details ### Dataset Description - **Language(s):** Java ### Cite the Dataset - **Paper:** https://arxiv.org/pdf/2304.03816.pdf ``` @article{fakhoury2023towards, title={Towards generating functionally correct code edits from natural language issue descriptions}, author={Fakhoury, Sarah and Chakraborty, Saikat and Musuvathi, Madan and Lahiri, Shuvendu K}, journal={arXiv preprint arXiv:2304.03816}, year={2023} } ``` ## Dataset Structure - name: {defects4j_project} dtype: {string} - name: {defects4j_bug_id} dtype: {int} - name: {file_path} dtype: {string} - name: {bug_start_line} dtype: {int} - name: {bug_end_line} dtype: {int} - name: {issue_title} dtype: {string} - name: {issue_description} dtype: {string} - name: {original_src_wo_comments} dtype: {string} - name: {fixed_src_wo_comments} dtype: {string} ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65486006b8ac1a89ff27544a/OPRTy4jgq9BOsAOg1fs6b.png) ### Source Data Defects4J: https://github.com/rjust/defects4j/tree/master