paper-with-me

홈 › Papers

Multi-Paragraph Reasoning with Knowledge-enhanced Graph Neural Network

2019-11-06 · Deming Ye, Yankai Lin, Zheng-Hao Liu, Zhiyuan Liu, Maosong Sun

Multi-paragraph reasoning is indispensable for open-domain question answering (OpenQA), which receives less attention in the current OpenQA systems. In this work, we propose a knowledge-enhanced graph neural network (KGNN), which performs reasoning over multiple paragraphs with entities. To explicitly capture the entities' relatedness, KGNN utilizes relational facts in knowledge graph to build the entity graph. The experimental results show that KGNN outperforms in both distractor and full wiki settings than baselines methods on HotpotQA dataset. And our further analysis illustrates KGNN is effective and robust with more retrieved paragraphs.

📄 PDF Abstract BibTeX arXiv:1911.02170

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkOpen-Domain Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Tree of Reviews: A Tree-based Dynamic Iterative Retrieval Framework for Multi-hop Question Answering

2024-04-22 · Li Jiapeng, Liu Runze, Li Yabo, Zhou Tong 외

Multi-hop question answering is a knowledge-intensive complex problem. Large Language Models (LLMs) use their Chain of Thoughts (CoT) capability to reason complex problems step by step, and retrieval-augmentation can eff…

DiversityMulti-hop Question AnsweringQuestion AnsweringResponse Generation+1

GEM-VPC: A dual Graph-Enhanced Multimodal integration for Video Paragraph Captioning

2024-10-12 · Eileen Wang, Caren Han, Josiah Poon

Video Paragraph Captioning (VPC) aims to generate paragraph captions that summarises key events within a video. Despite recent advancements, challenges persist, notably in effectively utilising multimodal signals inheren…

Caption GenerationDecoder

Explicit Graph Reasoning Fusing Knowledge and Contextual Information for Multi-hop Question Answering

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Zhenyun Deng, Yonghua Zhu, Qianqian Qi, Michael Witbrock 외

Current graph-neural-network-based (GNN-based) approaches to multi-hop questions integrate clues from scattered paragraphs in an entity graph, achieving implicit reasoning by synchronous update of graph node representati…

Graph Neural NetworkMulti-hop Question AnsweringQuestion AnsweringSentence

Towards Interpretable Reasoning over Paragraph Effects in Situation

2020-10-03 · EMNLP 2020 11 · Mucheng Ren, Xiubo Geng, Tao Qin, Heyan Huang 외

We focus on the task of reasoning over paragraph effects in situation, which requires a model to understand the cause and effect described in a background paragraph, and apply the knowledge to a novel situation. Existing…