Learning to Deceive Knowledge Graph Augmented Models via Targeted PerturbationDownload PDF

Published: 12 Jan 2021, Last Modified: 05 May 2023ICLR 2021 PosterReaders: Everyone
Keywords: neural symbolic reasoning, interpretability, model explanation, faithfulness, knowledge graph, commonsense question answering, recommender system
Abstract: 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 Of Ethics: I acknowledge that I and all co-authors of this work have read and commit to adhering to the ICLR Code of Ethics
One-sentence Summary: KG-augmented models and humans use KG info differently.
Code: [![github](/images/github_icon.svg) INK-USC/deceive-KG-models](https://github.com/INK-USC/deceive-KG-models)
Data: [CommonsenseQA](https://paperswithcode.com/dataset/commonsenseqa), [MovieLens](https://paperswithcode.com/dataset/movielens)
13 Replies

Loading