Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Jina-reranker-v3: Last but Not Late Interaction for Listwise Document Reranking

Created by
  • Haebom

Author

Feng Wang, Yuqing Li, Han Xiao

Outline

Jina-reranker-v3 is a multilingual listwise reranker with 0.6B parameters that introduces a "last but not late" interaction approach. Unlike late interaction models like ColBERT, it applies causal attention between the query and all candidate documents, enabling rich interactions before extracting contextual embeddings from the final tokens of each document. This model achieves a state-of-the-art BEIR performance of 61.94 nDCG@10, while remaining significantly smaller than other models with similar performance.

Takeaways, Limitations

Takeaways:
We achieved high performance while reducing model size through a “last but not late” interaction approach.
It achieved state-of-the-art performance of 61.94 nDCG@10 on the BEIR benchmark.
Multilingual support is available.
Limitations:
It is difficult to determine the specific Limitations from the summary information alone.
👍