---
title: "LLM hallucinations — LLMのハルシネーションと不正確な応答"
source: "https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94"
wiki: "systems-analysis.info/int"
article: "LLM_hallucinations_—_LLMのハルシネーションと不正確な応答"
language: "ja"
categories:
  - "Category:Japanese"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Systems analysis terminology"
revision_id: 3632
wiki_created_at: 2026-09-06T23:23:41Z
wiki_modified_at: 2026-09-06T23:23:41Z
downloaded_at: 2026-09-07T22:57:59Z
---

# LLM hallucinations — LLMのハルシネーションと不正確な応答

**ハルシネーション**（英: *hallucination*）とは、大規模言語モデル（LLM）の文脈において、モデルがもっともらしい（*plausible*）見た目の応答を自信を持って生成するものの、実際には現実と一致しない、提供された文脈と矛盾する、あるいは内的に矛盾している現象を指します<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。モデルは、元のデータには存在しない事実、詳細、または論理的結論を「でっち上げ」ます。

ハルシネーションは、伝統的な意味での故障やバグではないことを理解することが重要です。モデルは設計通りに動作しており、訓練データから抽出したパターンに基づいて、テキストの最も可能性の高い続きを予測しています。モデルには、真実性を検証する組み込みのメカニズムがありません<sup>[\[3\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-wikipedia-hallucination-3)</sup>。ハルシネーションが単純な誤りと異なるのは、存在しない事実、参照、出来事を含む、自信を持って提示されるが誤った情報である点です<sup>[\[4\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-openai-description-4)</sup>。この現象は非常に重要となり、2023年にはケンブリッジ辞典が人工知能に関連する「hallucination」という用語の新しい意味を追加しました<sup>[\[5\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-cambridge-dict-5)</sup>。

## ハルシネーションの定義と分類

様々な用語（例：「作話」「でっち上げ」）が使われますが、LLMにおけるハルシネーションは、**事実の正確性**に関するものと、**ソースへの忠実性**（文脈上の一貫性）に関するものの2つの大きなカテゴリーに分類できます<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。

### 事実に関するハルシネーション

これは、モデルが現実世界について事実と異なる情報を提供するケースです。モデルは誤った「事実」を真実として主張します<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。

- **例**: *「チャールズ・リンドバーグは月面に降り立った最初の人物である」* — 完全に架空の事実です。
- **偽の引用と参考文献**: モデルは、実在しない科学論文や法律への参照を、本物の参照形式を模倣して作り出すことがあります<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。これは、特に正確性が求められる応用分野（教育、ニュース、コンサルティング）において、モデルへの信頼を損ないます<sup>[\[7\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-quickcreator-tips-7)</sup>。

### 論理的誤り

モデルが推論において矛盾や誤りを犯す場合です。応答に含まれる個々の事実は正しいかもしれませんが、結論が非論理的であったり、基本的な論理に反していたりします<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。これは、複雑な推論や数学、因果関係に関するタスクで頻繁に発生し、モデルが形式論理ではなく、単語の確率的な関連性に基づいて操作するためです<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。

- **例**: *「鳥は飛ぶので、宇宙飛行士は重力を感じない」* — テキストは一見つながりがあるように見えますが、論理的に誤っています。

### 文脈に関するハルシネーション

モデルの応答が、提供された文脈や指示と一致しない場合です。モデルは文脈から「逸脱」し、余計な情報を追加したり、必要な情報を無視したりします<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。

- **指示違反**: 「テキストをスペイン語に翻訳して」という要求に対し、モデルが英語で応答します<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。
- **ソースにない情報**: 要約タスクにおいて、モデルが元の文書にない事実を「追加」したり、歪曲したりします<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。
- **文脈の混同**: 応答の途中で、モデルが突然別の分野の話を始めることがあります。例えば、NBAコミッショナーの**アダム・シルバー**に関する質問への応答で、モデルが彼の前任者である**デビッド・スターン**に話題を切り替え、2つの異なる文脈を混同することがあります<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。

### 不整合性

ハルシネーションの一種で、モデルが1つの応答または一連の応答の中で自己矛盾を起こすものです<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。ある研究では、ChatGPTの応答の自己矛盾レベルが約14%であることが判明しました<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。

- **例**: *「X社は1990年に設立された...数文後...2000年に設立されたX社は...」*

### コードにおけるハルシネーション

コードで訓練されたLLMは、構文的には正しいものの、存在しない関数、ライブラリ、パラメータを使用して機能しないコード片を生成することがあります<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。例えば、モデルがPythonで \`import quantum\` というコードを生成することがありますが、そのような標準モジュールは存在しません。2024年には「code hallucination」という用語が提案され、この問題を体系化するためのベンチマーク**CodeMirage**が作成されました<sup>[\[8\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-codemirage-paper-8)</sup>。

## 発生原因

ハルシネーションという現象は、モデルのアーキテクチャからデータの質に至るまで、様々な要因の組み合わせによって引き起こされます。

- **アーキテクチャと学習原理**: ほとんどのLLM（例：GPT）は、次のトークンを予測するように訓練された自己回帰型トランスフォーマーです。その目的は、テキストの尤度を最大化することであり、主張の真実性を検証することではありません<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。モデルは訓練データ内の事実とフィクションを区別せず、すべてをテキストパターンとして認識します<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。
- **訓練データの質**: LLMは、インターネットから収集された膨大なテキストコーパスで訓練されますが、これには多くの不正確さ、神話、古い情報が含まれています<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。モデルはこれらの誤りを記憶し、再現します。また、**knowledge cutoff**（知識のカットオフ）も重要で、これはモデルが情報を持っている時間的な上限を示します。
- **テキスト生成方法**: 確率的な生成方法（温度付きサンプリング）により、モデルはより「創造的」ですが、精度が低い応答を生成する可能性があります。文脈長の制限により、モデルが対話の初期の詳細を「忘れ」、自己矛盾を始めることもあります<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。

## 評価と測定の方法

ハルシネーションを検出し測定するためには、自動メトリクス、人間による評価、および専門のベンチマークが使用されます。

- **自動メトリクス**: 他のLLMを「審査員」として応答の正しさを評価するアプローチ（**LLM-as-a-judge**）<sup>[\[9\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-evidently-blog-9)</sup>や、生成時のモデルのエントロピー（不確実性）を分析する方法が含まれます<sup>[\[10\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-kolena-blog-10)</sup>。
- **人間によるアノテーション**: 「ゴールドスタンダード」と見なされています。専門家やクラウドアセッサーが手動で応答を評価し、誤りをマークします。この方法は、RLHFを用いてモデルを訓練する際に使用されます<sup>[\[11\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-chatgpt-comparison-11)</sup>。
- **ベンチマークとストレステスト**: **TruthfulQA**のような特別なデータセットが作成されており、これはモデルが一般的な神話を再現するように誘導する質問を含んでいます<sup>[\[12\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-mastering-llm-accuracy-12)</sup>。また、**Hugging Face Hallucination Leaderboard**のようなリーダーボードも存在し、モデルのハルシネーションレベルが比較されています<sup>[\[13\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-llm-benchmarks-arize-13)</sup>。

## 緩和策と防止策

- **Retrieval-Augmented Generation (RAG)**: 最も成功しているアプローチで、モデルを外部の知識に「結びつけ」ます。応答を生成する前に、モデルはデータベース、検索エンジン、またはAPIから関連情報を取得します。これにより、モデルは推測ではなく、検証済みのデータに基づいて応答を作成できます<sup>[\[2\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-astera-guide-2)</sup>。
- **思考の連鎖 (Chain-of-Thought)と自己検証**: モデルは最終的な応答を出す前に、まず段階的な推論を生成することで、精度を向上させます。**Self-Verification**のようなより高度な手法では、モデルは下書きの応答を生成し、その後それを検証して修正するタスクを与えられます<sup>[\[14\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-rag-cove-paper-14)</sup>。
- **組み込みのルールとフィルター**: モデルは、自信がない場合に回答を拒否するように訓練されます。例えば、Anthropic社のClaudeモデルは「誠実さ」の原則に従い、事実をでっち上げる代わりに「正確にはわかりません...」と応答することがよくあります<sup>[\[11\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-chatgpt-comparison-11)</sup>。
- **外部ツールとの連携**: Geminiのようなモデルは、計算のための電卓や最新ニュースのための検索など、外部ツールが必要な状況を自動的に認識し、それを利用することができます。これにより、ハルシネーションの数が大幅に減少します<sup>[\[11\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-chatgpt-comparison-11)</sup>。

## リスクと影響

- **法的および評判のリスク**: 法律分野では、ハルシネーションは深刻な結果を招く可能性があります。弁護士が判例検索にChatGPTを使用し、それが存在しない複数の訴訟をでっち上げた**Mata v. Avianca (2023)**の事例は広く知られています。弁護士は罰金を科され、この事件はAIを検証なしに信頼することの危険性についての教訓となりました<sup>[\[1\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-lakera-guide-1)</sup>。
- **偽情報の拡散**: 社会全体で、LLMはフェイクニュースの問題を増幅させる可能性があります。Meta社の**Galactica**モデルの事例が知られており、これは科学者を支援するために作成されましたが、架空の実験や参考文献を含む疑似科学的なテキストを生成し始めました。3日後、このモデルへの一般公開は中止されました<sup>[\[15\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-galactica-failure-15)</sup>。
- **誤った意思決定**: 特に経験の浅いユーザーは、AIが自信を持って述べた応答を信頼しがちであり、これが金融、医療、その他の重要な分野で誤った決定を下す原因となる可能性があります<sup>[\[7\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-quickcreator-tips-7)</sup>。

## 実践的な事例

- **エア・カナダの事例 (2023)**: 航空会社のチャットボットが、存在しない航空券の返金ポリシーをでっち上げました。顧客がそのポリシーの適用を求めたところ、会社は拒否しました。カナダの運輸審判所は、エア・カナダに対し、チャットボットが提供した情報に責任を負い、顧客の損失を補償するよう命じました<sup>[\[9\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-evidently-blog-9)</sup>。
- **OpenAIに対する名誉毀損訴訟 (2023)**: ラジオ司会者のマーク・ウォルターズ氏が、ジャーナリストの質問に対するChatGPTの回答で、彼が詐欺に関与したと虚偽の告発をされたとして、OpenAIを提訴しました。この事例は、企業が自社モデルによって生成されたコンテンツに対する法的責任を負うことを浮き彫りにしました<sup>[\[6\]](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_note-nexla-guide-6)</sup>。

## 外部リンク

- <a href="https://www.lakera.ai/blog/guide-to-hallucinations-in-large-language-models" class="external text" rel="nofollow">The Beginner's Guide to Hallucinations in Large Language Models</a> — Lakeraによる詳細なガイド
- <a href="https://arxiv.org/abs/2202.03629" class="external text" rel="nofollow">Survey of Hallucination in Natural Language Generation</a> — arXiv上のこの現象に関する科学的レビュー

## 参考文献

- Holtzman, A. et al. (2020). *The Curious Case of Neural Text Degeneration*. <a href="https://arxiv.org/abs/1904.09751" class="external text" rel="nofollow">arXiv:1904.09751</a>.
- Caccia, M. et al. (2018). *Language GANs Falling Short*. <a href="https://arxiv.org/abs/1811.02549" class="external text" rel="nofollow">arXiv:1811.02549</a>.
- Fan, A. et al. (2018). *Hierarchical Neural Story Generation*. <a href="https://arxiv.org/abs/1805.04833" class="external text" rel="nofollow">arXiv:1805.04833</a>.
- Su, Y.; Collier, N. (2022). *Contrastive Search Is What You Need for Neural Text Generation*. <a href="https://arxiv.org/abs/2210.14140" class="external text" rel="nofollow">arXiv:2210.14140</a>.
- Meister, C. et al. (2023). *Locally Typical Sampling*. <a href="https://arxiv.org/abs/2202.00666" class="external text" rel="nofollow">arXiv:2202.00666</a>.
- O’Brien, S.; Lewis, M. (2023). *Contrastive Decoding Improves Reasoning in Large Language Models*. <a href="https://arxiv.org/abs/2309.09117" class="external text" rel="nofollow">arXiv:2309.09117</a>.
- Finlayson, M. et al. (2024). *Basis-Aware Truncation Sampling for Neural Text Generation*. <a href="https://arxiv.org/abs/2412.14352" class="external text" rel="nofollow">arXiv:2412.14352</a>.
- Tan, Q. et al. (2024). *A Thorough Examination of Decoding Methods in the Era of Large Language Models*. <a href="https://arxiv.org/abs/2402.06925" class="external text" rel="nofollow">arXiv:2402.06925</a>.
- Yu, S. et al. (2023). *Conformal Nucleus Sampling*. <a href="https://arxiv.org/abs/2305.02633" class="external text" rel="nofollow">arXiv:2305.02633</a>.
- Chen, S. J. et al. (2024). *Decoding Game: On Minimax Optimality of Heuristic Text Generation Methods*. <a href="https://arxiv.org/abs/2410.03968" class="external text" rel="nofollow">arXiv:2410.03968</a>.

## 脚注

1.  <span id="cite_note-lakera-guide-1">↑ <sup>[1.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-3)</sup> <sup>[1.4](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-4)</sup> <sup>[1.5](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-5)</sup> <sup>[1.6](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-lakera-guide_1-6)</sup> “The Beginner's Guide to Hallucinations in Large Language Models”. *Lakera*. <a href="https://www.lakera.ai/blog/guide-to-hallucinations-in-large-language-models" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-astera-guide-2">↑ <sup>[2.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-1)</sup> <sup>[2.2](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-2)</sup> <sup>[2.3](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-3)</sup> <sup>[2.4](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-4)</sup> <sup>[2.5](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-5)</sup> <sup>[2.6](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-6)</sup> <sup>[2.7](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-7)</sup> <sup>[2.8](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-astera-guide_2-8)</sup> “What Is LLM Hallucination and How To Prevent It”. *Astera*. <a href="https://www.astera.com/type/blog/llm-hallucination-how-to-reduce-it/" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-wikipedia-hallucination-3">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-wikipedia-hallucination_3-0) “Hallucination (artificial intelligence)”. In *Wikipedia*. <a href="https://en.wikipedia.org/wiki/Hallucination_(artificial_intelligence)" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-openai-description-4">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-openai-description_4-0) “OpenAI describes LLM hallucinations as 'making up facts' in moments of uncertainty'”. *\[出典は本文に記載なし\]*.</span>
5.  <span id="cite_note-cambridge-dict-5">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-cambridge-dict_5-0) “Cambridge Dictionary adds new definition for 'hallucinate'”. *\[出典は本文に記載なし\]*.</span>
6.  <span id="cite_note-nexla-guide-6">↑ <sup>[6.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-0)</sup> <sup>[6.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-1)</sup> <sup>[6.2](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-2)</sup> <sup>[6.3](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-3)</sup> <sup>[6.4](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-4)</sup> <sup>[6.5](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-5)</sup> <sup>[6.6](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-nexla-guide_6-6)</sup> “LLM Hallucination—Types, Causes, and Solutions”. *Nexla*. <a href="https://nexla.com/ai-infrastructure/llm-hallucination/" class="external autonumber" rel="nofollow">[4]</a></span>
7.  <span id="cite_note-quickcreator-tips-7">↑ <sup>[7.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-quickcreator-tips_7-0)</sup> <sup>[7.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-quickcreator-tips_7-1)</sup> “Effective Tips to Prevent AI Hallucinations in Generative AI”. *QuickCreator*. <a href="https://quickcreator.io/quthor_blog/tricks-prevent-ai-hallucinations-generative-artificial-intelligence/" class="external autonumber" rel="nofollow">[5]</a></span>
8.  <span id="cite_note-codemirage-paper-8">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-codemirage-paper_8-0) \[2408.08333\] CodeMirage: Hallucinations in Code Generated by Large Language Models. *arXiv*. <a href="https://arxiv.org/abs/2408.08333" class="external autonumber" rel="nofollow">[6]</a></span>
9.  <span id="cite_note-evidently-blog-9">↑ <sup>[9.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-evidently-blog_9-0)</sup> <sup>[9.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-evidently-blog_9-1)</sup> “LLM hallucinations and failures: lessons from 4 examples”. *Evidently AI Blog*. <a href="https://www.evidentlyai.com/blog/llm-hallucination-examples" class="external autonumber" rel="nofollow">[7]</a></span>
10. <span id="cite_note-kolena-blog-10">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-kolena-blog_10-0) “How to Perform Hallucination Detection for LLMs”. *Kolena*. <a href="https://www.kolena.com/blog/how-to-perform-hallucination-detection-for-llms/" class="external autonumber" rel="nofollow">[8]</a></span>
11. <span id="cite_note-chatgpt-comparison-11">↑ <sup>[11.0](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-chatgpt-comparison_11-0)</sup> <sup>[11.1](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-chatgpt-comparison_11-1)</sup> <sup>[11.2](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-chatgpt-comparison_11-2)</sup> “ChatGPT vs Google Gemini vs Anthropic Claude: Comprehensive Comparison & Report”. *DataStudios*. <a href="https://www.datastudios.org/post/chatgpt-vs-google-gemini-vs-anthropic-claude-comprehensive-comparison-report-capabilities-perfo" class="external autonumber" rel="nofollow">[9]</a></span>
12. <span id="cite_note-mastering-llm-accuracy-12">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-mastering-llm-accuracy_12-0) “Mastering LLM Accuracy: How to Test, Detect, and Fix Hallucinations in AI Models”. *Stephen Weber on Medium*. <a href="https://weber-stephen.medium.com/mastering-llm-accuracy-how-to-test-detect-and-fix-hallucinations-in-ai-models-ae5f69111379" class="external autonumber" rel="nofollow">[10]</a></span>
13. <span id="cite_note-llm-benchmarks-arize-13">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-llm-benchmarks-arize_13-0) “LLM Benchmarks and Leaderboards: Avoiding Foundation Model Mistakes”. *Arize Blog*. <a href="https://arize.com/blog-course/llm-leaderboards-benchmarks/" class="external autonumber" rel="nofollow">[11]</a></span>
14. <span id="cite_note-rag-cove-paper-14">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-rag-cove-paper_14-0) “Improving the Reliability of LLMs: Combining Chain-of-Thought Reasoning and Retrieval-Augmented Generation”. *arXiv*. <a href="https://arxiv.org/html/2505.09031v1" class="external autonumber" rel="nofollow">[12]</a></span>
15. <span id="cite_note-galactica-failure-15">[↑](https://systems-analysis.info/int/LLM_hallucinations_%E2%80%94_LLM%E3%81%AE%E3%83%8F%E3%83%AB%E3%82%B7%E3%83%8D%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%81%A8%E4%B8%8D%E6%AD%A3%E7%A2%BA%E3%81%AA%E5%BF%9C%E7%AD%94#cite_ref-galactica-failure_15-0) “Why Meta Took Down its 'Hallucinating' AI Model Galactica?”. *Analytics India Magazine*. <a href="https://analyticsindiamag.com/ai-features/why-meta-took-down-its-hallucinating-ai-model-galactica/" class="external autonumber" rel="nofollow">[13]</a></span>
