Commit ·
29f272c
1
Parent(s): 548dea4
Added a section on data quality aspect (#2)
Browse files- Added a section on data quality aspect (5d3358cbc4d05abe4b9ca35347f828a4dfcaac0e)
Co-authored-by: Kihwan Han <kihwanh-turing@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -99,6 +99,19 @@ Because answers are deterministic, evaluation can be performed via:
|
|
| 99 |
|
| 100 |
---
|
| 101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
## Reinforcement Learning and Outcome Supervision
|
| 103 |
|
| 104 |
This dataset is designed to support **outcome-based reinforcement learning** for reasoning models.
|
|
|
|
| 99 |
|
| 100 |
---
|
| 101 |
|
| 102 |
+
## Data Quality Assurance Process
|
| 103 |
+
|
| 104 |
+
To ensure scientific validity of the answer, all tasks are prepared and reviewed twice by PhD experts.
|
| 105 |
+
|
| 106 |
+
Key quality rubrics include:
|
| 107 |
+
|
| 108 |
+
* Prompt and answer accuracy
|
| 109 |
+
* Clarity of prompt and underlying reasoning
|
| 110 |
+
* Expert-verified model breaking cases due to model’s incorrect reasoning process
|
| 111 |
+
* Google-proof originality validation.
|
| 112 |
+
|
| 113 |
+
---
|
| 114 |
+
|
| 115 |
## Reinforcement Learning and Outcome Supervision
|
| 116 |
|
| 117 |
This dataset is designed to support **outcome-based reinforcement learning** for reasoning models.
|