OPEN-SOURCE PROJECT

reranker

A Python reranker that packs a query and up to 30 candidates into one Jev state, with one Noul relevance question per document.

Stars
8
Forks
0
License
Apache-2.0
Last commit
2026-09-17

What Jev does here

One Noul relevance question per document; long lists are chunked and scored, then filtered by threshold or sorted.

Uses a probability as a threshold or sort key instead of a generative reranker.

Source code verified against pinned commit. Includes pipeline examples and concurrency handling; retrieval gains vary across datasets.