Skip to content
System One

Retrieval and knowledge

Judge whether retrieved text is relevant, ranked correctly, or actually supports the claim it is cited for.

4 use cases

Retrieval and knowledgeIntermediate

Citation verification with System One models

An answer with citations is only as good as the citations. Match each quote against the source in code to catch fabrications, then ask Jev one Choice question about how the surrounding section relates to the claim. Confidence decides which verdicts a human reviews.

Choice
Retrieval and knowledgeAdvanced

Entity alignment with System One models

Two catalogues describe overlapping sets of the same products, and a rough first pass hands you candidate pairs. One Jev Score question with a level per outcome decides each pair, and yes/no questions about individual fields tell a curator where the two sources disagree.

ScoreNoul
Retrieval and knowledgeIntermediate

RAG passage filtering with System One models

Retrieval returns whatever looks similar, including noise and hostile text. Put a Jev call between retrieval and generation: four yes/no questions per passage return probabilities, and your code decides which passages become evidence, which get flagged as conflicts, and which never reach the prompt.

Noul
Retrieval and knowledgeIntermediate

Semantic reranking with System One models

Keyword or vector search narrows thousands of documents to a shortlist but rarely puts the right one first. Ask Jev one yes/no question about each query and candidate pair, take the probability it returns as the score, and sort the shortlist by it, highest first.

Noul

Examples in this category

All examples

Things people have built and written that match one of the use cases above.

Article

[AINews] Jev: a System One Model that only decides/classifies/routes/scores

AI News daily roundup leading with the Jev launch, summarising RLCD and TypeSafe's 20-200x speed and 40-400x cost claims. Frames Jev as part of a broader move toward task-specialised models.

Related recipes