paper-with-me

홈 › Papers

DLLG: Dynamic Logit-Level Gating of LLM Experts

2026-06-03 · Bingnan Li, Zhaoyang Zhang, Xiaoze Liu, Yantao Shen, Shuli Jiang, Shuo Yang, Wei Xia, Zhuowen Tu, Stefano Soatto arxiv

Leveraging multiple specialized LLMs can combine complementary strengths, but existing approaches trade adaptability for stability: routing commits prematurely, heuristic ensembling depends on fragile proxies, and parameter merging introduces interference. We propose DLLG (Dynamic Logit-Level Gating), a dynamic logit-level ensembling framework that learns token-level expert fusion from sparse response-level supervision. A lightweight gating module predicts step-wise fusion weights, linking trajectory-level correctness to generation without token-level labels or expert retraining. Across diverse reasoning and code benchmarks, DLLG consistently outperforms strong routing, heuristic ensembling, and parameter-merging baselines across model scales, highlighting learned logit-level fusion as a robust and scalable paradigm for integrating specialized experts.

📄 PDF Abstract BibTeX arXiv:2606.04378

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Confidence-Adaptive SwiGLU for Mixture-of-Experts

2026-05-30 · Shaohua Li, Xiuchao Sui, Xiaobing Sun, Yuhang Wu 외 arxiv

SwiGLU has become a standard gated activation in modern Transformer MLPs, yet its gate sharpness -- the smoothness and selectivity of the gating function -- is typically fixed throughout training. In this work, we propos…

Towards a Universal Gating Network for Mixtures of Experts

2020-11-03 · Chen Wen Kang, Chua Meng Hong, Tomas Maul

The combination and aggregation of knowledge from multiple neural networks can be commonly seen in the form of mixtures of experts. However, such combinations are usually done using networks trained on the same tasks, wi…

How Do Consumers Really Choose: Exposing Hidden Preferences with the Mixture of Experts Model

2025-03-03 · Diego Vallarino

Understanding consumer choice is fundamental to marketing and management research, as firms increasingly seek to personalize offerings and optimize customer engagement. Traditional choice modeling frameworks, such as mul…

Decision MakingDemand ForecastingMarketingMixture-of-Experts

Mitigating Memorization of Noisy Labels by Clipping the Model Prediction

2022-12-08 · Hongxin Wei, Huiping Zhuang, Renchunzi Xie, Lei Feng 외

In the presence of noisy labels, designing robust loss functions is critical for securing the generalization performance of deep neural networks. Cross Entropy (CE) loss has been shown to be not robust to noisy labels du…

Memorization

Local and Global Logit Adjustments for Long-Tailed Learning

2023-01-01 · ICCV 2023 1 · Yingfan Tao, Jingna Sun, Hao Yang, Li Chen 외

Multi-expert ensemble models for long-tailed learning typically either learn diverse generalists from the whole dataset or aggregate specialists on different subsets. However, the former is insufficient for tail clas…