paper-with-me

Papers

Efficient Knowledge Graph Unlearning with Zeroth-order Information

2025-08-19 · Yang Xiao, Ruimeng Ye, Bohan Liu, Xiaolong Ma, Bo Hui arxiv

Due to regulations like the Right to be Forgotten, there is growing demand for removing training data and its influence from models. Since full retraining is costly, various machine unlearning methods have been proposed. In this paper, we firstly present an efficient knowledge graph (KG) unlearning algorithm. We remark that KG unlearning is nontrivial due to the distinctive structure of KG and the semantic relations between entities. Also, unlearning by estimating the influence of removed components incurs significant computational overhead when applied to large-scale knowledge graphs. To this end, we define an influence function for KG unlearning and propose to approximate the model's sensitivity without expensive computation of first-order and second-order derivatives for parameter updates. Specifically, we use Taylor expansion to estimate the parameter changes caused by data removal. Given that the first-order gradients and second-order derivatives dominate the computational load, we use the Fisher matrices and zeroth-order optimization to approximate the inverse-Hessian vector product without constructing the computational graphs. Our experimental results demonstrate that the proposed method outperforms other state-of-the-art graph unlearning baselines significantly in terms of unlearning efficiency and unlearning quality. Our code is released at https://github.com/NKUShaw/ZOWFKGIF.

📄 PDF Abstract BibTeX arXiv:2508.14013

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Downgrade to Upgrade: Optimizer Simplification Enhances Robustness in LLM Unlearning

2025-10-01 · Yicheng Lang, Yihua Zhang, Chongyu Fan, Changsheng Wang 외 arxiv

Large language model (LLM) unlearning aims to surgically remove the influence of undesired data or knowledge from an existing model while preserving its utility on unrelated tasks. This paradigm has shown promise in addr…

Large Language Model Unlearning via Embedding-Corrupted Prompts

2024-06-12 · Chris Yuhao Liu, Yaxuan Wang, Jeffrey Flanigan, Yang Liu

Large language models (LLMs) have advanced to encompass extensive knowledge across diverse domains. Yet controlling what a large language model should not know is important for ensuring alignment and thus safe use. Howev…

Language ModelingLanguage ModellingLarge Language Model

An Accelerated Variance-Reduced Conditional Gradient Sliding Algorithm for First-order and Zeroth-order Optimization

2021-09-18 · Xiyuan Wei, Bin Gu, Heng Huang

The conditional gradient algorithm (also known as the Frank-Wolfe algorithm) has recently regained popularity in the machine learning community due to its projection-free property to solve constrained problems. Although …

R-TOFU: Unlearning in Large Reasoning Models

2025-05-21 · Sangyeon Yoon, Wonje Jeung, Albert No

Large Reasoning Models (LRMs) embed private or copyrighted information not only in their final answers but also throughout multi-step chain-of-thought (CoT) traces, making reliable unlearning far more demanding than in s…

Unlearning of Knowledge Graph Embedding via Preference Optimization

2025-07-28 · Jiajun Liu, Wenjun Ke, Peng Wang, Yao He 외 arxiv

Existing knowledge graphs (KGs) inevitably contain outdated or erroneous knowledge that needs to be removed from knowledge graph embedding (KGE) models. To address this challenge, knowledge unlearning can be applied to e…

Knowledge Graph EmbeddingKnowledge Graphs