arXiv:2605.08322cs.LGcs.AI2026-05被引 1

让专家之间辩论再投票,提升稀疏MoE模型的推理能力。

SDG-MoE: Signed Debate Graph Mixture-of-Experts

论文配图:SDG-MoE: Signed Debate Graph Mixture-of-Experts
图 1 · 摘自论文原文
  • 引入正负交互图,让活跃专家在聚合前进行有结构的多轮辩论。
  • 在多个数据集上比基线降低19.8%困惑度,显著优于传统MoE。
  • 适合关注模型内部协作机制与高效扩展性研究的读者。

稀疏MoE模型通过将每个标记路由到少量专家,在容量与计算成本间取得平衡。然而,现有架构中专家独立处理并简单加权融合输出,未充分挖掘专家间的协作潜力。本文提出SDG-MoE(Signed Debate Graph Mixture-of-Experts),引入轻量级、迭代式审议机制:构建支持图$A^+$与批判图$A^-$,捕捉专家间的强化与修正关系;通过带符号的消息传递更新专家表征;采用基于分歧的弗里德金-约翰森风格锚定机制,动态调节审议强度并防止专家漂移。该设计实现按分歧强度自适应的结构化讨论,保持专家专长。理论分析证明了专家状态的稳定性,并表明审议仅带来低阶开销。三组种子预训练实验显示,SDG-MoE在验证困惑度上较无符号图基线和原生MoE分别提升19.8%,并在WikiText-103、C4和Paloma上取得最优外部困惑度。

原文摘要 · Abstract (English)

Sparse MoE models achieve a good balance between capacity and compute by routing each token to a small subset of experts. However, in most MoE architectures, once a token is routed, the selected experts process it independently and their outputs are combined via a weighted sum. This leaves open whether enabling communication among them could improve performance. While prior work has raised this question, direct interaction among the active routed experts remains underexplored. In this paper, we propose SDG-MoE (Signed Debate Graph Mixture-of-Experts), a novel architecture that adds a lightweight, iterative deliberation step before final aggregation. SDG-MoE introduces three components: (i) two learned interaction matrices over the active experts, a support graph $A^+$ and a critique graph $A^-$, capturing reinforcing and corrective influences; (ii) a signed message-passing step that updates expert representations before aggregation; and (iii) a disagreement-gated Friedkin-Johnsen-style anchoring that controls deliberation strength while preventing expert drift. Together, these enable a structured deliberation process where interaction strength scales with disagreement and specialization is preserved. We also provide a theoretical analysis establishing stability conditions on expert states and showing that deliberation adds only low-order overhead over the active set. In controlled three-seed pretraining experiments, SDG-MoE improves validation perplexity over both an unsigned graph communication baseline and vanilla MoE, outperforming the strongest baseline by 19.8%, and gives the best external perplexity on WikiText-103, C4, and Paloma among the compared systems.

MoE专家系统图神经网络语言模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。