TensionLM Reasoning Line
Collection
Current public TensionLM reasoning artifacts, ordered from latest trace-distilled student back through the TS reasoner checkpoints. • 3 items • Updated
This is the first trace-distillation artifact from the TS reasoner line.
Teacher:
TensionLM-117M-TS-Reasoner-v10
Student: a compact CPU-trained TensionLM checkpoint with about 1.1M parameters, trained on compact v10 traces.
student/latest.pt: compact TensionLM trace student checkpoint.student/tokenizer.json: tokenizer trained on trace text.data/train.jsonl, data/val.jsonl, data/test.jsonl: v10 trace-distillation rows.data/*.txt: LM text format used for student training.eval/trace_distilled_v11_training_summary.json: training/eval summary.eval/trace_distilled_v11_long_eval.json: raw held-out imitation evaluation.Each row contains:
answer: ...
rule: ...
confidence: ...
rationale: ...
The dataset covers six families:
And four distributions:
Dataset:
Student:
Held-out raw imitation:
This is an honest first neural bridge. The compact student learned the trace-text distribution, but raw exact answer/rule generation is not solved yet. The v10 symbolic reasoner remains the working reasoning system. v11 provides the dataset, student checkpoint, and evaluation harness needed to improve neural imitation in the next wave.
python inference.py --prompt "Logic board: A=true; B=false; C=true. Evaluate A AND NOT B:" --category boolean_logic
python eval_trace_distilled_v11.py --checkpoint student/latest.pt --test_jsonl data/test.jsonl