CLJan 12, 2019

Semi-interactive Attention Network for Answer Understanding in Reverse-QA

arXiv:1901.03788v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific need for machines to interpret human responses in proactive question-answering scenarios, but it is incremental as it builds on existing interactive attention networks.

The paper tackles the problem of understanding human answers in reverse-QA, where machines ask questions and humans respond, by classifying answers into categories like True, False, or Uncertain, achieving promising performance on two Chinese datasets.

Question answering (QA) is an important natural language processing (NLP) task and has received much attention in academic research and industry communities. Existing QA studies assume that questions are raised by humans and answers are generated by machines. Nevertheless, in many real applications, machines are also required to determine human needs or perceive human states. In such scenarios, machines may proactively raise questions and humans supply answers. Subsequently, machines should attempt to understand the true meaning of these answers. This new QA approach is called reverse-QA (rQA) throughout this paper. In this work, the human answer understanding problem is investigated and solved by classifying the answers into predefined answer-label categories (e.g., True, False, Uncertain). To explore the relationships between questions and answers, we use the interactive attention network (IAN) model and propose an improved structure called semi-interactive attention network (Semi-IAN). Two Chinese data sets for rQA are compiled. We evaluate several conventional text classification models for comparison, and experimental results indicate the promising performance of our proposed models.

Foundations

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

Your Notes