Ziyang Cai, Xingyu Zhu, Yihe Dong +2 more
Think about what happens when a language model writes one word at a time. All the rich computation inside the network gets squeezed back into a single token before the next step starts, like summarizing a whole train of thought into one word and then beginning again. The authors argue this makes it hard to hold onto abstract intermediate states while reasoning. Their fix, T2MLR, caches a middle-layer representation from the previous token and folds it into an earlier layer of the next one, so partial thinking survives across steps with little added cost.
What stands out is how targeted it is. Recurring just a small middle block, about 20 percent of the network, often beats looping over every layer, and you can retrofit the pathway onto an existing 1.7B model with a brief finetune rather than retraining from scratch.
That is my reading of the abstract, so check the paper for the actual numbers and where the gains hold up.
Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in troduce Transformers with Temporal Middle-Layer Recurrence (T2MLR), a transformers-based latent reasoning architecture that fuses a cached middle layer representation from the previous token directly into an earlier layer of the current token position,…
Video = World + Event Stream
arXiv (cs.AI) · July 16, 2026Man, Machine, and Masterpiece: Artistic Ownership in the AI Era
arXiv (cs.LG) · July 16, 2026cGAP: Generalized Association Plots with HOMALS-Guided Heatmaps for Visualization of High-Dimensional Categorical Data
arXiv (neural decoding) · July 15, 2026Multimodal Empirical Bayes Variational Autoencoders for Joint Longitudinal and Time-to-Event Modeling