jsbyun121 commited on
Commit
a76d0fd
·
verified ·
1 Parent(s): 869e15d

Google Spreadsheet link attached.

Browse files
Files changed (1) hide show
  1. README.md +4 -23
README.md CHANGED
@@ -166,29 +166,10 @@ This repository provides a **corrected version** of the dataset specifically for
166
 
167
  ## Summary of Corrections
168
 
169
- The following modifications were made to address issues in the original dataset.
170
-
171
- ### 1. Logical Problems in Prompts and Test Cases
172
- Several problems in the HumanEval portion of the dataset were corrected for the following issues:
173
-
174
- * **`HumanEval_75_is_multiply_prime`**: Resolved a mismatch between problem instructions and test cases.
175
- * **`HumanEval_92_any_int`**: Fixed an incorrect test case that did not align with the problem's requirements.
176
- * **`HumanEval_116_sort_array`**: Corrected a discrepancy between the sorting criteria in the instructions and the test cases.
177
- * **`HumanEval_128_prod_signs`**: Amended an incorrect example in the prompt's docstring.
178
- * **`HumanEval_140_fix_spaces`**: Corrected a faulty test case.
179
- * **`HumanEval_142_sum_squares`**: Repaired corrupted or syntactically incorrect examples.
180
- * **`HumanEval_145_order_by_points`**: Clarified vague and ambiguous logic in the question to provide a more precise problem statement.
181
- * **`HumanEval_148_bf`**: Fixed a contradiction between the provided examples and the main instructions.
182
- * **`HumanEval_151_double_the_difference`**: Replaced an incorrect test case that produced an invalid result.
183
- * **`HumanEval_162_string_to_md5`**: Addressed incorrect handling for language-specific `None`/`null` data types required by the test cases.
184
-
185
- ### 2. General Prompt Ambiguities
186
- * **0-Based Indexing:** Added clarifications to prompts where array/list index interpretation was ambiguous, explicitly enforcing a 0-based convention to ensure consistent behavior.
187
-
188
- ### 3. Language-Specific Fixes
189
- * **R:** Corrected issues related to the handling of empty vectors, a common edge case.
190
- * **OCaml:** Fixed incorrect usage of unary operators to align with OCaml's syntax.
191
- * **Julia:** Resolved parsing issues caused by the triple-quote (`"""`) docstring character.
192
 
193
  ## Using This Dataset
194
 
 
166
 
167
  ## Summary of Corrections
168
 
169
+ A detailed table of all corrections (logical problems, prompt ambiguities, and language-specific fixes) is available here:
170
+
171
+ 🔗 [Google Sheet of Corrections](https://docs.google.com/spreadsheets/d/1lnDubSv39__ZuSFmnnXoXCUuPS85jcFScS9hlzI9ohI/edit?usp=sharing)
172
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
 
174
  ## Using This Dataset
175