Update README.md
Browse files
README.md
CHANGED
|
@@ -15,14 +15,20 @@ size_categories:
|
|
| 15 |
- 10K<n<100K
|
| 16 |
---
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Dataset Description
|
| 21 |
|
| 22 |
RobustTests is a high-quality test case dataset specifically designed for **reinforcement learning from verifiable rewards (RLVR)** in code generation tasks. It addresses the fundamental limitation of insufficient test coverage that often causes **false positives** and **reward hacking** in RL-based code training.
|
| 23 |
|
| 24 |
-
📄 **Paper**: [Robust Code RL via Faulty-Code-Driven Test Case Synthesis and Dense Reward Shaping](https://arxiv.org/abs/2608.24135) — Findings of EMNLP 2026
|
| 25 |
-
|
| 26 |
**Important**: To avoid copyright issues, this dataset only provides the test case collections — it does not include the original problem descriptions. Each problem is identified by its `id` and `source`, which can be used to match with the corresponding problems in [Code-Contests-Plus](https://huggingface.co/datasets/ByteDance-Seed/Code-Contests-Plus) or the original competitive programming platforms.
|
| 27 |
|
| 28 |
## Key Features
|
|
|
|
| 15 |
- 10K<n<100K
|
| 16 |
---
|
| 17 |
|
| 18 |
+
<div align="center">
|
| 19 |
+
|
| 20 |
+
<h2><strong>Robust Code RL via Faulty-Code-Driven Test Case Synthesis and Dense Reward Shaping</strong></h2>
|
| 21 |
+
|
| 22 |
+
[](https://arxiv.org/abs/2608.24135)
|
| 23 |
+
[](https://arxiv.org/abs/2608.24135)
|
| 24 |
+
[](https://creativecommons.org/licenses/by/4.0/)
|
| 25 |
+
|
| 26 |
+
</div>
|
| 27 |
|
| 28 |
## Dataset Description
|
| 29 |
|
| 30 |
RobustTests is a high-quality test case dataset specifically designed for **reinforcement learning from verifiable rewards (RLVR)** in code generation tasks. It addresses the fundamental limitation of insufficient test coverage that often causes **false positives** and **reward hacking** in RL-based code training.
|
| 31 |
|
|
|
|
|
|
|
| 32 |
**Important**: To avoid copyright issues, this dataset only provides the test case collections — it does not include the original problem descriptions. Each problem is identified by its `id` and `source`, which can be used to match with the corresponding problems in [Code-Contests-Plus](https://huggingface.co/datasets/ByteDance-Seed/Code-Contests-Plus) or the original competitive programming platforms.
|
| 33 |
|
| 34 |
## Key Features
|