paper-with-me

홈 › Papers

How Do LLMs Acquire New Knowledge? A Knowledge Circuits Perspective on Continual Pre-Training

2025-02-16 · Yixin Ou, Yunzhi Yao, Ningyu Zhang, Hui Jin, Jiacheng Sun, Shumin Deng, Zhenguo Li, Huajun Chen

Despite exceptional capabilities in knowledge-intensive tasks, Large Language Models (LLMs) face a critical gap in understanding how they internalize new knowledge, particularly how to structurally embed acquired knowledge in their neural computations. We address this issue through the lens of knowledge circuit evolution, identifying computational subgraphs that facilitate knowledge storage and processing. Our systematic analysis of circuit evolution throughout continual pre-training reveals several key findings: (1) the acquisition of new knowledge is influenced by its relevance to pre-existing knowledge; (2) the evolution of knowledge circuits exhibits a distinct phase shift from formation to optimization; (3) the evolution of knowledge circuits follows a deep-to-shallow pattern. These insights not only advance our theoretical understanding of the mechanisms of new knowledge acquisition in LLMs, but also provide potential implications for improving continual pre-training strategies to enhance model performance. Code and data will be available at https://github.com/zjunlp/DynamicKnowledgeCircuits.

📄 PDF Abstract BibTeX arXiv:2502.11196

Code (2)

zjunlp/dynamicknowledgecircuits 공식 구현 jax
zjunlp/knowledgecircuits jax

Similar Papers 제목 키워드 기반

How Do Large Language Models Learn Concepts During Continual Pre-Training?

2026-01-07 · Barry Menglong Yao, Sha Li, Yunzhi Yao, Minqian Liu 외 arxiv

Human beings primarily understand the world through concepts (e.g., dog), abstract mental representations that structure perception, reasoning, and learning. However, how large language models (LLMs) acquire, retain, and…

Continual Pretraining

What Does Loss Optimization Actually Teach, If Anything? Knowledge Dynamics in Continual Pre-training of LLMs

2026-01-07 · Seyed Mahed Mousavi, Simone Alghisi, Giuseppe Riccardi arxiv

Continual Pre-Training (CPT) is widely used for acquiring and updating factual knowledge in LLMs. This practice treats loss as a proxy for knowledge learning, while offering no grounding into how it changes during traini…

CaKE: Circuit-aware Editing Enables Generalizable Knowledge Learners

2025-03-20 · Yunzhi Yao, Jizhan Fang, Jia-Chen Gu, Ningyu Zhang 외

Knowledge Editing (KE) enables the modification of outdated or incorrect information in large language models (LLMs). While existing KE methods can update isolated facts, they struggle to generalize these updates to mult…

knowledge editing

How Do Large Language Models Acquire Factual Knowledge During Pretraining?

2024-06-17 · Hoyeon Chang, Jinho Park, Seonghyeon Ye, Sohee Yang 외

Despite the recent observation that large language models (LLMs) can store substantial factual knowledge, there is a limited understanding of the mechanisms of how they acquire factual knowledge through pretraining. This…

Memorization

QUASAR: Quantum Assembly Code Generation Using Tool-Augmented LLMs via Agentic RL

2025-10-01 · Cong Yu, Valter Uotila, Shilong Deng, Qingyuan Wu 외 arxiv

Designing and optimizing task-specific quantum circuits are crucial to leverage the advantage of quantum computing. Recent large language model (LLM)-based quantum circuit generation has emerged as a promising automatic …

Reinforcement LearningCode Generation