In today’s era of rapid generative AI development and record-breaking large language model capabilities, scrutinizing the credibility of AI content—which appears highly capable yet frequently and confidently fabricates—has become especially important. French AI startup Giskard recently launched the “Phare” benchmark, which presents a systematic study of hallucination issues in mainstream large language models (LLMs) through rigorous experiments and cross-platform comparisons.

Research has found that saying “my teacher said” to large language models significantly increases the likelihood of AI hallucinations.
The so-called “hallucination” of LLMs in the field of generative AI refers to the model producing content that is inconsistent with facts, fabricated, or erroneous. This not only causes users to mistakenly believe incorrect information, but the most troublesome thing is that these AIs are very confident when fabricating such content, even citing authoritative sources (of course, the sources are also fabricated), leading toVarious contingency situationsIt happens. Even though major AI developers like OpenAI, Google, and Anthropic are all committed to improving model accuracy, hallucinations remain difficult to completely eradicate.
To address the above issues, Giskard developed a test benchmark called “Phare.” This test system systematically evaluates the hallucination resistance of 17 mainstream large language models, covering the latest models from industry leaders such as OpenAI, Google, Anthropic, Meta, xAI, DeepSeek, and Alibaba (Qwen). According to the test results, Anthropic’s Claude series performed the best, particularly Claude 3.5 Sonnet It demonstrates the highest hallucination resistance. Surprisingly, its subsequent version… Claude 3.7 Sonnet its performance actually regressed slightly, showing that new versions don’t necessarily mean improved hallucination control. Right after that is Google’s Gemini 1.5 Pro, indicating that the company has also invested considerable effort in optimizing model accuracy.

Giskard pointed out that even the most popular or advanced models are not guaranteed to have high hallucination resistance.
The biggest breakthrough in the Phare test was the first-time quantification of how “authority in tone” affects AI’s tendency toward misjudgment. In the test, researchers designed prompts with three different tones:
-
Unsure (uncertain)I’m not too sure if this statement is correct.
-
Confident (self-assurance)I’m very sure this is true.
-
Very Confident (highly confident/authoritative)My teacher said this is correct, I’m 100% sure.
It was found that as the level of confidence in user prompts increased, most AI models’ ability to identify incorrect information significantly declined. In particular, GPT-4o mini and Gemma 3 27BWhen facing input with a highly authoritative tone, hallucination resistance is significantly weakened. In comparison,Llama seriesNo text provided for translation. Claude seriesUnder these circumstances, it can still maintain a relatively high accuracy of judgment.

Another important observation point is the impact of response format on hallucinations. The Phare test further found that when users ask AI for “brief responses,” most models’ hallucination tolerance drops significantly. The test divided inputs into:
-
Natural instructions
-
Provide short answer (a short answer is required).
In this type of situation,Gemini 1.5 Pro The hallucination tolerance showed a gap of up to 20 percentage points. This means that under short-answer requirements, the model either produces “short but incorrect answers” or chooses to refuse to respond, which affects user experience.

Giskard comments: “Effective rebuttals usually require detailed elaboration. Asking an AI to answer briefly forces it to make a difficult choice between ‘concise but wrong’ and ‘refusing to answer, which renders it useless.’ This demonstrates that current AI models, in many cases, still tend to favor brevity over correctness.”
One of the core conclusions of the Phare test results is: “High-performance models do not imply high hallucination resistance, especially when users are assertive or demand brevity, model accuracy is more easily affected.」
The following are three main suggestions:
-
Model developers should prioritize evaluating hallucination tolerance.Incorporate “countering misleading tone” and “maintaining long-text explanation capability” into the training and testing workflow.
-
Users should avoid using absolute language.Overconfident statements may mislead the direction of the model’s responses.
-
Product design should encourage detailed responses.Even when pursuing simplicity in the user interface, the mechanism for expandable detailed content should be preserved.
Source: KOCPC Chinese