# Neural Architecture for Question Answering Using a Knowledge Graph and   Web Corpus

**Authors:** Uma Sawant, Saurabh Garg, Soumen Chakrabarti, Ganesh Ramakrishnan

arXiv: 1706.00973 · 2018-12-07

## TL;DR

AQQUCN is a flexible question answering system that effectively combines knowledge graph and web corpus evidence to improve entity retrieval across diverse query types, outperforming recent systems.

## Contribution

It introduces a novel approach that integrates KG and corpus signals using convolutional networks, handling ambiguous and varied queries without relying on precise parsing.

## Key findings

- 5-16% improvement in mean average precision (MAP)
- Almost doubled F1 scores for short queries
- Effective handling of query ambiguity and syntax variation

## Abstract

In Web search, entity-seeking queries often trigger a special Question Answering (QA) system. It may use a parser to interpret the question to a structured query, execute that on a knowledge graph (KG), and return direct entity responses. QA systems based on precise parsing tend to be brittle: minor syntax variations may dramatically change the response. Moreover, KG coverage is patchy. At the other extreme, a large corpus may provide broader coverage, but in an unstructured, unreliable form. We present AQQUCN, a QA system that gracefully combines KG and corpus evidence. AQQUCN accepts a broad spectrum of query syntax, between well-formed questions to short `telegraphic' keyword sequences. In the face of inherent query ambiguities, AQQUCN aggregates signals from KGs and large corpora to directly rank KG entities, rather than commit to one semantic interpretation of the query. AQQUCN models the ideal interpretation as an unobservable or latent variable. Interpretations and candidate entity responses are scored as pairs, by combining signals from multiple convolutional networks that operate collectively on the query, KG and corpus. On four public query workloads, amounting to over 8,000 queries with diverse query syntax, we see 5--16% absolute improvement in mean average precision (MAP), compared to the entity ranking performance of recent systems. Our system is also competitive at entity set retrieval, almost doubling F1 scores for challenging short queries.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1706.00973/full.md

## References

68 references — full list in the complete paper: https://tomesphere.com/paper/1706.00973/full.md

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