CLAIFeb 25, 2019

Multi-Relational Question Answering from Narratives: Machine Reading and Reasoning in Simulated Worlds

arXiv:1902.09093v11096 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a practical QA use-case for researchers by bridging knowledge bases and narrative, though it is incremental as it builds on existing QA methods.

The paper introduces multi-relational question answering over personal narrative, combining structured and unstructured QA, and contributes by releasing TextWorldsQA datasets, evaluating state-of-the-art models, and providing a framework for generating additional test data.

Question Answering (QA), as a research field, has primarily focused on either knowledge bases (KBs) or free text as a source of knowledge. These two sources have historically shaped the kinds of questions that are asked over these sources, and the methods developed to answer them. In this work, we look towards a practical use-case of QA over user-instructed knowledge that uniquely combines elements of both structured QA over knowledge bases, and unstructured QA over narrative, introducing the task of multi-relational QA over personal narrative. As a first step towards this goal, we make three key contributions: (i) we generate and release TextWorldsQA, a set of five diverse datasets, where each dataset contains dynamic narrative that describes entities and relations in a simulated world, paired with variably compositional questions over that knowledge, (ii) we perform a thorough evaluation and analysis of several state-of-the-art QA models and their variants at this task, and (iii) we release a lightweight Python-based framework we call TextWorlds for easily generating arbitrary additional worlds and narrative, with the goal of allowing the community to create and share a growing collection of diverse worlds as a test-bed for this task.

Foundations

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

Your Notes