English

Explainable Conversational Question Answering over Heterogeneous Sources via Iterative Graph Neural Networks

Information Retrieval 2023-07-19 v2

Abstract

In conversational question answering, users express their information needs through a series of utterances with incomplete context. Typical ConvQA methods rely on a single source (a knowledge base (KB), or a text corpus, or a set of tables), thus being unable to benefit from increased answer coverage and redundancy of multiple sources. Our method EXPLAIGNN overcomes these limitations by integrating information from a mixture of sources with user-comprehensible explanations for answers. It constructs a heterogeneous graph from entities and evidence snippets retrieved from a KB, a text corpus, web tables, and infoboxes. This large graph is then iteratively reduced via graph neural networks that incorporate question-level attention, until the best answers and their explanations are distilled. Experiments show that EXPLAIGNN improves performance over state-of-the-art baselines. A user study demonstrates that derived answers are understandable by end users.

Keywords

Cite

@article{arxiv.2305.01548,
  title  = {Explainable Conversational Question Answering over Heterogeneous Sources via Iterative Graph Neural Networks},
  author = {Philipp Christmann and Rishiraj Saha Roy and Gerhard Weikum},
  journal= {arXiv preprint arXiv:2305.01548},
  year   = {2023}
}

Comments

Accepted at SIGIR 2023 (extended version)

R2 v1 2026-06-28T10:23:37.822Z