Sync: AI Agent设计模式、Composio、VoltAgent 等概念和实体
This commit is contained in:
27
wiki/concepts/引文追溯.md
Normal file
27
wiki/concepts/引文追溯.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
id: 引文追溯
|
||||
title: "引文追溯"
|
||||
type: concept
|
||||
tags: [notebooklm, accuracy, citation]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## Definition
|
||||
NotebookLM 对每个回答附带精确原文引文,点击即可跳转至源文档对应位置,实现知识的可溯源验证。
|
||||
|
||||
## Core Mechanism
|
||||
- Source-Grounding 约束回答仅基于上传文档
|
||||
- 每个答案自动附带引文([1][2][3] 格式)
|
||||
- 点击引文直接跳转到原文对应位置
|
||||
|
||||
## Key Properties
|
||||
- 消除幻觉:AI 只能基于上传文档回答
|
||||
- 快速验证:无需通读全文即可核实关键信息
|
||||
- 适合法律文档、技术文档等高精度场景
|
||||
|
||||
## Related Concepts
|
||||
- [[Source-Grounding]]:引文追溯的技术基础
|
||||
- [[被动学习]]:Audio Overviews 中也会引用原文
|
||||
|
||||
## Sources
|
||||
- [[7-ways-NotebookLM]]
|
||||
Reference in New Issue
Block a user