Autoregressivity in the Latent Space of a GP-VAE Language Model: An Empirical Ablation Study
Yves Ruffenach
TL;DR
This study empirically interrogates latent autoregression in GP-VAE language models by contrasting an autoregressive latent dynamics variant with a non-autoregressive latent ablation and a token-space autoregressive Transformer under fixed capacity. The results show that latent autoregression yields trajectories that align strongly with the Gaussian-process prior, producing smoother, more coherent long-range structure and avoiding catastrophic loops that plague non-AR configurations. Across WikiText-2 and WikiText-103, AR latents maintain high prior density, exhibit meaningful temporal correlations, and generate more stable continuations, albeit with internal perplexities higher than a Transformer-based evaluator; non-AR latents collapse on very long horizons and are poorly aligned with the GP prior. The findings imply that a significant portion of sequential structure can be carried in latent space, suggesting hybrid architectures where latent dynamics handle long-range coherence while a lightweight decoder provides parallel token generation. They also caution against using autoregressive token-based metrics to evaluate non-autoregressive latent models, given fundamental differences in factorization and evaluation biases.
Abstract
This paper provides an ablation-based analysis of latent autoregression in GP-VAE models, building upon our previous work introducing the architecture. Language models typically rely on an autoregressive factorization over tokens. In contrast, our prior work proposed shifting sequential structure to the latent space through a causal Gaussian process, while using a non-autoregressive decoder. Here, we conduct a systematic ablation study of the role played by latent autoregression. We compare (i) a full GP-VAE model with autoregressive latent dynamics, (ii) a non-autoregressive ablation in which latent variables are independent, and (iii) a standard token-level autoregressive Transformer. Our results show that, within the considered regime (medium-scale corpora and short training contexts), latent autoregression induces latent trajectories that are significantly more compatible with the Gaussian-process prior and exhibit greater long-horizon stability. In contrast, removing autoregression leads to degraded latent structure and unstable long-range behavior. These findings highlight the role of latent autoregression as an effective mechanism for organizing long-range structure, while remaining complementary to token-level autoregressive modeling. They should be interpreted as an empirical analysis of representational structure rather than as a proposal for a new architecture.
