English

PseudoReasoner: Leveraging Pseudo Labels for Commonsense Knowledge Base Population

Computation and Language 2022-10-17 v1 Artificial Intelligence

Abstract

Commonsense Knowledge Base (CSKB) Population aims at reasoning over unseen entities and assertions on CSKBs, and is an important yet hard commonsense reasoning task. One challenge is that it requires out-of-domain generalization ability as the source CSKB for training is of a relatively smaller scale (1M) while the whole candidate space for population is way larger (200M). We propose PseudoReasoner, a semi-supervised learning framework for CSKB population that uses a teacher model pre-trained on CSKBs to provide pseudo labels on the unlabeled candidate dataset for a student model to learn from. The teacher can be a generative model rather than restricted to discriminative models as previous works. In addition, we design a new filtering procedure for pseudo labels based on influence function and the student model's prediction to further improve the performance. The framework can improve the backbone model KG-BERT (RoBERTa-large) by 3.3 points on the overall performance and especially, 5.3 points on the out-of-domain performance, and achieves the state-of-the-art. Codes and data are available at https://github.com/HKUST-KnowComp/PseudoReasoner.

Keywords

Cite

@article{arxiv.2210.07988,
  title  = {PseudoReasoner: Leveraging Pseudo Labels for Commonsense Knowledge Base Population},
  author = {Tianqing Fang and Quyet V. Do and Hongming Zhang and Yangqiu Song and Ginny Y. Wong and Simon See},
  journal= {arXiv preprint arXiv:2210.07988},
  year   = {2022}
}

Comments

Findings of EMNLP 2022

R2 v1 2026-06-28T03:40:32.838Z