paper-with-me

Papers

Investigating Robustness and Interpretability of Link Prediction via Adversarial Modifications

2019-05-02 · NAACL 2019 6 · Pouya Pezeshkpour, Yifan Tian, Sameer Singh

Representing entities and relations in an embedding space is a well-studied approach for machine learning on relational data. Existing approaches, however, primarily focus on improving accuracy and overlook other aspects such as robustness and interpretability. In this paper, we propose adversarial modifications for link prediction models: identifying the fact to add into or remove from the knowledge graph that changes the prediction for a target fact after the model is retrained. Using these single modifications of the graph, we identify the most influential fact for a predicted link and evaluate the sensitivity of the model to the addition of fake facts. We introduce an efficient approach to estimate the effect of such modifications by approximating the change in the embeddings when the knowledge graph changes. To avoid the combinatorial search over all possible facts, we train a network to decode embeddings to their corresponding graph components, allowing the use of gradient-based optimization to identify the adversarial modification. We use these techniques to evaluate the robustness of link prediction models (by measuring sensitivity to additional facts), study interpretability through the facts most responsible for predictions (by identifying the most influential neighbors), and detect incorrect facts in the knowledge base.

📄 PDF Abstract BibTeX arXiv:1905.00563

Code (1)

pouyapez/criage 공식 구현 pytorch

Tasks

Link PredictionSensitivity

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Spear and Shield: Adversarial Attacks and Defense Methods for Model-Based Link Prediction on Continuous-Time Dynamic Graphs

2023-08-21 · Dongjin Lee, Juho Lee, Kijung Shin

Real-world graphs are dynamic, constantly evolving with new interactions, such as financial transactions in financial networks. Temporal Graph Neural Networks (TGNNs) have been developed to effectively capture the evolvi…

Adversarial AttackLink PredictionPrediction

Adversarial Robustness of Probabilistic Network Embedding for Link Prediction

2021-07-05 · Xi Chen, Bo Kang, Jefrey Lijffijt, Tijl De Bie

In today's networked society, many real-world problems can be formalized as predicting links in networks, such as Facebook friendship suggestions, e-commerce recommendations, and the prediction of scientific collaboratio…

Adversarial RobustnessLink PredictionNetwork EmbeddingPrediction

Adversarial Robustness of Similarity-Based Link Prediction

2019-09-03 · Kai Zhou, Tomasz P. Michalak, Yevgeniy Vorobeychik

Link prediction is one of the fundamental problems in social network analysis. A common set of techniques for link prediction rely on similarity metrics which use the topology of the observed subnetwork to quantify the l…

Adversarial RobustnessLink PredictionPrediction

Impact of Spatial Frequency Based Constraints on Adversarial Robustness

2021-04-26 · Rémi Bernhard, Pierre-Alain Moellic, Martial Mermillod, Yannick Bourrier 외

Adversarial examples mainly exploit changes to input pixels to which humans are not sensitive to, and arise from the fact that models make decisions based on uninterpretable features. Interestingly, cognitive science rep…

Adversarial Robustness

Adversarial Training Methods for Network Embedding

2019-08-30 · Quanyu Dai, Xiao Shen, Liang Zhang, Qiang Li 외

Network Embedding is the task of learning continuous node representations for networks, which has been shown effective in a variety of tasks such as link prediction and node classification. Most of existing works aim to …

Link PredictionNetwork EmbeddingNode Classification