Files
nexus/wiki/concepts/SourceGrounding.md

767 B
Raw Blame History

id, title, type, tags, sources, last_updated
id title type tags sources last_updated
source-grounding Source-Grounding concept
NotebookLM
accuracy
grounding
7 ways I use NotebookLM to make my life easier
2025-11-23

Definition

Source-Grounding是NotebookLM的核心机制限制知识库仅包含用户上传的文档确保AI回答准确且可溯源。

Mechanism

  • 用户上传文档后NotebookLM只在这个文档范围内回答
  • 避免AI幻觉确保回答有据可查
  • 每个回答都附带源文档引用

Why It Matters

解决通用LLM的幻觉问题特别适用于

  • 法律文档审查
  • 学术研究
  • 精确信息查询

Connections