paper-with-me

Papers

Curriculum Learning for Dense Retrieval Distillation

2022-04-28 · Hansi Zeng, Hamed Zamani, Vishwa Vinay

Recent work has shown that more effective dense retrieval models can be obtained by distilling ranking knowledge from an existing base re-ranking model. In this paper, we propose a generic curriculum learning based optimization framework called CL-DRD that controls the difficulty level of training data produced by the re-ranking (teacher) model. CL-DRD iteratively optimizes the dense retrieval (student) model by increasing the difficulty of the knowledge distillation data made available to it. In more detail, we initially provide the student model coarse-grained preference pairs between documents in the teacher's ranking and progressively move towards finer-grained pairwise document ordering requirements. In our experiments, we apply a simple implementation of the CL-DRD framework to enhance two state-of-the-art dense retrieval models. Experiments on three public passage retrieval datasets demonstrate the effectiveness of our proposed framework.

📄 PDF Abstract BibTeX arXiv:2204.13679

Code (1)

hansizeng/cl-drd 공식 구현 pytorch

Tasks

Knowledge DistillationPassage RetrievalRe-RankingRetrieval

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.…
BASE 설명 없음

Similar Papers 제목 키워드 기반

PROD: Progressive Distillation for Dense Retrieval

2022-09-27 · Zhenghao Lin, Yeyun Gong, Xiao Liu, Hang Zhang 외

Knowledge distillation is an effective way to transfer knowledge from a strong teacher to an efficient student model. Ideally, we expect the better the teacher is, the better the student. However, this expectation does n…

Knowledge DistillationNatural QuestionsRetrieval

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

2022-12-18 · Xingwei He, Yeyun Gong, A-Long Jin, Hang Zhang 외

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between…

Passage RetrievalRetrieval

LACONIC: Dense-Level Effectiveness for Scalable Sparse Retrieval via a Two-Phase Training Curriculum

2026-01-04 · Zhichao Xu, Shengyao Zhuang, Crystina Zhang, Xueguang Ma 외 arxiv

While dense retrieval models have been the standard for state-of-the-art information retrieval, their deployment is often constrained by high memory requirements and reliance on GPU accelerators for vector similarity sea…

Information Retrieval

PairDistill: Pairwise Relevance Distillation for Dense Retrieval

2024-10-02 · Chao-Wei Huang, Yun-Nung Chen

Effective information retrieval (IR) from vast datasets relies on advanced techniques to extract relevant information in response to queries. Recent advancements in dense retrieval have showcased remarkable efficacy comp…

Information RetrievalKnowledge DistillationRerankingRetrieval

In-Batch Negatives for Knowledge Distillation with Tightly-Coupled Teachers for Dense Retrieval

2021-08-01 · ACL (RepL4NLP) 2021 8 · Sheng-Chieh Lin, Jheng-Hong Yang, Jimmy Lin

We present an efficient training approach to text retrieval with dense representations that applies knowledge distillation using the ColBERT late-interaction ranking model. Specifically, we propose to transfer the knowle…

Document RankingKnowledge DistillationRetrievalText Retrieval