File size: 1,077 Bytes
f4c67e4
 
 
 
 
 
 
 
 
b54f18b
 
9cb9c01
f4c67e4
b54f18b
6250e5b
 
 
 
 
f4c67e4
 
b54f18b
5fed0fc
b54f18b
5fed0fc
b54f18b
5fed0fc
db09421
7bb9648
f2ca24c
db09421
5fed0fc
b54f18b
5fed0fc
b54f18b
 
9cb9c01
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
46
47
48
49
50
51
52
---
license: apache-2.0
task_categories:
  - text-generation
language:
  - en
tags:
  - code
  - algorithms
  - competitive-programming
  - research
  - frontier-cs-2.0
size_categories:
  - n<1K
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*.json
---

# Frontier-CS Dataset

A benchmark dataset for evaluating AI systems on challenging computer science problems.

## Dataset Description

This dataset contains 264 problems across three categories:
- **Algorithmic**: 188 competitive programming problems with automated judging
- **Research**: 66 open-ended research problems
- **2.0**: 10 next-generation open-ended optimization problems

## Dataset Structure

Each problem has the following fields:
- `problem_id`: Unique identifier for the problem
- `category`: One of "algorithmic", "research", or "2.0"
- `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