paper-with-me

홈 › Papers

Propagating Knowledge Updates to LMs Through Distillation

2023-06-15 · NeurIPS 2023 11 · Shankar Padmanabhan, Yasumasa Onoe, Michael J. Q. Zhang, Greg Durrett, Eunsol Choi

Modern language models have the capacity to store and use immense amounts of knowledge about real-world entities, but it remains unclear how to update such knowledge stored in model parameters. While prior methods for updating knowledge in LMs successfully inject atomic facts, updated LMs fail to make inferences based on injected facts. In this work, we demonstrate that a context distillation-based approach can both impart knowledge about entities and propagate that knowledge to enable broader inferences. Our approach consists of two stages: transfer set generation and distillation on the transfer set. We first generate a transfer set by prompting a language model to generate continuations from the entity definition. Then, we update the model parameters so that the distribution of the LM (the student) matches the distribution of the LM conditioned on the definition (the teacher) on the transfer set. Our experiments demonstrate that this approach is more effective at propagating knowledge updates than fine-tuning and other gradient-based knowledge-editing methods. Moreover, it does not compromise performance in other contexts, even when injecting the definitions of up to 150 entities at once.

📄 PDF Abstract BibTeX arXiv:2306.09306

Code (1)

shankarp8/knowledge_distillation 공식 구현 pytorch

Tasks

knowledge editingLanguage Modelling

Similar Papers 제목 키워드 기반

SteinDreamer: Variance Reduction for Text-to-3D Score Distillation via Stein Identity

2023-12-31 · Peihao Wang, Zhiwen Fan, Dejia Xu, Dilin Wang 외

Score distillation has emerged as one of the most prevalent approaches for text-to-3D asset synthesis. Essentially, score distillation updates 3D parameters by lifting and back-propagating scores averaged over different …

Text to 3D

ChainEdit: Propagating Ripple Effects in LLM Knowledge Editing through Logical Rule-Guided Chains

2025-07-11 · Zilu Dong, Xiangqing Shen, Zinong Yang, Rui Xia arxiv

Current knowledge editing methods for large language models (LLMs) struggle to maintain logical consistency when propagating ripple effects to associated facts. We propose ChainEdit, a framework that synergizes knowledge…

knowledge editingLogical Reasoning

Reviving Stale Updates: Data-Free Knowledge Distillation for Asynchronous Federated Learning

2025-11-01 · Baris Askin, Holger R. Roth, Zhenyu Sun, Carlee Joe-Wong 외 arxiv

Federated learning (FL) enables collaborative model training across distributed clients without sharing raw data, yet its scalability is limited by synchronization overhead. Asynchronous federated learning (AFL) alleviat…

Data-free Knowledge DistillationFederated Learning

Selective Knowledge Distillation for Non-Autoregressive Neural Machine Translation

2023-03-31 · Min Liu, Yu Bao, Chengqi Zhao, ShuJian Huang

Benefiting from the sequence-level knowledge distillation, the Non-Autoregressive Transformer (NAT) achieves great success in neural machine translation tasks. However, existing knowledge distillation has side effects, s…

Knowledge DistillationMachine TranslationTranslation

Emulating Quantum Dynamics with Neural Networks via Knowledge Distillation

2022-03-19 · Yu Yao, Chao Cao, Stephan Haas, Mahak Agarwal 외

High-fidelity quantum dynamics emulators can be used to predict the time evolution of complex physical systems. Here, we introduce an efficient training framework for constructing machine learning-based emulators. Our ap…

Knowledge Distillation