Files
nexus/wiki/concepts/AI幻觉.md
2026-04-28 04:02:45 +08:00

28 lines
907 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AI幻觉"
type: concept
tags: [AI, LLM, 问题]
last_updated: 2025-12-18
---
## 基本定义
AI幻觉AI Hallucination是指AI模型生成看似正确、流畅但实际错误、不真实或无依据的内容。这是大语言模型的一个核心挑战。
## 核心要点
- AI幻觉表现为模型自信地陈述错误事实、编造不存在的引用、生成看似合理但完全错误的数据
- 清华大学《DeepSeek从入门到精通2025》手册提供了避免AI幻觉的实用技巧
- 解决AI幻觉的方法包括好的提示词设计、RAG检索增强生成、多步骤推理验证
## 相关来源
- [[清华出的deepseek使用手册-104页-真的是太厉害了-免费领取]]
## 相关概念
- [[提示词工程]]通过好的提示词设计可以有效减少AI幻觉
- [[DeepSeek]]
## Aliases
- AI Hallucination
- 幻觉
- 模型幻觉
- LLM Hallucination