|
--- |
|
size_categories: |
|
- n<1K |
|
--- |
|
|
|
# Dataset Card for NL2Fix |
|
|
|
|
|
|
|
## Dataset Details |
|
|
|
|
|
### Dataset Description |
|
|
|
|
|
|
|
- **Language(s):** Java |
|
|
|
|
|
### Cite the Dataset |
|
|
|
<!-- Provide the basic links for 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 |
|
|
|
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> |
|
- 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} |
|
|
|
|
|
|
|
 |
|
|
|
### Source Data |
|
|
|
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> |
|
|
|
Defects4J: https://github.com/rjust/defects4j/tree/master |