sid6 commited on
Commit
fccf48d
·
verified ·
1 Parent(s): f28490f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -15,14 +15,20 @@ size_categories:
15
  - 10K<n<100K
16
  ---
17
 
18
- # RobustTests
 
 
 
 
 
 
 
 
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2608.24135-b31b1b.svg?logo=arxiv)](https://arxiv.org/abs/2608.24135)
23
+ [![Venue](https://img.shields.io/badge/Venue-Findings%20of%20EMNLP%202026-4c6ef5.svg)](https://arxiv.org/abs/2608.24135)
24
+ [![Dataset License](https://img.shields.io/badge/Dataset%20License-CC--BY--4.0-f1df61.svg)](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