20260625:很多新内容
This commit is contained in:
42
concepts/content-diversity-decay.md
Normal file
42
concepts/content-diversity-decay.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: "内容多样性衰减(Content Diversity Decay)"
|
||||
created: 2026-06-21
|
||||
updated: 2026-06-21
|
||||
type: concept
|
||||
tags:
|
||||
- metrics
|
||||
- diversity
|
||||
- spiral-of-silence
|
||||
- monitoring
|
||||
sources:
|
||||
- ACL 2024
|
||||
- data派THU 2026
|
||||
---
|
||||
|
||||
# 内容多样性衰减(Content Diversity Decay)
|
||||
|
||||
衡量 AI 内容生态中**信息多样性随时间/迭代轮次下降**的量化指标。是大模型沉默螺旋的核心监测维度之一。
|
||||
|
||||
## 测度方式
|
||||
|
||||
- **观点分布熵**:输出空间中不同观点的概率分布熵值
|
||||
- **人类原创占比**:信息池中人类原创内容的比例(ACL 2024 实验中从 50% 降至 <15%)
|
||||
- **小众观点留存率**:非主流、创新性内容在多轮迭代后的存活比例
|
||||
- **n-gram 多样性**:输出文本的词汇和短语多样性
|
||||
|
||||
## 实验观测
|
||||
|
||||
ACL 2024 RAG 闭环实验中,仅 5 轮迭代即观测到内容多样性**断崖式下降**。搜索引擎排序算法天然偏好更规整的 AI 文本,加速了人类原创内容的衰减。
|
||||
|
||||
## 治理应用
|
||||
|
||||
内容多样性衰减可作为**实时监测指标**,在达到阈值时触发干预:
|
||||
- 提高 [[temperature-sampling|温度采样]]
|
||||
- 检索排序中均衡 AI/人类内容比例
|
||||
- 注入反主流观点兜底提示
|
||||
|
||||
## 参考
|
||||
|
||||
- [[content-homogenization|内容同质化]]
|
||||
- [[rag-closed-loop|RAG 闭环迭代]]
|
||||
- [[llm-spiral-of-silence-2026|LLM 沉默螺旋]]
|
||||
Reference in New Issue
Block a user