The Apple Machine Learning Research division published a paper on the Length Value Model (LenVM). The document states that the token is the fundamental unit of computation in modern autoregressive models, and generation length directly impacts inference cost and reasoning quality.

The authors note that existing approaches often lack detailed length modeling, operating primarily at the sequence level as a whole. The new LenVM development represents a token-level framework that models the remaining generation length at each individual decoding step.

The proposed method aims to address gaps in current approaches through more granular control over the generation process. This allows the system to dynamically assess the required output volume as the response is formed, rather than only at the start of the process.