context listlengths 1 1 | gen_kwargs dict | repeat_idx int64 0 4 | request_idx int64 0 499 | task_name stringclasses 4
values | metadata dict | model_outputs stringlengths 464 154k |
|---|---|---|---|---|---|---|
[
{
"content": "Problem: Among the 900 residents of Aimeville, there are 195 who own a diamond ring, 367 who own a set of golf clubs, and 562 who own a garden spade. In addition, each of the 900 residents owns a bag of candy hearts. There are 437 residents who own exactly two of these things, and 234 residents wh... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 0 | AIME24 | {
"expected_answer": "73",
"problem_id": "aime24-0",
"reference_solution": "Let $w,x,y,z$ denote the number of residents who own 1,2,3 and 4 of these items, respectively. We know $w+x+y+z=900$ , since there are 900 residents in total. This simplifies to $w+z=229$ , since we know $x=437$ and $y=234$ . Now, w... | To solve this problem, we can use the principle of inclusion-exclusion. Let's denote the four sets as follows:
- \( D \): residents who own a diamond ring.
- \( G \): residents who own a set of golf clubs.
- \( S \): residents who own a garden spade.
- \( C \): residents who own a bag of candy hearts.
We are given th... |
[
{
"content": "Problem: A list of positive integers has the following properties: $\\bullet$ The sum of the items in the list is $30$ . $\\bullet$ The unique mode of the list is $9$ . $\\bullet$ The median of the list is a positive integer that does not appear in the list itself. Find the sum of the squares... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 1 | AIME24 | {
"expected_answer": "236",
"problem_id": "aime24-1",
"reference_solution": "The third condition implies that the list's size must be an even number, as if it were an odd number, the median of the list would surely appear in the list itself. Therefore, we can casework on what even numbers work. Say the size is 2.... | To solve this problem, we need to construct a list of positive integers that satisfies three conditions: the sum of the items is 30, the unique mode is 9, and the median is a positive integer that does not appear in the list. Then, we need to find the sum of the squares of all the items in the list.
### Step-by-Step S... |
[
{
"content": "Problem: Find the number of ways to place a digit in each cell of a 2x3 grid so that the sum of the two numbers formed by reading left to right is $999$ , and the sum of the three numbers formed by reading top to bottom is $99$ . The grid below is an example of such an arrangement because $8+99... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 2 | AIME24 | {
"expected_answer": "45",
"problem_id": "aime24-2",
"reference_solution": "Consider this table: $\\begin{array}{|c|c|c|} \\hline a & b & c \\\\ \\hline d & e & f\\\\ \\hline \\end{array}$ We note that $c+f = 9$ , because $c+f \\leq 18$ , meaning it never achieves a unit's digit sum of $9$ otherwise. Since no... | To solve this problem, we need to determine the number of ways to place a digit in each cell of a 2x3 grid such that the sum of the two numbers formed by reading left to right (each number being a 3-digit number) is 999, and the sum of the three numbers formed by reading top to bottom (each number being a 2-digit numbe... |
[
{
"content": "Problem: Let $x,y$ and $z$ be positive real numbers that satisfy the following system of equations:\n \\[\\log_2\\left({x \\over yz}\\right) = {1 \\over 2}\\] \\[\\log_2\\left({y \\over xz}\\right) = {1 \\over 3}\\] \\[\\log_2\\left({z \\over xy}\\right) = {1 \\over 4}\\] \nThen the value of... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 3 | AIME24 | {
"expected_answer": "33",
"problem_id": "aime24-3",
"reference_solution": "Denote $\\log_2(x) = a$ , $\\log_2(y) = b$ , and $\\log_2(z) = c$ . Then, we have:\n $a-b-c = \\frac{1}{2}$ \n $-a+b-c = \\frac{1}{3}$ \n $-a-b+c = \\frac{1}{4}$ Now, we can solve to get $a = \\frac{-7}{24}, b = \\frac{-9}{24}, c = \\... | To solve the given system of equations involving logarithms, we start by converting each logarithmic equation into its exponential form. The given equations are:
1. \(\log_2\left(\frac{x}{yz}\right) = \frac{1}{2}\)
2. \(\log_2\left(\frac{y}{xz}\right) = \frac{1}{3}\)
3. \(\log_2\left(\frac{z}{xy}\right) = \frac{1}{4}\... |
[
{
"content": "Problem: Let ABCDEF be a convex equilateral hexagon in which all pairs of opposite sides are parallel. The triangle whose sides are extensions of segments AB, CD, and EF has side lengths 200, 240, and 300. Find the side length of the hexagon.\nMark your solution with \\boxed\nAnswer:",
"role":... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 4 | AIME24 | {
"expected_answer": "80",
"problem_id": "aime24-4",
"reference_solution": "Draw a good diagram!\nLet $AF \\cap BC$ , $BC \\cap DE$ , and $AF \\cap DE$ be K, L, and M, respectively. Let $KL=200, KM=300, ML=240$ . Notice that all smaller triangles formed are all similar to the larger $(200,240,300)$ triangl... | To solve the problem, we start by understanding the structure of the convex equilateral hexagon \(ABCDEF\) where all pairs of opposite sides are parallel. This means that the hexagon is a regular hexagon rotated by 30 degrees, but since it's equilateral and all opposite sides are parallel, it must be a specific type of... |
[
{
"content": "Problem: Alice chooses a set $A$ of positive integers. Then Bob lists all finite nonempty sets $B$ of positive integers with the property that the maximum element of $B$ belongs to $A$ . Bob's list has 2024 sets. Find the sum of the elements of A.\nMark your solution with \\boxed\nAnswer:",... | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 5 | AIME24 | {
"expected_answer": "55",
"problem_id": "aime24-5",
"reference_solution": "Let $k$ be one of the elements in Alices set $A$ of positive integers. The number of sets that Bob lists with the property that their maximum element is k is $2^{k-1}$ , since every positive integer less than k can be in the set or o... | To solve the problem, we need to determine the set \( A \) such that the number of finite nonempty sets \( B \) of positive integers, where the maximum element of \( B \) belongs to \( A \), is 2024. Then, we need to find the sum of the elements of \( A \).
First, let's analyze the problem. Bob lists all finite nonemp... |
[{"content":"Problem: Let $N$ be the greatest four-digit positive integer with the property that w(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 6 | AIME24 | {"expected_answer":"699","problem_id":"aime24-6","reference_solution":"We note that by changing a di(...TRUNCATED) | "To solve the problem, we need to find the greatest four-digit positive integer \\( N \\) such that (...TRUNCATED) |
[{"content":"Problem: Torus $T$ is the surface produced by revolving a circle with radius $3$ ar(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 7 | AIME24 | {"expected_answer":"127","problem_id":"aime24-7","reference_solution":"First, let's consider a secti(...TRUNCATED) | "To solve the problem, we need to determine the radii of the circles along which the torus \\( T \\)(...TRUNCATED) |
[{"content":"Problem: There is a collection of $25$ indistinguishable white chips and $25$ indis(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 8 | AIME24 | {"expected_answer":"902","problem_id":"aime24-8","reference_solution":"The problem says \"some\", so(...TRUNCATED) | "To solve this problem, we need to determine the number of ways to place some chips (either white or(...TRUNCATED) |
[{"content":"Problem: Let $\\triangle ABC$ have circumcenter $O$ and incenter $I$ with $\\ove(...TRUNCATED) | {
"do_sample": false,
"max_new_tokens": 32768,
"seed": 0,
"temperature": 0.7
} | 0 | 9 | AIME24 | {"expected_answer":"468","problem_id":"aime24-9","reference_solution":"By Euler's formula $OI^{2}=R(...TRUNCATED) | "To solve the problem, we start by noting that given \\(\\triangle ABC\\) with circumradius \\(R = 1(...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/Bespoke-Stratos-7B_1743983930_eval_68a0
Precomputed model outputs for evaluation.
Evaluation Results
Summary
| Metric | AIME24 | AIME25 | AMC23 | MATH500 |
|---|---|---|---|---|
| Accuracy | 12.7 | 13.3 | 53.0 | 76.0 |
AIME24
- Average Accuracy: 12.67% ± 1.74%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 10.00% | 3 | 30 |
| 2 | 16.67% | 5 | 30 |
| 3 | 6.67% | 2 | 30 |
| 4 | 16.67% | 5 | 30 |
| 5 | 13.33% | 4 | 30 |
AIME25
- Average Accuracy: 13.33% ± 1.33%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 10.00% | 3 | 30 |
| 2 | 13.33% | 4 | 30 |
| 3 | 16.67% | 5 | 30 |
| 4 | 16.67% | 5 | 30 |
| 5 | 10.00% | 3 | 30 |
AMC23
- Average Accuracy: 53.00% ± 1.30%
- Number of Runs: 5
| Run | Accuracy | Questions Solved | Total Questions |
|---|---|---|---|
| 1 | 52.50% | 21 | 40 |
| 2 | 50.00% | 20 | 40 |
| 3 | 55.00% | 22 | 40 |
| 4 | 57.50% | 23 | 40 |
| 5 | 50.00% | 20 | 40 |
MATH500
- Accuracy: 76.00%
Accuracy Questions Solved Total Questions 76.00% 380 500
- Downloads last month
- 3