context listlengths 1 1 | gen_kwargs dict | repeat_idx int64 0 9 | request_idx int64 0 514 | task_name stringclasses 9
values | metadata dict | model_outputs stringlengths 1.55k 214k |
|---|---|---|---|---|---|---|
[
{
"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 N competitive programmers numbered person 1, person 2, \\ldots, and person N.\nThere is a relation called su... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 256 | LiveCodeBench | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | <think> Okay, I need to solve this problem where I have to determine if there's a unique strongest programmer based on the given information. Let me think through the steps required.
First, let me understand the problem again. The key points are that the superiority is a strict total order (transitive, no cycles, all ... |
[
{
"content": "In this problem, the final will be a numeric value. Give the numerical answer correct upto the 2nd decimal digit. Give a detailed solution and end the solution with the final answer. Mark your solution with \\boxed\nAnswer:\n\nProblem: 2 mol of $\\mathrm{Hg}(g)$ is combusted in a fixed volume bomb... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 2,
"temperature": 0.7
} | 2 | 400 | JEEBench | {
"expected_answer": "90.39",
"problem_id": "37",
"reference_solution": null,
"subject": "chem",
"type": "Numeric"
} | <think> Okay, so I need to find the standard molar enthalpy of formation of HgO(s) at 298 K. The problem gives me some information about a combustion reaction of Hg(g) with excess O2 into HgO(s). Let me try to parse through all the details step by step.
First, let me recall the reaction equation. Since Hg is being com... |
[
{
"content": "You are a coding expert. Given a competition-level coding problem, you need to write a Python program to solve it. You may start by outlining your thought process. In the end, please provide the complete code in a code block enclosed with ``` ```. The code should take stdin as input and print the ... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 1,
"temperature": 0.7
} | 1 | 363 | CodeForces | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | <think> Okay, let's see. I need to find the maximum number of points Kevin can earn by rearranging the array. The points are earned when each a_i (after adding to the current s) is even and s becomes even, so then he can divide it by 2 until it's odd. Wait, but the note says each operation can give at most one point. H... |
[{"content":"Return your final response within \\boxed{} and only include the letter choice (A, B, C(...TRUNCATED) | {
"do_sample": true,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 186 | GPQADiamond | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, so I need to figure out how many of these stars are detectable by the ESPRESSO spectr(...TRUNCATED) |
[{"content":"You are a coding expert. Given a competition-level coding problem, you need to write a (...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 321 | CodeForces | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, I need to solve this problem where after each operation, I have to find the number of(...TRUNCATED) |
[{"content":"Generate an executable Python function generated from the given prompt. Return the func(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 2,
"temperature": 0.7
} | 2 | 167 | LiveCodeBench | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, I need to solve this problem where I have to find the number of incremovable subarray(...TRUNCATED) |
[{"content":"\"You are a coding expert. Given a competition-level coding problem, you need to write (...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 2,
"temperature": 0.7
} | 2 | 152 | CodeElo | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, so I need to solve this problem where we have to find the earliest time when all the (...TRUNCATED) |
[{"content":"\"You are a coding expert. Given a competition-level coding problem, you need to write (...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 31 | CodeElo | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, I need to solve this problem where I have a tree and track the colors of each node. T(...TRUNCATED) |
[{"content":"Generate an executable Python function generated from the given prompt. The function sh(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 1,
"temperature": 0.7
} | 1 | 359 | LiveCodeBench | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, I need to solve this problem where I have to generate an arrangement of numbers in a (...TRUNCATED) |
[{"content":"Problem: Rectangle $ABCD$ has center $O$ and $AB/AD=k$. A point is randomly chosen from(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 444 | MATH500 | {
"expected_answer": "",
"problem_id": "",
"reference_solution": "",
"subject": null,
"type": null
} | "<think> Okay, so I have this problem about a rectangle ABCD with center O, and the ratio of AB to A(...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/openthoughts3_herorun_ckpt00500_eval_636d
Precomputed model outputs for evaluation.
Evaluation Results
Summary
| Metric | AIME24 | AMC23 | MATH500 | MMLUPro | JEEBench | GPQADiamond | LiveCodeBench | CodeElo | CodeForces |
|---|---|---|---|---|---|---|---|---|---|
| Accuracy | 25.0 | 61.5 | 79.4 | 0.3 | 43.6 | 39.9 | 32.0 | 6.7 | 10.9 |
AIME24
- Average Accuracy: 25.00% ± 1.65%
- Number of Runs: 10
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 20.00% | 6 | 30 |
| 2 | 26.67% | 8 | 30 |
| 3 | 30.00% | 9 | 30 |
| 4 | 20.00% | 6 | 30 |
| 5 | 26.67% | 8 | 30 |
| 6 | 20.00% | 6 | 30 |
| 7 | 26.67% | 8 | 30 |
| 8 | 20.00% | 6 | 30 |
| 9 | 36.67% | 11 | 30 |
| 10 | 23.33% | 7 | 30 |
AMC23
- Average Accuracy: 61.50% ± 2.35%
- Number of Runs: 10
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 60.00% | 24 | 40 |
| 2 | 55.00% | 22 | 40 |
| 3 | 60.00% | 24 | 40 |
| 4 | 55.00% | 22 | 40 |
| 5 | 72.50% | 29 | 40 |
| 6 | 52.50% | 21 | 40 |
| 7 | 77.50% | 31 | 40 |
| 8 | 60.00% | 24 | 40 |
| 9 | 62.50% | 25 | 40 |
| 10 | 60.00% | 24 | 40 |
MATH500
- Accuracy: 79.40%
Accuracy Questions Solved Total Questions 79.40% 397 500
MMLUPro
- Accuracy: 0.33%
Accuracy Questions Solved Total Questions 0.33% N/A N/A
JEEBench
- Average Accuracy: 43.61% ± 0.75%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 42.62% | 219.5 | 515 |
| 2 | 45.44% | 234.0 | 515 |
| 3 | 42.77% | 220.25 | 515 |
GPQADiamond
- Average Accuracy: 39.90% ± 0.00%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 39.90% | 79 | 198 |
| 2 | 39.90% | 79 | 198 |
| 3 | 39.90% | 79 | 198 |
LiveCodeBench
- Average Accuracy: 31.96% ± 0.75%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 32.29% | 165 | 511 |
| 2 | 30.53% | 156 | 511 |
| 3 | 33.07% | 169 | 511 |
CodeElo
- Average Accuracy: 6.73% ± 0.09%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 6.91% | 27 | 391 |
| 2 | 6.65% | 26 | 391 |
| 3 | 6.65% | 26 | 391 |
CodeForces
- Average Accuracy: 10.89% ± 0.83%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 9.49% | 43 | 453 |
| 2 | 12.36% | 56 | 453 |
| 3 | 10.82% | 49 | 453 |
- Downloads last month
- 3