3,457 Downloads Updated 2 months ago
ollama run erukude/rag-audit-judge:1b
ollama launch claude --model erukude/rag-audit-judge:1b
ollama launch opencode --model erukude/rag-audit-judge:1b
ollama launch hermes --model erukude/rag-audit-judge:1b
ollama launch openclaw --model erukude/rag-audit-judge:1b
Base model: Llama3.2.
It checks:
It returns one JSON object:
{
"groundedness_score": 0.82,
"hallucination_risk": "low",
"citation_quality": "medium",
"issues": [],
"recommended_fix": ""
}
Provide a question, retrieved context entries with stable source IDs, and the candidate answer. The judge evaluates only the supplied context, not outside knowledge.
Example user input:
Question: Can I return a headset?
Context:
- id: refund-policy
text: Headsets can be returned within 30 days if they are unopened.
Candidate answer:
An unopened headset can be returned within 30 days, and a $5 restocking fee always applies [refund-policy].
Author: Sai Teja Erukude
Role: Developer & Maintainer