paper-with-me

Papers

Is Graph Structure Necessary for Multi-hop Question Answering?

2020-04-07 · EMNLP 2020 11 · Nan Shao, Yiming Cui, Ting Liu, Shijin Wang, Guoping Hu

Recently, attempting to model texts as graph structure and introducing graph neural networks to deal with it has become a trend in many NLP research areas. In this paper, we investigate whether the graph structure is necessary for multi-hop question answering. Our analysis is centered on HotpotQA. We construct a strong baseline model to establish that, with the proper use of pre-trained models, graph structure may not be necessary for multi-hop question answering. We point out that both graph structure and adjacency matrix are task-related prior knowledge, and graph-attention can be considered as a special case of self-attention. Experiments and visualized analysis demonstrate that graph-attention or the entire graph structure can be replaced by self-attention or Transformers.

📄 PDF Abstract BibTeX arXiv:2004.03096

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionMulti-hop Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

GreaseLM: Graph REASoning Enhanced Language Models for Question Answering

2022-01-21 · Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren 외

Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA syste…

Knowledge GraphsMedical Question AnsweringMedQANegation+3

BioMol-MQA: A Multi-Modal Question Answering Dataset For LLM Reasoning Over Bio-Molecular Interactions

2025-06-06 · Saptarshi Sengupta, Shuhua Yang, Paul Kwong Yu, Fali Wang 외

Retrieval augmented generation (RAG) has shown great power in improving Large Language Models (LLMs). However, most existing RAG-based LLMs are dedicated to retrieving single modality information, mainly text; while for …

Information RetrievalQuestion AnsweringRAGRetrieval+1

Multi-Hop Paragraph Retrieval for Open-Domain Question Answering

2019-06-15 · ACL 2019 7 · Yair Feldman, Ran El-Yaniv

This paper is concerned with the task of multi-hop open-domain Question Answering (QA). This task is particularly challenging since it requires the simultaneous performance of textual reasoning and efficient searching. W…

Open-Domain Question AnsweringQuestion AnsweringRetrievalSentence

GreaseLM: Graph REASoning Enhanced Language Models

2021-09-29 · ICLR 2022 4 · Xikun Zhang, Antoine Bosselut, Michihiro Yasunaga, Hongyu Ren 외

Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA syste…

Knowledge GraphsMedical Question AnsweringMedQANegation+3

Multimodal Multihop Source Retrieval for Web Question Answering

2025-01-07 · Navya Yarrabelly, Saloni Mittal

This work deals with the challenge of learning and reasoning over multi-modal multi-hop question answering (QA). We propose a graph reasoning network based on the semantic structure of the sentences to learn multi-source…

Multi-hop Question AnsweringQuestion AnsweringRetrieval