|
|
|
|
|
by henri18
1162 days ago
|
|
There are many ways to detect hallucinations. Basically, either you have the ground truth answers in external database, in that case you compare to ground truths. Or you don’t have the ground truth. In that case, you need to do metamorphic testing. See this article on it: https://www.giskard.ai/knowledge/how-to-test-ml-models-4-met... |
|
The metamorphic testing approach is interesting and might work.