CLAISep 15, 2020

Critical Thinking for Language Models

arXiv:2009.07185v2671 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of enhancing reasoning abilities in language models for AI applications, though it is incremental as it builds on existing pre-training methods with new synthetic data.

The paper tackles the problem of improving reasoning skills in language models by introducing a synthetic corpus of deductively valid arguments to train GPT-2, resulting in up to a 15 percentage point increase in zero-shot accuracy on GLUE diagnostics.

This paper takes a first step towards a critical thinking curriculum for neural auto-regressive language models. We introduce a synthetic corpus of deductively valid arguments, and generate artificial argumentative texts to train and evaluate GPT-2. Significant transfer learning effects can be observed: Training a model on three simple core schemes allows it to accurately complete conclusions of different, and more complex types of arguments, too. The language models generalize the core argument schemes in a correct way. Moreover, we obtain consistent and promising results for NLU benchmarks. In particular, pre-training on the argument schemes raises zero-shot accuracy on the GLUE diagnostics by up to 15 percentage points. The findings suggest that intermediary pre-training on texts that exemplify basic reasoning abilities (such as typically covered in critical thinking textbooks) might help language models to acquire a broad range of reasoning skills. The synthetic argumentative texts presented in this paper are a promising starting point for building such a "critical thinking curriculum for language models."

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