Add dataset card, link to paper
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains a prefix pool dataset used in [Multi-Turn On-Policy Distillation with Prefix Replay](https://huggingface.co/papers/2607.04763).
|
| 7 |
+
|
| 8 |
+
ReOPD distills a teacher agent into a student **without environment interaction during student training**: the student acts on prefixes replayed from pre-collected teacher trajectories (the prefix pool contained in this dataset), while the teacher supplies dense per-step supervision. It matches or improves online OPD accuracy with **zero tool calls** and **4–9× faster rollouts**.
|
| 9 |
+
|
| 10 |
+
Project page: https://baohaoliao.github.io/ReOPD/
|
| 11 |
+
|
| 12 |
+
Code: https://github.com/BaohaoLiao/ReOPD
|
| 13 |
+
|
| 14 |
+
A collection with all released models and datasets can be found at https://huggingface.co/collections/baohao/reopd.
|