paper-with-me

홈 › Papers

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

2023-05-02 · Philipp Christmann, Rishiraj Saha Roy, Gerhard Weikum

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.

📄 PDF Abstract BibTeX arXiv:2305.01548

Code (1)

philippchr/explaignn pytorch

Tasks

Conversational Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Conversational Question Answering on Heterogeneous Sources

2022-04-25 · Philipp Christmann, Rishiraj Saha Roy, Gerhard Weikum

Conversational question answering (ConvQA) tackles sequential information needs where contexts in follow-up questions are left implicit. Current ConvQA systems operate over homogeneous sources of information: either a kn…

Conversational Question AnsweringDecoderQuestion Answering

Reasoning over Hierarchical Question Decomposition Tree for Explainable Question Answering

2023-05-24 · Jiajie Zhang, Shulin Cao, Tingjia Zhang, Xin Lv 외

Explainable question answering (XQA) aims to answer a given question and provide an explanation why the answer is selected. Existing XQA methods focus on reasoning on a single knowledge source, e.g., structured knowledge…

Question Answering

Integrating Large Language Models with Graph-based Reasoning for Conversational Question Answering

2024-06-14 · Parag Jain, Mirella Lapata

We focus on a conversational question answering task which combines the challenges of understanding questions in context and reasoning over evidence gathered from heterogeneous sources like text, knowledge graphs, tables…

Conversational Question AnsweringKnowledge GraphsQuestion AnsweringRetrieval+1

Evidence Contextualization and Counterfactual Attribution for Conversational QA over Heterogeneous Data with RAG Systems

2024-12-13 · Rishiraj Saha Roy, Joel Schlotthauer, Chris Hinze, Andreas Foltyn 외

Retrieval Augmented Generation (RAG) works as a backbone for interacting with an enterprise's own data via Conversational Question Answering (ConvQA). In a RAG system, a retriever fetches passages from a collection in re…

Answer GenerationConversational Question AnsweringcounterfactualLarge Language Model+4

Question Rewriting for Conversational Question Answering

2020-04-30 · Svitlana Vakulenko, Shayne Longpre, Zhucheng Tu, Raviteja Anantha

Conversational question answering (QA) requires the ability to correctly interpret a question in the context of previous conversation turns. We address the conversational QA task by decomposing it into question rewriting…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringQuestion Rewriting+1