ZaniteA commited on
Commit
275d3d0
·
verified ·
1 Parent(s): 7a3c4da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -17,4 +17,14 @@ pretty_name: >-
17
  Annotated Codeforces Problems
18
  size_categories:
19
  - 1K<n<10K
20
- ---
 
 
 
 
 
 
 
 
 
 
 
17
  Annotated Codeforces Problems
18
  size_categories:
19
  - 1K<n<10K
20
+ ---
21
+
22
+ **CREST (Code, Ratings, Editorials, Statements, and Tags)** is a dataset of 8,941 annotated Codeforces problems. For each problem, the dataset includes:
23
+ - The problem statement and tutorial (editorial) text, both of which are math-rich and contain LaTeX-formatted mathematical notation.
24
+ - Reference solution code from the tutorial, when available.
25
+ - A set of algorithmic tags.
26
+ - A numerical difficulty rating.
27
+
28
+ The dataset supports tasks such as multilabel tag classification and rating regression from competitive programming content.
29
+
30
+ This dataset is derived from publicly available Codeforces problem metadata. All original problem content remains the property of its respective authors and platforms.