Papers › Improving Passage Retrieval with Zero-Shot Question Generation

Improving Passage Retrieval with Zero-Shot Question Generation

15 Apr 2022arXiv:2204.07496archive 2025-07-28

Devendra Singh Sachan, Mike Lewis, Mandar Joshi, Armen Aghajanyan, Wen-tau Yih, Joelle Pineau, Luke Zettlemoyer

We propose a simple and effective re-ranking method for improving passage retrieval in open question answering. The re-ranker re-scores retrieved passages with a zero-shot question generation model, which uses a pre-trained language model to compute the probability of the input question conditioned on a retrieved passage. This approach can be applied on top of any retrieval method (e.g. neural or keyword-based), does not require any domain- or task-specific training (and therefore is expected to generalize better to data distribution shifts), and provides rich cross-attention between query and passage (i.e. it must explain every token in the question). When evaluated on a number of open-domain retrieval datasets, our re-ranker improves strong unsupervised retrieval models by 6%-18% absolute and strong supervised models by up to 12% in terms of top-20 passage retrieval accuracy. We also obtain new state-of-the-art results on full open-domain question answering by simply adding the new re-ranker to existing models with no further changes.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.07496")

Code

Syntology Ran 8 of 14 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 8 ran; found in paper text by Syntology: 4 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DevSinghSachan/unsupervised-passage-reranking officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
5ran
6unverified

Licence: 10 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CustomDataLoader DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran no licence file found · pointer only · d5901455e19a84f8 · report
DistributedBatchSampler DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran no licence file found · pointer only · 4f65156d8be990b5 · report
OpenQADataset DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran no licence file found · pointer only · a3c5fbbe7959f17b · report
OpenRetrievalEvidenceDataset DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran no licence file found · pointer only · ba8cd692f32803b2 · report
build_sample DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 21e99db1be01d7eb · report
get_one_epoch_dataloader DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran no licence file found · pointer only · 61c86a4b8de629dd · report
get_open_retrieval_wiki_dataset DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran · our draft was wrong no licence file found · pointer only · a1921ddd1ee47af6 · report
get_openqa_dataset DevSinghSachan/unsupervised-passage-reranking/upr.py official repository ran · our draft was wrong no licence file found · pointer only · c4f3e9bb67241b4c · report
UnsupervisedPassageReranker DevSinghSachan/unsupervised-passage-reranking/upr.py official repository unverified no licence file found · pointer only · 79f98dfffed2b010 · report
print_rank_0 DevSinghSachan/unsupervised-passage-reranking/upr.py official repository unverified no licence file found · pointer only · 4d4b4d61d1dc8caa · report
Query castorini/pygaggle/pygaggle/rerank/transformer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fa40f72ce9f3d097 · report
QuestionAnsweringTransformerReranker castorini/pygaggle/pygaggle/rerank/transformer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d5d41b07008bdae5 · report
Reranker castorini/pygaggle/pygaggle/rerank/transformer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cbf50e14db93384e · report
Text castorini/pygaggle/pygaggle/rerank/transformer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 31c7b4b7bfee3a66 · report

Tasks

Language ModelingLanguage ModellingOpen-Domain Question AnsweringOpen-Ended Question AnsweringPassage RetrievalQuestion AnsweringQuestion GenerationQuestion-GenerationRe-RankingRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections