Dataset Preview
Duplicate
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:    ValueError
Message:      Expected object or value
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 242, in _generate_tables
                  pa_table = paj.read_json(
                             ^^^^^^^^^^^^^^
                File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
                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: JSON parse error: Column() changed from object to string in row 0
              
              During handling of the above exception, another exception occurred:
              
              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 256, in _generate_tables
                  batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 106, in json_encode_fields_in_json_lines
                  examples = [ujson_loads(line) for line in original_batch.splitlines()]
                              ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 20, in ujson_loads
                  return pd.io.json.ujson_loads(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              ValueError: Expected object or value
              
              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 dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

problem_index
int64
problem
string
answer
int64
cot
string
source
string
perturbation_type
string
truncation_level
int64
score
float64
n_right
int64
n_wrong
int64
n_targets
int64
models_right
list
models_wrong
list
0
Evaluate this Python expression. (((-16 - (-28 * 1)) * -6) // (45 + -48)) - 52
-28
Okay, let's try to figure out how to evaluate this Python expression. The problem is (((-16 - (-28 * 1)) * -6) // (45 + -48)) - 52. Hmm, okay, so first I need to remember that Python uses operator precedence, right? Like multiplication and division come before addition and subtraction, but wait, there are parentheses h...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
1
Evaluate this Python expression. -3 - (14 + ((-87 * 15) * ((-49 - -47) - 98)))
-130,517
Okay, let's see. I need to figure out what this Python expression is evaluating to. The problem is -3 - (14 + ((-87 * 15) * ((-49 - -47) - 98))). Hmm, Python expressions can sometimes have different behaviors with negative numbers, but I think it's straightforward here. Let me break it down step by step. First, maybe ...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
2
Evaluate this Python expression. (-15 - -8) * (72 + (-74 * (59 + -82)))
-12,418
Okay, let's try to figure out how to solve this Python expression. The problem is (-15 - -8) multiplied by (72 plus (-74 times (59 plus -82))). Hmm, first, I need to remember that in Python, the operations are done with integers, so maybe there are some negative signs here. Let me break it down step by step. First, le...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
3
Evaluate this Python expression. ((((-39 + 64) + -46) // 62) * 76) - ((-70 + 55) * -76)
-1,216
Okay, let's try to figure out how to solve this problem. So, the task is to evaluate this Python expression: ((((-39 + 64) + -46) // 62) * 76) - ((-70 + 55) * -76). Hmm, okay. Let me break it down step by step. First, I need to remember that in Python, integer division might work differently than regular math division,...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
4
Evaluate this Python expression. ((90 + -61) * 67) * ((-53 + 66) - (17 + 36))
-77,720
Okay, let's see here. I need to evaluate this Python expression: ((90 + -61) * 67) * ((-53 + 66) - (17 + 36)). Hmm, okay, so first, maybe I should break it down step by step. Let me think. Python expressions can sometimes have different behaviors with negative numbers, but I think it's straightforward here. Let me star...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
5
Evaluate this Python expression. 98 + ((-10 + (60 * -62)) + ((-40 // -48) - (-60 + 94)))
-3,666
Okay, let's try to figure out how to evaluate this Python expression. The problem is 98 plus ((-10 plus (60 times -62)) plus ((-40 divided by -48) minus (-60 plus 94))). Hmm, first, I need to remember the order of operations in Python, right? It's similar to math, but I should check if there are any differences with ne...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
6
Evaluate this Python expression. -76 + ((((-44 + 50) // -9) - -87) - (-27 - 27))
64
Okay, let's try to figure out how to solve this Python expression: -76 + ((((-44 + 50) // -9) - -87) - (-27 - 27)). Hmm, Python expressions can sometimes be tricky with the order of operations and negative numbers, especially with division. Let me break it down step by step. First, I need to remember the order of oper...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
7
Evaluate this Python expression. 56 - ((-89 - ((83 * 63) + -50)) + -91)
5,415
Okay, let's try to figure out how to solve this problem where I need to evaluate the Python expression: 56 - ((-89 - ((83 * 63) + -50)) + -91). Hmm, okay, so first, I should probably break down the problem step by step. Let me remember that in Python, the order of operations is similar to mathematics, right? Like paren...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
8
Evaluate this Python expression. ((22 - -11) // 36) - ((39 * (-44 - 35)) - 88)
3,169
Okay, let's see here. I need to evaluate this Python expression: ((22 - -11) // 36) - ((39 * (-44 - 35)) - 88). Hmm, Python expressions. Alright, first, I should probably break down each part step by step because there are a few operations here. Let me start by looking at the first part of the expression. It says ((22 ...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
9
Evaluate this Python expression. (-97 - ((27 - (62 * (5 // -37))) + -75)) // (-48 * -75)
-1
Okay, let's try to figure out how to solve this problem. So, the task is to evaluate this Python expression: (-97 - ((27 - (62 * (5 // -37))) + -75)) // (-48 * -75). Hmm, okay, but wait, I need to do all the operations step by step. Let me recall that in Python, integer division might be different from regular math div...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
10
Evaluate this Python expression. (26 % -44) + (((-77 // 29) - (48 + -28)) - (10 // 79))
-41
Okay, let's try to figure out how to solve this Python expression: (26 % -44) + (((-77 // 29) - (48 + -28)) - (10 // 79)). Hmm, first, I need to remember how Python handles modulus and integer division with negative numbers. Wait, modulus can be a bit tricky because of the way Python handles negative numbers. Let me re...
claude_alpha
alpha_15
75
0.8
4
1
5
[ "Claude Opus 4.5", "Sonnet 3.7", "Kimi K2.5", "DeepSeek v3.2" ]
[ "GPT-5" ]
11
Evaluate this Python expression. (86 + (-99 + 59)) + ((-5 * 57) // ((-85 + -80) - -20))
47
Okay, let's try to figure out how to solve this Python expression. Hmm, the problem is (86 + (-99 + 59)) + ((-5 * 57) // ((-85 + -80) - -20)). Alright, so I need to evaluate this step by step. Let me break it down part by part. First, maybe I should handle the parts inside the parentheses first because Python evaluates...
claude_alpha
alpha_15
75
0.4
2
3
5
[ "Claude Opus 4.5", "DeepSeek v3.2" ]
[ "Sonnet 3.7", "GPT-5", "Kimi K2.5" ]
12
Evaluate this Python expression. (((18 + (-65 * -22)) + -98) - (-14 + 59)) + (-15 * 13)
1,110
Okay, let's see. I need to evaluate this Python expression: (((18 + (-65 * -22)) + -98) - (-14 + 59)) + (-15 * 13). Hmm, Python expressions can sometimes have different behaviors with negative numbers, but I think in this case, it's just basic arithmetic operations. Let me break it down step by step. First, maybe I sh...
claude_alpha
alpha_15
75
0.8
4
1
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "DeepSeek v3.2" ]
[ "Kimi K2.5" ]
13
Evaluate this Python expression. ((88 + (-4 // -33)) - 61) + (((-87 - 94) // 67) + -68)
-44
Okay, let's see. I need to figure out what this Python expression evaluates to. The problem is ((88 + (-4 // -33)) - 61) + (((-87 - 94) // 67) + -68). Hmm, Python expressions can sometimes have specific behaviors with integers, especially with division. Wait, but this is a math problem, so maybe it's about integer divi...
claude_alpha
alpha_15
75
0.8
4
1
5
[ "Claude Opus 4.5", "Sonnet 3.7", "Kimi K2.5", "DeepSeek v3.2" ]
[ "GPT-5" ]
14
Evaluate this Python expression. ((97 * -28) * (-94 + (38 + (74 * 72)))) - (32 - 1)
-14,318,783
Okay, let's see. I need to figure out what this Python expression is evaluating to. The problem is ((97 * -28) * (-94 + (38 + (74 * 72)))) - (32 - 1). Hmm, Python expressions can sometimes be tricky with the order of operations, but I think it's all integers here, so maybe it's straightforward. Let me break it down ste...
claude_alpha
alpha_15
75
1
5
0
5
[ "Claude Opus 4.5", "Sonnet 3.7", "GPT-5", "Kimi K2.5", "DeepSeek v3.2" ]
[]
15
Evaluate this Python expression. (-33 % ((41 - (28 + -36)) - (-3 - 84))) - (36 - 66)
133
Okay, let's try to figure out how to solve this problem. So, the task is to evaluate this Python expression: (-33 % ((41 - (28 + -36)) - (-3 - 84))) - (36 - 66). Hmm, okay. Let me break this down step by step. First, I need to remember that in Python, the modulus operator % has higher precedence than subtraction, but w...
claude_alpha
alpha_15
75
0.4
2
3
5
[ "Claude Opus 4.5", "DeepSeek v3.2" ]
[ "Sonnet 3.7", "GPT-5", "Kimi K2.5" ]
16
Evaluate this Python expression. ((-92 // -28) - (25 % (3 + 87))) * (77 * (96 + -11))
-143,990
Okay, let's try to figure out how to evaluate this Python expression. The problem is ((-92 // -28) - (25 % (3 + 87))) * (77 * (96 + -11)). Hmm, first I need to remember how Python handles integer operations, especially with negative numbers and division. Let me break it down step by step. First, let's tackle the parts...
claude_alpha
alpha_15
75
0.4
2
3
5
[ "Claude Opus 4.5", "DeepSeek v3.2" ]
[ "Sonnet 3.7", "GPT-5", "Kimi K2.5" ]
End of preview.

No dataset card yet

Downloads last month
20