Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Expand, Rerank, and Retrieve: Query Reranking for Open-Domain Question Answering

About

We propose EAR, a query Expansion And Reranking approach for improving passage retrieval, with the application to open-domain question answering. EAR first applies a query expansion model to generate a diverse set of queries, and then uses a query reranker to select the ones that could lead to better retrieval results. Motivated by the observation that the best query expansion often is not picked by greedy decoding, EAR trains its reranker to predict the rank orders of the gold passages when issuing the expanded queries to a given retriever. By connecting better the query expansion model and retriever, EAR significantly enhances a traditional sparse retrieval method, BM25. Empirically, EAR improves top-5/20 accuracy by 3-8 and 5-10 points in in-domain and out-of-domain settings, respectively, when compared to a vanilla query expansion model, GAR, and a dense retrieval model, DPR.

Yung-Sung Chuang, Wei Fang, Shang-Wen Li, Wen-tau Yih, James Glass• 2023

Related benchmarks

TaskDatasetResultRank
Passage retrievalTriviaQA (test)
Top-100 Acc87.3
67
RetrievalNatural Questions (test)
Top-5 Recall74.2
62
End-to-end Open-Domain Question AnsweringTriviaQA (test)
Exact Match (EM)71.5
40
Passage retrievalWebQuestions (WQ) (test)
Top-20 Accuracy70.8
37
Question AnsweringNatural Questions (NQ) (test)
Exact Match52.1
35
RetrievalEntity Questions (test)
Top-100 Retrieval Accuracy81.5
20
Passage retrievalTREC (test)
Top-20 Accuracy88.9
17
Showing 7 of 7 rows

Other info

Code

Follow for update