paper-with-me

Papers

Parameter-Efficient Sparse Retrievers and Rerankers using Adapters

2023-03-23 · Vaishali Pal, Carlos Lassance, Hervé Déjean, Stéphane Clinchant

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

📄 PDF Abstract BibTeX arXiv:2303.13220

Code (1)

naver/splade 공식 구현 pytorch

Tasks

Domain AdaptationInformation RetrievalLanguage ModellingRetrievalTransfer Learning

Similar Papers 제목 키워드 기반

Pseudo Relevance Feedback with Deep Language Models and Dense Retrievers: Successes and Pitfalls

2021-08-25 · Hang Li, Ahmed Mourad, Shengyao Zhuang, Bevan Koopman 외

Pseudo Relevance Feedback (PRF) is known to improve the effectiveness of bag-of-words retrievers. At the same time, deep language models have been shown to outperform traditional bag-of-words rerankers. However, it is un…

Retrieval

A Static Pruning Study on Sparse Neural Retrievers

2023-04-25 · Carlos Lassance, Simon Lupart, Hervé Dejean, Stéphane Clinchant 외

Sparse neural retrievers, such as DeepImpact, uniCOIL and SPLADE, have been introduced recently as an efficient and effective way to perform retrieval with inverted indexes. They aim to learn term importance and, in some…

Document RankingRetrieval

Evaluating Large Language Models for Cross-Lingual Retrieval

2025-09-18 · Longfei Zuo, Pingjun Hong, Oliver Kraus, Barbara Plank 외 arxiv

Multi-stage information retrieval (IR) has become a widely-adopted paradigm in search. While Large Language Models (LLMs) have been extensively evaluated as second-stage reranking models for monolingual IR, a systematic …

Information RetrievalMachine Translation

HYRR: Hybrid Infused Reranking for Passage Retrieval

2022-12-20 · Jing Lu, Keith Hall, Ji Ma, Jianmo Ni

We present Hybrid Infused Reranking for Passages Retrieval (HYRR), a framework for training rerankers based on a hybrid of BM25 and neural retrieval models. Retrievers based on hybrid models have been shown to outperform…

Passage RetrievalRerankingRetrieval

Rethink Training of BERT Rerankers in Multi-Stage Retrieval Pipeline

2021-01-21 · Luyu Gao, Zhuyun Dai, Jamie Callan

Pre-trained deep language models~(LM) have advanced the state-of-the-art of text retrieval. Rerankers fine-tuned from deep LM estimates candidate relevance based on rich contextualized matching signals. Meanwhile, deep L…

RetrievalText Retrieval