LLaDA2.2, Diffusion Language Model Introducing Levenshtein Editing, Released
Key point
LLaDA2.2 has been released, overcoming the fixed-length output limitation of diffusion language models and improving agentic performance.
Details
LLaDA2.2, released by Ant Group's Inclusion AI team, introduces a Levenshtein Editing mechanism to address the structural limitations of existing diffusion language models (dLLMs).
Up through LLaDA 2.1, only Substitute and Keep operations on tokens were supported, causing a problem where output length was fixed. This led to critical errors in agentic tasks involving complex tool calls or JSON formats. LLaDA2.2 adds Delete and Insert operations on top of this, enabling flexible adjustment of sequence length.
Key features are as follows:
- Levenshtein Editing Paradigm: Enables token insertion and deletion even during parallel decoding, alleviating structural rigidity
- MoE Diffusion Model Infrastructure: Extends the context window to 128K and optimizes inference cost through Block Routing
- L-EBPO System: Proposes a reinforcement learning framework that optimizes the editing decision process by linking it to environmental rewards
Through this, LLaDA2.2 resolves the latency issues of existing autoregressive (AR) models while also effectively improving the Goal Drift and reasoning path collapse problems that occur in agentic tasks.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.