AICLApr 19, 2017

Answering Complex Questions Using Open Information Extraction

arXiv:1704.05572v1114 citations
Originality Incremental advance
AI Analysis

This addresses the problem of complex question-answering for AI systems, offering a novel approach that is incremental in applying an existing framework to Open IE.

The paper tackles the challenge of answering complex questions by developing a method that reasons with Open Information Extraction (Open IE) knowledge, overcoming limitations of prior retrieval-based approaches. It significantly outperforms a state-of-the-art structured solver on complex questions of varying difficulty, removing reliance on manually curated knowledge.

While there has been substantial progress in factoid question-answering (QA), answering complex questions remains challenging, typically requiring both a large body of knowledge and inference techniques. Open Information Extraction (Open IE) provides a way to generate semi-structured knowledge for QA, but to date such knowledge has only been used to answer simple questions with retrieval-based methods. We overcome this limitation by presenting a method for reasoning with Open IE knowledge, allowing more complex questions to be handled. Using a recently proposed support graph optimization framework for QA, we develop a new inference model for Open IE, in particular one that can work effectively with multiple short facts, noise, and the relational structure of tuples. Our model significantly outperforms a state-of-the-art structured solver on complex questions of varying difficulty, while also removing the reliance on manually curated knowledge.

Code Implementations1 repo
Foundations

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

Your Notes