ASA: Training-Free Representation Engineering for Tool-Calling Agents

📅 2026-02-04
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of efficiently adapting large language models to diverse and dynamic toolsets and APIs across domains without requiring retraining. The authors propose a lightweight, training-free inference-time mechanism that introduces, for the first time, a routing strategy based on intermediate-layer activation signals. A hyper-lightweight router dynamically generates control strengths to achieve precise domain alignment. Remarkably, this approach matches the adaptation performance of LoRA across multiple model scales and domains—without any fine-tuning or prompt engineering—while substantially reducing computational overhead and demonstrating strong cross-model transferability.

Technology Category

Application Category

📝 Abstract
Adapting LLM agents to domain-specific tool calling remains notably brittle under evolving interfaces. Prompt and schema engineering is easy to deploy but often fragile under distribution shift and strict parsers, while continual parameter-efficient fine-tuning improves reliability at the cost of training, maintenance, and potential forgetting. We identify a critical Lazy Agent failure mode where tool necessity is nearly perfectly decodable from mid-layer activations, yet the model remains conservative in entering tool mode, revealing a representation-behavior gap. We propose Activation Steering Adapter (ASA), a training-free, inference-time controller that performs a single-shot mid-layer intervention and targets tool domains via a router-conditioned mixture of steering vectors with a probe-guided signed gate to amplify true intent while suppressing spurious triggers. On MTU-Bench with Qwen2.5-1.5B, ASA improves strict tool-use F1 from 0.18 to 0.50 while reducing the false positive rate from 0.15 to 0.05, using only about 20KB of portable assets and no weight updates.
Problem

Research questions and friction points this paper is trying to address.

domain adaptation
tool-calling
LLM agents
interface churn
efficient adaptation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Activation Steering
Tool-Calling
Domain Adaptation
Inference-Time Adaptation
Training-Free
🔎 Similar Papers
No similar papers found.