[2603.01375] Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation
About this article
Abstract page for arXiv paper 2603.01375: Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation
Computer Science > Artificial Intelligence arXiv:2603.01375 (cs) [Submitted on 2 Mar 2026] Title:Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation Authors:Chenxing Wei, Hong Wang, Ying He, Zhongxiang Dai, Bo Jiang, F. Richard Yu, Yao Shu View a PDF of the paper titled Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation, by Chenxing Wei and 6 other authors View PDF HTML (experimental) Abstract:Test-time policy adaptation for multi-turn interactions (T2PAM) is essential for aligning Large Language Models (LLMs) with dynamic user needs during inference time. However, existing paradigms commonly treat test-time adaptation as a single-axis problem, either purely refining instructions (Prompt Engineering) or only adjusting weights (Test-Time Training), ignoring that interaction failures stem from a coupled mix of ambiguity and incapacity. We argue that these two optimization paths are not merely additive but synergistic: semantic clarity acts as a pre-conditioner for effective parameter updates. To this end, we propose ROSA2, a framework that reformulates interaction as a joint optimization problem over the heterogeneous space of Words and Weights. By mathematically decomposing the error signal, ROSA2 utilizes textual gradients to rectify intent ambiguity and parameter updates to bridge capability gaps. Theoretically, we prove that this co-adaptation strictly reduces the required parameter shift for convergence. Empirically, ROSA2 outper...