paper-with-me

홈 › Papers

Commonsense Knowledge Transfer for Pre-trained Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Despite serving as the foundation models for a wide range of NLP benchmarks, pre-trained language models have shown limited capabilities of acquiring implicit commonsense knowledge from self-supervision alone, compared to learning linguistic and factual knowledge that appear more explicitly in the surface patterns in text. In this work, we introduce \textit{commonsense knowledge transfer}, a framework to transfer the commonsense knowledge stored in a neural commonsense knowledge model to a general-purpose pre-trained language model. It first exploits general texts to form queries for extracting commonsense knowledge from the neural commonsense knowledge model and then refines the language model with two self-supervised objectives: \textit{commonsense mask infilling} and \textit{commonsense relation prediction}, which align human language with the underlying commonsense knowledge.Empirical results show that our approach consistently improves the model's performance on downstream tasks that require commonsense reasoning. Moreover, we find that the improvement is more significant in the few-shot setting. This suggests that our approach helps language models better transfer to downstream tasks without extensive supervision by injecting commonsense knowledge into their parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRelation PredictionTransfer Learning

Similar Papers 제목 키워드 기반

Commonsense Knowledge Transfer for Pre-trained Language Models

2023-06-04 · Wangchunshu Zhou, Ronan Le Bras, Yejin Choi

Despite serving as the foundation models for a wide range of NLP benchmarks, pre-trained language models have shown limited capabilities of acquiring implicit commonsense knowledge from self-supervision alone, compared t…

Language ModelingLanguage ModellingRelation PredictionTransfer Learning

CLICKER: Attention-Based Cross-Lingual Commonsense Knowledge Transfer

2023-02-26 · Ruolin Su, Zhongkai Sun, Sixing Lu, Chengyuan Ma 외

Recent advances in cross-lingual commonsense reasoning (CSR) are facilitated by the development of multilingual pre-trained models (mPTMs). While mPTMs show the potential to encode commonsense knowledge for different lan…

Question AnsweringTransfer Learning

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

Language Generation with Multi-Hop Reasoning on Commonsense Knowledge Graph

2020-09-24 · EMNLP 2020 11 · Haozhe Ji, Pei Ke, Shaohan Huang, Furu Wei 외

Despite the success of generative pre-trained language models on a series of text generation tasks, they still suffer in cases where reasoning over underlying commonsense knowledge is required during generation. Existing…

Text Generation

Improving Unsupervised Commonsense Reasoning Using Knowledge-Enabled Natural Language Inference

2021-11-01 · Findings (EMNLP) 2021 11 · Canming Huang, Weinan He, Yongmei Liu

Recent methods based on pre-trained language models have shown strong supervised performance on commonsense reasoning. However, they rely on expensive data annotation and time-consuming training. Thus, we focus on unsupe…

Natural Language InferenceTransfer LearningWinowhy