Datasets:
Upload dataset_metadata.json
Browse files- dataset_metadata.json +68 -0
dataset_metadata.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_info": {
|
| 3 |
+
"source": "Codeforces Problemset",
|
| 4 |
+
"creation_date": "2025-08-15T10:42:22.546174",
|
| 5 |
+
"total_problems": 10556,
|
| 6 |
+
"splits": {
|
| 7 |
+
"train": 6333,
|
| 8 |
+
"validation": 2111,
|
| 9 |
+
"test": 2112
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"columns": {
|
| 13 |
+
"contest_id": "Contest identifier",
|
| 14 |
+
"index": "Problem index within contest (A, B, C, etc.)",
|
| 15 |
+
"problem_id": "Unique problem identifier (contest_id + index)",
|
| 16 |
+
"title": "Problem title",
|
| 17 |
+
"rating": "Problem difficulty rating",
|
| 18 |
+
"tags": "Problem categories/tags",
|
| 19 |
+
"statement": "Main problem description",
|
| 20 |
+
"input_spec": "Input specification",
|
| 21 |
+
"output_spec": "Output specification",
|
| 22 |
+
"note": "Additional notes",
|
| 23 |
+
"sample_tests": "Example input/output",
|
| 24 |
+
"difficulty_category": "Categorised difficulty level",
|
| 25 |
+
"tag_count": "Number of tags assigned",
|
| 26 |
+
"statement_length": "Length of problem statement",
|
| 27 |
+
"input_spec_length": "Length of input specification",
|
| 28 |
+
"output_spec_length": "Length of output specification",
|
| 29 |
+
"contest_year": "Approximate contest year"
|
| 30 |
+
},
|
| 31 |
+
"statistics": {
|
| 32 |
+
"rating_distribution": {
|
| 33 |
+
"count": 10556.0,
|
| 34 |
+
"mean": 1818.1129215611975,
|
| 35 |
+
"std": 774.9816586449926,
|
| 36 |
+
"min": 0.0,
|
| 37 |
+
"25%": 1200.0,
|
| 38 |
+
"50%": 1800.0,
|
| 39 |
+
"75%": 2400.0,
|
| 40 |
+
"max": 3500.0
|
| 41 |
+
},
|
| 42 |
+
"difficulty_distribution": {
|
| 43 |
+
"Beginner": 1939,
|
| 44 |
+
"Medium": 1901,
|
| 45 |
+
"Hard": 1839,
|
| 46 |
+
"Easy": 1707,
|
| 47 |
+
"Master": 1636,
|
| 48 |
+
"Expert": 1534
|
| 49 |
+
},
|
| 50 |
+
"top_tags": {
|
| 51 |
+
"greedy": 3210,
|
| 52 |
+
"math": 3174,
|
| 53 |
+
"implementation": 2899,
|
| 54 |
+
"dp": 2315,
|
| 55 |
+
"constructive algorithms": 1922,
|
| 56 |
+
"data structures": 1895,
|
| 57 |
+
"brute force": 1864,
|
| 58 |
+
"binary search": 1185,
|
| 59 |
+
"sortings": 1164,
|
| 60 |
+
"graphs": 1154
|
| 61 |
+
},
|
| 62 |
+
"average_statement_length": 942.3583743842364,
|
| 63 |
+
"contest_range": {
|
| 64 |
+
"min": 1,
|
| 65 |
+
"max": 2131
|
| 66 |
+
}
|
| 67 |
+
}
|
| 68 |
+
}
|