IRCLMar 23, 2023

Parameter-Efficient Sparse Retrievers and Rerankers using Adapters

arXiv:2303.13220v13 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses the problem of memory-efficient and scalable neural information retrieval for researchers and practitioners, though it is incremental as it extends existing adapter methods from NLP to IR.

The paper tackles the under-exploration of parameter-efficient adapters in information retrieval by applying them to sparse retrievers and rerankers, showing that Adapters-SPLADE optimizes only 2% of training parameters while outperforming fully fine-tuned models on benchmark datasets.

Parameter-Efficient transfer learning with Adapters have been studied in Natural Language Processing (NLP) as an alternative to full fine-tuning. Adapters are memory-efficient and scale well with downstream tasks by training small bottle-neck layers added between transformer layers while keeping the large pretrained language model (PLMs) frozen. In spite of showing promising results in NLP, these methods are under-explored in Information Retrieval. While previous studies have only experimented with dense retriever or in a cross lingual retrieval scenario, in this paper we aim to complete the picture on the use of adapters in IR. First, we study adapters for SPLADE, a sparse retriever, for which adapters not only retain the efficiency and effectiveness otherwise achieved by finetuning, but are memory-efficient and orders of magnitude lighter to train. We observe that Adapters-SPLADE not only optimizes just 2\% of training parameters, but outperforms fully fine-tuned counterpart and existing parameter-efficient dense IR models on IR benchmark datasets. Secondly, we address domain adaptation of neural retrieval thanks to adapters on cross-domain BEIR datasets and TripClick. Finally, we also consider knowledge sharing between rerankers and first stage rankers. Overall, our study complete the examination of adapters for neural IR

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes