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 563 148k |
|---|---|---|---|---|---|---|
[
{
"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": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, the problem says that we have three cards arranged in a row, each being a, b, or c, each exactly once. We can perform at most one swap operation, meaning we can swap any two cards once or not swap at all. The goal is to determine if,... |
[
{
"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": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, Slavic has an array of digits, and he wants to add 1 to exactly one of them to maximize the product of all digits. The task is to find the maximum possible product after this operation.
Hmm, the approach here is to consider each dig... |
[
{
"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": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, the problem is about a strip of paper with cells that are either black (B) or white (W). We can perform an operation where we select any k consecutive cells and make them all white. The goal is to find the minimum number of operation... |
[
{
"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": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, the task is to determine if it's possible to remove exactly k characters from a given string s such that the remaining characters can be rearranged into a palindrome. Hmm, interesting.
Let me think about the properties of a palindro... |
[
{
"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": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, the problem says that we have an array of integers a_1 to a_n and a number k between 2 and 5. We can perform operations where each operation is choosing an index and incrementing its value by 1. We need to find the minimum number of ... |
[
{
"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.Vanya and Vova are playing a game. Players are given an integer $n$. On their turn, the player can add $1$ to the curr... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 5 | LiveCodeBench | {
"expected_answer": "",
"problem_id": "",
"reference_solution": ""
} | Okay, I need to solve this programming problem. Let's read the problem carefully.
So, Vanya and Vova are playing a game with an integer n. On each turn, a player can add 1 or subtract 1. Vanya starts. If after Vanya's move the number is divisible by 3, he wins. If after 10 moves (so 5 turns each) Vanya hasn't won, Vov... |
[{"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": ""
} | "Okay, I need to solve this programming problem. Let's read the problem carefully.\n\nSo, the proble(...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": ""
} | "Okay, I need to solve this programming problem. Let's read the problem carefully.\n\nSo, the task 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 | 8 | LiveCodeBench | {
"expected_answer": "",
"problem_id": "",
"reference_solution": ""
} | "Okay, I need to solve this programming problem. Let's read the problem carefully.\n\nSo, Yarik has (...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": ""
} | "Okay, I need to solve this problem where I'm given an array of strings, each representing passenger(...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/DeepSeek-R1-Distill-Qwen-32B_1743568172_eval_0981
Precomputed model outputs for evaluation.
Evaluation Results
Summary
| Metric | AIME24 | AIME25 | AMC23 | MATH500 | GPQADiamond | LiveCodeBench |
|---|---|---|---|---|---|---|
| Accuracy | 71.3 | 52.0 | 96.0 | 90.2 | 23.4 | 71.8 |
AIME24
- Average Accuracy: 71.33% ± 1.79%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 73.33% | 22 | 30 |
| 2 | 73.33% | 22 | 30 |
| 3 | 63.33% | 19 | 30 |
| 4 | 73.33% | 22 | 30 |
| 5 | 73.33% | 22 | 30 |
AIME25
- Average Accuracy: 52.00% ± 2.42%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 50.00% | 15 | 30 |
| 2 | 53.33% | 16 | 30 |
| 3 | 60.00% | 18 | 30 |
| 4 | 43.33% | 13 | 30 |
| 5 | 53.33% | 16 | 30 |
AMC23
- Average Accuracy: 96.00% ± 1.14%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 95.00% | 38 | 40 |
| 2 | 95.00% | 38 | 40 |
| 3 | 97.50% | 39 | 40 |
| 4 | 92.50% | 37 | 40 |
| 5 | 100.00% | 40 | 40 |
MATH500
- Accuracy: 90.20%
Accuracy Questions Solved Total Questions 90.20% 451 500
GPQADiamond
- Average Accuracy: 23.40% ± 0.50%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 23.74% | 47 | 198 |
| 2 | 24.24% | 48 | 198 |
| 3 | 22.22% | 44 | 198 |
LiveCodeBench
- Average Accuracy: 71.82% ± 0.45%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 72.60% | 371 | 511 |
| 2 | 71.04% | 363 | 511 |
| 3 | 71.82% | 367 | 511 |
- Downloads last month
- 7