paper-with-me

홈 › Papers

EasySteer: A Unified Framework for High-Performance and Extensible LLM Steering

2025-09-29 · Haolei Xu, Xinyu Mei, Yuchen Yan, Rui Zhou, Wenqi Zhang, Weiming Lu, Yueting Zhuang, Yongliang Shen arxiv

Large language model (LLM) steering has emerged as a promising paradigm for controlling model behavior at inference time through targeted manipulation of hidden states, offering a lightweight alternative to expensive retraining. However, existing steering frameworks suffer from critical limitations: computational inefficiency, limited extensibility, and restricted functionality that hinder both research progress and practical deployment. We present EasySteer, a unified framework for high-performance, extensible LLM steering built on vLLM. Our system features modular architecture with pluggable interfaces for both analysis-based and learning-based methods, fine-grained parameter control, pre-computed steering vectors for eight application domains, and an interactive demonstration system. Through deep integration with vLLM's optimized inference engine, EasySteer achieves 10.8-22.3$\times$ speedup over existing frameworks. Extensive experiments demonstrate its effectiveness in overthinking mitigation, hallucination reduction, and other key applications. EasySteer transforms steering from research technique to production-ready capability, establishing critical infrastructure for deployable, controllable language models.

📄 PDF Abstract BibTeX arXiv:2509.25175

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RLinf-USER: A Unified and Extensible System for Real-World Online Policy Learning in Embodied AI

2026-02-08 · Hongzhi Zang, Shu'ang Yu, Hao Lin, Tianxing Zhou 외 arxiv

Online policy learning directly in the physical world is a promising yet challenging direction for embodied intelligence. Unlike simulation, real-world systems cannot be arbitrarily accelerated, cheaply reset, or massive…

Reinforcement Learning

TextBox: A Unified, Modularized, and Extensible Framework for Text Generation

2021-01-06 · ACL 2021 5 · Junyi Li, Tianyi Tang, Gaole He, Jinhao Jiang 외

In this paper, we release an open-source library, called TextBox, to provide a unified, modularized, and extensible text generation framework. TextBox aims to support a broad set of text generation tasks and models. In o…

Text Generation

OpenSLU: A Unified, Modularized, and Extensible Toolkit for Spoken Language Understanding

2023-05-17 · Libo Qin, Qiguang Chen, Xiao Xu, Yunlong Feng 외

Spoken Language Understanding (SLU) is one of the core components of a task-oriented dialogue system, which aims to extract the semantic meaning of user queries (e.g., intents and slots). In this work, we introduce OpenS…

Spoken Language Understanding

TSInterpret: A unified framework for time series interpretability

2022-08-10 · Jacqueline Höllig, Cedric Kulbach, Steffen Thoma

With the increasing application of deep learning algorithms to time series classification, especially in high-stake scenarios, the relevance of interpreting those algorithms becomes key. Although research in time series …

Interpretable Machine LearningTime SeriesTime Series AnalysisTime Series Classification

The Planner Optimization Problem: Formulations and Frameworks

2023-03-12 · Yiyuan Lee, Katie Lee, Panpan Cai, David Hsu 외

Identifying internal parameters for planning is crucial to maximizing the performance of a planner. However, automatically tuning internal parameters which are conditioned on the problem instance is especially challengin…