English

Adam: Dense Retrieval Distillation with Adaptive Dark Examples

Computation and Language 2024-06-07 v2

Abstract

To improve the performance of the dual-encoder retriever, one effective approach is knowledge distillation from the cross-encoder ranker. Existing works construct the candidate passages following the supervised learning setting where a query is paired with a positive passage and a batch of negatives. However, through empirical observation, we find that even the hard negatives from advanced methods are still too trivial for the teacher to distinguish, preventing the teacher from transferring abundant dark knowledge to the student through its soft label. To alleviate this issue, we propose ADAM, a knowledge distillation framework that can better transfer the dark knowledge held in the teacher with Adaptive Dark exAMples. Different from previous works that only rely on one positive and hard negatives as candidate passages, we create dark examples that all have moderate relevance to the query through mixing-up and masking in discrete space. Furthermore, as the quality of knowledge held in different training instances varies as measured by the teacher's confidence score, we propose a self-paced distillation strategy that adaptively concentrates on a subset of high-quality instances to conduct our dark-example-based knowledge distillation to help the student learn better. We conduct experiments on two widely-used benchmarks and verify the effectiveness of our method.

Keywords

Cite

@article{arxiv.2212.10192,
  title  = {Adam: Dense Retrieval Distillation with Adaptive Dark Examples},
  author = {Chongyang Tao and Chang Liu and Tao Shen and Can Xu and Xiubo Geng and Binxing Jiao and Daxin Jiang},
  journal= {arXiv preprint arXiv:2212.10192},
  year   = {2024}
}

Comments

13 pages, 3 figures

R2 v1 2026-06-28T07:44:23.427Z