paper-with-me

홈 › Papers

Language Modeling with Hyperspherical Flows

2026-05-11 · Justin Deschenaux, Caglar Gulcehre arxiv

Discrete Diffusion Language Models progressed rapidly as an alternative to autoregressive (AR) models, motivated by their parallel generation abilities. However, for tractability, discrete diffusion models sample from a factorized distribution, which is less expressive than AR. Recent Flow Language Models (FLMs) apply continuous flows to language, transporting noise to data with a deterministic ODE that avoids factorized sampling. FLMs operate on one-hot vectors whose dimension scales with the vocabulary size, making FLMs costly to train. Moreover, since all distinct one-hot embeddings are equidistant in $\ell_2$, adding Gaussian noise does not have a clear semantic interpretation (unlike images, where Gaussian noise progressively degrades structure). We introduce $\mathbb{S}$-FLM, a latent FLM in the hypersphere. $\mathbb{S}$-FLM generates sequences by rotating vectors in $\mathbb{S}^{d-1}$ along a velocity field learned with cross-entropy, avoiding the overhead of materializing one-hot vectors. Previous FLMs match AR in Generative Perplexity (Gen.\ PPL), but samples with high likelihood are not necessarily correct in verifiable domains such as math and code. $\mathbb{S}$-FLM substantially improves continuous flow language models on large-vocabulary reasoning and closes the gap to masked diffusion under standard-temperature sampling ($T=1$), while a gap remains under optimized low-temperature ($T=0.1$) decoding.

📄 PDF Abstract BibTeX arXiv:2605.11125

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

S2WTM: Spherical Sliced-Wasserstein Autoencoder for Topic Modeling

2025-07-16 · Suman Adhya, Debarshi Kumar Sanyal arxiv

Modeling latent representations in a hyperspherical space has proven effective for capturing directional similarities in high-dimensional text data, benefiting topic modeling. Variational autoencoder-based neural topic m…

Topic Models

Raising the Bar in Graph OOD Generalization: Invariant Learning Beyond Explicit Environment Modeling

2025-02-15 · Xu Shen, Yixin Liu, Yili Wang, Rui Miao 외

Out-of-distribution (OOD) generalization has emerged as a critical challenge in graph learning, as real-world graph data often exhibit diverse and shifting environments that traditional models fail to generalize across. …

Graph Learning

HoloByte: Continuous Hyperspherical Distillation for Tokenizer-Free Modeling

2026-03-10 · Vladimer Khasia arxiv

Sequence modeling universally relies on discrete subword tokenization to circumvent the $\mathcal{O}(N^2)$ computational intractability of native byte-level attention. However, this heuristic quantization imposes artific…

Hyperspherical Variational Auto-Encoders

2018-04-03 · Tim R. Davidson, Luca Falorsi, Nicola De Cao, Thomas Kipf 외

The Variational Auto-Encoder (VAE) is one of the most used unsupervised machine learning models. But although the default choice of a Gaussian distribution for both the prior and posterior represents a mathematically con…

Link Prediction

The Transformer as a Polar State Estimator

2026-05-10 · Peter Racioppo arxiv

We show that the core components of the Transformer---attention, residual connections, and normalization---arise naturally from a single geometric state estimation problem. Modeling the latent state in polar coordinates …