English

TSGP: Two-Stage Generative Prompting for Unsupervised Commonsense Question Answering

Computation and Language 2022-11-28 v1 Artificial Intelligence

Abstract

Unsupervised commonsense question answering requires mining effective commonsense knowledge without the rely on the labeled task data. Previous methods typically retrieved from traditional knowledge bases or used pre-trained language models (PrLMs) to generate fixed types of knowledge, which have poor generalization ability. In this paper, we aim to address the above limitation by leveraging the implicit knowledge stored in PrLMs and propose a two-stage prompt-based unsupervised commonsense question answering framework (TSGP). Specifically, we first use knowledge generation prompts to generate the knowledge required for questions with unlimited types and possible candidate answers independent of specified choices. Then, we further utilize answer generation prompts to generate possible candidate answers independent of specified choices. Experimental results and analysis on three different commonsense reasoning tasks, CommonsenseQA, OpenBookQA, and SocialIQA, demonstrate that TSGP significantly improves the reasoning ability of language models in unsupervised settings. Our code is available at: https://github.com/Yueqing-Sun/TSGP.

Keywords

Cite

@article{arxiv.2211.13515,
  title  = {TSGP: Two-Stage Generative Prompting for Unsupervised Commonsense Question Answering},
  author = {Yueqing Sun and Yu Zhang and Le Qi and Qi Shi},
  journal= {arXiv preprint arXiv:2211.13515},
  year   = {2022}
}

Comments

Findings of EMNLP2022

R2 v1 2026-06-28T07:11:19.923Z