File size: 883 Bytes
f4c67e4 b54f18b f4c67e4 b54f18b f4c67e4 b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc f54a4fe b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc b54f18b 5fed0fc b54f18b |
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 |
---
license: apache-2.0
task_categories:
- text-generation
language:
- en
tags:
- code
- algorithms
- competitive-programming
- research
size_categories:
- n<1K
---
# Frontier-CS Dataset
A benchmark dataset for evaluating AI systems on challenging computer science problems.
## Dataset Description
This dataset contains 200 problems across two categories:
- **Algorithmic**: 137 competitive programming problems with automated judging
- **Research**: 63 open-ended research problems
## Dataset Structure
Each problem has the following fields:
- `problem_id`: Unique identifier for the problem
- `category`: Either "algorithmic" or "research"
- `statement`: The problem statement text
- `config`: YAML configuration for evaluation
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("FrontierCS/Frontier-CS")
```
## License
Apache 2.0
|