paper-with-me

Papers

Query Distillation: BERT-based Distillation for Ensemble Ranking

2020-12-01 · COLING 2020 8 · Wangshu Zhang, Junhong Liu, Zujie Wen, Yafang Wang, Gerard de Melo

Recent years have witnessed substantial progress in the development of neural ranking networks, but also an increasingly heavy computational burden due to growing numbers of parameters and the adoption of model ensembles. Knowledge Distillation (KD) is a common solution to balance the effectiveness and efficiency. However, it is not straightforward to apply KD to ranking problems. Ranking Distillation (RD) has been proposed to address this issue, but only shows effectiveness on recommendation tasks. We present a novel two-stage distillation method for ranking problems that allows a smaller student model to be trained while benefitting from the better performance of the teacher model, providing better control of the inference latency and computational burden. We design a novel BERT-based ranking model structure for list-wise ranking to serve as our student model. All ranking candidates are fed to the BERT model simultaneously, such that the self-attention mechanism can enable joint inference to rank the document list. Our experiments confirm the advantages of our method, not just with regard to the inference latency but also in terms of higher-quality rankings compared to the original teacher model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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.…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Improving Efficient Neural Ranking Models with Cross-Architecture Knowledge Distillation

2020-10-06 · Sebastian Hofstätter, Sophia Althammer, Michael Schröder, Mete Sertkan 외

Retrieval and ranking models are the backbone of many applications such as web search, open domain QA, or text-based recommender systems. The latency of neural ranking models at query time is largely dependent on the arc…

Knowledge DistillationPassage RankingRecommendation SystemsRe-Ranking+1

Distilling Dense Representations for Ranking using Tightly-Coupled Teachers

2020-10-22 · Sheng-Chieh Lin, Jheng-Hong Yang, Jimmy Lin

We present an approach to ranking with dense representations that applies knowledge distillation to improve the recently proposed late-interaction ColBERT model. Specifically, we distill the knowledge from ColBERT's expr…

Knowledge Distillation

Improving Bi-encoder Document Ranking Models with Two Rankers and Multi-teacher Distillation

2021-03-11 · Jaekeol Choi, Euna Jung, Jangwon Suh, Wonjong Rhee

BERT-based Neural Ranking Models (NRMs) can be classified according to how the query and document are encoded through BERT's self-attention layers - bi-encoder versus cross-encoder. Bi-encoder models are highly efficient…

Document Ranking

Online Distillation for Pseudo-Relevance Feedback

2023-06-16 · Sean MacAvaney, Xi Wang

Model distillation has emerged as a prominent technique to improve neural search models. To date, distillation taken an offline approach, wherein a new neural model is trained to predict relevance scores between arbitrar…

Re-RankingRetrieval

PILE: Pairwise Iterative Logits Ensemble for Multi-Teacher Labeled Distillation

2022-11-11 · Lianshang Cai, Linhao Zhang, Dehong Ma, Jun Fan 외

Pre-trained language models have become a crucial part of ranking systems and achieved very impressive effects recently. To maintain high performance while keeping efficient computations, knowledge distillation is widely…

Knowledge Distillation