Table of Contents
Fetching ...

Interactive Question Answering Systems: Literature Review

Giovanni Maria Biancofiore, Yashar Deldjoo, Tommaso Di Noia, Eugenio Di Sciascio, Fedelucio Narducci

TL;DR

This survey addresses the need for Interactive Question Answering (IQA) by formalizing a framework that blends QA with conversational interactions. It defines disambiguation, exploration, and conversational QA within a unified four-component architecture (Interaction Engine, State Tracker, QA Module, Knowledge Source), and distinguishes stateless IQAS from stateful CoQAS. The paper catalogs taxonomy by task and modality, surveys architecture and interaction strategies, and provides evaluation protocols and datasets to benchmark progress. Its synthesis highlights the importance of multi-turn, context-aware, and multi-modal systems for more precise and user-centric information access, and outlines four key directions for future research. Overall, IQA represents a significant shift toward dialogue-enabled, knowledge-grounded, flexible information retrieval at scale.

Abstract

Question answering systems are recognized as popular and frequently effective means of information seeking on the web. In such systems, information seekers can receive a concise response to their query by presenting their questions in natural language. Interactive question answering is a recently proposed and increasingly popular solution that resides at the intersection of question answering and dialogue systems. On the one hand, the user can ask questions in normal language and locate the actual response to her inquiry; on the other hand, the system can prolong the question-answering session into a dialogue if there are multiple probable replies, very few, or ambiguities in the initial request. By permitting the user to ask more questions, interactive question answering enables users to dynamically interact with the system and receive more precise results. This survey offers a detailed overview of the interactive question-answering methods that are prevalent in current literature. It begins by explaining the foundational principles of question-answering systems, hence defining new notations and taxonomies to combine all identified works inside a unified framework. The reviewed published work on interactive question-answering systems is then presented and examined in terms of its proposed methodology, evaluation approaches, and dataset/application domain. We also describe trends surrounding specific tasks and issues raised by the community, so shedding light on the future interests of scholars. Our work is further supported by a GitHub page with a synthesis of all the major topics covered in this literature study. https://sisinflab.github.io/interactive-question-answering-systems-survey/

Interactive Question Answering Systems: Literature Review

TL;DR

This survey addresses the need for Interactive Question Answering (IQA) by formalizing a framework that blends QA with conversational interactions. It defines disambiguation, exploration, and conversational QA within a unified four-component architecture (Interaction Engine, State Tracker, QA Module, Knowledge Source), and distinguishes stateless IQAS from stateful CoQAS. The paper catalogs taxonomy by task and modality, surveys architecture and interaction strategies, and provides evaluation protocols and datasets to benchmark progress. Its synthesis highlights the importance of multi-turn, context-aware, and multi-modal systems for more precise and user-centric information access, and outlines four key directions for future research. Overall, IQA represents a significant shift toward dialogue-enabled, knowledge-grounded, flexible information retrieval at scale.

Abstract

Question answering systems are recognized as popular and frequently effective means of information seeking on the web. In such systems, information seekers can receive a concise response to their query by presenting their questions in natural language. Interactive question answering is a recently proposed and increasingly popular solution that resides at the intersection of question answering and dialogue systems. On the one hand, the user can ask questions in normal language and locate the actual response to her inquiry; on the other hand, the system can prolong the question-answering session into a dialogue if there are multiple probable replies, very few, or ambiguities in the initial request. By permitting the user to ask more questions, interactive question answering enables users to dynamically interact with the system and receive more precise results. This survey offers a detailed overview of the interactive question-answering methods that are prevalent in current literature. It begins by explaining the foundational principles of question-answering systems, hence defining new notations and taxonomies to combine all identified works inside a unified framework. The reviewed published work on interactive question-answering systems is then presented and examined in terms of its proposed methodology, evaluation approaches, and dataset/application domain. We also describe trends surrounding specific tasks and issues raised by the community, so shedding light on the future interests of scholars. Our work is further supported by a GitHub page with a synthesis of all the major topics covered in this literature study. https://sisinflab.github.io/interactive-question-answering-systems-survey/
Paper Structure (17 sections, 13 equations, 2 figures, 5 tables)

This paper contains 17 sections, 13 equations, 2 figures, 5 tables.

Figures (2)

  • Figure 1: Example of an interactive QAs answer.
  • Figure 2: General Architecture of Interactive Question Answering Systems

Theorems & Definitions (7)

  • definition 1: QA problem
  • definition 2: Interactive Question Answering for Disambiguation
  • definition 3: Interactive Query Answering for Exploration
  • definition 4: Interactive Session
  • definition 5: QA State
  • definition 6: Conversation History and Conversation Span
  • definition 7: Conversational Question Answering