File size: 1,933 Bytes
166116c
 
 
 
 
 
 
02d9e1b
 
 
 
 
 
 
166116c
02d9e1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4417869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
configs:
- config_name: default
  data_files:
  - split: test
    path: "usaco_2025.parquet"
---
## USACO 2025 Open Contest Dataset

### Dataset Description
The USA Computing Olympiad (USACO) is a prestigious algorithmic programming competition for high school students in the United States, consisting of four difficulty levels: Bronze, Silver, Gold, and Platinum. Each level contains a set of challenging problems that test algorithmic thinking and implementation skills, making USACO a valuable benchmark for evaluating the reasoning and problem-solving capabilities of large language models. This dataset contains problems and test cases from the USACO 2025 Open Contest. 

### Data Fields

Each problem in the parquet file contains:
- `name`: Contest and difficulty level
- `problem_link`: Official USACO problem link
- `test_data_link`: Link to test data
- `solution_link`: Link to official solution
- `problem_level`: Difficulty level (bronze/silver/gold/platinum)
- `description`: Full problem statement
- `input_format`: Input specification
- `output_format`: Output specification
- `samples`: Sample test cases included in problem description
- `runtime_limit`: Time limit in seconds
- `memory_limit`: Memory limit in MB
- `solution`: Official solution with explanation

### Source Data

Data was collected from the official USACO contest platform `https://usaco.org//index.php?page=open25results`, copyright not specified.

### Citation

If you use this dataset, please cite:

```bibtex
@misc{liu2025rstarcoderscalingcompetitivecode,
      title={rStar-Coder: Scaling Competitive Code Reasoning with a Large-Scale Verified Dataset}, 
      author={Yifei Liu and Li Lyna Zhang and Yi Zhu and Bingcheng Dong and Xudong Zhou and Ning Shang and Fan Yang and Mao Yang},
      year={2025},
      eprint={2505.21297},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2505.21297}, 
}