Update DPO family dataset: basic_arithmetic_qa
Browse files
README.md
CHANGED
|
@@ -6,20 +6,26 @@ configs:
|
|
| 6 |
path: data/*.jsonl
|
| 7 |
---
|
| 8 |
|
| 9 |
-
# SLM Synthetic DPO
|
| 10 |
|
| 11 |
## Summary
|
| 12 |
|
| 13 |
-
Synthetic preference-pair dataset containing chosen and rejected assistant responses.
|
| 14 |
|
| 15 |
## Dataset
|
| 16 |
|
| 17 |
- Dataset type: `preference optimization`
|
| 18 |
-
- Total pairs: `
|
| 19 |
-
-
|
| 20 |
-
- Teacher model: `deepseek/deepseek-v4-flash`
|
| 21 |
- Language: English
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## Schema
|
| 24 |
|
| 25 |
```json
|
|
@@ -46,7 +52,7 @@ Synthetic preference-pair dataset containing chosen and rejected assistant respo
|
|
| 46 |
|
| 47 |
## Intended Use
|
| 48 |
|
| 49 |
-
Use this dataset for DPO-style preference optimization experiments.
|
| 50 |
|
| 51 |
## Limitations
|
| 52 |
|
|
|
|
| 6 |
path: data/*.jsonl
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# SLM Synthetic DPO — basic_arithmetic_qa
|
| 10 |
|
| 11 |
## Summary
|
| 12 |
|
| 13 |
+
Synthetic preference-pair dataset containing chosen and rejected assistant responses for `basic_arithmetic_qa`.
|
| 14 |
|
| 15 |
## Dataset
|
| 16 |
|
| 17 |
- Dataset type: `preference optimization`
|
| 18 |
+
- Total pairs: `6429`
|
| 19 |
+
- Signal: `basic_arithmetic_qa`
|
|
|
|
| 20 |
- Language: English
|
| 21 |
|
| 22 |
+
## Signal Metadata
|
| 23 |
+
|
| 24 |
+
- Category: `direct_arithmetic`
|
| 25 |
+
- Difficulty: `1`
|
| 26 |
+
- Template family: `direct_addition`
|
| 27 |
+
- Eval family: `basic_arithmetic_qa`
|
| 28 |
+
|
| 29 |
## Schema
|
| 30 |
|
| 31 |
```json
|
|
|
|
| 52 |
|
| 53 |
## Intended Use
|
| 54 |
|
| 55 |
+
Use this dataset for DPO-style preference optimization experiments targeting this signal.
|
| 56 |
|
| 57 |
## Limitations
|
| 58 |
|