paper-with-me

홈 › 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 knowledge base (KB), or a text corpus, or a collection of tables. This paper addresses the novel issue of jointly tapping into all of these together, this way boosting answer coverage and confidence. We present CONVINSE, an end-to-end pipeline for ConvQA over heterogeneous sources, operating in three stages: i) learning an explicit structured representation of an incoming question and its conversational context, ii) harnessing this frame-like representation to uniformly capture relevant evidences from KB, text, and tables, and iii) running a fusion-in-decoder model to generate the answer. We construct and release the first benchmark, ConvMix, for ConvQA over heterogeneous sources, comprising 3000 real-user conversations with 16000 questions, along with entity annotations, completed question utterances, and question paraphrases. Experiments demonstrate the viability and advantages of our method, compared to state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2204.11677

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational Question AnsweringDecoderQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar 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,…

Conversational Question AnsweringQuestion 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

MMCoQA: Conversational Question Answering over Text, Tables, and Images

2022-05-01 · ACL 2022 5 · Yongqi Li, Wenjie Li, Liqiang Nie

The rapid development of conversational assistants accelerates the study on conversational question answering (QA). However, the existing conversational QA systems usually answer users’ questions with a single knowledge …

BenchmarkingConversational Question AnsweringQuestion AnsweringRetrieval

Hybrid-SQuAD: Hybrid Scholarly Question Answering Dataset

2024-12-03 · Tilahun Abedissa Taffa, Debayan Banerjee, Yaregal Assabie, Ricardo Usbeck

Existing Scholarly Question Answering (QA) methods typically target homogeneous data sources, relying solely on either text or Knowledge Graphs (KGs). However, scholarly information often spans heterogeneous sources, nec…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2

Speeding Up Question Answering Task of Language Models via Inverted Index

2022-10-24 · Xiang Ji, Yesim Sungu-Eryilmaz, Elaheh Momeni, Reza Rawassizadeh

Natural language processing applications, such as conversational agents and their question-answering capabilities, are widely used in the real world. Despite the wide popularity of large language models (LLMs), few real-…

Question Answering