Dataset Viewer
Auto-converted to Parquet Duplicate
context
listlengths
1
1
gen_kwargs
dict
repeat_idx
int64
0
4
request_idx
int64
0
510
task_name
stringclasses
6 values
metadata
dict
model_outputs
stringlengths
189
276k
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.There are three cards with letters $\\texttt{a}$, $\\texttt{b}$, $\\texttt{c}$ placed in a row in some order. You can ...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
0
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
For example, swapping $\texttt{b}$ and $\texttt{c}$ gives $\texttt{cba}$, which is not $\texttt{abc}$. In the fifth test case, swapping $\texttt{c}$ and $\texttt{a}$ gives $\texttt{cba}$, which is not $\texttt{abc}$. In the sixth test case, swapping $\texttt{a}$ and $\texttt{c}$ gives $\texttt{cba}$, which is not $\...
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.Slavic is preparing a present for a friend's birthday. He has an array $a$ of $n$ digits and the present will be the p...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
1
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
Sample Output 2: 16 2 432 430467210 Sample Output: 16 2 432 430467210 Sample Input 2: 1 1 0 Sample Output 2: 1 Note that if the array has a 0, adding 1 to it will turn it into 1, which might be beneficial. For example, in Sample Input 2, the input is [0], and the output is 1. Because adding 1 to 0 gives 1, wh...
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.You are given a strip of paper $s$ that is $n$ cells long. Each cell is either black or white. In an operation you can...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
2
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
In the fourth test case, since all are black, you can perform a single operation on the entire strip. In the fifth test case, the operations are as follows: $$\texttt{BW}\color{red}{\texttt{BWB}} \to \texttt{BWWWB} \to \texttt{BWWBW} \to \texttt{BWWWW} \to \texttt{BBBBB}$$ But wait, the sample output for the fifth ...
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.You are given a string $s$ of length $n$, consisting of lowercase Latin letters, and an integer $k$.\n\nYou need to ch...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
3
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
To solve this problem, we need to determine if we can remove exactly k characters from a given string such that the remaining characters can be rearranged into a palindrome. ### Approach The key insight is that a string can be rearranged into a palindrome if at most one character has an odd count (for odd-length str...
[ { "content": "Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.You are given an array of integers $a_1, a_2, \\ldots, a_n$ and a number $k$ ($2 \\leq k \\leq 5$). In one operation, ...
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
4
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
The product is divisible by $4$. For test case 8: Original array: 1 5 9. The product is 45, which is not divisible by 4. We need to add 1 to the second and third elements, making the array 1,6,10. The product is 60, which is divisible by 4. So two operations. Sample Input 2: 5 2 9 7 7 3 9 Sample Output 2: 0 Sa...
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
5
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"Sample Output 2:\n\nSecond\nFirst\nSecond\nFirst\nSecond\nFirst\n\nWait, the sample input 1 given i(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
6
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
" Wait, but the first truck is k=1, so all trucks have exactly 1 box. Wait, no. Wait, the first truc(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
7
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"Sample Output 2:\n\n5\n-99\n101\n-10\n-1000\n101\n-10\n-6\n-6\n-6\n-6\n-6\n-6\n-6\n-6\n-6\n-6\n-6\n(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
8
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
"Sample Output 2:\n\n0\n0\n1\n0\n19\nWait, no. Wait the sample outputs given in the problem statemen(...TRUNCATED)
[{"content":"Generate an executable Python function generated from the given prompt. Return the func(...TRUNCATED)
{ "do_sample": false, "max_new_tokens": 32768, "seed": 0, "temperature": 0.7 }
0
9
LiveCodeBench
{ "expected_answer": "", "problem_id": "", "reference_solution": "" }
" To solve this problem, we need to determine how many passengers in a given list are strictly more (...TRUNCATED)
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

mlfoundations-dev/OpenThinker-7B_eval_03-07-25_09-02_0981

Precomputed model outputs for evaluation.

Evaluation Results

Summary

Metric AIME24 AIME25 AMC23 GPQADiamond MATH500
Accuracy 20.0 16.0 53.0 32.2 72.4

AIME24

  • Average Accuracy: 20.00% ± 4.11%
  • Number of Runs: 5
Run Accuracy Questions Solved Total Questions
1 30.00% 9 30
2 6.67% 2 30
3 30.00% 9 30
4 20.00% 6 30
5 13.33% 4 30

AIME25

  • Average Accuracy: 16.00% ± 2.19%
  • Number of Runs: 5
Run Accuracy Questions Solved Total Questions
1 20.00% 6 30
2 6.67% 2 30
3 16.67% 5 30
4 20.00% 6 30
5 16.67% 5 30

AMC23

  • Average Accuracy: 53.00% ± 3.19%
  • Number of Runs: 5
Run Accuracy Questions Solved Total Questions
1 57.50% 23 40
2 42.50% 17 40
3 47.50% 19 40
4 62.50% 25 40
5 55.00% 22 40

GPQADiamond

  • Average Accuracy: 32.15% ± 4.68%
  • Number of Runs: 3
Run Accuracy Questions Solved Total Questions
1 28.28% 56 198
2 24.75% 49 198
3 43.43% 86 198

MATH500

  • Accuracy: 72.40%
    Accuracy Questions Solved Total Questions
    72.40% 362 500
Downloads last month
53