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: ArrowInvalid
Message: Failed to parse string: '"2 1 5 7 4 6 3 0"' as a scalar of type int64
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 265, 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 120, 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 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2224, in cast_table_to_schema
cast_array_to_feature(
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
return array_cast(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
return func(array, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1949, in array_cast
return array.cast(pa_type)
^^^^^^^^^^^^^^^^^^^
File "pyarrow/array.pxi", line 1135, in pyarrow.lib.Array.cast
File "/usr/local/lib/python3.12/site-packages/pyarrow/compute.py", line 412, in cast
return call_function("cast", [arr], options, memory_pool)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow/_compute.pyx", line 604, in pyarrow._compute.call_function
File "pyarrow/_compute.pyx", line 399, in pyarrow._compute.Function.call
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: Failed to parse string: '"2 1 5 7 4 6 3 0"' as a scalar of type int64
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 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1922, 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.
index int64 | sample_id int64 | data_source string | prompt string | response string | metadata string | answer int64 | reward float64 | format_score int64 | accuracy int64 | concatenated_response string | concatenated_reward float64 | concatenated_format_score int64 | concatenated_accuracy int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 0 | AlmostCompleteGraphCycleCounting | Consider a graph with 31 vertices labeled from 1 to 31. Every pair of vertices is connected by an undirected edge, except for the edge between vertices 1 and 31 (so the graph has 31 × (31 - 1) / 2 - 1 edges).
What's the number of **simple cycles** in this graph? A simple cycle must:
- Have at least 3 vertices,
- Conta... | <think>
Okay, let's try to figure out how to find the number of simple cycles in this graph. The graph has 31 vertices, all connected except for the edge between vertex 1 and 31. So, normally, without any missing edges, a complete graph on 31 vertices would have C(31, 2) edges, which is 31*30/2 = 465. But since we're m... | {"environment": "AlmostCompleteGraphCycleCounting", "config": {"seed": 0, "parameter": {"MAX_N": 33, "N": 31, "MOD": 403961, "reference_answer": 290960}, "passing_reward_threshold": 1.0}} | 290,960 | -1 | 0 | 0 | <think>
Okay, let's try to figure out how to find the number of simple cycles in this graph. The graph has 31 vertices, all connected except for the edge between vertex 1 and 31. So, normally, without any missing edges, a complete graph on 31 vertices would have C(31, 2) edges, which is 31*30/2 = 465. But since we're m... | -1 | 0 | 0 |
0 | 1 | AlmostCompleteGraphCycleCounting | "Consider a graph with 31 vertices labeled from 1 to 31. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's tackle this problem step by step. So, we have a graph with 31 vertices, all co(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 0, \"parameter\": {\(...TRUNCATED) | 290,960 | -1 | 0 | 0 | "<think>\nOkay, let's tackle this problem step by step. So, we have a graph with 31 vertices, all co(...TRUNCATED) | -1 | 0 | 0 |
1 | 0 | AlmostCompleteGraphCycleCounting | "Consider a graph with 8 vertices labeled from 1 to 8. Every pair of vertices is connected by an und(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 1, \"parameter\": {\(...TRUNCATED) | 6,062 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | 1 | 1 | 1 |
1 | 1 | AlmostCompleteGraphCycleCounting | "Consider a graph with 8 vertices labeled from 1 to 8. Every pair of vertices is connected by an und(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 1, \"parameter\": {\(...TRUNCATED) | 6,062 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | -1 | 0 | 0 |
2 | 0 | AlmostCompleteGraphCycleCounting | "Consider a graph with 31 vertices labeled from 1 to 31. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 2, \"parameter\": {\(...TRUNCATED) | 1,176 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | -1 | 0 | 0 |
2 | 1 | AlmostCompleteGraphCycleCounting | "Consider a graph with 31 vertices labeled from 1 to 31. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 2, \"parameter\": {\(...TRUNCATED) | 1,176 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | -1 | 0 | 0 |
3 | 0 | AlmostCompleteGraphCycleCounting | "Consider a graph with 11 vertices labeled from 1 to 11. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 3, \"parameter\": {\(...TRUNCATED) | 151,633 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | -1 | 0 | 0 |
3 | 1 | AlmostCompleteGraphCycleCounting | "Consider a graph with 11 vertices labeled from 1 to 11. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 3, \"parameter\": {\(...TRUNCATED) | 151,633 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out how to find the number of simple cycles in this graph. The g(...TRUNCATED) | 1 | 1 | 1 |
4 | 0 | AlmostCompleteGraphCycleCounting | "Consider a graph with 11 vertices labeled from 1 to 11. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, so I need to find the number of simple cycles in this graph. Let me start by underst(...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 4, \"parameter\": {\(...TRUNCATED) | 49,188 | -1 | 0 | 0 | "<think>\nOkay, so I need to find the number of simple cycles in this graph. Let me start by underst(...TRUNCATED) | -1 | 0 | 0 |
4 | 1 | AlmostCompleteGraphCycleCounting | "Consider a graph with 11 vertices labeled from 1 to 11. Every pair of vertices is connected by an u(...TRUNCATED) | "<think>\nOkay, let's try to figure out the number of simple cycles in this graph. The graph has 11 (...TRUNCATED) | "{\"environment\": \"AlmostCompleteGraphCycleCounting\", \"config\": {\"seed\": 4, \"parameter\": {\(...TRUNCATED) | 49,188 | -1 | 0 | 0 | "<think>\nOkay, let's try to figure out the number of simple cycles in this graph. The graph has 11 (...TRUNCATED) | -1 | 0 | 0 |
End of preview.
No dataset card yet
- Downloads last month
- 17