TWOLAR: a TWO-step LLM-Augmented distillation method for passage Reranking
About
In this paper, we present TWOLAR: a two-stage pipeline for passage reranking based on the distillation of knowledge from Large Language Models (LLM). TWOLAR introduces a new scoring strategy and a distillation process consisting in the creation of a novel and diverse training dataset. The dataset consists of 20K queries, each associated with a set of documents retrieved via four distinct retrieval methods to ensure diversity, and then reranked by exploiting the zero-shot reranking capabilities of an LLM. Our ablation studies demonstrate the contribution of each new component we introduced. Our experimental results show that TWOLAR significantly enhances the document reranking ability of the underlying model, matching and in some cases even outperforming state-of-the-art models with three orders of magnitude more parameters on the TREC-DL test sets and the zero-shot evaluation benchmark BEIR. To facilitate future work we release our data set, finetuned models, and code.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Question Answering | Scientific QA Base setting | F1 Score40.75 | 38 | |
| Information Retrieval | Scientific QA Base setting | HitRate@138.57 | 38 | |
| Scientific Question Answering | SciRAG-SSLI hard 1.0 (test) | F1 Score46.01 | 19 | |
| Reranking | SciRAG-SSLI hard 1.0 (test) | Hit Rate @ 158.8 | 19 | |
| Scientific Question Answering | SciRAG-SSLI easy 1.0 (test) | F1 Score45.36 | 19 | |
| Reranking | SciRAG-SSLI easy 1.0 (test) | Hit Rate @ 148.8 | 19 |