NL2Fix / README.md
sfakhoury's picture
Create README.md
12b62b2 verified
metadata
size_categories:
  - n<1K

Dataset Card for NL2Fix

Dataset Details

Dataset Description

  • Language(s): Java

Cite the Dataset

  @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

Source Data

Defects4J: https://github.com/rjust/defects4j/tree/master