procedure
The BERT stochastic checker approach for hallucination detection operates by generating N random samples from an LLM and comparing the original generated paragraph against these N stochastic samples using BERT scores to identify inconsistencies.
Authors
Sources
- Detect hallucinations for RAG-based systems - AWS aws.amazon.com via serper
Referenced by nodes (1)
- hallucination detection concept