Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Philipp Christmann, Rishiraj Saha Roy, Gerhard Weikum• 2023

Related benchmarks

TaskDatasetResultRank
Temporal Question AnsweringTIME QUESTIONS 1.0 (test)
P@152.5
18
Temporal Question AnsweringTIQ 1.0 (test)
P@10.446
10
Conversational Question AnsweringConvQuestions (test)
P@10.363
9
Open-domain Question AnsweringCOMPMIX (test)
Exact Match44.2
9
Question AnsweringCOMPMIX (test)
Precision@10.442
8
Question AnsweringCRAG (test)
P@130.3
6
Conversational Question AnsweringConvMix 9 (test)
P@10.406
5
Conversational Question AnsweringCONVMIX (test)
P@133.9
5
Showing 8 of 8 rows

Other info

Code

Follow for update