paper-with-me

홈 › Papers

Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation

2026-03-02 · Chenxing Wei, Hong Wang, Ying He, Zhongxiang Dai, Bo Jiang, F. Richard Yu, Yao Shu arxiv

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 outperforms state-of-the-art baselines by 30% on MATH while reducing interaction turns by 40%, demonstrating that refining the context unlocks the true potential of parameter updates.

📄 PDF Abstract BibTeX arXiv:2603.01375

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time AdaptationPrompt Engineering

Similar Papers 제목 키워드 기반

Opinions in Interactions : New Annotations of the SEMAINE Database

2022-06-01 · LREC 2022 6 · Valentin Barriere, Slim Essid, Chloé Clavel

In this paper, we present the process we used in order to collect new annotations of opinions over the multimodal corpus SEMAINE composed of dyadic interactions. The dataset had already been annotated continuously in two…

The Ubuntu Dialogue Corpus: A Large Dataset for Research in Unstructured Multi-Turn Dialogue Systems

2015-06-30 · WS 2015 9 · Ryan Lowe, Nissan Pow, Iulian Serban, Joelle Pineau

This paper introduces the Ubuntu Dialogue Corpus, a dataset containing almost 1 million multi-turn dialogues, with a total of over 7 million utterances and 100 million words. This provides a unique resource for research …

Answer SelectionConversational Response Selectiondialog state tracking

A Measure for Dialog Complexity and its Application in Streamlining Service Operations

2017-08-04 · Q. Vera Liao, Biplav Srivastava, Pavan Kapanipathi

Dialog is a natural modality for interaction between customers and businesses in the service industry. As customers call up the service provider, their interactions may be routine or extraordinary. We believe that these …

Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots

2019-01-07 · Jia-Chen Gu, Zhen-Hua Ling, Quan Liu

In this paper, we propose an interactive matching network (IMN) for the multi-turn response selection task. First, IMN constructs word representations from three aspects to address the challenge of out-of-vocabulary (OOV…

Conversational Response SelectionDescriptiveRetrieval

CIRCLE: Multi-Turn Query Clarifications with Reinforcement Learning

2023-11-05 · Pierre Erbacher, Laure Soulier

Users often have trouble formulating their information needs into words on the first try when searching online. This can lead to frustration, as they may have to reformulate their queries when retrieved information is no…

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning+1