sfakhoury commited on
Commit
12b62b2
·
verified ·
1 Parent(s): fc1fa88

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ size_categories:
3
+ - n<1K
4
+ ---
5
+
6
+ # Dataset Card for NL2Fix
7
+
8
+
9
+
10
+ ## Dataset Details
11
+
12
+
13
+ ### Dataset Description
14
+
15
+
16
+
17
+ - **Language(s):** Java
18
+
19
+
20
+ ### Cite the Dataset
21
+
22
+ <!-- Provide the basic links for the dataset. -->
23
+
24
+ - **Paper:** https://arxiv.org/pdf/2304.03816.pdf
25
+ ```
26
+ @article{fakhoury2023towards,
27
+ title={Towards generating functionally correct code edits from natural language issue descriptions},
28
+ author={Fakhoury, Sarah and Chakraborty, Saikat and Musuvathi, Madan and Lahiri, Shuvendu K},
29
+ journal={arXiv preprint arXiv:2304.03816},
30
+ year={2023}
31
+ }
32
+ ```
33
+
34
+
35
+ ## Dataset Structure
36
+
37
+ <!-- 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. -->
38
+ - name: {defects4j_project}
39
+ dtype: {string}
40
+ - name: {defects4j_bug_id}
41
+ dtype: {int}
42
+ - name: {file_path}
43
+ dtype: {string}
44
+ - name: {bug_start_line}
45
+ dtype: {int}
46
+ - name: {bug_end_line}
47
+ dtype: {int}
48
+ - name: {issue_title}
49
+ dtype: {string}
50
+ - name: {issue_description}
51
+ dtype: {string}
52
+ - name: {original_src_wo_comments}
53
+ dtype: {string}
54
+ - name: {fixed_src_wo_comments}
55
+ dtype: {string}
56
+
57
+
58
+
59
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65486006b8ac1a89ff27544a/OPRTy4jgq9BOsAOg1fs6b.png)
60
+
61
+ ### Source Data
62
+
63
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
64
+
65
+ Defects4J: https://github.com/rjust/defects4j/tree/master