Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
task_id: string
suite_id: string
indices: list<item: int64>
child 0, item: int64
n_asserts: int64
n_total_asserts: int64
source: string
n_passed: int64
assertions: list<item: struct<index: int64, source: string, passed: bool, error: string>>
child 0, item: struct<index: int64, source: string, passed: bool, error: string>
child 0, index: int64
child 1, source: string
child 2, passed: bool
child 3, error: string
impl_id: string
is_correct: bool
setup_error: string
all_passed: bool
to
{'task_id': Value('string'), 'suite_id': Value('string'), 'impl_id': Value('string'), 'is_correct': Value('bool'), 'assertions': List({'index': Value('int64'), 'source': Value('string'), 'passed': Value('bool'), 'error': Value('string')}), 'setup_error': Value('string'), 'all_passed': Value('bool'), 'n_passed': Value('int64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
task_id: string
suite_id: string
indices: list<item: int64>
child 0, item: int64
n_asserts: int64
n_total_asserts: int64
source: string
n_passed: int64
assertions: list<item: struct<index: int64, source: string, passed: bool, error: string>>
child 0, item: struct<index: int64, source: string, passed: bool, error: string>
child 0, index: int64
child 1, source: string
child 2, passed: bool
child 3, error: string
impl_id: string
is_correct: bool
setup_error: string
all_passed: bool
to
{'task_id': Value('string'), 'suite_id': Value('string'), 'impl_id': Value('string'), 'is_correct': Value('bool'), 'assertions': List({'index': Value('int64'), 'source': Value('string'), 'passed': Value('bool'), 'error': Value('string')}), 'setup_error': Value('string'), 'all_passed': Value('bool'), 'n_passed': Value('int64')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
task_id string | suite_id string | impl_id string | is_correct bool | assertions list | setup_error string | all_passed bool | n_passed int64 |
|---|---|---|---|---|---|---|---|
HumanEval/146 | sub:0-1-2-3-4-5-6 | ref | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:comparator:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "ValueError: invalid literal for int() with base 10: '-'"
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "ValueError: invalid literal for ... | null | false | 1 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:3 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:4 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:5 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:6 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:7 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:8 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:9 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:10 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:11 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:12 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:13 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:14 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:15 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:16 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:boolop:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:comparator:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:17 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:18 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:comparator:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:unaryop:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:19 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:20 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:augassign:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:21 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:constant:22 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:return_flip:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:return_none:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:stmt_delete:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "UnboundLocalError: cannot access local variable 'count' where it is not associated with a value"
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"e... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:stmt_delete:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | mut:stmt_delete:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:4 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:5 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:6 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:7 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:8 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:9 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:10 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "ValueError: invalid literal for int() with base 10: '-'"
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "ValueError: invalid literal for ... | null | false | 1 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:11 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:12 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 5 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:13 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:14 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 0 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:15 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candid... | null | false | 1 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:16 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:17 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:18 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "IndexError: string index out of range"
},
{
"index": 2,
"source": "assert ... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:19 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "ValueError: invalid literal for int() with base 10: '-'"
},
{
"index": 2,
... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:20 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:21 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "ValueError: invalid literal for int() with base 10: '-'"
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "ValueError: invalid literal for ... | null | false | 1 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:22 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "IndexError: string index out of range"
},
{
"index": 2,
"source": "assert ... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:23 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:24 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 6 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:25 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:26 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:27 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": false,
"error": "AssertionError: "
},
{
"index": 2,
"source": "assert candidate([33, -2, -3... | null | false | 3 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | llm:0:29 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | false | 4 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:0 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:1 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:2 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:3 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:4 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:5 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:6 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:7 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:8 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0-1-2-3-4-5-6 | fresh:0:9 | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
},
{
"index": 1,
"source": "assert candidate([15, -73, 14, -15]) == 1",
"passed": true,
"error": null
},
{
"index": 2,
"source": "assert candidate([33, -2, -3, 45, 21, 109])... | null | true | 7 |
HumanEval/146 | sub:0 | ref | true | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
}
] | null | false | 0 |
HumanEval/146 | sub:0 | mut:constant:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
}
] | null | false | 0 |
HumanEval/146 | sub:0 | mut:comparator:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "ValueError: invalid literal for int() with base 10: '-'"
}
] | null | false | 0 |
HumanEval/146 | sub:0 | mut:constant:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": false,
"error": "AssertionError: "
}
] | null | false | 0 |
HumanEval/146 | sub:0 | mut:constant:3 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:4 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:5 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:6 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:7 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:8 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:9 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:10 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:11 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:12 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:13 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:14 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:15 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:16 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:boolop:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:comparator:1 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:17 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:18 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:comparator:2 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:unaryop:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:19 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:constant:20 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
HumanEval/146 | sub:0 | mut:augassign:0 | false | [
{
"index": 0,
"source": "assert candidate([5, -2, 1, -5]) == 0",
"passed": true,
"error": null
}
] | null | true | 1 |
End of preview.
No dataset card yet
- Downloads last month
- 230