Files
myWiki/concepts/controlled-text-generation.md

31 lines
783 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Controlled Text Generation"
created: 2026-06-01
updated: 2026-06-01
type: concept
tags: [steering, llm, controllability]
sources: [raw/papers/xu-why-steering-works-2026.md]
---
# Controlled Text Generation受控文本生成
> 占位符页面 — 待扩展
## 概述
受控文本生成指在 LLM 推理时约束生成过程以强制或偏向特定属性(如情感极性、安全合规、个性倾向)。
## 核心问题
- 控制强度 vs 生成质量折衷([[preference-utility-analysis]]
- 评估困难:输出级度量可能混淆概念信号
- 方法碎片化:不同干预形式缺乏统一比较
## 相关概念
- [[model-steering]]
- [[activation-steering]]
- [[preference-utility-analysis]]
- [[split-steering]]
- [[xu-why-steering-works]]