File size: 1,030 Bytes
56bf3e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65d62af
 
56bf3e8
 
275d3d0
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
task_categories:
- text-classification
language:
- en
tags:
- competitive-programming
- code
- tutorial
- editorial
- statement
- tag
- rating
pretty_name: >-
  CREST (Code, Ratings, Editorials, Statements, and Tags): A Dataset of
  Annotated Codeforces Problems
size_categories:
- 1K<n<10K
---

**CREST (Code, Ratings, Editorials, Statements, and Tags)** is a dataset of 8,941 annotated Codeforces problems. For each problem, the dataset includes:
- The problem statement and tutorial (editorial) text, both of which are math-rich and contain LaTeX-formatted mathematical notation.
- Reference solution code from the tutorial, when available.
- A set of algorithmic tags.
- A numerical difficulty rating.

The dataset supports tasks such as multilabel tag classification and rating regression from competitive programming content.

This dataset is derived from publicly available Codeforces problem metadata. All original problem content remains the property of its respective authors and platforms.