LLaDA2.X の GitHub リポジトリ公開
アント・グループが离散拡散モデルの最大規模である100Bパラメータ版LLaDA2.0を公開し、並列復号化により推論速度を大幅に向上させた。
AI深層分析を開く2026年7月28日 23:38
AI深層分析
キーポイント
100Bパラメータ規模への到達
アント・グループが発表したLLaDA2.0は、拡散言語モデルとして初めて100億パラメータ規模にスケールし、MoEアーキテクチャを採用している。
推論速度の劇的な向上
並列復号化機構(CAP)を活用したLLaDA2.0-flash-CAPは、最大535トークン/秒の推論速度を達成し、従来の自己回帰モデルを大幅に上回る。
完全なオープンソース化
16Bおよび100B版のモデル重みと関連するトレーニングコードがHugging Face上で完全に公開され、コミュニティによる検証や利用が可能となっている。
100B パラメータ規模の拡散言語モデル
LLaDA2.0 は MoE アーキテクチャを採用し、拡散言語モデルとして初めて 1000 億パラメータにスケーリングされた。
並列デコーディングによる高速推論
Confidence-Aware Parallel (CAP) を活用することで、LLaDA2.0-flash-CAP は最大 535 トークン/秒の推論速度を達成し、同等の AR モデルを大幅に上回る。
重要な引用
We are thrilled to introduce LLaDA2.0, a milestone series of discrete diffusion Large Language Models (dLLMs) from the Ant Group.
LLaDA2.0-flash is the largest diffusion language model to date
Leveraging a parallel decoding mechanism, LLaDA2.0-flash-CAP achieves an inference speed of up to 535 tokens/s
LLaDA2.0-flash is the largest diffusion language model to date, demonstrating exceptional performance on code generation and complex instruction-following tasks.
編集コメントを表示
編集コメント
拡散モデルの性能と速度が実用レベルに到達したことは、生成AIのアーキテクチャ選択において新たな選択肢を提示する。特に推論コストと速度が課題となる現場での活用が期待される。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
LLaDA2.X: 大規模拡散言語モデルのシリーズ(LLaDA2.0 から LLaDA2.2、そしてその先へ)
🌟 最新情報
- [2026/07] 🚀 LLaDA2.2 をリリース!Levenshtein 編集を活用してエージェント型拡散言語モデルを実現しました。
- [2026/02] LLaDA2.1 をリリース!トークン編集によってテキスト生成の速度を大幅に向上させました。
- [2025/11] LLaDA2.0 をリリース。MoE 構造を採用し、1000 億パラメータ規模で拡散言語モデルとして初めてスケーリングされた画期的なモデルです。
モデル紹介
アリババグループ(Ant Group)より、離散型拡散大規模言語モデル(dLLMs)の里程碑となるシリーズLLaDA2.0をご紹介します。LLaDA2.0 ファミリーには、Mixture-of-Experts(MoE:エキスパート混合)アーキテクチャを採用したLLaDA2.0-mini (16B)とLLaDA2.0-flash (100B)が含まれます。これは、拡散モデルが初めて 1000 億パラメータの規模に到達したことを意味します。
主な特徴
- 🚀 1000 億パラメータへのスケーリング: LLaDA2.0-flash は現時点で最大の拡散言語モデルです。コード生成や複雑な指示従事タスクにおいて、極めて優れた性能を発揮します。
- ⚡ 推論速度の 2.1 倍向上: パラレルデコーディング機構を活用した LLaDA2.0-flash-CAP は、最大で秒間 535 トークンの推論速度を達成。同等の自己回帰(AR)モデルを大きく上回るスピードです。
- 🔍 完全オープンソース: 16B モデルと 100B モデルの重みデータに加え、関連するトレーニングコードもすべて Hugging Face で公開されています。

