Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- code
|
| 6 |
+
- programming
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1K<n<10K
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
## MathsBench
|
| 13 |
+
|
| 14 |
+
This repository contains programming evaluation problem sets from [Codeforces](https://codeforces.com/problemset) for Large Language Models (LLMs).
|
| 15 |
+
|
| 16 |
+
If you find this work relevant or helpful to your work, please kindly cite it:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@misc{codebenchdataset,
|
| 20 |
+
title={CodeBench Dataset},
|
| 21 |
+
author={Finbarrs Oketunji},
|
| 22 |
+
year={2025}
|
| 23 |
+
}
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
### Copyright
|
| 27 |
+
|
| 28 |
+
(c) Copyright 2025 Finbarrs Oketunji. All Rights Reserved.
|