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
warning
This model is deprecated by newer models.
Reranker
Apache 2.0 License
open_in_new Release Post

jina-reranker-v1-base-en

Our first reranker model maximizing search and RAG relevance
License
Apache-2.0
Release Date
calendar_month
2024-02-29
Input
abc
Text (Query)
abc
Text (Document)
arrow_forward
Output
format_list_numbered
Rankings
Model Details
Parameters: 137M
Input Token Length: 8K
Base Model help_outline
link
jina-embeddings-v2-base-en
Trained Languages help_outline
1 languages
Related Models
link
jina-reranker-v1-turbo-en
link
jina-reranker-v1-tiny-en
Available via
Jina API
AWS SageMaker
Microsoft Azure
Hugging Face
Air-gapped
I/O graph

multiple

Document

Query

jina-reranker-v1

Ranking

Pareto fronthelp_outline
BEIR
LoCo
BEIR · arguana
LlamaIndex RAG · avg3emb
LlamaIndex RAG · avg3emb · MRR
chevron_leftchevron_right
30M100M7075808590ColBERTv2gte-reranker-modernbert…jina-colbert-v1-enjina-reranker-v1-tiny-enjina-reranker-v1-turbo-…jina-reranker-v1-base-enParameters (log)nDCG@10
This model
On the front
Jina AI
Other
LoCo
87.31
Parameters
137M
Rank by score
2 / 6
Pareto front
On it
Value distributionhelp_outline
AUC 0.9853
Corpus
Translation pairs
0.4810.000.200.400.600.801.00
Related85.0%
Hard negative6.3%
Unrelated1.1%
Recommended cutoffs
FPR 0.1 · 0.208
FPR 0.01 · 0.481
FPR 0.001 · 0.697
FPR 0.0001 · 0.978
balanced · 0.340
AUC
0.9853
Noise ceiling
0.691
Recall cliff
0.088
Pairs measured
100 / 9,200
Score by rankhelp_outline
12345678910
Mean score at each rank position
Choose models to compare

Overview

jina-reranker-v1-base-en is a 137M-parameter English cross-encoder reranker that refines search results by performing token-level analysis of query-document pairs. It delivers a 20% improvement in search accuracy over baseline vector search, making it the workhorse of Jina's first-generation reranker family. It is now superseded by the multilingual v2 and listwise v3 families.

Methods

The model employs a BERT-based cross-attention architecture (12 layers, 12 attention heads, 768 hidden dimensions, 137M parameters) that fundamentally differs from embedding-based approaches. Instead of comparing pre-computed document embeddings, it performs dynamic token-level interactions between query and document, capturing contextual nuances that cosine similarity misses. The 1,024-token context window supports automatic chunking and max-pooling across chunks for longer documents. Training used contrastive loss on query-document relevance pairs with hard-negative mining. The model was the first Jina reranker and established the pattern for the turbo and tiny variants through knowledge distillation.

Performance

The model achieves an 8% increase in hit rate and a 33% boost in mean reciprocal rank compared to baseline vector search. On BEIR, it scores an average NDCG@10 of 0.5588, outperforming BGE (0.5032), BCE (0.4969), and Cohere (0.5141). On the LoCo benchmark for long-context understanding, it scores 0.873, significantly ahead of competitors. It shows particular strength in technical content: 0.996 on QASPER abstracts and 0.962 on government report analysis, though performance is lower (0.466) on meeting summarization tasks. Latency scales with document length: 156ms for 256 tokens, 7,068ms for 4,096 tokens with a 512-token query.

Best Practice

Implement a two-stage pipeline: vector search (e.g., jina-embeddings-v5-text-small) provides initial candidates, then this model re-ranks the top 100–200 for precision. The model is English-only — for multilingual applications, use jina-reranker-v2-base-multilingual or jina-reranker-v3.5. It requires CUDA-capable hardware for production throughput. For new projects, prefer jina-reranker-v3.5 (multilingual, listwise, 131K context, 63.20 BEIR NDCG@10). The model is available via Jina Reranker API, AWS SageMaker, and Hugging Face. When integrating with RAG systems, tune the number of documents sent for re-ranking based on latency requirements — 100–200 documents typically balances quality and speed.

Blogs that mention this model
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.
June 03, 2024 • 6 minutes read
Implementing a Chat History RAG with Jina AI and Milvus Lite
Enhance your search applications in Python with Jina Embeddings and Reranker and lightweight, easy-to-deploy Milvus Lite.
Francesco Kruk
Saahil Ognawala
Black background with vivid geometric shapes on the sides and central logos "Embeddings," "Reranker," and "Milvus."
May 13, 2024 • 5 minutes read
Albus by Springworks: Empowering Employees with Enterprise Search
Learn how a leading HR-tech startup uses Jina AI’s models to talk with structured and unstructured data.
Francesco Kruk
Saahil Ognawala
Albus logo in white on a dark blue background, surrounded by abstract blue shapes and symbols.
May 07, 2024 • 12 minutes read
When AI Makes AI: Synthetic Data, Model Distillation, And Model Collapse
AI creating AI! Is it the end of the world? Or just another tool to make models do value-adding work? Let’s find out!
Scott Martens
Abstract depiction of a brain in purple and pink hues with a fluid, futuristic design against a blue and purple background.
April 29, 2024 • 7 minutes read
Jina Embeddings and Reranker on Azure: Scalable Business-Ready AI Solutions
Jina Embeddings and Rerankers are now available on Azure Marketplace. Enterprises that prioritize privacy and security can now easily integrate Jina AI's state-of-the-art models right in their existing Azure ecosystem.
Susana Guzmán
Futuristic black background with a purple 3D grid, featuring the "Embeddings" and "Reranker" logos with a stylized "A".
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.