ExplorerComputational LinguisticsNLP
Research PaperResearchia:202604.02008

LLM REgression with a Latent Iterative State Head

Yiheng Su

Abstract

We present RELISH (REgression with a Latent Iterative State Head), a novel, lightweight architecture designed for text regression with large language models. Rather than decoding numeric targets as text or aggregating multiple generated outputs, RELISH predicts scalar values directly from frozen LLM representations by iteratively refining a learned latent state through cross-attention over token-level representations, and then mapping the final state to a point estimate with a linear regressor. ...

Submitted: April 2, 2026Subjects: NLP; Computational Linguistics

Description / Details

We present RELISH (REgression with a Latent Iterative State Head), a novel, lightweight architecture designed for text regression with large language models. Rather than decoding numeric targets as text or aggregating multiple generated outputs, RELISH predicts scalar values directly from frozen LLM representations by iteratively refining a learned latent state through cross-attention over token-level representations, and then mapping the final state to a point estimate with a linear regressor. Across five datasets, four LLM backbones, and two LLM training regimes, RELISH consistently outperforms prior baselines from all three major LLM regression families, including autoregressive decoding, regression-aware inference, and existing predictive head methods. Despite these gains, RELISH remains highly parameter-efficient, requiring only 3.4-3.7M trainable parameters across frozen LLM backbones (only 0.01-0.04% additional overhead), far less than LoRA-based alternatives that grow with model size (0.26-0.42%).


Source: arXiv:2604.01206v1 - http://arxiv.org/abs/2604.01206v1 PDF: https://arxiv.org/pdf/2604.01206v1 Original Link: http://arxiv.org/abs/2604.01206v1

Please sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Access Paper
View Source PDF
Submission Info
Date:
Apr 2, 2026
Topic:
Computational Linguistics
Area:
NLP
Comments:
0
Bookmark
LLM REgression with a Latent Iterative State Head | Researchia