Using AXIMUR to verify claims in retrieval-augmented generation workflows.
Start API Access — $49/moRAG systems retrieve relevant passages but do not verify whether retrieved evidence actually supports the AI's claims. Retrieved passages may be irrelevant, outdated, or even contradict the claim entirely.
AXIMUR closes this gap by evaluating the claim against the retrieved evidence itself.
Your RAG system retrieves relevant passages from your vector store or knowledge base based on the user query.
The LLM generates a response or claim based on the retrieved context.
AXIMUR verifies the LLM's claim against the retrieved passages:
{
"claim": "2023 was the hottest year on record globally.",
"grounding_source": "[Combined retrieved passages from step 1]"
}
Based on the verdict, your system can:
AXIMUR only evaluates claims against the grounding source you provide. If your retrieval returns incomplete, outdated, or biased information, the verdict reflects that source — not ground truth. See Limitations for details.