paper-with-me

Papers

Model Editing with Graph-Based External Memory

2025-05-23 · Yash Kumar Atri, Ahmed Alaa, Thomas Hartvigsen

Large language models (LLMs) have revolutionized natural language processing, yet their practical utility is often limited by persistent issues of hallucinations and outdated parametric knowledge. Although post-training model editing offers a pathway for dynamic updates, existing methods frequently suffer from overfitting and catastrophic forgetting. To tackle these challenges, we propose a novel framework that leverages hyperbolic geometry and graph neural networks for precise and stable model edits. We introduce HYPE (HYperbolic Parameter Editing), which comprises three key components: (i) Hyperbolic Graph Construction, which uses Poincar\'e embeddings to represent knowledge triples in hyperbolic space, preserving hierarchical relationships and preventing unintended side effects by ensuring that edits to parent concepts do not inadvertently affect child concepts; (ii) M\"obius-Transformed Updates, which apply hyperbolic addition to propagate edits while maintaining structural consistency within the hyperbolic manifold, unlike conventional Euclidean updates that distort relational distances; and (iii) Dual Stabilization, which combines gradient masking and periodic GNN parameter resetting to prevent catastrophic forgetting by focusing updates on critical parameters and preserving long-term knowledge. Experiments on CounterFact, CounterFact+, and MQuAKE with GPT-J and GPT2-XL demonstrate that HYPE significantly enhances edit stability, factual accuracy, and multi-hop reasoning.

📄 PDF Abstract BibTeX arXiv:2505.18343

Code (0)

등록된 구현이 없습니다.

Tasks

graph constructionmodelModel Editing

Methods 이 논문이 사용한 방법론

Attention 설명 없음
RAdam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Graph Self-Attention 설명 없음
HypE Hyperboloid Embeddings (HypE) is a novel self-supervised dynamic reasoning framework, that utilizes positive first-order existential queries on a KG to learn representations of…

Similar Papers 제목 키워드 기반

Memory-V2V: Memory-Augmented Video-to-Video Diffusion for Consistent Multi-Turn Editing

2026-01-22 · Dohun Lee, Chun-Hao Paul Huang, Xuelin Chen, Jong Chul Ye 외 arxiv

Video-to-video diffusion models achieve impressive single-turn editing performance, but practical editing workflows are inherently iterative. When edits are applied sequentially, existing models treat each turn independe…

Novel View Synthesis

Consecutive Batch Model Editing with HooK Layers

2024-03-08 · Shuaiyi Li, Yang Deng, Deng Cai, Hongyuan Lu 외

As the typical retraining paradigm is unacceptably time- and resource-consuming, researchers are turning to model editing to find an effective way that supports both consecutive and batch scenarios to edit the model beha…

modelModel Editing

Integration of Machine Translation and Translation Memory: Post-Editing Efforts

2021-07-01 · TRITON 2021 7 · Rocío Caro Quintana

The development of Translation Technologies, like Translation Memory and Machine Translation, has completely changed the translation industry and translator’s workflow in the last decades. Nevertheless, TM and MT have be…

Machine TranslationTranslation

MemEIC: A Step Toward Continual and Compositional Knowledge Editing

2025-10-29 · Jin Seong, Jiyun Park, Wencke Liermann, Hongseok Choi 외 arxiv

The dynamic nature of information necessitates continuously updating large vision-language models (LVLMs). While recent knowledge editing techniques hint at promising directions, they often focus on editing a single moda…

knowledge editing

MQA-KEAL: Multi-hop Question Answering under Knowledge Editing for Arabic Language

2024-09-18 · Muhammad Asif Ali, Nawal Daftardar, Mutayyaba Waheed, Jianbin Qin 외

Large Language Models (LLMs) have demonstrated significant capabilities across numerous application domains. A key challenge is to keep these models updated with latest available information, which limits the true potent…

knowledge editingMulti-hop Question AnsweringQuestion Answering