Sentence Curve Language Models
DongNyeong Heo, Heelyoul Choi
TL;DR
This work addresses the limitation of static target embeddings in diffusion and non-autoregressive language models by introducing sentence curves, a spline-based continuous representation of sentences. The Sentence Curve Language Model (SCLM) predicts target sentence curves via control points, providing a global-structure regularization that complements local word-level prediction. The authors establish theoretical insights showing how sentence curve prediction promotes sentence-level coherence and present a $K$-curve extension to alleviate multimodality. Empirically, SCLMs achieve state-of-the-art results among diffusion LMs on IWSLT14 and WMT14, exhibit stable training without sequence-level knowledge distillation, and show promising language modeling results on LM1B, with stronger sentence-level correlations observed in semi-AR settings.
Abstract
Language models (LMs) are a central component of modern AI systems, and diffusion-based language models (DLMs) have recently emerged as a competitive alternative. Both paradigms rely on word embeddings not only to represent the input sentence, but also to represent the target sentence that backbone models are trained to predict. We argue that such static embedding of the target word is insensitive to neighboring words, encouraging locally accurate word prediction while neglecting global structure across the target sentence. To address this limitation, we propose a continuous sentence representation, termed sentence curve, defined as a spline curve whose control points affect multiple words in the sentence. Based on this representation, we introduce sentence curve language model (SCLM), which extends DLMs to predict sentence curves instead of the static word embeddings. We theoretically show that sentence curve prediction induces a regularization effect that promotes global structure modeling, and characterize how different sentence curve types affect this behavior. Empirically, SCLM achieves SOTA performance among DLMs on IWSLT14 and WMT14, shows stable training without burdensome knowledge distillation, and demonstrates promising potential compared to discrete DLMs on LM1B.