モデルのバリエーション
各モデルの特徴とダウンロード先は以下の通りです。
- inclusionAI/LLaDA2.2-flash: 下流タスクへの適用を想定した指令微調整済みモデル。🤗 Model Card
- inclusionAI/LLaDA2.1-mini: 下流タスクへの適用を想定した指令微調整済みモデル。🤗 Model Card
- inclusionAI/LLaDA2.1-flash: 下流タスクへの適用を想定した指令微調整済みモデル。🤗 Model Card
- inclusionAI/LLaDA2.0-mini: 下流タスクへの適用を想定した指令微調整済みモデル。🤗 Model Card
- inclusionAI/LLaDA2.0-flash: 下流タスクへの適用を想定した指令微調整済みモデル。🤗 Model Card
- inclusionAI/LLaDA2.0-mini-CAP: 推論効率化のために「Confidence-Aware Parallel(自信度に基づく並列処理)」機能を強化したモデル。🤗 Model Card
- inclusionAI/LLaDA2.0-flash-CAP: 推論効率化のために「Confidence-Aware Parallel(自信度に基づく並列処理)」機能を強化したモデル。🤗 Model Card
評価結果

デプロイと利用
100B モデルを実用化するため、私たちは深いエンジニアリングの最適化を行いました。dInfer と SGLang を基盤とした独自推論エンジンを構築し、KV キャッシュの再利用やブロックレベル並列デコードに対応させています。これにより、LLaDA2.0 は単なる学術的成果ではなく、実世界での展開に即した高性能な生成モデルとなりました。
ライセンス
本プロジェクトは Apache License 2.0 の下でライセンスされています。
引用
LLaDA2.X (GitHub リポジトリ)
「LLaDA2.1: Token 編集によるテキスト拡散の高速化」と題された論文では、Tiwei Bie氏らによって、トークン編集技術を用いてテキスト生成モデルの速度を向上させる手法が提案されています。この研究は 2026 年に arXiv に公開され(arXiv:2602.08676)、機械学習分野における重要な進展として注目されています。
また、同シリーズの前作である「LLaDA2.0: 拡散言語モデルの 100B スケール化」では、Tiwei Bie氏らによって、1000 億パラメータ規模への拡張を実現した拡散型言語モデルの開発が報告されています。これは 2025 年に arXiv に公開され(arXiv:2512.15745)、大規模モデルの性能と効率性の両立に向けた新たなアプローチを示す成果です。
これらの研究は、テキスト生成技術の進化において重要な役割を果たしており、今後の AI システムの開発に大きな影響を与えることが期待されています。
原文を表示
LLaDA2.X: A Series of Large Diffusion Language Models (from LLaDA2.0 to LLaDA2.2 and onwards...)
🌟 What's New
- [2026/07] 🚀 We released LLaDA2.2: Enabling Agentic Diffusion Language Models via Levenshtein Editing!
- [2026/02] We released LLaDA2.1: Speeding Up Text Diffusion via Token Editing!
- [2025/11] We released LLaDA2.0, the first diffusion language model scaled to 100B parameters, featuring MoE architecture and exceptional performance.
Model Introduction
We are thrilled to introduce LLaDA2.0, a milestone series of discrete diffusion Large Language Models (dLLMs) from the Ant Group. The LLaDA2.0 family, featuring LLaDA2.0-mini (16B) and LLaDA2.0-flash (100B) with a Mixture-of-Experts (MoE) architecture, marks the first time diffusion models have been scaled to the 100-billion parameter level.
Key Features
- 🚀 Scaled to 100B Parameters: LLaDA2.0-flash is the largest diffusion language model to date, demonstrating exceptional performance on code generation and complex instruction-following tasks.
- ⚡ 2.1x Inference Acceleration: Leveraging a parallel decoding mechanism, LLaDA2.0-flash-CAP achieves an inference speed of up to 535 tokens/s, significantly outpacing comparable AR models.
- 🔍 Fully Open Source: The model weights for both the 16B and 100B versions, along with associated training code, are fully open-sourced on Hugging Face.

