paper-with-me

홈 › Papers

Learning Steerable Clarification Policies with Collaborative Self-play

2025-12-03 · Jonathan Berant, Maximillian Chen, Adam Fisch, Reza Aghajani, Fantine Huot, Mirella Lapata, Jacob Eisenstein arxiv

To handle underspecified or ambiguous queries, AI assistants need a policy for managing their uncertainty to determine (a) when to guess the user intent and answer directly, (b) when to enumerate and answer multiple possible intents, and (c) when to ask a clarifying question. However, such policies are contextually dependent on factors such as user preferences or modality. For example, enumerating multiple possible user intentions is cumbersome on small screens or in a voice setting. In this work, we propose to train steerable policies for managing this uncertainty using self-play. Given two agents, one simulating a user and the other an AI assistant, we generate conversations where the user issues a potentially ambiguous query, and the assistant needs to determine how to respond. Importantly, the model takes as input the numerical cost of each clarification question, and each generated word, and is asked to take the action that will maximize its final reward, which is the cost-penalized accuracy. We use Reinforced Self-Training (ReST) to train our model to achieve high reward and show this leads to a steerable policy that changes its behavior predictably conditioned on the provided costs, leading to higher reward and accuracy. Moreover, our procedure also generalizes to numerical cost values that were unobserved at training time.

📄 PDF Abstract BibTeX arXiv:2512.04068

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Instruction Clarification Requests in Multimodal Collaborative Dialogue Games: Tasks, and an Analysis of the CoDraw Dataset

2023-02-28 · Brielen Madureira, David Schlangen

In visual instruction-following dialogue games, players can engage in repair mechanisms in face of an ambiguous or underspecified instruction that cannot be fully mapped to actions in the world. In this work, we annotate…

Instruction Followingvisual instruction following

Steerable Vision-Language-Action Policies for Embodied Reasoning and Hierarchical Control

2026-02-13 · William Chen, Jagdeep Singh Bhatia, Catherine Glossop, Nikhil Mathihalli 외 arxiv

Pretrained vision-language models (VLMs) can make semantic and visual inferences across diverse settings, providing valuable common-sense priors for robotic control. However, effectively grounding this knowledge in robot…

Combining Cognitive Modeling and Reinforcement Learning for Clarification in Dialogue

2020-12-01 · COLING 2020 8 · Baber Khalid, Malihe Alikhani, Matthew Stone

In many domains, dialogue systems need to work collaboratively with users to successfully reconstruct the meaning the user had in mind. In this paper, we show how cognitive models of users{'} communicative strategies can…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reference Games as a Testbed for the Alignment of Model Uncertainty and Clarification Requests

2026-01-12 · Manar Ali, Judith Sieker, Sina Zarrieß, Hendrik Buschmeier arxiv

In human conversation, both interlocutors play an active role in maintaining mutual understanding. When listeners are uncertain about what speakers mean, for example, they can request clarification. It is an open questio…

Joint Policy Search for Multi-agent Collaboration with Imperfect Information

2020-08-14 · NeurIPS 2020 12 · Yuandong Tian, Qucheng Gong, Tina Jiang

To learn good joint policies for multi-agent collaboration with imperfect information remains a fundamental challenge. While for two-player zero-sum games, coordinate-ascent approaches (optimizing one agent's policy at a…