paper-with-me

Papers

STaR-GATE: Teaching Language Models to Ask Clarifying Questions

2024-03-28 · Chinmaya Andukuri, Jan-Philipp Fränken, Tobias Gerstenberg, Noah D. Goodman

When prompting language models to complete a task, users often leave important aspects unsaid. While asking questions could resolve this ambiguity (GATE; Li et al., 2023), models often struggle to ask good questions. We explore a language model's ability to self-improve (STaR; Zelikman et al., 2022) by rewarding the model for generating useful questions-a simple method we dub STaR-GATE. We generate a synthetic dataset of 25,500 unique persona-task prompts to simulate conversations between a pretrained language model-the Questioner-and a Roleplayer whose preferences are unknown to the Questioner. By asking questions, the Questioner elicits preferences from the Roleplayer. The Questioner is iteratively finetuned on questions that increase the probability of high-quality responses to the task, which are generated by an Oracle with access to the Roleplayer's latent preferences. After two iterations of self-improvement, the Questioner asks better questions, allowing it to generate responses that are preferred over responses from the initial model on 72% of tasks. Our results indicate that teaching a language model to ask better questions leads to better personalized responses.

📄 PDF Abstract BibTeX arXiv:2403.19154

Code (1)

scandukuri/assistant-gate 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Asking Clarifying Questions for Preference Elicitation With Large Language Models

2025-10-13 · Ali Montazeralghaem, Guy Tennenholtz, Craig Boutilier, Ofer Meshi arxiv

Large Language Models (LLMs) have made it possible for recommendation systems to interact with users in open-ended conversational interfaces. In order to personalize LLM responses, it is crucial to elicit user preference…

Recommendation Systems

TO-GATE: Clarifying Questions and Summarizing Responses with Trajectory Optimization for Eliciting Human Preference

2025-06-03 · Yulin Dou, Jiangming Liu

Large language models (LLMs) can effectively elicit human preferences through multi-turn dialogue. Complex tasks can be accomplished through iterative clarifying questions and final responses generated by an LLM acting a…

Question GenerationQuestion-Generation

Learning to Clarify by Reinforcement Learning Through Reward-Weighted Fine-Tuning

2025-06-08 · Subhojyoti Mukherjee, Viet Dac Lai, Raghavendra Addanki, Ryan Rossi 외

Question answering (QA) agents automatically answer questions posed in natural language. In this work, we learn to ask clarifying questions in QA agents. The key idea in our method is to simulate conversations that conta…

Offline RLQuestion AnsweringReinforcement Learning (RL)

Zero-shot Clarifying Question Generation for Conversational Search

2023-01-30 · Zhenduo Wang, Yuancheng Tu, Corby Rosset, Nick Craswell 외

A long-standing challenge for search and conversational assistants is query intention detection in ambiguous queries. Asking clarifying questions in conversational search has been widely studied and considered an effecti…

Conversational SearchNatural QuestionsQuestion GenerationQuestion-Generation+1

Do Images Clarify? A Study on the Effect of Images on Clarifying Questions in Conversational Search

2026-02-09 · Clemencia Siro, Zahra Abbasiantaeb, Yifei Yuan, Mohammad Aliannejadi 외 arxiv

Conversational search systems increasingly employ clarifying questions to refine user queries and improve the search experience. Previous studies have demonstrated the usefulness of text-based clarifying questions in enh…

Question Answering