IRCLDec 10, 2022

LEAD: Liberal Feature-based Distillation for Dense Retrieval

MicrosoftPeking U
arXiv:2212.05225v22 citationsh-index: 66Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving knowledge distillation efficiency for dense retrieval systems, offering a more flexible method, though it appears incremental as it builds on prior feature-based techniques.

The paper tackles the limitations of existing knowledge distillation methods for dense retrieval by proposing LEAD, a liberal feature-based approach that aligns intermediate layer distributions without constraints on vocabularies or architectures, achieving effectiveness across multiple benchmarks like MS MARCO and TREC.

Knowledge distillation is often used to transfer knowledge from a strong teacher model to a relatively weak student model. Traditional methods include response-based methods and feature-based methods. Response-based methods are widely used but suffer from lower upper limits of performance due to their ignorance of intermediate signals, while feature-based methods have constraints on vocabularies, tokenizers and model architectures. In this paper, we propose a liberal feature-based distillation method (LEAD). LEAD aligns the distribution between the intermediate layers of teacher model and student model, which is effective, extendable, portable and has no requirements on vocabularies, tokenizers, or model architectures. Extensive experiments show the effectiveness of LEAD on widely-used benchmarks, including MS MARCO Passage Ranking, TREC 2019 DL Track, MS MARCO Document Ranking and TREC 2020 DL Track. Our code is available in https://github.com/microsoft/SimXNS/tree/main/LEAD.

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