CLAILGOct 24, 2020

Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation

arXiv:2010.12872v620 citations
Originality Incremental advance
AI Analysis

This reveals vulnerabilities in KG-augmented models' reasoning and explanation capabilities, which is an incremental but important finding for AI safety and interpretability.

The paper tackles the problem of whether knowledge graph-augmented models truly reason as expected by showing that targeted perturbations can deceive them, maintaining performance while deviating from original semantics and structure.

Knowledge graphs (KGs) have helped neural models improve performance on various knowledge-intensive tasks, like question answering and item recommendation. By using attention over the KG, such KG-augmented models can also "explain" which KG information was most relevant for making a given prediction. In this paper, we question whether these models are really behaving as we expect. We show that, through a reinforcement learning policy (or even simple heuristics), one can produce deceptively perturbed KGs, which maintain the downstream performance of the original KG while significantly deviating from the original KG's semantics and structure. Our findings raise doubts about KG-augmented models' ability to reason about KG information and give sensible explanations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes