整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,30 @@
---
id: source-grounding
title: "Source-Grounding"
type: concept
tags: [NotebookLM, accuracy, grounding]
sources:
- "[[7 ways I use NotebookLM to make my life easier]]"
last_updated: 2025-11-23
---
## Definition
Source-Grounding是NotebookLM的核心机制限制知识库仅包含用户上传的文档确保AI回答准确且可溯源。
## Mechanism
- 用户上传文档后NotebookLM只在这个文档范围内回答
- 避免AI幻觉确保回答有据可查
- 每个回答都附带源文档引用
## Why It Matters
解决通用LLM的幻觉问题特别适用于
- 法律文档审查
- 学术研究
- 精确信息查询
## Connections
- [[NotebookLM]] ← uses ← [[Source-Grounding]]
- [[AI准确性]] ← requires ← [[Source-Grounding]]