AICLLGNov 15, 2020

NegatER: Unsupervised Discovery of Negatives in Commonsense Knowledge Bases

arXiv:2011.07497v2666 citations
AI Analysis

This addresses the need for negative knowledge in commonsense reasoning for AI systems, though it is incremental as it builds on existing language models and knowledge base techniques.

The paper tackles the problem of generating negative (false) statements for commonsense knowledge bases, which are important for discriminative reasoning but typically unavailable, by proposing NegatER, a framework that uses a contextual language model to rank potential negatives without ground-truth examples. The result shows that NegatER produces negatives that are more grammatical, coherent, and informative, leading to statistically significant accuracy improvements in a knowledge base completion task.

Codifying commonsense knowledge in machines is a longstanding goal of artificial intelligence. Recently, much progress toward this goal has been made with automatic knowledge base (KB) construction techniques. However, such techniques focus primarily on the acquisition of positive (true) KB statements, even though negative (false) statements are often also important for discriminative reasoning over commonsense KBs. As a first step toward the latter, this paper proposes NegatER, a framework that ranks potential negatives in commonsense KBs using a contextual language model (LM). Importantly, as most KBs do not contain negatives, NegatER relies only on the positive knowledge in the LM and does not require ground-truth negative examples. Experiments demonstrate that, compared to multiple contrastive data augmentation approaches, NegatER yields negatives that are more grammatical, coherent, and informative -- leading to statistically significant accuracy improvements in a challenging KB completion task and confirming that the positive knowledge in LMs can be "re-purposed" to generate negative knowledge.

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