Back to Feed
Efficiency & Inference / Benchmarks & Evals

Efficient Listwise Reranking for Diverse Data

Original: jina-reranker-v3.5: An Efficient Listwise Reranker with Hybrid Attention and Self-Distillation

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 4 concepts

Key Takeaways

  • Achieves a 9.6 point improvement in nDCG@10 for semi-structured retrieval compared to jina-reranker-v3.
  • Utilizes a hybrid 3L2G attention schedule to maintain efficient sequence processing while supporting long-context document comparison.
  • Employs a three-stage self-distillation protocol that leverages teacher-guided alignment to optimize student models.
  • Supports specialized domains including legal, medical, financial, and multilingual retrieval.

Summary & Methodology Analysis

The architecture addresses the difficulty of balancing efficiency, domain robustness, and understanding of semi-structured data within listwise reranking. It retains the last-but-not-late (LBNL) interaction mechanism, which uses a causal self-attention sequence ending in a query to enable cross-document comparison, followed by an MLP projection and cosine similarity scoring. To handle the computational load, the model implements a hybrid 3L2G attention schedule, consisting of three sliding-window layers followed by two global layers. The terminal layer is pinned to global attention to ensure the LBNL readout functionality remains intact.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary contribution of jina-reranker-v3.5?

It provides an efficient listwise reranker designed to perform well across diverse domains and semi-structured data types.

Q2. Does this model work on multilingual data?

Yes, it is trained using a curated multi-domain mixture that specifically includes multilingual retrieval.

Q3. How much better is this version compared to the previous one?

On semi-structured retrieval, it improves nDCG@10 by 9.6 points over jina-reranker-v3.

Q4. What is the LBNL interaction mechanism?

LBNL is a mechanism that utilizes a causal self-attention sequence ending in a query for cross-document comparison, followed by MLP projection and cosine similarity scoring.

Q5. What is the 3L2G attention schedule?

It is a configuration of three sliding-window layers followed by two global layers, with the terminal layer pinned to global attention to support LBNL readout.

Q6. How is the model trained to handle diverse domains?

It is trained using a curated mixture focusing on legal, medical, financial, multilingual, and semi-structured retrieval, which includes constraint-heavy synthetic data.

Q7. What is the self-distillation protocol used?

It is a three-stage process involving training a full-attention teacher, adapting a sparse-attention student, and using multi-level alignment losses for rank, score, state, and embedding.

Q8. What are the limitations of this approach?

Listwise rerankers are constrained by fixed upper limits on the number of candidates and the total token length per request.

Q9. Does the paper specify the exact memory or latency figures for production?

The paper does not specify precise latency or memory consumption figures for production environments.

Flag an issue

What is wrong with this summary?

What is wrong?