
MS
Marco Simoni, Aleksandar Fontana, Giulio Rossolini, Andrea Saracino
· 1 min read
ResearcharXiv cs.CL
DANTINOX: A Unified Framework for Multi-Paradigm Language Modeling
arXiv:2609.17535v1 Announce Type: new
Abstract: Language generation research increasingly spans three paradigms: autoregressive decoding, discrete masked diffusion, and continuous flow-matching. Comparing them is difficult because each lives in a separate codebase, so measured differences often reflect implementation details rather than the paradigms themselves. We present DantinoX, an open-source JAX/Flax library in which a single modular Transformer backbone serves all three paradigms. Switching the generation paradigm, attention mechanism, or hardware topology requires only a configuration change, while the backbone architecture, tokenizer, initialization strategy, and training infrastructure remain consistent. This enables controlled cross-paradigm comparisons within one API for training, streaming inference, and benchmarking.
Original source
This story was published by arXiv cs.CL and written by Marco Simoni, Aleksandar Fontana, Giulio Rossolini, Andrea Saracino. SyncAI.news shows a preview; the complete article is on the publisher's site.
Read the full story on arxiv.org


