Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Tags:
code
DOI:
Libraries:
Datasets
pandas
License:
dtcxzyw commited on
Commit
0b28794
·
1 Parent(s): d8fe71b
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md CHANGED
@@ -127,7 +127,14 @@ Take [Issue121459](https://github.com/llvm/llvm-project/issues/121459) as an exa
127
  ],
128
  "comments": []
129
  },
130
- "verified": true
 
 
 
 
 
 
 
131
  }
132
  ```
133
 
@@ -309,6 +316,9 @@ issue = env.get_hint_issue()
309
  # It is useful for LLMs to understand new flags/attributes/metadata.
310
  keywords = env.get_ir_keywords(llvm_ir)
311
  desc = env.get_langref_desc(keywords)
 
 
 
312
  ```
313
 
314
  Here is a simple repair loop:
 
127
  ],
128
  "comments": []
129
  },
130
+ "verified": true,
131
+ // You are allowed to choose a subset of issues to fix.
132
+ // Althrough these properties are obtained from the golden patch,
133
+ // using properties is not treated as using hints.
134
+ "properties": {
135
+ "is_single_file_fix": true,
136
+ "is_single_func_fix": true
137
+ }
138
  }
139
  ```
140
 
 
316
  # It is useful for LLMs to understand new flags/attributes/metadata.
317
  keywords = env.get_ir_keywords(llvm_ir)
318
  desc = env.get_langref_desc(keywords)
319
+ # Properties
320
+ is_single_func_fix = env.is_single_func_fix()
321
+ is_single_file_fix = env.is_single_file_fix()
322
  ```
323
 
324
  Here is a simple repair loop:
dataset.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
dataset/100298.json CHANGED
@@ -98,5 +98,9 @@
98
  }
99
  ]
100
  },
101
- "verified": true
 
 
 
 
102
  }
 
98
  }
99
  ]
100
  },
101
+ "verified": true,
102
+ "properties": {
103
+ "is_single_file_fix": false,
104
+ "is_single_func_fix": false
105
+ }
106
  }
dataset/100464.json CHANGED
@@ -84,5 +84,9 @@
84
  }
85
  ]
86
  },
87
- "verified": true
 
 
 
 
88
  }
 
84
  }
85
  ]
86
  },
87
+ "verified": true,
88
+ "properties": {
89
+ "is_single_file_fix": true,
90
+ "is_single_func_fix": true
91
+ }
92
  }
dataset/100591.json CHANGED
@@ -124,5 +124,9 @@
124
  }
125
  ]
126
  },
127
- "verified": true
 
 
 
 
128
  }
 
124
  }
125
  ]
126
  },
127
+ "verified": true,
128
+ "properties": {
129
+ "is_single_file_fix": true,
130
+ "is_single_func_fix": true
131
+ }
132
  }
dataset/101213.json CHANGED
@@ -60,5 +60,9 @@
60
  }
61
  ]
62
  },
63
- "verified": true
 
 
 
 
64
  }
 
60
  }
61
  ]
62
  },
63
+ "verified": true,
64
+ "properties": {
65
+ "is_single_file_fix": true,
66
+ "is_single_func_fix": true
67
+ }
68
  }
dataset/101337.json CHANGED
@@ -96,5 +96,9 @@
96
  }
97
  ]
98
  },
99
- "verified": true
 
 
 
 
100
  }
 
96
  }
97
  ]
98
  },
99
+ "verified": true,
100
+ "properties": {
101
+ "is_single_file_fix": true,
102
+ "is_single_func_fix": true
103
+ }
104
  }
dataset/102187.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/102279.json CHANGED
@@ -68,5 +68,9 @@
68
  }
69
  ]
70
  },
71
- "verified": true
 
 
 
 
72
  }
 
68
  }
69
  ]
70
  },
71
+ "verified": true,
72
+ "properties": {
73
+ "is_single_file_fix": true,
74
+ "is_single_func_fix": true
75
+ }
76
  }
dataset/102351.json CHANGED
@@ -66,5 +66,9 @@
66
  }
67
  ]
68
  },
69
- "verified": true
 
 
 
 
70
  }
 
66
  }
67
  ]
68
  },
69
+ "verified": true,
70
+ "properties": {
71
+ "is_single_file_fix": true,
72
+ "is_single_func_fix": false
73
+ }
74
  }
dataset/102597.json CHANGED
@@ -61,5 +61,9 @@
61
  }
62
  ]
63
  },
64
- "verified": true
 
 
 
 
65
  }
 
