English

SimLens for Early Exit in Large Language Models: Eliciting Accurate Latent Predictions with One More Token

Computation and Language 2026-03-17 v2 Performance

Abstract

Intermediate-layer predictions in large language models (LLMs) are informative but hard to decode accurately, especially at early layers. Existing lens-style methods typically rely on direct linear readout, which is simple but often drifts away from the model's eventual prediction. We proposeSimLens, a simple training-free decoder for single-token decision tasks that keeps only the start token and a candidate answer token ([s] and [a]) and performs one lightweight continuation through the remaining upper layers. This surprisingly small modification recovers much more accurate latent predictions than direct linear decoding. We further introduce Linear SimLens, a lightweight linear approximation for entropy-based confidence estimation, and combine the two in SimExit, a hybrid early-exit mechanism. On ARC, BoolQ, and HeadQA with LLaMA-7B and Vicuna-7B, SimLens improves Iso-Compute accuracy in all six settings, with an average gain of +0.43 even when fair compute includes the extra two-token post-forward overhead. SimExit yields an average 1.15×\times speedup at the best-accuracy operating points and 1.40×\times when allowing up to a 1 percentage-point accuracy drop. Ablations show that [s] and [a] play distinct roles as global condition and semantic anchor, respectively.

Keywords

Cite

@article{arxiv.2507.17618,
  title  = {SimLens for Early Exit in Large Language Models: Eliciting Accurate Latent Predictions with One More Token},
  author = {Ming Ma and Bowen Zheng and Zhongqiao Lin and Tianming Yang},
  journal= {arXiv preprint arXiv:2507.17618},
  year   = {2026}
}
R2 v1 2026-07-01T04:15:30.313Z