AI-MO/aimo-validation-amc
收藏数据集概述
数据集信息
- 特征:
id: 整数类型problem: 字符串类型answer: 浮点数类型url: 字符串类型
- 分割:
train: 包含83个样本,占用32699字节
- 下载大小: 19141字节
- 数据集大小: 32699字节
配置
- 配置名称:
default- 数据文件:
train: 路径为data/train-*
- 数据文件:
数据集来源
- 数据集包含83个样本,来源于AMC12 2022和AMC12 2023,提取自AOPS wiki页面。
数据集用途
- 作为AIMO进步奖竞赛中的内部验证集。
- 使用2021年之后的数据以避免与MATH训练集的潜在重叠。
数据集字段说明
problem: 修改后的问题陈述answer: 适应的整数答案url: 问题页面的URL
数据集创建过程
- 原始AMC12问题为多项选择题,包含4个选项。
- 为了更接近AIMO进步奖的条件,问题陈述被修改为要求整数输出。
- 无法修改陈述的问题被拒绝。
示例
原始问题
Flora the frog starts at 0 on the number line and makes a sequence of jumps to the right. In any one jump, independent of previous jumps, Flora leaps a positive integer distance $m$ with probability $frac{1}{2^m}$. What is the probability that Flora will eventually land at 10? $ extbf{(A)}~frac{5}{512}qquad extbf{(B)}~frac{45}{1024}qquad extbf{(C)}~frac{127}{1024}qquad extbf{(D)}~frac{511}{1024}qquad extbf{(E)}~frac{1}{2}$
修改后的问题
Flora the frog starts at 0 on the number line and makes a sequence of jumps to the right. In any one jump, independent of previous jumps, Flora leaps a positive integer distance $m$ with probability $frac{1}{2^m}$. What is the probability that Flora will eventually land at 10? Write the answer as a simplified fraction $frac{m}{n}$, find $m+n$




