Files
myWiki/concepts/in-context-learning.md

23 lines
841 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: "上下文学习 (In-Context Learning)"
created: 2026-06-03
updated: 2026-06-03
type: concept
tags: [in-context-learning, LLM, prompting, few-shot]
status: placeholder
---
# 上下文学习 (In-Context Learning)
> ⚠️ 占位符页面 — 待完善
上下文学习ICL是 LLM 通过提示中的少量示例few-shot即可适应新任务的能力无需参数更新。是 SFT 的轻量级替代方案。
研究表明SFT 可能导致 LLM 的 ICL 能力下降——[[zhang-reconciling-sft-interaction-2026|Zhang et al. (2026)]] 的交互视角暗示,这可能是因为过拟合阶段涌现的噪声交互干扰了已有的泛化推理骨架。
## 相关概念
- [[supervised-fine-tuning|SFT]]
- [[preserved-interactions-backbone|保留交互作为推理支柱]]
- [[catastrophic-forgetting|灾难性遗忘]]