Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 1 |
+
## 🔗 Related Project: OJBench
|
| 2 |
+
|
| 3 |
+
This dataset is part of the [OJBench](https://github.com/He-Ren/OJBench) project — a comprehensive benchmark designed to evaluate large language models on competition-level programming tasks.
|
| 4 |
+
|
| 5 |
+
* 📄 **Paper**: [OJBench: A Competition Level Code Benchmark For Large Language Models](https://huggingface.co/papers/2506.16395)
|
| 6 |
+
* 💻 **Codebase**: [github.com/He-Ren/OJBench](https://github.com/He-Ren/OJBench)
|
| 7 |
+
|
| 8 |
+
OJBench focuses on real-world programming contests, featuring 232 curated problems from **China’s National Olympiad in Informatics (NOI)** and the **International Collegiate Programming Contest (ICPC)**. Each problem is labeled by difficulty and supports bilingual evaluation in **Python** and **C++**.
|
| 9 |
+
|
| 10 |
+
If you use this dataset or benchmark in your work, please consider citing the paper.
|
| 11 |
+
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
License: CC BY 4.0
|