Researchers propose TEXAS method to improve Mixture-of-Experts LLM adaptation
TEXAS identifies task-relevant experts by comparing activations on successful vs. failed instances and upweights answer tokens accordingly, yielding gains across three MoE models and six benchmarks.
1 source · cross-referenced
- TEXAS introduces a correctness-conditioned method to identify task-relevant experts in MoE language models by comparing expert activations on successful and failed instances.
Researchers from multiple institutions propose Task-Expert-Aware Supervision (TEXAS), a method for adapting Mixture-of-Experts (MoE) language models to downstream tasks by identifying task-relevant experts from routing patterns. Unlike prior approaches that rely on aggregate usage statistics, TEXAS compares expert activations on instances the base model solves correctly versus those it fails, retaining experts more strongly activated on successful instances.
The method then upweights answer tokens during fine-tuning when they activate these identified experts, enabling the model to specialize without restricting adaptation to a fixed expert subset or imposing an explicit target routing distribution. The authors report that across three MoE models and six benchmarks, TEXAS achieves the best or tied-best performance in 17 of 18 settings and improves over the strongest baseline by 1.3 to 1.5 points on average.
Ablation studies and further analyses are provided to validate both the discovered experts and the supervision strategy, supporting the claim that correctness-conditioned expert identification and token-level supervision allocation are effective for MoE adaptation.
- Aug 10, 2026 · arXiv cs.CL
Researchers propose NTDH method for complex affective analysis with fewer training records than comparable systems
Trust79 - Aug 10, 2026 · arXiv cs.CL
Research proposes diagnostic method to separate decision-rule misalignment from readout-coverage gaps in speech language models
Trust79 - Aug 10, 2026 · arXiv cs.AI
Researchers propose EntropyMoE, a sparse Mixture-of-Experts architecture for tokenizer-free LLMs
Trust79