61
  }
62
  ]
63
  },
64
+ "verified": true,
65
+ "properties": {
66
+ "is_single_file_fix": true,
67
+ "is_single_func_fix": true
68
+ }
69
  }
dataset/102934.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/102994.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/104422.json CHANGED
@@ -57,5 +57,9 @@
57
  }
58
  ]
59
  },
60
- "verified": true
 
 
 
 
61
  }
 
57
  }
58
  ]
59
  },
60
+ "verified": true,
61
+ "properties": {
62
+ "is_single_file_fix": true,
63
+ "is_single_func_fix": true
64
+ }
65
  }
dataset/104637.json CHANGED
@@ -64,5 +64,9 @@
64
  }
65
  ]
66
  },
67
- "verified": true
 
 
 
 
68
  }
 
64
  }
65
  ]
66
  },
67
+ "verified": true,
68
+ "properties": {
69
+ "is_single_file_fix": true,
70
+ "is_single_func_fix": true
71
+ }
72
  }
dataset/104714.json CHANGED
@@ -109,5 +109,9 @@
109
  }
110
  ]
111
  },
112
- "verified": true
 
 
 
 
113
  }
 
109
  }
110
  ]
111
  },
112
+ "verified": true,
113
+ "properties": {
114
+ "is_single_file_fix": true,
115
+ "is_single_func_fix": false
116
+ }
117
  }
dataset/104761.json CHANGED
@@ -88,5 +88,9 @@
88
  }
89
  ]
90
  },
91
- "verified": true
 
 
 
 
92
  }
 
88
  }
89
  ]
90
  },
91
+ "verified": true,
92
+ "properties": {
93
+ "is_single_file_fix": true,
94
+ "is_single_func_fix": false
95
+ }
96
  }
dataset/105120.json CHANGED
@@ -60,5 +60,9 @@
60
  }
61
  ]
62
  },
63
- "verified": true
 
 
 
 
64
  }
 
60
  }
61
  ]
62
  },
63
+ "verified": true,
64
+ "properties": {
65
+ "is_single_file_fix": true,
66
+ "is_single_func_fix": true
67
+ }
68
  }
dataset/105722.json CHANGED
@@ -113,5 +113,9 @@
113
  }
114
  ]
115
  },
116
- "verified": true
 
 
 
 
117
  }
 
113
  }
114
  ]
115
  },
116
+ "verified": true,
117
+ "properties": {
118
+ "is_single_file_fix": true,
119
+ "is_single_func_fix": true
120
+ }
121
  }
dataset/105785.json CHANGED
@@ -52,5 +52,9 @@
52
  ],
53
  "comments": []
54
  },
55
- "verified": true
 
 
 
 
56
  }
 
52
  ],
53
  "comments": []
54
  },
55
+ "verified": true,
56
+ "properties": {
57
+ "is_single_file_fix": true,
58
+ "is_single_func_fix": true
59
+ }
60
  }
dataset/105904.json CHANGED
@@ -51,5 +51,9 @@
51
  ],
52
  "comments": []
53
  },
54
- "verified": true
 
 
 
 
55
  }
 
51
  ],
52
  "comments": []
53
  },
54
+ "verified": true,
55
+ "properties": {
56
+ "is_single_file_fix": true,
57
+ "is_single_func_fix": true
58
+ }
59
  }
dataset/105988.json CHANGED
@@ -56,5 +56,9 @@
56
  }
57
  ]
58
  },
59
- "verified": true
 
 
 
 
60
  }
 
56
  }
57
  ]
58
  },
59
+ "verified": true,
60
+ "properties": {
61
+ "is_single_file_fix": true,
62
+ "is_single_func_fix": true
63
+ }
64
  }
dataset/106083.json CHANGED
@@ -84,5 +84,9 @@
84
  }
85
  ]
86
  },
87
- "verified": true
 
 
 
 
88
  }
 
84
  }
85
  ]
86
  },
87
+ "verified": true,
88
+ "properties": {
89
+ "is_single_file_fix": true,
90
+ "is_single_func_fix": true
91
+ }
92
  }
dataset/106239.json CHANGED
@@ -67,5 +67,9 @@
67
  }
68
  ]
69
  },
70
- "verified": true
 
 
 
 
71
  }
 
67
  }
68
  ]
69
  },
70
+ "verified": true,
71
+ "properties": {
72
+ "is_single_file_fix": true,
73
+ "is_single_func_fix": true
74
+ }
75
  }
