Started building a reranker CLI on top of Jev for the obvious reason: get the relevant documents to the top. Ended up with three modes in jev-reranker , and one I decided not to ship. The split appeared while I was building. There are several different things I want decided about a set of search results. Is this document related to the question? Does it contain evidence I can answer from? Which part of it should I pass on? Given what I have already selected, does this add anything? All fo...