README
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TRSI raw proposer trajectories — 4-model comparison
|
| 2 |
+
|
| 3 |
+
Raw proposer sessions (`_proposer.json`) from the terminal-RSI proposer ablation,
|
| 4 |
+
one folder per proposer model. Each `_proposer.json` holds the full session:
|
| 5 |
+
`steps` (thinking / tool[bash,read,write,edit] / text), `usage`
|
| 6 |
+
(input/output tokens, duration), `prompt`, `system_prompt`, and `raw_output`
|
| 7 |
+
(raw transcript). Snapshot; kimi-k3 + qwen3.6-35b are still accumulating.
|
| 8 |
+
|
| 9 |
+
## Layout
|
| 10 |
+
```
|
| 11 |
+
<model>/<pool>/full/<wall_id>/v<N>/output/_proposer.json
|
| 12 |
+
```
|
| 13 |
+
models: opus (claude-opus-4.8), sol (gpt-5.6-sol), kimi-k3, qwen3.6-35b.
|
| 14 |
+
pools: armA-* / armtmax-* (opus/sol), armA-k3-48 / armtmax-k3-48 (kimi),
|
| 15 |
+
prop-qwen35b-s1..s18 (qwen).
|