paper-with-me

홈 › Papers

Data Poisoning Attack against Knowledge Graph Embedding

2019-04-26 · Hengtong Zhang, Tianhang Zheng, Jing Gao, Chenglin Miao, Lu Su, Yaliang Li, Kui Ren

Knowledge graph embedding (KGE) is a technique for learning continuous embeddings for entities and relations in the knowledge graph.Due to its benefit to a variety of downstream tasks such as knowledge graph completion, question answering and recommendation, KGE has gained significant attention recently. Despite its effectiveness in a benign environment, KGE' robustness to adversarial attacks is not well-studied. Existing attack methods on graph data cannot be directly applied to attack the embeddings of knowledge graph due to its heterogeneity. To fill this gap, we propose a collection of data poisoning attack strategies, which can effectively manipulate the plausibility of arbitrary targeted facts in a knowledge graph by adding or deleting facts on the graph. The effectiveness and efficiency of the proposed attack strategies are verified by extensive evaluations on two widely-used benchmarks.

📄 PDF Abstract BibTeX arXiv:1904.12052

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningGraph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingQuestion Answering

Similar Papers 제목 키워드 기반

Oracle Poisoning: Corrupting Knowledge Graphs to Weaponise AI Agent Reasoning

2026-05-10 · Ben Kereopa-Yorke, Guillermo Diaz, Holly Wright, Reagan Johnston 외 arxiv

We define Oracle Poisoning, an attack class in which an adversary corrupts a structured knowledge graph that AI agents query at runtime via tool-use protocols, causing incorrect conclusions through correct reasoning. Unl…

Knowledge Graphs

Uncertainty-Matching Graph Neural Networks to Defend Against Poisoning Attacks

2020-09-30 · Uday Shankar Shanthamallu, Jayaraman J. Thiagarajan, Andreas Spanias

Graph Neural Networks (GNNs), a generalization of neural networks to graph-structured data, are often implemented using message passes between entities of a graph. While GNNs are effective for node classification, link p…

Graph ClassificationLink PredictionNode Classification

Poisoning Knowledge Graph Embeddings via Relation Inference Patterns

2021-11-11 · ACL 2021 5 · Peru Bhardwaj, John Kelleher, Luca Costabello, Declan O'Sullivan

We study the problem of generating data poisoning attacks against Knowledge Graph Embedding (KGE) models for the task of link prediction in knowledge graphs. To poison KGE models, we propose to exploit their inductive ab…

Data PoisoningGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graph Embeddings+4

Transferring Robustness for Graph Neural Network Against Poisoning Attacks

2019-08-20 · Xianfeng Tang, Yandong Li, Yiwei Sun, Huaxiu Yao 외

Graph neural networks (GNNs) are widely used in many applications. However, their robustness against adversarial attacks is criticized. Prior studies show that using unnoticeable modifications on graph topology or nodal …

Graph Neural NetworkNode ClassificationTransfer Learning

Deterministic Certification of Graph Neural Networks against Graph Poisoning Attacks with Arbitrary Perturbations

2025-03-24 · CVPR 2025 1 · Jiate Li, Meng Pang, Yun Dong, Binghui Wang

Graph neural networks (GNNs) are becoming the de facto method to learn on the graph data and have achieved the state-of-the-art on node and graph classification tasks. However, recent works show GNNs are vulnerable to tr…

Graph Classification