Update dataset
Browse files- README.md +4 -2
- data/test-00000-of-00001.json +0 -0
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- algorithms
|
| 10 |
- competitive-programming
|
| 11 |
- research
|
|
|
|
| 12 |
size_categories:
|
| 13 |
- n<1K
|
| 14 |
---
|
|
@@ -19,15 +20,16 @@ A benchmark dataset for evaluating AI systems on challenging computer science pr
|
|
| 19 |
|
| 20 |
## Dataset Description
|
| 21 |
|
| 22 |
-
This dataset contains
|
| 23 |
- **Algorithmic**: 188 competitive programming problems with automated judging
|
| 24 |
- **Research**: 66 open-ended research problems
|
|
|
|
| 25 |
|
| 26 |
## Dataset Structure
|
| 27 |
|
| 28 |
Each problem has the following fields:
|
| 29 |
- `problem_id`: Unique identifier for the problem
|
| 30 |
-
- `category`:
|
| 31 |
- `statement`: The problem statement text
|
| 32 |
- `config`: YAML configuration for evaluation
|
| 33 |
|
|
|
|
| 9 |
- algorithms
|
| 10 |
- competitive-programming
|
| 11 |
- research
|
| 12 |
+
- frontier-cs-2.0
|
| 13 |
size_categories:
|
| 14 |
- n<1K
|
| 15 |
---
|
|
|
|
| 20 |
|
| 21 |
## Dataset Description
|
| 22 |
|
| 23 |
+
This dataset contains 255 problems across three categories:
|
| 24 |
- **Algorithmic**: 188 competitive programming problems with automated judging
|
| 25 |
- **Research**: 66 open-ended research problems
|
| 26 |
+
- **2.0**: 1 next-generation open-ended optimization problems
|
| 27 |
|
| 28 |
## Dataset Structure
|
| 29 |
|
| 30 |
Each problem has the following fields:
|
| 31 |
- `problem_id`: Unique identifier for the problem
|
| 32 |
+
- `category`: One of "algorithmic", "research", or "2.0"
|
| 33 |
- `statement`: The problem statement text
|
| 34 |
- `config`: YAML configuration for evaluation
|
| 35 |
|
data/test-00000-of-00001.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|