procedure
The token similarity detection approach for hallucination detection involves extracting unique sets of tokens from the answer and the context, then calculating similarity using metrics such as BLEU score over different n-grams, ROUGE score, or the proportion of shared tokens between the two texts.
Authors
Sources
- Detect hallucinations for RAG-based systems - AWS aws.amazon.com via serper
Referenced by nodes (1)
- hallucination detection concept