CLAIOct 6, 2022

Rainier: Reinforced Knowledge Introspector for Commonsense Question Answering

UW
arXiv:2210.03078v2317 citationsh-index: 111
AI Analysis

This work addresses the problem of incomplete or inconsistent knowledge retrieval for commonsense QA, offering a novel method that improves performance across multiple benchmarks, though it is incremental in building on existing reinforcement learning and imitation techniques.

The paper tackles the challenge of generating high-quality, contextually relevant knowledge for commonsense question answering by introducing Rainier, a model that learns to generate knowledge via reinforcement learning, resulting in substantial performance gains across 9 benchmarks, including unseen datasets, and surpassing GPT-3's knowledge quality with smaller models.

Knowledge underpins reasoning. Recent research demonstrates that when relevant knowledge is provided as additional context to commonsense question answering (QA), it can substantially enhance the performance even on top of state-of-the-art. The fundamental challenge is where and how to find such knowledge that is high quality and on point with respect to the question; knowledge retrieved from knowledge bases are incomplete and knowledge generated from language models are inconsistent. We present Rainier, or Reinforced Knowledge Introspector, that learns to generate contextually relevant knowledge in response to given questions. Our approach starts by imitating knowledge generated by GPT-3, then learns to generate its own knowledge via reinforcement learning where rewards are shaped based on the increased performance on the resulting question answering. Rainier demonstrates substantial and consistent performance gains when tested over 9 different commonsense benchmarks: including 5 datasets that are seen during model training, as well as 4 datasets that are kept unseen. Our work is the first to report that knowledge generated by models that are orders of magnitude smaller than GPT-3, even without direct supervision on the knowledge itself, can exceed the quality of commonsense knowledge elicited from GPT-3.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes