# Answering Complex Questions by Joining Multi-Document Evidence with   Quasi Knowledge Graphs

**Authors:** Xiaolu Lu, Soumajit Pramanik, Rishiraj Saha Roy, Abdalghani Abujabal,, Yafang Wang, Gerhard Weikum

arXiv: 1908.00469 · 2020-12-01

## TL;DR

QUEST is an unsupervised method that answers complex multi-entity questions by dynamically constructing a quasi knowledge graph from text sources and computing optimal evidence joins, outperforming existing approaches.

## Contribution

It introduces a novel unsupervised approach to answer complex questions by building and leveraging a quasi knowledge graph from textual evidence, avoiding reliance on curated KGs or training data.

## Key findings

- Outperforms state-of-the-art baselines on complex question benchmarks.
- Effectively handles rapidly evolving topics and question formulations.
- Builds a noisy quasi KG that captures relevant entities and relations from text.

## Abstract

Direct answering of questions that involve multiple entities and relations is a challenge for text-based QA. This problem is most pronounced when answers can be found only by joining evidence from multiple documents. Curated knowledge graphs (KGs) may yield good answers, but are limited by their inherent incompleteness and potential staleness. This paper presents QUEST, a method that can answer complex questions directly from textual sources on-the-fly, by computing similarity joins over partial results from different documents. Our method is completely unsupervised, avoiding training-data bottlenecks and being able to cope with rapidly evolving ad hoc topics and formulation style in user questions. QUEST builds a noisy quasi KG with node and edge weights, consisting of dynamically retrieved entity names and relational phrases. It augments this graph with types and semantic alignments, and computes the best answers by an algorithm for Group Steiner Trees. We evaluate QUEST on benchmarks of complex questions, and show that it substantially outperforms state-of-the-art baselines.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.00469/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1908.00469/full.md

## References

74 references — full list in the complete paper: https://tomesphere.com/paper/1908.00469/full.md

---
Source: https://tomesphere.com/paper/1908.00469