CLAILGSep 2, 2019

Commonsense Knowledge Mining from Pretrained Models

arXiv:1909.00505v11135 citations
Originality Incremental advance
AI Analysis

This work addresses the generalization challenge in commonsense knowledge mining for NLP applications, though it is incremental as it adapts existing pretrained models rather than introducing a new paradigm.

The authors tackled the problem of commonsense knowledge mining by developing an unsupervised method using a pretrained bidirectional language model to rank relational triples via pointwise mutual information, which outperformed supervised methods on novel data sources despite performing worse on standard test sets.

Inferring commonsense knowledge is a key challenge in natural language processing, but due to the sparsity of training data, previous work has shown that supervised methods for commonsense knowledge mining underperform when evaluated on novel data. In this work, we develop a method for generating commonsense knowledge using a large, pre-trained bidirectional language model. By transforming relational triples into masked sentences, we can use this model to rank a triple's validity by the estimated pointwise mutual information between the two entities. Since we do not update the weights of the bidirectional model, our approach is not biased by the coverage of any one commonsense knowledge base. Though this method performs worse on a test set than models explicitly trained on a corresponding training set, it outperforms these methods when mining commonsense knowledge from new sources, suggesting that unsupervised techniques may generalize better than current supervised approaches.

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