GuessWhat?!- Question Generator

10 Oct 2021

While there are numerous research directions in task-oriented systems, I am picking the question generator for my reading task, as it is the crucial component in continuing the dialogue. Please check these posts (introductory paper, available datasets) for a overview of task-oriented systems.

Question Generator:

It’s role is to continue the conversation by generating questions until the guesser module is confident of making a guess to locate the object. Since the total number of questions has an impact on the task success rate, the module should also be mindful on the total number and type of generated questions.

Input: Previous dialogs (question history) + Visual Scene
Output: A Question

The base model uses HRED(Hierarchical recurrent encoder decoder) by conditioning with VGG features of image
Question Generator Model

The common problems observed in question generation are:

Here are some of the research papers I found interesting and will be discussing in the coming blog posts.

  1. Category-Based Strategy-Driven Question Generator for Visual Dialogue
  2. Looking for Confirmations: An Effective and Human-Like Visual Dialogue Strategy
  3. Enhancing Visual Dialog Questioner with Entity-based Strategy Learning and Augmented Guesser
  4. Unified Questioner Transformer for Descriptive Question Generation in Goal-Oriented Visual Dialogue
  5. Visual Dialogue State Tracking for Question Generation
  6. Beyond task success: A closer look at jointly learning to see, ask, and guesswhat


For following latest research on task-oriented systems,tune into this an awesome repo that is curating the papers on visual question answering and visual dialogue

#question #generator #visual #dialog #task-oriented