Update README.md
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ base_model:
|
|
| 20 |
pipeline_tag: question-answering
|
| 21 |
---
|
| 22 |
|
| 23 |
-
# 馃殌
|
| 24 |
|
| 25 |
## 馃挕 Abstract
|
| 26 |
|
| 27 |
-
**
|
| 28 |
|
| 29 |
This model aims to validate a hypothesis in cutting-edge research: even if powerful models hide their true, full Chain-of-Thought (exposing only the final answer and short summaries), external models can still leverage these compressed signals to invert and reconstruct **detailed reasoning steps** with significant training value.
|
| 30 |
|
|
|
|
| 20 |
pipeline_tag: question-answering
|
| 21 |
---
|
| 22 |
|
| 23 |
+
# 馃殌 Trace-Inverter-4B: A Trace Inversion Model for Compressed Reasoning Summaries
|
| 24 |
|
| 25 |
## 馃挕 Abstract
|
| 26 |
|
| 27 |
+
**Trace-Inverter-4B** is a **4B-parameter** experimental model for "Trace Inversion." Its core task is to reconstruct a **complete and coherent** synthetic reasoning trace based on the "**Original Problem + Final Answer + Compressed Reasoning Bubbles**."
|
| 28 |
|
| 29 |
This model aims to validate a hypothesis in cutting-edge research: even if powerful models hide their true, full Chain-of-Thought (exposing only the final answer and short summaries), external models can still leverage these compressed signals to invert and reconstruct **detailed reasoning steps** with significant training value.
|
| 30 |
|