Qwen2.5-Math-7B Abstract-CoT (compressed reasoning via GRPO)
Reimplementation of Abstract-CoT (Ramji, Naseem, Astudillo, "Thinking Without Words",
arXiv:2604.22709) at academic-scale compute on a single H100. Built on
Qwen2.5-Math-7B-Instruct.
This is the GRPO best-by-eval checkpoint (step 750 / 800).
Compressed-CoT model maintains 65% of full-budget verbal accuracy at 43% of the tokens.
Substantially above the budget-matched truncated verbal baseline (+32-38pp).
Honest caveats
The abstract-token mechanism reported in the paper does not emerge at this compute
budget. Direct ablation on this checkpoint (n=100, maj@8) yields:
Condition
Accuracy
Δ vs baseline
Normal z̃
51%
—
Random z̃ (replace each position with a random V_abs token)
54%
+3pp
Zero z̃ (skip the abstract block entirely)
52%
+1pp
The model produces a near-constant 9-token abstract prefix regardless of input;
all of the load-bearing reasoning happens in the answer phase as verbal CoT,
just compressed under a length budget. This is a budget-constrained verbal-CoT
model with a vestigial abstract prefix, not a latent reasoning model in the
mechanistic sense the paper claims.
Training recipe
Substrate: Qwen2.5-Math-7B-Instruct
Warmup: 1 policy-iteration round (Phase A + Phase B), 3000 examples from
Dolci-Think-SFT-7B, 1 epoch each, full fine-tuning, on 1× H100. ~70 minutes.
Post-warmup MATH-500 accuracy: 15.6% (n=32 probe).
Engineering use case: chain-of-thought token-efficient math reasoning at a
manageable accuracy/budget Pareto point on academic compute.
Not a working latent reasoning model — the abstract tokens are essentially
decorative. If you are studying real latent reasoning, this checkpoint is
useful as a negative-result reference.
Performance on out-of-distribution math problems is unverified beyond MATH-500.
Citation
If you use this model, please cite the original Abstract-CoT paper:
@misc{ramji2026thinkingwithoutwords,
title={Thinking Without Words: Efficient Latent Reasoning with Abstract Chain-of-Thought},
author={Keshav Ramji and Tahira Naseem and Ramón Fernandez Astudillo},
year={2026},
eprint={2604.22709},
archivePrefix={arXiv},
primaryClass={cs.CL}
}