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

841 B
Raw Blame History

title, created, updated, type, tags, status
title created updated type tags status
上下文学习 (In-Context Learning) 2026-06-03 2026-06-03 concept
in-context-learning
LLM
prompting
few-shot
placeholder

上下文学习 (In-Context Learning)

⚠️ 占位符页面 — 待完善

上下文学习ICL是 LLM 通过提示中的少量示例few-shot即可适应新任务的能力无需参数更新。是 SFT 的轻量级替代方案。

研究表明SFT 可能导致 LLM 的 ICL 能力下降——zhang-reconciling-sft-interaction-2026 的交互视角暗示,这可能是因为过拟合阶段涌现的噪声交互干扰了已有的泛化推理骨架。

相关概念