Files
myWiki/concepts/knowledge-injection.md

25 lines
727 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: "知识注入 (Knowledge Injection)"
created: 2026-06-03
updated: 2026-06-03
type: concept
tags: [knowledge-injection, LLM, fine-tuning]
status: placeholder
---
# 知识注入 (Knowledge Injection)
> ⚠️ 占位符页面 — 待完善
知识注入是将外部结构化或非结构化知识整合到 LLM 中的技术范式。与 RAG 不同,知识注入旨在将知识**内化**到模型参数中,而非作为检索上下文。
**核心论文**
- [[kore-knowledge-injection|KORE]]:知识导向的知识注入控制
## 相关概念
- [[kore-knowledge-injection]]
- [[knowledge-internalization|知识内化]]
- [[knowledge-adaptation|知识适应]]
- [[evolving-knowledge-injection|进化知识注入]]