19 lines
609 B
Markdown
19 lines
609 B
Markdown
---
|
||
title: "Faithfulness in AI"
|
||
type: concept
|
||
created: 2026-06-04
|
||
tags: [faithfulness, hallucination, ai-safety, grounding]
|
||
---
|
||
|
||
# Faithfulness in AI(AI 忠实性)
|
||
|
||
**定义**:AI 系统输出忠实于输入信息或客观事实的程度——即生成内容是否有据可依,而非凭空编造。
|
||
|
||
忠实性是 [[content-grounded-retrieval]] 和 [[hallucination-mitigation|幻觉抑制]] 的底层目标。
|
||
|
||
## 相关概念
|
||
|
||
- [[hallucination-mitigation]] — 幻觉抑制技术
|
||
- [[content-grounded-retrieval]] — 内容锚定检索
|
||
- [[sufficiency-check]] — 充分性检查作为忠实性闸门
|