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 relevancy.
Elastic Inference Service
Run Jina models natively inside Elasticsearch.
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
open_in_new
Qwen3-0.6B
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

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%
Hover or click the chart to move the cutoff
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 multilingual listwise document reranker and a drop-in upgrade to jina-reranker-v3. It keeps the same last-but-not-late (LBNL) listwise interface — ranking a query against many candidates in a single forward pass — while improving domain robustness, structured-data ranking, multilingual retrieval, and inference efficiency. Built on Qwen3-0.6B with 28 layers using hybrid 3L2G attention (sliding-window layers, window 1024, interleaved with global-attention layers and a pinned terminal global layer required by LBNL) and a lightweight MLP projector (1024→512→512), it supports up to 131K tokens of context and ranks documents jointly via causal self-attention and cosine scoring. It reaches 63.20 nDCG-10 on BEIR — above the 4B Qwen3-Reranker at roughly 7× fewer parameters — while running 1.22×–1.56× faster than v3 across short-to-long contexts.

Methods

jina-reranker-v3.5 keeps the last-but-not-late (LBNL) listwise design of jina-reranker-v3 — query and candidates share a single context window, and a contextual embedding is read from the last token of each document — but replaces uniform global attention with a hybrid 3L2G scheme: within each group of layers, sliding-window attention layers (window 1024) are interleaved with global-attention layers, and a terminal global layer is pinned as required by LBNL. This lowers attention cost on long candidate lists while preserving cross-document interaction. The model is trained with self-distillation for domain-robust retrieval, and its MLP projector head outputs 512-dimensional embeddings (1024→512→512).

Performance

Under a unified top-100 protocol with jina-embeddings-v5-text-small as the first stage, jina-reranker-v3.5 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 and leads all 0.6B-class rerankers evaluated. 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).

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 from jina-reranker-v3 to jina-reranker-v3.5 is all that is required. 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 the 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, and its hybrid-attention design keeps latency low on long candidate lists. Available under CC-BY-NC-4.0 on Hugging Face; contact us for commercial use.
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
October 03, 2025 • 7 minutes read
Jina Reranker v3: 0.6B Listwise Reranker for SOTA Multilingual Retrieval
New 0.6B-parameter listwise reranker that considers the query and all candidate documents in a single context window.
Jina AI
Light blue background with stylized text in the center, composed of small dots or squares, evoking a modern and minimalistic
May 25, 2025 • 8 minutes read
Fair Scoring for Multimodal Documents with jina-reranker-m0
Text similarity: 0.7. Image similarity: 0.5. Which document is more relevant? You literally cannot tell—and that's the core problem breaking multimodal search. We solve it with unified reranking.
Nan Wang
Alex C-G
Stacked glowing green ovals on a background transitioning from black to green, with the top oval having an unusual, split sha
April 08, 2025 • 21 minutes read
jina-reranker-m0: Multilingual Multimodal Document Reranker
Introducing jina-reranker-m0, our new multilingual multimodal reranker for retrieving visual documents, with SOTA performance on multilingual long documents and code searching tasks.
Jina AI
Modern dot matrix text display on a dark blue background, conveying a digital feel.
June 25, 2024 • 15 minutes read
Jina Reranker v2 for Agentic RAG: Ultra-Fast, Multilingual, Function-Calling & Code Search
Jina Reranker v2 is the best-in-class reranker built for Agentic RAG. It features function-calling support, multilingual retrieval for over 100 languages, code search capabilities, and offers a 6x speedup over v1.
Saahil Ognawala
Jie Fu
Yuting Zhang
Scott Martens
Black background with word 'RERANKER' in white at left and a stylized white question mark design at the right.
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.