paper-with-me

홈 › Papers

Masked Language Flow Models

2026-06-26 · Iskander Azangulov, Kianoosh Ashouritaklimi, Leo Zhang, Simon Vary, Patrick Rebeschini arxiv

Masked Diffusion Models (MDMs) promise fast, parallel language generation, but their reverse transition factorises across token positions -- an approximation that breaks down in the few-step sampling regime where parallel generation ought to provide the greatest efficiency gains. Flow Language Models (FLMs) sidestep this limitation by learning a continuous flow that transports noise toward clean sequences represented in Euclidean space, inducing a flow map that can be distilled for single-step generation. However, this makes complex tasks requiring multi-step reasoning problematic for FLMs, as FLMs are forced to decode every token during generation. To address this, we introduce Masked Language Flow Models (MLFMs), which incorporate masking into FLMs using a continuous stochastic interpolant to bridge partially masked and clean sequences. This design enables conditional generation via continuous flows and allows pretrained MDMs to be converted into MLFMs through a simple, lightweight adaptation. Leveraging this flexibility, we propose a novel sampler that alternates continuous denoising with the discrete unmasking of confident tokens to better support multi-step reasoning. We evaluate our approach on GSM8K and MT-Bench and find, for the first time, that flow-based language models can be scaled to solve downstream reasoning and instruction-following tasks.

📄 PDF Abstract BibTeX arXiv:2606.27617

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Masked Autoregressive Flow for Density Estimation

2017-05-19 · NeurIPS 2017 12 · George Papamakarios, Theo Pavlakou, Iain Murray

Autoregressive models are among the best performing neural density estimators. We describe an approach for increasing the flexibility of an autoregressive model, based on modelling the random numbers that the model uses …

Density Estimation

Latent attention on masked patches for flow reconstruction

2026-03-02 · Ben Eze, Luca Magri, Andrea Nóvoa arxiv

Vision transformers have shown outstanding performance in image generation, yet their adoption in fluid dynamics remains limited. We introduce the Latent Attention on Masked Patches (LAMP) model, an interpretable regress…

Dimensionality ReductionImage Generation

FlowFormer++: Masked Cost Volume Autoencoding for Pretraining Optical Flow Estimation

2023-03-02 · CVPR 2023 1 · Xiaoyu Shi, Zhaoyang Huang, Dasong Li, Manyuan Zhang 외

FlowFormer introduces a transformer architecture into optical flow estimation and achieves state-of-the-art performance. The core component of FlowFormer is the transformer-based cost-volume encoder. Inspired by the rece…

Optical Flow Estimation

dFlowGRPO: Rate-Aware Policy Optimization for Discrete Flow Models

2026-05-10 · Zhengyan Wan, Yidong Ouyang, Panwen Hu, Qiang Sun arxiv

Discrete flow models (DFMs) are a class of flexible generative models for generating discrete data, and diffusion large language models (dLLMs) can be viewed as a special case with a specific choice of mixture path and a…

Text-to-Image GenerationReinforcement Learning

$x$-Prediction Flow: Efficient Continuous Decoding for Masked Diffusion Language Models

2026-06-27 · Weitian Wang, Lianlei Shan, Shubham Rai, Cecilia De La Parra 외 arxiv

Masked diffusion language models (MDLMs) generate text by iteratively unmasking tokens, but their standard decoder reduces each step to a binary action: a position is either committed to a single token or left fully mask…

Reinforcement Learning