Apple demonstrates few-step text generation with a 1.7B-parameter flow model trained on 2.1 trillion tokens
A new paper introduces Categorical Flow Maps to accelerate text generation while maintaining near-data-level token entropy, scaling to a 1.7B-parameter model trained on 2.1T tokens.
1 source · cross-referenced
- Apple’s ML Research proposes Categorical Flow Maps (CFMs) as an alternative to autoregressive language modeling, enabling accelerated sampling with as few as 4 inference steps.
- A 1.7B-parameter base flow model was trained on 2.1 trillion tokens and self-distilled into a CFM that generates high-quality text while preserving token entropy.
- The work introduces a likelihood bound for CFMs in the semi-discrete setting and shows competitive results on standard language modeling benchmarks compared to discrete diffusion methods.
- Researchers report challenges at scale and provide prescriptive insights on loss weighting and time scheduling.
Apple’s Machine Learning Research group describes Categorical Flow Maps (CFMs) as a non-autoregressive alternative to traditional language modeling, arguing that continuous diffusion and flow matching methods can offer accelerated sampling and other benefits previously limited to continuous modalities like images.
The team trained a 1.7-billion-parameter base flow model on 2.1 trillion tokens and then self-distilled it into a CFM capable of generating diverse, high-quality text in as few as four inference steps while maintaining near-data-level token entropy.
To evaluate CFMs rigorously, the researchers introduce a likelihood bound for CFMs in the semi-discrete setting and demonstrate that CFMs can be used to score models on standard language modeling benchmarks, achieving results comparable to discrete diffusion baselines.
The paper also details practical challenges encountered during large-scale training—such as loss weighting and time scheduling—and provides prescriptive guidance for practitioners aiming to replicate or extend these results.
The authors note that prior work had only evaluated CFMs at modest scales (less than 1 billion parameters), leaving scalability an open question. This study addresses that gap by pushing into the multi-billion-parameter and multi-trillion-token regime.
- Aug 8, 2026 · arXiv cs.CL
LLM-based multi-dimensional analysis outperforms RoBERTa sentiment models in political news evaluation
Trust79 - Aug 8, 2026 · arXiv cs.CL
Researchers propose RIG-RoPE, a gated rotary positional encoding method for multimodal LLMs
Trust79 - Aug 7, 2026 · arXiv cs.CL
Researchers ground Qwen2.5-32B in wastewater simulator to improve industrial causal reasoning
Trust79