paper-with-me

홈 › Papers

Commonsense Knowledge Mining from Pretrained Models

2019-09-02 · IJCNLP 2019 11 · Joshua Feldman, Joe Davison, Alexander M. Rush

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.

📄 PDF Abstract BibTeX arXiv:1909.00505

Code (1)

gychant/CSKMTermDefn pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Do Language Models Perform Generalizable Commonsense Inference?

2021-06-22 · Findings (ACL) 2021 8 · Peifeng Wang, Filip Ilievski, Muhao Chen, Xiang Ren

Inspired by evidence that pretrained language models (LMs) encode commonsense knowledge, recent work has applied LMs to automatically populate commonsense knowledge graphs (CKGs). However, there is a lack of understandin…

Knowledge Graphs

Commonsense Knowledge-Augmented Pretrained Language Models for Causal Reasoning Classification

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Commonsense knowledge can be leveraged for identifying causal relations in text. In this work, we convert triples in ATOMIC2020, a wide coverage commonsense reasoning knowledge graph, to natural language text and continu…

ClassificationCommonsense Causal ReasoningLanguage ModelingLanguage Modelling

Teaching Pretrained Models with Commonsense Reasoning: A Preliminary KB-Based Approach

2019-09-20 · Shiyang Li, Jianshu Chen, Dian Yu

Recently, pretrained language models (e.g., BERT) have achieved great success on many downstream natural language understanding tasks and exhibit a certain level of commonsense reasoning ability. However, their performan…

Few-Shot LearningLogical ReasoningMultiple-choiceNatural Language Understanding

Knowledge-Augmented Language Models for Cause-Effect Relation Classification

2021-12-16 · CSRR (ACL) 2022 5 · Pedram Hosseini, David A. Broniatowski, Mona Diab

Previous studies have shown the efficacy of knowledge augmentation methods in pretrained language models. However, these methods behave differently across domains and downstream tasks. In this work, we investigate the au…

Cause-Effect Relation ClassificationClassificationCommonsense Causal ReasoningLanguage Modelling+2

Incorporating Commonsense Knowledge Graph in Pretrained Models for Social Commonsense Tasks

2021-05-12 · EMNLP (DeeLIO) 2020 11 · Ting-Yun Chang, Yang Liu, Karthik Gopalakrishnan, Behnam Hedayatnia 외

Pretrained language models have excelled at many NLP tasks recently; however, their social intelligence is still unsatisfactory. To enable this, machines need to have a more general understanding of our complicated world…

Knowledge Graphs