2019

Commonsense Knowledge Mining from Pretrained Models

Feldman, Joshua, Davison, Joe, Rush, Alexander M.

Understand

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.

Reading the bibliography…