paper-with-me

홈 › Papers

Modeling Multi-hop Question Answering as Single Sequence Prediction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fusion-in-decoder (Fid) (Izacard and Grave, 2020) is a generative question answering (QA) model that leverages passage retrieval with a pre-trained transformer and pushed the state of the art on single-hop QA. However, the complexity of multi-hop QA hinders the effectiveness of the generative QA approach. In this work, we propose a simple generative approach (PathFid) that extends the task beyond just answer generation by explicitly modeling the reasoning process to resolve the answer for multi-hop questions. By linearizing the hierarchical reasoning path of supporting passages, their key sentences, and finally the factoid answer, we cast the problem as a single sequence prediction task. To facilitate complex reasoning with multiple clues, we further extend the unified flat representation of multiple input documents by encoding cross-passage interactions. Our extensive experiments demonstrate that PathFid leads to strong performance gains on two multi-hop QA datasets: HotpotQA and IIRC. Besides the performance gains, PathFid is more interpretable, which in turn yields answers that are more faithfully grounded to the supporting passages and facts compared to the baseline Fid model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationDecoderGenerative Question AnsweringMulti-hop Question AnsweringPassage RetrievalPredictionQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Modeling Multi-hop Question Answering as Single Sequence Prediction

2022-05-18 · ACL 2022 5 · Semih Yavuz, Kazuma Hashimoto, Yingbo Zhou, Nitish Shirish Keskar 외

Fusion-in-decoder (Fid) (Izacard and Grave, 2020) is a generative question answering (QA) model that leverages passage retrieval with a pre-trained transformer and pushed the state of the art on single-hop QA. However, t…

Answer GenerationDecoderGenerative Question AnsweringMulti-hop Question Answering+4

An Answer Verbalization Dataset for Conversational Question Answerings over Knowledge Graphs

2022-08-13 · Endri Kacupaj, Kuldeep Singh, Maria Maleshkova, Jens Lehmann

We introduce a new dataset for conversational question answering over Knowledge Graphs (KGs) with verbalized answers. Question answering over KGs is currently focused on answer generation for single-turn questions (KGQA)…

Answer GenerationConversational Question AnsweringKnowledge GraphsQuestion Answering

LAVENDER: Unifying Video-Language Understanding as Masked Language Modeling

2022-06-14 · CVPR 2023 1 · Linjie Li, Zhe Gan, Kevin Lin, Chung-Ching Lin 외

Unified vision-language frameworks have greatly advanced in recent years, most of which adopt an encoder-decoder architecture to unify image-text tasks as sequence-to-sequence generation. However, existing video-language…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling+6

Sequence tagging for biomedical extractive question answering

2021-04-15 · Wonjin Yoon, Richard Jackson, Aron Lagerberg, Jaewoo Kang

Current studies in extractive question answering (EQA) have modeled the single-span extraction setting, where a single answer span is a label to predict for a given question-passage pair. This setting is natural for gene…

Extractive Question-AnsweringQuestion Answering

Focal Visual-Text Attention for Visual Question Answering

2018-06-05 · CVPR 2018 6 · Junwei Liang, Lu Jiang, Liangliang Cao, Li-Jia Li 외

Recent insights on language and vision with neural networks have been successfully applied to simple single-image visual question answering. However, to tackle real-life question answering problems on multimedia collecti…

Memex Question AnsweringQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)