paper-with-me

Papers

A Study on the Efficiency and Generalization of Light Hybrid Retrievers

2022-10-04 · Man Luo, Shashank Jain, Anchit Gupta, Arash Einolghozati, Barlas Oguz, Debojeet Chatterjee, Xilun Chen, Chitta Baral, Peyman Heidari

Hybrid retrievers can take advantage of both sparse and dense retrievers. Previous hybrid retrievers leverage indexing-heavy dense retrievers. In this work, we study "Is it possible to reduce the indexing memory of hybrid retrievers without sacrificing performance"? Driven by this question, we leverage an indexing-efficient dense retriever (i.e. DrBoost) and introduce a LITE retriever that further reduces the memory of DrBoost. LITE is jointly trained on contrastive learning and knowledge distillation from DrBoost. Then, we integrate BM25, a sparse retriever, with either LITE or DrBoost to form light hybrid retrievers. Our Hybrid-LITE retriever saves 13X memory while maintaining 98.0% performance of the hybrid retriever of BM25 and DPR. In addition, we study the generalization capacity of our light hybrid retrievers on out-of-domain dataset and a set of adversarial attacks datasets. Experiments showcase that light hybrid retrievers achieve better generalization performance than individual sparse and dense retrievers. Nevertheless, our analysis shows that there is a large room to improve the robustness of retrievers, suggesting a new research direction.

📄 PDF Abstract BibTeX arXiv:2210.01371

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackContrastive LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Predicting Efficiency/Effectiveness Trade-offs for Dense vs. Sparse Retrieval Strategy Selection

2021-09-22 · Negar Arabzadeh, Xinyi Yan, Charles L. A. Clarke

Over the last few years, contextualized pre-trained transformer models such as BERT have provided substantial improvements on information retrieval tasks. Recent approaches based on pre-trained transformer models such as…

GPUInformation RetrievalRetrieval

DRAMA: Diverse Augmentation from Large Language Models to Smaller Dense Retrievers

2025-02-25 · Xueguang Ma, Xi Victoria Lin, Barlas Oguz, Jimmy Lin 외

Large language models (LLMs) have demonstrated strong effectiveness and robustness while fine-tuned as dense retrievers. However, their large parameter size brings significant inference time computational challenges, inc…

Contrastive Learning

Parameter-Efficient Prompt Tuning Makes Generalized and Calibrated Neural Text Retrievers

2022-07-14 · Weng Lam Tam, Xiao Liu, Kaixuan Ji, Lilong Xue 외

Prompt tuning attempts to update few task-specific parameters in pre-trained models. It has achieved comparable performance to fine-tuning of the full parameter set on both language understanding and generation tasks. In…

RetrievalText RetrievalZero-shot Generalization

Information Retrieval with Entity Linking

2024-04-07 · Dahlia Shehata

Despite the advantages of their low-resource settings, traditional sparse retrievers depend on exact matching approaches between high-dimensional bag-of-words (BoW) representations of both the queries and the collection.…

Entity LinkingInformation RetrievalRetrieval

Large Language Models as Foundations for Next-Gen Dense Retrieval: A Comprehensive Empirical Assessment

2024-08-22 · Kun Luo, Minghao Qin, Zheng Liu, Shitao Xiao 외

Pretrained language models like BERT and T5 serve as crucial backbone encoders for dense retrieval. However, these models often exhibit limited generalization capabilities and face challenges in improving in domain accur…

Multi-Task LearningRetrievalZero-shot Generalization