Views
No views yet

Faithful (Consistent) or Hallucinated (Inconsistent).input = f"context:{content}\nquestion:{question}\nanswer:{answer}"| Predicted: Faithful | Predicted: Hallucinated | |
|---|---|---|
| Actual: Faithful | 69 (True Negative) | 0 (False Positive) |
| Actual: Hallucinated | 0 (False Negative) | 31 (True Positive) |
Important: While this model achieved 100% accuracy on the provided test set, it should not be considered infallible. Hallucination detection is a subjective and context-dependent task. This model serves as a heuristic "sanity check" and should be used alongside other RAG evaluation frameworks (such as RAGAS or Faithfulness metrics) for mission-critical applications.