Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Frontier-CS Dataset

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

Dataset Description

This dataset contains 268 problems across three categories:

  • Algorithmic: 188 competitive programming problems with automated judging
  • Research: 66 open-ended research problems
  • 2.0: 14 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

from datasets import load_dataset

dataset = load_dataset("FrontierCS/Frontier-CS")

License

Apache 2.0

Downloads last month
4,489