Elastic
Jina AI
Models
API
keyboard_arrow_down
Reader
Convert any URL to Markdown for better grounding LLMs.
Embeddings
Multimodal multilingual embeddings.
Reranker
Reranker for maximizing search relevance.
MCP
terminal
CLI
article
llms.txt
smart_toy
Agents
data_object
Schema
menu_book
Docs
Log in
login
Reranker
copyright CC BY-NC 4.0
open_in_new Release Post

jina-reranker-v3.5

Domain-ready listwise reranker for multilingual and structured retrieval
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2026-07-27
Input
abc
Text (Query)
abc
Text (Document)
arrow_forward
Output
format_list_numbered
Rankings
Model Details
Parameters: 0.6B
Input Token Length: 131K
Output Dimension: 512
Base Model help_outline
link
jina-reranker-v3
Trained Languages help_outline
24 languages
Supported Languages help_outline
93 languages
Quantizations help_outline
GGUF
Apple Silicon Support help_outline
MLX
Related Models
link
jina-reranker-v3
link
jina-reranker-m0
link
jina-reranker-v2-base-multilingual
Available via
Elastic Inference Service
Jina API
AWS SageMaker
Microsoft Azure
Google Cloud
Hugging Face
Air-gapped
I/O graph

multiple

Document

Query

jina-reranker-v3.5

Ranking

Pareto fronthelp_outline
BEIR
MIRACL
chevron_leftchevron_right
30M100M300M1B3.0B50556065answerai-colbert-small-…bge-reranker-basebge-reranker-v2-m3ColBERTv2GTE-ModernColBERT-v1jina-colbert-v2jina-reranker-m0jina-reranker-v1-base-enjina-reranker-v1-turbo-…jina-reranker-v2-base-m…jina-reranker-v3ms-marco-MiniLM-L-4-v2mxbai-rerank-base-v1mxbai-rerank-base-v2mxbai-rerank-large-v2mxbai-rerank-xsmall-v1Qwen3-Reranker-0.6Bjina-reranker-v3.5Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
BEIR
63.20
Parameters
597M
Rank by score
1 / 21
Pareto front
On it
Value distributionhelp_outline
AUC 0.9596
Corpus
Translation pairs
Doc retrieval
Code
0.107-0.200.000.200.400.600.80
Related89.1%
Hard negative23.7%
Unrelated10.9%
Recommended cutoffs
FPR 0.1 · 0.107
FPR 0.01 · 0.438
FPR 0.001 · 0.635
FPR 0.0001 · 0.690
balanced · 0.070
AUC
0.9596
Noise ceiling
0.621
Recall cliff
-0.039
Pairs measured
119 / 2,856
Score by rankhelp_outline
12345678910
Mean score at each rank position
What wins rank 1help_outline
A correct match wins 66% of 119 queries
Pool sensitivityhelp_outline
Position in list0.185
Pool size0.057
Filler difficulty0.034
Largest score swing on the same pair
Choose models to compare
Publications (1)
arXiv
July 20, 2026
jina-reranker-v3.5: An Efficient Listwise Reranker with Hybrid Attention and Self-Distillation

Overview

jina-reranker-v3.5 is a 0.6B-parameter listwise reranker that matches 4B-parameter models at roughly 7× fewer parameters. It introduces a hybrid attention schedule (three sliding-window layers + two global layers) paired with a three-stage self-distillation recipe that transfers quality from a full-attention teacher to a sparse-attention student. It is a drop-in replacement for jina-reranker-v3, maintaining the same API schema while improving efficiency and domain coverage.

Methods

The architecture retains the LBNL listwise design of jina-reranker-v3: the query and all candidate documents share a single context window, and embeddings are read from each document's final token. The key innovation is the hybrid attention schedule. Instead of uniform global attention at every layer, the model uses three sliding-window attention layers (restricting each position's attention to a local window) followed by two global attention layers. The terminal layer is pinned to global attention because the LBNL readout mechanism requires the final token to attend to the full context. Training proceeds in three stages: (1) a full-attention teacher model is trained on a curated multi-domain mixture spanning legal, medical, financial, multilingual, and structured retrieval; (2) a sparse-attention student is initialized from the teacher and fine-tuned with staged adaptation, gradually increasing the proportion of training steps using the hybrid schedule; (3) a final distillation pass where the student learns to match the teacher's soft ranking distributions, recovering over 97% of the teacher's ranking quality while running the cheaper sparse-attention inference path.

Performance

Under a unified top-100 protocol with jina-embeddings-v5-text-small as the first-stage retriever, the model scores 63.20 NDCG@10 on BEIR, 74.11 on MIRACL, 70.95 on RTEB, and 48.3 on Struct-IR, improving over jina-reranker-v3 (62.10 / 72.20 / 68.01 / 38.7) on every axis. Its BEIR score edges out the 4B Qwen3-Reranker (62.28) at roughly 7× fewer parameters. Relative gains over v3 include +1.10 BEIR, +2.6% MIRACL, +4.3% RTEB (with large lifts on legal retrieval), and +24.8% on structured-data ranking (Struct-IR). Listwise inference runs 1.22×–1.56× faster than v3 from short to long contexts (A100, FlashAttention-2). The multi-domain training mixture yields particularly strong improvements on semi-structured data (tables, JSON, XML) and domain-specific corpora.

Best Practice

jina-reranker-v3.5 is a drop-in replacement for jina-reranker-v3: the request schema is unchanged, so switching the model string requires no code changes. It ranks a query against the full candidate list in a single call — pass documents through the standard rerank endpoint and use top_n to limit returned results, or set return_embeddings to also retrieve document embeddings. The model is especially strong on structured-data ranking, legal and other domain-specific retrieval, and multilingual collections. Its hybrid-attention design keeps latency low on long candidate lists. The 131K token context window supports very long documents without chunking. Available under CC-BY-NC-4.0 on Hugging Face; contact Jina AI for commercial use. For air-gapped or on-premises deployments, quantized weights are available. Pair with jina-embeddings-v5-text-small or jina-embeddings-v4 as the first-stage retriever.

Blogs that mention this model
August 03, 2026 • 11 minutes read
jina-reranker-v3.5: Faster Listwise Reranking with Hybrid Attention and Self-Distillation
A 0.6B listwise reranker that beats Qwen3-Reranker-4B on BEIR, reranks up to 1.56x faster than v3, and gains 9.6 nDCG@10 on semi-structured retrieval.
Jina AI
Current language / theme
Search Foundation
Reader
Embeddings
Reranker
Get Jina API key
Rate Limit
About us
News
Download Jina logo
open_in_new
Download Elastic logo
open_in_new
API Status
Elastic © 2026.SecurityTerms & ConditionsPrivacyManage CookiesDo Not Sell or Share My Personal Information
This website and all associated content, software, products, and services are intended for professional use only. No consumer use is intended or directed.