Decoder-only Transformers adapted for continuous financial forecasting without tokenization

Researchers have adapted the decoder-only Transformer architecture to handle continuous financial data directly, sidestepping the discrete tokenization bottleneck that limits most language models. VAIOM separates input representation from output prediction, accepting raw multivariate market vectors while maintaining categorical return distributions for training stability. This hybrid approach bridges a gap between symbolic AI and numerical domains, suggesting that foundation model patterns can scale to time-series forecasting without forcing continuous signals into discrete buckets. The work signals growing interest in task-specific architectural modifications that preserve Transformer benefits while respecting domain structure.
Modelwire context
ExplainerThe paper's actual contribution is narrower than it appears: VAIOM doesn't eliminate tokenization entirely, but rather defers it to the output layer while accepting raw vectors at input. The stability claim hinges on keeping return distributions categorical during training, which is a training-time choice, not a fundamental architectural breakthrough.
This connects directly to the earlier work on how Transformer components preserve gradient rank across depth (July 15). Both papers are asking how to respect domain structure within Transformer scaffolding rather than forcing all signals into the same representation. VAIOM's input/output asymmetry parallels how skip connections and layer normalization create asymmetric information flow in deep models. The multimodal empirical Bayes paper from the same day also tackles multistream data fusion, though in clinical rather than financial time series. What's distinct here is the focus on architectural asymmetry as a solution, not just better regularization.
If VAIOM's continuous-input approach produces lower calibration error on out-of-sample financial data than tokenized baselines when both are trained on identical feature sets, that validates the core claim. If instead the gains vanish when controlling for input preprocessing differences, the contribution collapses to engineering rather than architectural insight. Look for a follow-up paper that isolates the input representation choice from other hyperparameter tuning.
Coverage we drew on
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
MentionsVAIOM · Transformer · Vector-Input Autoregressive Inference for Ordinal-Return Modeling
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. arXiv cs.LG originally reported this story as “VAIOM: Continuous-Input, Discrete-Output Decoder-Only Financial Sequence Modeling”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.