What does it even mean to detect hallucinations. The AI doesn't say something trivially false. While using GPT4 I have observed that it lies on simple things I didn't expect it to, while complex things it does very well on. TLDR: It lies on fact based information which is mentioned in very very few places on the internet and not repeated too much. Short of having a human with the context, how do you even detect it. E…
SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
41–50 of 85 posts
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#42Seems too good to be true, and I don't understand what it even means for an LLM to be unbiased.
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#43Earlier quoted context omitted.
But isn't that half the reason people are so excited about this stuff - that you can ask it to make up an episode and it does a plausible job.
That is beside the point. My point is that detecting hallucinations seems like a very very hard problem. The utility of it is there and has nothing to do with making up episodes instead of quoting the current one. Like you can ask it to write new episodes with specific settings and specific constraints. Hallucination is not the value add. Nobody is excited because it hallucinates. People are excited despite it since…
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#44What does it even mean to detect hallucinations. The AI doesn't say something trivially false. While using GPT4 I have observed that it lies on simple things I didn't expect it to, while complex things it does very well on. TLDR: It lies on fact based information which is mentioned in very very few places on the internet and not repeated too much. Short of having a human with the context, how do you even detect it. E…
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#45What does it even mean to detect hallucinations. The AI doesn't say something trivially false. While using GPT4 I have observed that it lies on simple things I didn't expect it to, while complex things it does very well on. TLDR: It lies on fact based information which is mentioned in very very few places on the internet and not repeated too much. Short of having a human with the context, how do you even detect it. E…
But isn't that half the reason people are so excited about this stuff - that you can ask it to make up an episode and it does a plausible job.
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#46Seems too good to be true, and I don't understand what it even means for an LLM to be unbiased.
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#47Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#48Earlier quoted context omitted.
It's good to have third parties (apart from Open AI) that assess the quality of Open AI results. It's the way audits work, it has to be independent... Also, third parties are essential to compare the results from ChatGPT with the results of other LLMs. These are important checks to assess the robustness of OpenAI results!
He didn't say it's not important. He is just pointing out that black-box third party verification is not worth much when you can't independently verify the verifiers.
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#49What does it even mean to detect hallucinations. The AI doesn't say something trivially false. While using GPT4 I have observed that it lies on simple things I didn't expect it to, while complex things it does very well on. TLDR: It lies on fact based information which is mentioned in very very few places on the internet and not repeated too much. Short of having a human with the context, how do you even detect it. E…
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.
Re: SafeGPT: New tool to detect LLMs' hallucinations, biases and privacy issues
#50What does it even mean to detect hallucinations. The AI doesn't say something trivially false. While using GPT4 I have observed that it lies on simple things I didn't expect it to, while complex things it does very well on. TLDR: It lies on fact based information which is mentioned in very very few places on the internet and not repeated too much. Short of having a human with the context, how do you even detect it. E…
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...