paper-with-me

홈 › Papers

Asking More Informative Questions for Grounded Retrieval

2023-11-14 · Sedrick Keh, Justin T. Chiu, Daniel Fried

When a model is trying to gather information in an interactive setting, it benefits from asking informative questions. However, in the case of a grounded multi-turn image identification task, previous studies have been constrained to polar yes/no questions, limiting how much information the model can gain in a single turn. We present an approach that formulates more informative, open-ended questions. In doing so, we discover that off-the-shelf visual question answering (VQA) models often make presupposition errors, which standard information gain question selection methods fail to account for. To address this issue, we propose a method that can incorporate presupposition handling into both question selection and belief updates. Specifically, we use a two-stage process, where the model first filters out images which are irrelevant to a given question, then updates its beliefs about which image the user intends. Through self-play and human evaluations, we show that our method is successful in asking informative open-ended questions, increasing accuracy over the past state-of-the-art by 14%, while resulting in 48% more efficient games in human evaluations.

📄 PDF Abstract BibTeX arXiv:2311.08584

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringQuestion SelectionRetrievalVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Loose LIPS Sink Ships: Asking Questions in Battleship with Language-Informed Program Sampling

2024-02-29 · Gabriel Grand, Valerio Pepe, Jacob Andreas, Joshua B. Tenenbaum

Questions combine our mastery of language with our remarkable facility for reasoning about uncertainty. How do people navigate vast hypothesis spaces to pose informative questions given limited cognitive resources? We st…

Navigate

Open-domain clarification question generation without question examples

2021-10-19 · EMNLP 2021 11 · Julia White, Gabriel Poesia, Robert Hawkins, Dorsa Sadigh 외

An overarching goal of natural language processing is to enable machines to communicate seamlessly with humans. However, natural language can be ambiguous or unclear. In cases of uncertainty, humans engage in an interact…

Question GenerationQuestion-Generation

Learning to Retrieve Videos by Asking Questions

2022-05-11 · Avinash Madasu, Junier Oliva, Gedas Bertasius

The majority of traditional text-to-video retrieval systems operate in static environments, i.e., there is no interaction between the user and the agent beyond the initial textual query provided by the user. This can be …

AI AgentRetrievalText to Video RetrievalVideo Retrieval

Interactive Classification by Asking Informative Questions

2019-11-09 · ACL 2020 6 · Lili Yu, Howard Chen, Sida Wang, Tao Lei 외

We study the potential for interaction in natural language classification. We add a limited form of interaction for intent classification, where users provide an initial query using natural language, and the system asks …

ClassificationGeneral Classificationintent-classificationIntent Classification

Modeling question asking using neural program generation

2019-07-23 · Ziyun Wang, Brenden M. Lake

People ask questions that are far richer, more informative, and more creative than current AI systems. We propose a neuro-symbolic framework for modeling human question asking, which represents questions as formal progra…

DecoderQuestion GenerationQuestion-Generationreinforcement-learning+2