-
Notifications
You must be signed in to change notification settings - Fork 0
/
prompts.json
214 lines (214 loc) · 4.48 KB
/
prompts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"data": [
{
"id": 1,
"type": "write",
"max_trials": 3,
"correct_output": "no",
"comment": "Failed to use the HuggingFaceHub inference endpoint with LangChain."
},
{
"id": 2,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 3,
"type": "write",
"max_trials": 3,
"correct_output": "no",
"comment": "Did not generate any code, only produced a list of strings."
},
{
"id": 4,
"type": "complete",
"max_trials": 1,
"correct_output": null,
"comment": "The prompt for Q3 is framed in a more concrete way. The method is defined after its called, but this is ignored."
},
{
"id": 5,
"type": "complete",
"max_trials": 1,
"correct_output": null,
"comment": "One of the output line of codes is erroneous but can be commented out."
},
{
"id": 6,
"type": "complete",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 7,
"type": "write",
"max_trials": 3,
"correct_output": "no",
"comment": "Failed to return the median index based on the original unsorted list."
},
{
"id": 8,
"type": "complete",
"max_trials": 3,
"correct_output": null,
"comment": null
},
{
"id": 9,
"type": "fix",
"max_trials": 2,
"correct_output": null,
"comment": null
},
{
"id": 10,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 11,
"type": "complete",
"max_trials": 3,
"correct_output": "no",
"comment": "Significant errors in the code, requiring some effort to fix them."
},
{
"id": 12,
"type": "complete",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 13,
"type": "complete",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 14,
"type": "fix",
"max_trials": 3,
"correct_output": null,
"comment": null
},
{
"id": 15,
"type": "question",
"max_trials": 1,
"correct_output": null,
"comment": "The fix and question types are related."
},
{
"id": 16,
"type": "question",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 17,
"type": "fix",
"max_trials": 3,
"correct_output": null,
"comment": "Although it does not fix the problem, it explains in details how to solve it."
},
{
"id": 18,
"type": "question",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 19,
"type": "fix",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 20,
"type": "write",
"max_trials": 3,
"correct_output": "no",
"comment": "Failed to generate any code."
},
{
"id": 21,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 22,
"type": "write",
"max_trials": 2,
"correct_output": null,
"comment": "The first version created a name conflict."
},
{
"id": 23,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 24,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 25,
"type": "complete",
"max_trials": 3,
"correct_output": "no",
"comment": null
},
{
"id": 26,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 27,
"type": "write",
"max_trials": 3,
"correct_output": null,
"comment": "Assuming that the timestamp is provided as floating point numbers and not date-time values."
},
{
"id": 28,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 29,
"type": "write",
"max_trials": 1,
"correct_output": null,
"comment": null
},
{
"id": 30,
"type": "write",
"max_trials": 3,
"correct_output": "no",
"comment": "With F(0) = 1, added n + 1 numbers instead of n."
}
]
}