Add dataset card + citation (cite-back)
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- mechanistic-interpretability
|
| 9 |
+
- linear-probes
|
| 10 |
+
- reasoning
|
| 11 |
+
- llm-monitoring
|
| 12 |
+
pretty_name: ReasoningGuard Rollouts (Qwen3.6-27B)
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# ReasoningGuard Rollouts — Qwen3.6-27B
|
| 16 |
+
|
| 17 |
+
Labeled reasoning rollouts used to train/evaluate the **ReasoningGuard** linear probe
|
| 18 |
+
(reasoning-integrity monitoring) on Qwen3.6-27B, part of the OpenInterpretability probe stack.
|
| 19 |
+
|
| 20 |
+
Companion to the probe weights: [`caiovicentino1/ReasoningGuard-linearprobe-qwen36-27b`](https://huggingface.co/caiovicentino1/ReasoningGuard-linearprobe-qwen36-27b).
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
Part of the OpenInterpretability conditionally-causal probe program.
|
| 24 |
+
```bibtex
|
| 25 |
+
@techreport{vicentino2026probes,
|
| 26 |
+
title = {Conditionally-Causal Probes: Five Operational Constraints on Linear-Probe Causality in Qwen3.6-27B},
|
| 27 |
+
author = {Vicentino, Caio}, year = {2026}, institution = {OpenInterpretability},
|
| 28 |
+
url = {https://openinterp.org/research/papers/conditionally-causal-probes}
|
| 29 |
+
}
|
| 30 |
+
```
|
| 31 |
+
Full research index: https://openinterp.org/research
|