paper-with-me

홈 › Papers

Massive Editing for Large Language Models via Meta Learning

2023-11-08 · Chenmien Tan, Ge Zhang, Jie Fu

While large language models (LLMs) have enabled learning knowledge from the pre-training corpora, the acquired knowledge may be fundamentally incorrect or outdated over time, which necessitates rectifying the knowledge of the language model (LM) after the training. A promising approach involves employing a hyper-network to generate parameter shift, whereas existing hyper-networks suffer from inferior scalability in synchronous editing operation amount. To mitigate the problem, we propose the MAssive Language Model Editing Network (MALMEN), which formulates the parameter shift aggregation as the least square problem, subsequently updating the LM parameters using the normal equation. To accommodate editing multiple facts simultaneously with limited memory budgets, we separate the computation on the hyper-network and LM, enabling arbitrary batch size on both neural networks. Our method is evaluated by editing up to thousands of facts on LMs with different architectures, i.e., BERT-base, GPT-2, T5-XL (2.8B), and GPT-J (6B), across various knowledge-intensive NLP tasks, i.e., closed book fact-checking and question answering. Remarkably, MALMEN is capable of editing hundreds of times more facts than strong baselines with the identical hyper-network architecture and outperforms editor specifically designed for GPT. Our code is available at https://github.com/ChenmienTan/malmen.

📄 PDF Abstract BibTeX arXiv:2311.04661

Code (1)

chenmientan/malmen 공식 구현 pytorch

Tasks

Fact CheckingLanguage ModelingLanguage ModellingMeta-LearningModel EditingQuestion Answering

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

NAMET: Robust Massive Model Editing via Noise-Aware Memory Optimization

2025-05-17 · Yanbo Dai, Zhenlan Ji, Zongjie Li, Shuai Wang

Model editing techniques are essential for efficiently updating knowledge in large language models (LLMs). However, the effectiveness of existing approaches degrades in massive editing scenarios, particularly when evalua…

AttributeModel Editing

Massive Editing for Large Language Models Based on Dynamic Weight Generation

2025-12-16 · Wentao Wan, Qiqing Lao, Zhiwei Xie, Hefeng Wu 외 arxiv

Knowledge Editing (KE) is a field that studies how to modify some knowledge in Large Language Models (LLMs) at a low cost (compared to pre-training). Currently, performing large-scale edits on LLMs while ensuring the Rel…

knowledge editing

Towards Meta-Cognitive Knowledge Editing for Multimodal LLMs

2025-09-06 · Zhaoyu Fan, Kaihang Pan, Mingze Zhou, Bosheng Qin 외 arxiv

Knowledge editing enables multimodal large language models (MLLMs) to efficiently update outdated or incorrect information. However, existing benchmarks primarily emphasize cognitive-level modifications while lacking a f…

knowledge editing

Hierarchical Orthogonal Residual Spread for Precise Massive Editing in Large Language Models

2026-01-16 · Xiaojie Gu, Guangxu Chen, Yuheng Yang, Jingxin Han 외 arxiv

Large language models (LLMs) exhibit exceptional performance across various domains, yet they face critical safety concerns. Model editing has emerged as an effective approach to mitigate these issues. Existing model edi…

Editing Massive Concepts in Text-to-Image Diffusion Models

2024-03-20 · Tianwei Xiong, Enze Xie, Yue Wu, Zhenguo Li 외

Text-to-image diffusion models suffer from the risk of generating outdated, copyrighted, incorrect, and biased content. While previous methods have mitigated the issues on a small scale, it is essential to handle them si…

Model Editing