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 160k |
|---|---|---|---|---|---|---|
[
{
"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
} | def strongest_programmer():
import sys
input = sys.stdin.read
data = list(map(int, input().split()))
N = data[0]
M = data[1]
edges = data[2:]
graph = [[] for _ in range(N)]
for i in range(0, M*2, 2):
a, b = edges[i]-1, edges[i+1]-1
graph[a].append(b)
def dfs(node):
... |
[
{
"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"
} | To determine the standard molar enthalpy of formation of HgO(s) at 298 K, we need to follow these steps:
1. **Write the balanced chemical equation:**
\[
2 \, \text{Hg}(g) + \text{O}_2(g) \rightarrow 2 \, \text{HgO}(s)
\]
2. **Calculate the heat absorbed by the calorimeter (q):**
The temperature increases ... |
[
{
"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
} | To tackle this problem, let's start by breaking down the rules and the goal. The key here is to maximize the number of points Kevin earns by rearranging the integers in the list `a`. Each operation involves adding an element to the current sum `s`, which initially is 0. If the sum becomes even, Kevin divides it by 2 re... |
[{"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
} | "First, let's recall the formula for the apparent magnitude based on absolute magnitude and distance(...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
} | "To solve this problem, I need to track the possible positions of the joker after each operation. Th(...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
} | "def countIncremovableSubarrays(nums):\n n = len(nums)\n count = 0\n for i in range(n):\n (...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
} | "To solve this problem, I need to determine the earliest time when all lights in the apartment are t(...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
} | "To solve this problem, I need to determine after each query if the black vertices in the tree form (...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
} | "Here's a Python function that solves the problem as per the prompt. The function `arrange_parts` ta(...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
} | "To solve the problem, we need to determine the probability that a randomly chosen point inside rect(...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/a1_science_camel_biology_eval_636d
Precomputed model outputs for evaluation.
Evaluation Results
Summary
| Metric | AIME24 | AMC23 | MATH500 | MMLUPro | JEEBench | GPQADiamond | LiveCodeBench | CodeElo | CodeForces |
|---|---|---|---|---|---|---|---|---|---|
| Accuracy | 11.7 | 51.0 | 69.6 | 27.4 | 31.5 | 27.9 | 0.1 | 2.7 | 5.2 |
AIME24
- Average Accuracy: 11.67% ± 1.27%
- Number of Runs: 10
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 16.67% | 5 | 30 |
| 2 | 10.00% | 3 | 30 |
| 3 | 13.33% | 4 | 30 |
| 4 | 13.33% | 4 | 30 |
| 5 | 3.33% | 1 | 30 |
| 6 | 16.67% | 5 | 30 |
| 7 | 13.33% | 4 | 30 |
| 8 | 10.00% | 3 | 30 |
| 9 | 6.67% | 2 | 30 |
| 10 | 13.33% | 4 | 30 |
AMC23
- Average Accuracy: 51.00% ± 1.63%
- Number of Runs: 10
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 50.00% | 20 | 40 |
| 2 | 62.50% | 25 | 40 |
| 3 | 45.00% | 18 | 40 |
| 4 | 55.00% | 22 | 40 |
| 5 | 50.00% | 20 | 40 |
| 6 | 52.50% | 21 | 40 |
| 7 | 42.50% | 17 | 40 |
| 8 | 52.50% | 21 | 40 |
| 9 | 50.00% | 20 | 40 |
| 10 | 50.00% | 20 | 40 |
MATH500
- Accuracy: 69.60%
Accuracy Questions Solved Total Questions 69.60% 348 500
MMLUPro
- Average Accuracy: 27.40% ± 0.00%
- Number of Runs: 1
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 27.40% | 137 | 500 |
JEEBench
- Average Accuracy: 31.50% ± 1.07%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 32.77% | 168.75 | 515 |
| 2 | 32.86% | 169.25 | 515 |
| 3 | 28.88% | 148.75 | 515 |
GPQADiamond
- Average Accuracy: 27.95% ± 1.72%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 23.74% | 47 | 198 |
| 2 | 30.30% | 60 | 198 |
| 3 | 29.80% | 59 | 198 |
LiveCodeBench
- Average Accuracy: 0.13% ± 0.07%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 0.20% | 1 | 511 |
| 2 | 0.20% | 1 | 511 |
| 3 | 0.00% | 0 | 511 |
CodeElo
- Average Accuracy: 2.73% ± 0.23%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 2.81% | 11 | 391 |
| 2 | 3.07% | 12 | 391 |
| 3 | 2.30% | 9 | 391 |
CodeForces
- Average Accuracy: 5.15% ± 0.48%
- Number of Runs: 3
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 5.74% | 26 | 453 |
| 2 | 4.19% | 19 | 453 |
| 3 | 5.52% | 25 | 453 |
- Downloads last month
- 6