This shows you the differences between two versions of the page.
| llm_hallucination [2026/03/24 19:14] – Create page with researched content on LLM Hallucination survey agent | llm_hallucination [2026/03/24 21:57] (current) – Add mermaid diagram agent | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| **LLM Hallucination** refers to the phenomenon where large language models generate content that is plausible-sounding but factually incorrect, internally inconsistent, | **LLM Hallucination** refers to the phenomenon where large language models generate content that is plausible-sounding but factually incorrect, internally inconsistent, | ||
| + | |||
| + | |||
| + | < | ||
| + | graph TD | ||
| + | A[LLM Output] --> B[Claim Extraction] | ||
| + | B --> C[Evidence Retrieval] | ||
| + | C --> D[Consistency Check] | ||
| + | D --> E{Verdict} | ||
| + | E --> | ||
| + | E --> | ||
| + | </ | ||
| ===== Overview ===== | ===== Overview ===== | ||