LGDec 3, 2025

Learning Steerable Clarification Policies with Collaborative Self-play

arXiv:2512.04068v14 citationsh-index: 86
Originality Incremental advance
AI Analysis

This addresses the challenge of managing uncertainty in AI assistants for users in varied contexts like small screens or voice settings, though it is incremental as it builds on existing self-play and reinforcement learning methods.

The paper tackles the problem of AI assistants handling ambiguous queries by learning a steerable clarification policy that decides when to guess, enumerate, or ask questions based on contextual costs, achieving higher reward and accuracy through self-play training.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes