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

Listwise reranker for SOTA multilingual document retrieval
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2025-10-01
Input
abc
Text (Query)
abc
Text (Document)
arrow_forward
Output
format_list_numbered
Rankings
Model Details
Parameters: 597M
Input Token Length: 131K
Output Dimension: 256
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.5
link
jina-reranker-v2-base-multilingual
link
jina-reranker-m0
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

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-v3.5ms-marco-MiniLM-L-4-v2mxbai-rerank-base-v1mxbai-rerank-base-v2mxbai-rerank-large-v2mxbai-rerank-xsmall-v1Qwen3-Reranker-0.6Bjina-reranker-v3Parameters (log)nDCG@10
This model
On the front
Jina AI
Other
BEIR
62.10
Parameters
597M
Rank by score
4 / 21
Pareto front
Behind it
Value distributionhelp_outline
AUC 0.8396
Corpus
Translation pairs
Doc retrieval
Code
0.020-0.200.000.200.400.60
Related62.2%
Hard negative18.2%
Unrelated9.5%
Recommended cutoffs
FPR 0.1 · 0.020
FPR 0.01 · 0.238
FPR 0.001 · 0.424
FPR 0.0001 · 0.600
balanced · -0.008
AUC
0.8396
Noise ceiling
0.414
Recall cliff
-0.185
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 45% of 119 queries
Pool sensitivityhelp_outline
Position in list0.161
Pool size0.088
Filler difficulty0.015
Largest score swing on the same pair
Choose models to compare
Publications (1)
AAAI 2026
October 01, 2025
jina-reranker-v3: Last but Not Late Interaction for Document Reranking

Overview

jina-reranker-v3 is a 597M-parameter multilingual listwise reranker that introduces 'last but not late' (LBNL) interaction — a paradigm shift from pairwise cross-encoder scoring. Instead of evaluating each query-document pair in isolation, it processes an entire list of candidate documents simultaneously within a single 131K-token context window, using causal attention to capture inter-document relationships. It achieves state-of-the-art BEIR performance (61.94 NDCG@10) with 2.5× fewer parameters than the next-closest competitor.

Methods

The core innovation is the LBNL architecture. In a standard cross-encoder, each query-document pair is scored independently. In a late-interaction model (ColBERT), documents are encoded separately and matched token-by-token. LBNL combines the strengths of both: the query and all candidate documents share a single causal attention context, allowing the model to attend across documents and capture relative relevance signals that pairwise scoring misses. The model processes up to 16 documents per forward pass (one positive, 15 negatives during training), with each document truncated to a fixed length. Embeddings are extracted from the final token of each document via Last-Token-Pooling, leveraging the causal attention mechanism to naturally aggregate information from the preceding context. The 131K token context window is enabled through rotary position embeddings with adjusted base frequencies. Training uses a three-stage progressive curriculum with multi-objective loss combining InfoNCE, dispersive loss (weight 0.45), dual matching loss (weight 0.85), and similarity loss.

Performance

On BEIR, the model achieves 61.94 NDCG@10, the highest among all evaluated rerankers and a 4.88% improvement over jina-reranker-v2. It excels in multi-hop retrieval (78.56 on HotpotQA) and fact verification (93.95 on FEVER). Multilingual performance reaches 66.50 on MIRACL across 18 languages, with Arabic at 78.69 and Thai at 81.06. Code retrieval achieves 63.28 on CoIR. It outperforms the 1.5B mxbai-rerank-large (61.44) with 2.5× fewer parameters and shows a 5.43% improvement over same-scale bge-reranker-v2-m3. Performance is relatively stable across document orderings: random (62.54), descending (61.94), ascending (61.52) — indicating robust listwise scoring independent of candidate ordering.

Best Practice

Use the structured prompt template with system/user/assistant roles and special tokens for embedding extraction. Process up to 64 documents per forward pass for collections exceeding the 131K context. Optimal with documents ordered randomly or by descending relevance (performance difference is <1%). Leverage the cross-document interaction capability for comparative ranking tasks — the model's listwise design captures relationships between candidates that pairwise scoring misses. For multilingual applications, the model provides strong zero-shot transfer across 18 languages. Implement batch processing for large document sets, maintaining query embeddings consistently across batches. The 256-dimensional output embeddings support efficient similarity computation. Ideal for multi-hop reasoning and fact verification tasks. For production, use jina-reranker-v3.5 for 1.22–1.56× faster inference via hybrid attention.

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
January 22, 2025 • 10 minutes read
What Should We Learn From ModernBERT?
Bigger training data, efficient parameter sizing, and a deep-but-thin architecture, ModernBERT sets a direction for future BERT-like models.
Nan Wang
Alex C-G
Futuristic illustration with a central white circle surrounded by white dots on a dotted background.
September 18, 2024 • 10 minutes read
Jina Embeddings v3: A Frontier Multilingual Embedding Model
jina-embeddings-v3 is a frontier multilingual text embedding model with 570M parameters and 8192 token-length, outperforming the latest proprietary embeddings from OpenAI and Cohere on MTEB.
Jina AI
Dynamic image showing the characters "V3" formed by bright green dots varying in size on a black background.
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.