dataset/106248.json CHANGED
@@ -56,5 +56,9 @@
56
  }
57
  ]
58
  },
59
- "verified": true
 
 
 
 
60
  }
 
56
  }
57
  ]
58
  },
59
+ "verified": true,
60
+ "properties": {
61
+ "is_single_file_fix": true,
62
+ "is_single_func_fix": true
63
+ }
64
  }
dataset/106257.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/106417.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/106523.json CHANGED
@@ -117,5 +117,9 @@
117
  }
118
  ]
119
  },
120
- "verified": true
 
 
 
 
121
  }
 
117
  }
118
  ]
119
  },
120
+ "verified": true,
121
+ "properties": {
122
+ "is_single_file_fix": true,
123
+ "is_single_func_fix": false
124
+ }
125
  }
dataset/106626.json CHANGED
@@ -51,5 +51,9 @@
51
  ],
52
  "comments": []
53
  },
54
- "verified": true
 
 
 
 
55
  }
 
51
  ],
52
  "comments": []
53
  },
54
+ "verified": true,
55
+ "properties": {
56
+ "is_single_file_fix": true,
57
+ "is_single_func_fix": true
58
+ }
59
  }
dataset/106641.json CHANGED
@@ -73,5 +73,9 @@
73
  ],
74
  "comments": []
75
  },
76
- "verified": true
 
 
 
 
77
  }
 
73
  ],
74
  "comments": []
75
  },
76
+ "verified": true,
77
+ "properties": {
78
+ "is_single_file_fix": true,
79
+ "is_single_func_fix": false
80
+ }
81
  }
dataset/106655.json CHANGED
@@ -116,5 +116,9 @@
116
  }
117
  ]
118
  },
119
- "verified": true
 
 
 
 
120
  }
 
116
  }
117
  ]
118
  },
119
+ "verified": true,
120
+ "properties": {
121
+ "is_single_file_fix": true,
122
+ "is_single_func_fix": true
123
+ }
124
  }
dataset/106667.json CHANGED
@@ -78,5 +78,9 @@
78
  }
79
  ]
80
  },
81
- "verified": true
 
 
 
 
82
  }
 
78
  }
79
  ]
80
  },
81
+ "verified": true,
82
+ "properties": {
83
+ "is_single_file_fix": true,
84
+ "is_single_func_fix": false
85
+ }
86
  }
dataset/106780.json CHANGED
@@ -59,5 +59,9 @@
59
  ],
60
  "comments": []
61
  },
62
- "verified": true
 
 
 
 
63
  }
 
59
  ],
60
  "comments": []
61
  },
62
+ "verified": true,
63
+ "properties": {
64
+ "is_single_file_fix": true,
65
+ "is_single_func_fix": true
66
+ }
67
  }
dataset/107015.json CHANGED
@@ -60,5 +60,9 @@
60
  ],
61
  "comments": []
62
  },
63
- "verified": true
 
 
 
 
64
  }
 
60
  ],
61
  "comments": []
62
  },
63
+ "verified": true,
64
+ "properties": {
65
+ "is_single_file_fix": false,
66
+ "is_single_func_fix": false
67
+ }
68
  }
dataset/107016.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/107036.json CHANGED
@@ -65,5 +65,9 @@
65
  }
66
  ]
67
  },
68
- "verified": true
 
 
 
 
69
  }
 
65
  }
66
  ]
67
  },
68
+ "verified": true,
69
+ "properties": {
70
+ "is_single_file_fix": true,
71
+ "is_single_func_fix": true
72
+ }
73
  }
dataset/107051.json CHANGED
@@ -81,5 +81,9 @@
81
  }
82
  ]
83
  },
84
- "verified": true
 
 
 
 
85
  }
 
81
  }
82
  ]
83
  },
84
+ "verified": true,
85
+ "properties": {
86
+ "is_single_file_fix": true,
87
+ "is_single_func_fix": false
88
+ }
89
  }
dataset/107139.json CHANGED
@@ -84,5 +84,9 @@
84
  }
85
  ]
86
  },
87
- "verified": true
 
 
 
 
88
  }
 
84
  }
85
  ]
86
  },
87
+ "verified": true,
88
+ "properties": {
89
+ "is_single_file_fix": true,
90
+ "is_single_func_fix": false
91
+ }
92
  }
dataset/107171.json CHANGED
@@ -63,5 +63,9 @@
63
  ],
64
  "comments": []
65
  },
66
- "verified": true
 
 
 
 
67
  }
 
63
  ],
