paper-with-me

Papers

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

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen, Jianfeng Gao, Jiawei Han, Weizhu Chen

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 this paper, we propose a simple and effective passage reranking method, named Reader-guIDEd Reranker (RIDER), which does not involve training and reranks the retrieved passages solely based on the top predictions of the reader before reranking. We show that RIDER, despite its simplicity, achieves 10 to 20 absolute gains in top-1 retrieval accuracy and 1 to 4 Exact Match (EM) gains without refining the retriever or reader. In addition, RIDER, without any training, outperforms state-of-the-art transformer-based supervised rerankers. Remarkably, RIDER achieves 48.3 EM on the Natural Questions dataset and 66.4 EM on the TriviaQA dataset when only 1,024 tokens (7.8 passages on average) are used as the reader input after passage reranking.

📄 PDF Abstract BibTeX arXiv:2101.00294

Code (1)

morningmoni/GAR 공식 구현 pytorch

Tasks

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion AnsweringRerankingRetrievalTriviaQA

Similar Papers 제목 키워드 기반

Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-08-01 · Findings (ACL) 2021 8 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외
Open-Domain Question AnsweringPassage RerankingQuestion AnsweringReranking

Lost at the End: Primacy Bias in Multimodal Retrieval-Augmented Question Answering

2026-06-15 · Jieyuan Liu, Jianyang Gu, Shijie Chen, Jefferson Chen 외 arxiv

Knowledge-based visual question answering (KB-VQA) lets vision-language systems answer questions that exceed their parametric knowledge by conditioning a reader on passages retrieved from a Wikipedia-scale knowledge base…

Visual Question Answering

Passage-specific Prompt Tuning for Passage Reranking in Question Answering with Large Language Models

2024-05-31 · Xuyang Wu, Zhiyuan Peng, Krishna Sravanthi Rajanala Sai, Hsin-Tai Wu 외

Effective passage retrieval and reranking methods have been widely utilized to identify suitable candidates in open-domain question answering tasks, recent studies have resorted to LLMs for reranking the retrieved passag…

Open-Domain Question AnsweringPassage RerankingPassage RetrievalQuestion Answering+1

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

Strong and Efficient Baselines for Open Domain Conversational Question Answering

2023-10-23 · Andrei C. Coman, Gianni Barlacchi, Adrià De Gispert

Unlike the Open Domain Question Answering (ODQA) setting, the conversational (ODConvQA) domain has received limited attention when it comes to reevaluating baselines for both efficiency and effectiveness. In this paper, …

Conversational Question AnsweringDecoderOpen-Domain Question AnsweringPassage Retrieval+3