metadata
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 192 problems across two categories:
- Algorithmic: 129 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 problemcategory: Either "algorithmic" or "research"statement: The problem statement textconfig: YAML configuration for evaluation
Usage
from datasets import load_dataset
dataset = load_dataset("FrontierCS/Frontier-CS")
License
Apache 2.0