paper-with-me

홈 › Papers

Dynamic Experts Search: Enhancing Reasoning in Mixture-of-Experts LLMs at Test Time

2025-09-26 · Yixuan Han, Fan Ma, Ruijie Quan, Yi Yang arxiv

Test-Time Scaling (TTS) enhances the reasoning ability of large language models (LLMs) by allocating additional computation during inference. However, existing approaches primarily rely on output-level sampling while overlooking the role of model architecture. In mainstream Mixture-of-Experts (MoE) LLMs, we observe that varying the number of activated experts yields complementary solution sets with stable accuracy, revealing a new and underexplored source of diversity. Motivated by this observation, we propose Dynamic Experts Search (DES), a TTS strategy that elevates expert activation into a controllable dimension of the search space. DES integrates two key components: (1) Dynamic MoE, which enables direct control of expert counts during inference to generate diverse reasoning trajectories without additional cost; and (2) Expert Configuration Inheritance, which preserves consistent expert counts within a reasoning path while varying them across runs, thereby balancing stability and diversity throughout the search. Extensive experiments across MoE architectures, verifiers and reasoning benchmarks (i.e., math, code and knowledge) demonstrate that DES reliably outperforms TTS baselines, enhancing accuracy and stability without additional cost. These results highlight DES as a practical and scalable form of architecture-aware TTS, illustrating how structural flexibility in modern LLMs can advance reasoning.

📄 PDF Abstract BibTeX arXiv:2509.22572

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamic Reasoning Chains through Depth-Specialized Mixture-of-Experts in Transformer Architectures

2025-09-24 · Sampurna Roy, Ayan Sar, Anurag Kaushish, Kanav Gupta 외 arxiv

Contemporary transformer architectures apply identical processing depth to all inputs, creating inefficiencies and limiting reasoning quality. Simple factual queries are subjected to the same multilayered computation as …

AdaMoLE: Fine-Tuning Large Language Models with Adaptive Mixture of Low-Rank Adaptation Experts

2024-05-01 · Zefang Liu, Jiahua Luo

We introduce AdaMoLE, a novel method for fine-tuning large language models (LLMs) through an Adaptive Mixture of Low-Rank Adaptation (LoRA) Experts. Moving beyond conventional methods that employ a static top-k strategy …

Multiple Choice Question Answering (MCQA)

Graph Integrated Multimodal Concept Bottleneck Model

2025-10-01 · Jiakai Lin, Jinchang Zhang, Guoyu Lu arxiv

With growing demand for interpretability in deep learning, especially in high stakes domains, Concept Bottleneck Models (CBMs) address this by inserting human understandable concepts into the prediction pipeline, but the…

Enhancing Generalization in Sparse Mixture of Experts Models: The Case for Increased Expert Activation in Compositional Tasks

2024-10-17 · Jinze Zhao

As Transformer models grow in complexity, their ability to generalize to novel, compositional tasks becomes crucial. This study challenges conventional wisdom about sparse activation in Sparse Mixture of Experts (SMoE) m…

Mixture-of-Experts

Enhancing Multilingual LLM-based ASR with Mixture of Experts and Dynamic Downsampling

2026-06-09 · Guodong Lin, Ziqi Chen, Yuxiang Fu, Ke Li 외 arxiv

The rapid progress of large language models (LLMs) has opened up a new frontier for automatic speech recognition (ASR), making their effective integration a critical and challenging research direction. To this end, this …

Speech Recognition