paper-with-me

Papers

Grape: Knowledge Graph Enhanced Passage Reader for Open-domain Question Answering

2022-10-06 · Mingxuan Ju, Wenhao Yu, Tong Zhao, Chuxu Zhang, Yanfang Ye

A common thread of open-domain question answering (QA) models employs a retriever-reader pipeline that first retrieves a handful of relevant passages from Wikipedia and then peruses the passages to produce an answer. However, even state-of-the-art readers fail to capture the complex relationships between entities appearing in questions and retrieved passages, leading to answers that contradict the facts. In light of this, we propose a novel knowledge Graph enhanced passage reader, namely Grape, to improve the reader performance for open-domain QA. Specifically, for each pair of question and retrieved passage, we first construct a localized bipartite graph, attributed to entity embeddings extracted from the intermediate layer of the reader model. Then, a graph neural network learns relational knowledge while fusing graph and contextual representations into the hidden states of the reader model. Experiments on three open-domain QA benchmarks show Grape can improve the state-of-the-art performance by up to 2.2 exact match score with a negligible overhead increase, with the same retriever and retrieved passages. Our code is publicly available at https://github.com/jumxglhf/GRAPE.

📄 PDF Abstract BibTeX arXiv:2210.02933

Code (1)

jumxglhf/grape 공식 구현 pytorch

Tasks

Entity EmbeddingsGraph Neural NetworkOpen-Domain Question AnsweringQuestion Answering

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Guided Text Retrieval and Reading for Open Domain Question Answering

2019-11-10 · Sewon Min, Danqi Chen, Luke Zettlemoyer, Hannaneh Hajishirzi

We introduce an approach for open-domain question answering (QA) that retrieves and reads a passage graph, where vertices are passages of text and edges represent relationships that are derived from an external knowledge…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+4

Can Open-Domain QA Reader Utilize External Knowledge Efficiently like Humans?

2022-11-23 · Neeraj Varshney, Man Luo, Chitta Baral

Recent state-of-the-art open-domain QA models are typically based on a two stage retriever-reader approach in which the retriever first finds the relevant knowledge/passages and the reader then leverages that to predict …

Open-Domain Question AnsweringTriviaQA

K-COMP: Retrieval-Augmented Medical Domain Question Answering With Knowledge-Injected Compressor

2025-01-23 · Jeonghun Cho, Gary Geunbae Lee

Retrieval-augmented question answering (QA) integrates external information, and thereby increases the QA accuracy of reader models that lack domain knowledge. However, documents retrieved for closed domains require high…

Question AnsweringRAGRetrieval

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3

DuReader_retrieval: A Large-scale Chinese Benchmark for Passage Retrieval from Web Search Engine

2022-03-19 · Yifu Qiu, Hongyu Li, Yingqi Qu, Ying Chen 외

In this paper, we present DuReader_retrieval, a large-scale Chinese dataset for passage retrieval. DuReader_retrieval contains more than 90K queries and over 8M unique passages from a commercial search engine. To allevia…

Domain GeneralizationPassage RetrievalRetrieval