Model Variants
Model ID
Description
Hugging Face Link
inclusionAI/LLaDA2.2-flash
Instruction-tuned model, ready for downstream applications.
inclusionAI/LLaDA2.1-mini
Instruction-tuned model, ready for downstream applications.
inclusionAI/LLaDA2.1-flash
Instruction-tuned model, ready for downstream applications.
inclusionAI/LLaDA2.0-mini
Instruction-tuned model, ready for downstream applications.
inclusionAI/LLaDA2.0-flash
Instruction-tuned model, ready for downstream applications.
inclusionAI/LLaDA2.0-mini-CAP
Enhanced with Confidence-Aware Parallel, for efficient inference.
inclusionAI/LLaDA2.0-flash-CAP
Enhanced with Confidence-Aware Parallel, for efficient inference.
Evaluation Results

Deployment and Usage
To make our 100B model practical, we have performed deep engineering optimizations. We built a custom inference engine based on dInfer and SGLang, which supports KV-Cache reuse and block-level parallel decoding. This makes LLaDA2.0 not just an academic achievement but a high-performance generation model ready for real-world deployment.
License
This project is licensed under the terms of the Apache License 2.0.
Citation
@misc{bie2026llada21speedingtextdiffusion,
title={LLaDA2.1: Speeding Up Text Diffusion via Token Editing},
author={Tiwei Bie and Maosong Cao and Xiang Cao and Bingsen Chen and Fuyuan Chen and Kun Chen and Lun Du and Daozhuo Feng and Haibo Feng and Mingliang Gong and Zhuocheng Gong and Yanmei Gu and Jian Guan and Kaiyuan Guan and Hongliang He and Zenan Huang and Juyong Jiang and Zhonghui Jiang and Zhenzhong Lan and Chengxi Li and Jianguo Li and Zehuan Li and Huabin Liu and Lin Liu and Guoshan Lu and Yuan Lu and Yuxin Ma and Xingyu Mou and Zhenxuan Pan and Kaida Qiu and Yuji Ren and Jianfeng Tan and Yiding Tian and Zian Wang and Lanning Wei and Tao Wu and Yipeng Xing and Wentao Ye and Liangyu Zha and Tianze Zhang and Xiaolu Zhang and Junbo Zhao and Da Zheng and Hao Zhong and Wanli Zhong and Jun Zhou and Junlin Zhou and Liwang Zhu and Muzhi Zhu and Yihong Zhuang},
year={2026},
eprint={2602.08676},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2602.08676},
}
@misc{bie2025llada20scalingdiffusionlanguage,
title={LLaDA2.0: Scaling Up Diffusion Language Models to 100B},
author={Tiwei Bie and Maosong Cao and Kun Chen and Lun Du and Mingliang Gong and Zhuochen Gong and Yanmei Gu and Jiaqi Hu and Zenan Huang and Zhenzhong Lan and Chengxi Li and Chongxuan Li and Jianguo Li and Zehuan Li and Huabin Liu and Ling Liu and Guoshan Lu and Xiaocheng Lu and Yuxin Ma and Jianfeng Tan and Lanning Wei and Ji-Rong Wen and Yipeng Xing and Xiaolu Zhang and Junbo Zhao and Da Zheng and Jun Zhou and Junlin Zhou and Zhanchao Zhou and Liwang Zhu and Yihong Zhuang},
year={2025},
eprint={2512.15745},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2512.15745},
}AI算出
主要ニュースainew評価高い
記事は Ant Group が開発した大規模拡散言語モデル LLaDA2.X の GitHub リポジトリ公開および各バージョンの具体的な技術的進歩(Levenshtein エディティング、トークン編集など)を伝えているため、AI 関連度と新規性は最高レベルである。ただし、日本企業や日本固有の情報が含まれていないため、日本の関連性は低い。
6つの評価軸を見る
- AI関連度
- 100
- 情報源の信頼性
- 50
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み