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

Few-shot Reranking for Multi-hop QA via Language Model Prompting

About

We study few-shot reranking for multi-hop QA with open-domain questions. To alleviate the need for a large number of labeled question-document pairs for retriever training, we propose PromptRank, which relies on large language models prompting for multi-hop path reranking. PromptRank first constructs an instruction-based prompt that includes a candidate document path and then computes the relevance score between a given question and the path based on the conditional likelihood of the question given the path prompt according to a language model. PromptRank yields strong retrieval performance on HotpotQA with only 128 training examples compared to state-of-the-art methods trained on thousands of examples -- 73.6 recall@10 by PromptRank vs. 77.8 by PathRetriever and 77.5 by multi-hop dense retrieval. Code available at https://github.com/mukhal/PromptRank

Muhammad Khalifa, Lajanugen Logeswaran, Moontae Lee, Honglak Lee, Lu Wang• 2022

Related benchmarks

TaskDatasetResultRank
Question AnsweringHotpotQA (test)
Ans F171.1
37
Document RetrievalHotpotQA (dev)
Recall @ 254.5
13
Retrieval2WikiMQA (test)--
8
RetrievalHotpotQA (train)
Recall@254.4
6
Showing 4 of 4 rows

Other info

Code

Follow for update