paper-with-me

홈 › Papers

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

2026-05-08 · Stepan Kulibaba, Kirill Labzin, Artem Dzhalilov, Roman Pakhomov, Oleg Svidchenko, Alexander Gasnikov, Aleksei Shpilman arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.08322

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Single LLM Debate, MoLaCE: Mixture of Latent Concept Experts Against Confirmation Bias

2025-12-29 · Hazel Kim, Philip Torr arxiv

Large language models (LLMs) are highly vulnerable to input confirmation bias. When a prompt implies a preferred answer, models often reinforce that bias rather than explore alternatives. This phenomenon remains underexp…

Mixture of Debaters: Learn to Debate at Architectural Level in Multi-Agent Reasoning

2026-06-28 · Dayong Liang, Kaisong Gong, Yi Cai, Changmeng Zheng 외 arxiv

Existing multi-agent debate frameworks suffer from two critical limitations: they rely on static architectures where agent roles and coordination patterns are fixed at design time, and they require instantiating multiple…

GraphLoRA: Empowering LLMs Fine-Tuning via Graph Collaboration of MoE

2024-12-18 · Ting Bai, Yue Yu, Le Huang, Zenan Xu 외

Low-Rank Adaptation (LoRA) is a parameter-efficient fine-tuning method that has been widely adopted in various downstream applications of LLMs. Together with the Mixture-of-Expert (MoE) technique, fine-tuning approaches …

parameter-efficient fine-tuning

The Expert Strikes Back: Interpreting Mixture-of-Experts Language Models at Expert Level

2026-04-02 · Jeremy Herbst, Stefan Wermter, Jae Hee Lee arxiv

Mixture-of-Experts (MoE) architectures have become the dominant choice for scaling Large Language Models (LLMs), activating only a subset of parameters per token. While MoE architectures are primarily adopted for computa…

Computational Efficiency

MoSE: Unveiling Structural Patterns in Graphs via Mixture of Subgraph Experts

2025-09-11 · Junda Ye, Zhongbao Zhang, Li Sun, Siqiang Luo arxiv

While graph neural networks (GNNs) have achieved great success in learning from graph-structured data, their reliance on local, pairwise message passing restricts their ability to capture complex, high-order subgraph pat…

Representation LearningNode Classification