64
  "comments": []
65
  },
66
+ "verified": true,
67
+ "properties": {
68
+ "is_single_file_fix": true,
69
+ "is_single_func_fix": true
70
+ }
71
  }
dataset/107198.json CHANGED
@@ -60,5 +60,9 @@
60
  }
61
  ]
62
  },
63
- "verified": true
 
 
 
 
64
  }
 
60
  }
61
  ]
62
  },
63
+ "verified": true,
64
+ "properties": {
65
+ "is_single_file_fix": true,
66
+ "is_single_func_fix": true
67
+ }
68
  }
dataset/107473.json CHANGED
@@ -68,5 +68,9 @@
68
  }
69
  ]
70
  },
71
- "verified": true
 
 
 
 
72
  }
 
68
  }
69
  ]
70
  },
71
+ "verified": true,
72
+ "properties": {
73
+ "is_single_file_fix": true,
74
+ "is_single_func_fix": true
75
+ }
76
  }
dataset/107569.json CHANGED
@@ -178,5 +178,9 @@
178
  }
179
  ]
180
  },
181
- "verified": true
 
 
 
 
182
  }
 
178
  }
179
  ]
180
  },
181
+ "verified": true,
182
+ "properties": {
183
+ "is_single_file_fix": true,
184
+ "is_single_func_fix": false
185
+ }
186
  }
dataset/108004.json CHANGED
@@ -56,5 +56,9 @@
56
  }
57
  ]
58
  },
59
- "verified": true
 
 
 
 
60
  }
 
56
  }
57
  ]
58
  },
59
+ "verified": true,
60
+ "properties": {
61
+ "is_single_file_fix": true,
62
+ "is_single_func_fix": true
63
+ }
64
  }
dataset/108098.json CHANGED
@@ -676,5 +676,9 @@
676
  ],
677
  "comments": []
678
  },
679
- "verified": true
 
 
 
 
680
  }
 
676
  ],
677
  "comments": []
678
  },
679
+ "verified": true,
680
+ "properties": {
681
+ "is_single_file_fix": true,
682
+ "is_single_func_fix": true
683
+ }
684
  }
dataset/108620.json CHANGED
@@ -84,5 +84,9 @@
84
  ],
85
  "comments": []
86
  },
87
- "verified": true
 
 
 
 
88
  }
 
84
  ],
85
  "comments": []
86
  },
87
+ "verified": true,
88
+ "properties": {
89
+ "is_single_file_fix": true,
90
+ "is_single_func_fix": false
91
+ }
92
  }
dataset/108697.json CHANGED
@@ -55,5 +55,9 @@
55
  ],
56
  "comments": []
57
  },
58
- "verified": true
 
 
 
 
59
  }
 
55
  ],
56
  "comments": []
57
  },
58
+ "verified": true,
59
+ "properties": {
60
+ "is_single_file_fix": true,
61
+ "is_single_func_fix": true
62
+ }
63
  }
dataset/108698.json CHANGED
@@ -64,5 +64,9 @@
64
  }
65
  ]
66
  },
67
- "verified": true
 
 
 
 
68
  }
 
64
  }
65
  ]
66
  },
67
+ "verified": true,
68
+ "properties": {
69
+ "is_single_file_fix": true,
70
+ "is_single_func_fix": true
71
+ }
72
  }
dataset/108700.json CHANGED
@@ -67,5 +67,9 @@
67
  ],
68
  "comments": []
69
  },
70
- "verified": true
 
 
 
 
71
  }
 
67
  ],
68
  "comments": []
69
  },
70
+ "verified": true,
71
+ "properties": {
72
+ "is_single_file_fix": true,
73
+ "is_single_func_fix": true
74
+ }
75
  }
dataset/109333.json CHANGED
@@ -65,5 +65,9 @@
65
  }
66
  ]
67
  },
68
- "verified": true
 
 
 
 
69
  }
 
65
  }
66
  ]
67
  },
68
+ "verified": true,
69
+ "properties": {
70
+ "is_single_file_fix": true,
71
+ "is_single_func_fix": true
72
+ }
73
  }
dataset/109376.json CHANGED
@@ -51,5 +51,9 @@
51
  ],
52
  "comments": []
53
  },
54
- "verified": true
 
 
 
 
55
  }
 
51
  ],
52
  "comments": []
53
  },
54
+ "verified": true,
55
+ "properties": {
56
+ "is_single_file_fix": true,
57
+ "is_single_func_fix": true
58
+ }
59
  }