paper-with-me

홈 › Papers

Steering MoE LLMs via Expert (De)Activation

2025-09-11 · Mohsen Fayyaz, Ali Modarressi, Hanieh Deilamsalehy, Franck Dernoncourt, Ryan Rossi, Trung Bui, Hinrich Schütze, Nanyun Peng arxiv

Mixture-of-Experts (MoE) in Large Language Models (LLMs) routes each token through a subset of specialized Feed-Forward Networks (FFN), known as experts. We present SteerMoE, a framework to steer MoE models by detecting and controlling behavior-associated experts. We detect key experts by comparing how often they activate between paired inputs that demonstrate opposite behaviors (e.g., safe vs. unsafe). By selectively activating or deactivating such experts during inference, we control behaviors like faithfulness and safety without fine-tuning. Across 11 benchmarks and 6 LLMs, our steering raises safety by up to +20% and faithfulness by +27%. Alternatively, unsafe steering drops safety by -41% alone, and -100% when combined with existing jailbreak methods, bypassing all safety guardrails. Overall, SteerMoE offers a lightweight, effective, and widely applicable test-time control, while revealing unique vulnerabilities in MoE LLMs. https://github.com/adobe-research/SteerMoE

📄 PDF Abstract BibTeX arXiv:2509.09660

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ExpertSteer: Intervening in LLMs through Expert Knowledge

2025-05-18 · Weixuan Wang, Minghao Wu, Barry Haddow, Alexandra Birch

Large Language Models (LLMs) exhibit remarkable capabilities across various tasks, yet guiding them to follow desired behaviours during inference remains a significant challenge. Activation steering offers a promising me…

Hallucination reduction with CASAL: Contrastive Activation Steering For Amortized Learning

2025-09-25 · Wannan, Yang, Xinchi Qiu, Lei Yu 외 arxiv

Large Language Models (LLMs) exhibit impressive capabilities but often hallucinate, confidently providing incorrect answers instead of admitting ignorance. Prior work has shown that models encode linear representations o…

Steering Large Language Models using Conceptors: Improving Addition-Based Activation Engineering

2024-10-09 · Joris Postmus, Steven Abreu

Large language models have transformed AI, yet reliably controlling their outputs remains a challenge. This paper explores activation engineering, where outputs of pre-trained LLMs are controlled by manipulating their ac…

In-Context Learning

What Can We Actually Steer? A Multi-Behavior Study of Activation Control

2025-11-23 · Tetiana Bas, Krystian Novak arxiv

Large language models (LLMs) require precise behavior control for safe and effective deployment across diverse applications. Activation steering offers a promising approach for LLMs' behavioral control. We focus on the q…

AlphaSteer: Learning Refusal Steering with Principled Null-Space Constraint

2025-06-08 · Leheng Sheng, Changshuo Shen, Weixiang Zhao, Junfeng Fang 외

As LLMs are increasingly deployed in real-world applications, ensuring their ability to refuse malicious prompts, especially jailbreak attacks, is essential for safe and reliable use. Recently, activation steering has em…