Pith. sign in

REVIEW 16 cited by

Improving Efficient Neural Ranking Models with Cross-Architecture Knowledge Distillation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2010.02666 v2 pith:4XC7OMPF submitted 2020-10-06 cs.IR

Improving Efficient Neural Ranking Models with Cross-Architecture Knowledge Distillation

classification cs.IR
keywords rankingarchitecturesdistillationknowledgemodelsbertdifferentefficient
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

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 architecture and deliberate choices by their designers to trade-off effectiveness for higher efficiency. This focus on low query latency of a rising number of efficient ranking architectures make them feasible for production deployment. In machine learning an increasingly common approach to close the effectiveness gap of more efficient models is to apply knowledge distillation from a large teacher model to a smaller student model. We find that different ranking architectures tend to produce output scores in different magnitudes. Based on this finding, we propose a cross-architecture training procedure with a margin focused loss (Margin-MSE), that adapts knowledge distillation to the varying score output distributions of different BERT and non-BERT passage ranking architectures. We apply the teachable information as additional fine-grained labels to existing training triples of the MSMARCO-Passage collection. We evaluate our procedure of distilling knowledge from state-of-the-art concatenated BERT models to four different efficient architectures (TK, ColBERT, PreTT, and a BERT CLS dot product model). We show that across our evaluated architectures our Margin-MSE knowledge distillation significantly improves re-ranking effectiveness without compromising their efficiency. Additionally, we show our general distillation method to improve nearest neighbor based index retrieval with the BERT dot product model, offering competitive results with specialized and much more costly training methods. To benefit the community, we publish the teacher-score training files in a ready-to-use package.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 16 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Prism-Reranker: Beyond Relevance Scoring -- Jointly Producing Contributions and Evidence for Agentic Retrieval

    cs.IR 2026-04 accept novelty 7.0

    Prism-Reranker models output relevance, contribution statements, and evidence passages to support agentic retrieval beyond scalar scoring.

  2. A Unified Model and Document Representation for On-Device Retrieval-Augmented Generation

    cs.IR 2026-04 unverdicted novelty 7.0

    A single model unifies retrieval and context compression for on-device RAG via shared representations, matching traditional RAG performance at 1/10 context size with no extra storage.

  3. Relevance-Based Embeddings: Lightweight Candidate Retrieval via Heavy-Ranker Calls

    cs.IR 2026-07 conditional novelty 6.0

    Relevance vectors to support items/queries, mapped by light networks, uniformly approximate any continuous ranker and improve lightweight candidate retrieval over dual encoders.

  4. Scaling Dense Retrieval with LLM-Annotated Training Data: Structured Mining and Progressive Curriculum for E-Commerce Sponsored Search

    cs.IR 2026-06 unverdicted novelty 6.0

    A pipeline using multi-system retrieval disagreement, LLM-graded annotation at 89.1% human agreement, and staged curriculum on 240M+ examples trains a two-tower model that improves NDCG@10 by 5.1% and online ad metric...

  5. Understanding Wacky Weights: A Dissection of SPLADE's Learned Term Importance

    cs.IR 2026-05 conditional novelty 6.0

    SPLADE models produce wacky expansion terms whose prevalence rises with larger vocabularies and falls with stricter sparsity; these terms primarily aid in-domain retrieval rather than out-of-domain generalization.

  6. LEAF: Knowledge Distillation of Text Embedding Models with Teacher-Aligned Representations

    cs.IR 2025-09 conditional novelty 6.0

    LEAF distills teacher-aligned student embedding models that achieve new SOTA results on BEIR and MTEB for their size class while requiring only modest data and compute.

  7. Towards a Relevance Posterior in Neural Information Access

    cs.IR 2026-07 conditional novelty 5.0

    Fusing a cached query-independent document-quality prior with BM25 or re-rankers improves TREC DL nDCG, with largest gains for RankZephyr, under a prior–likelihood view of retrieval.

  8. Rationale-Guided Knowledge Distillation for Cross-Lingual Stance Detection

    cs.CL 2026-07 conditional novelty 5.0

    Distilling LLM-generated reasoning rationales into mBERT via dual-path contrastive distillation improves cross-lingual stance detection by 1–3% accuracy on three benchmarks.

  9. RAMP: Robust Ad Recommendation Under Limited Personalized-Feature Availability via Masking and Alignment Pathways

    cs.IR 2026-07 conditional novelty 5.0

    RAMP splits ad prediction into personalized and non-personalized towers, then uses a distillation-style loss to transfer knowledge so non-personalized predictions stay accurate when user features are absent.

  10. Score-Only Distillation for Compact Dense Retrieval

    cs.IR 2026-07 conditional novelty 5.0

    Score-only distillation with a row-centered all-pairs PairMSE objective lets 0.6B bi-encoders recover up to 50% of the base-to-teacher retrieval gap under matched protocols.

  11. Generalistic or Specific Embeddings, Which is Better? An Empirical Study on Search for Clinical Coding in Non-English Languages

    cs.CL 2026-05 unverdicted novelty 5.0

    Fine-tuning a Spanish biomedical encoder on Gemini-generated synthetic data for multiple languages yields a bi-encoder that matches or exceeds BioBERT-ST on clinical code retrieval metrics, with further gains from cro...

  12. Beyond Hard Negatives: The Importance of Score Distribution in Knowledge Distillation for Dense Retrieval

    cs.IR 2026-04 unverdicted novelty 5.0

    Stratified sampling preserving teacher score distribution outperforms hard-negative mining as a robust baseline for knowledge distillation in dense retrieval.

  13. jina-embeddings-v5-text: Task-Targeted Embedding Distillation

    cs.CL 2026-02 unverdicted novelty 5.0

    A distillation-plus-task-contrastive training regimen yields compact embedding models that match or exceed state-of-the-art performance for their size while supporting 32k-token contexts and quantization.

  14. The Role of Vocabularies in Learning Sparse Representations for Ranking

    cs.IR 2025-09 unverdicted novelty 5.0

    Larger 100K vocabularies in SPLADE models, especially those initialized with ESPLADE pretraining, improve retrieval effectiveness after pruning compared to 32K baselines while keeping similar efficiency.

  15. Search for Coverage: Learning Coverage-Aware Retrieval with Augmented Sub-Question Answerability

    cs.IR 2026-05 unverdicted novelty 4.0

    CoveR improves nugget coverage by 10% over dense baselines in long-form RAG via coverage-aware contrastive training on LLM-generated sub-question signals without losing relevance performance.

  16. Unified Supervision for Walmart's Sponsored Search Retrieval via Joint Semantic Relevance and Behavioral Engagement Modeling

    cs.IR 2026-04 unverdicted novelty 4.0

    A hybrid supervision method for bi-encoder retrievers combines graded relevance from teacher models, production retrieval priors, and selective engagement to improve relevance and NDCG over Walmart's current sponsored...