CLJan 13, 2021

Improving Commonsense Causal Reasoning by Adversarial Training and Data Augmentation

arXiv:2101.04966v123 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust causal reasoning for NLP applications, though it is incremental as it builds on existing methods with specific enhancements.

The paper tackled the problem of scarce training data for commonsense causal reasoning by using adversarial training and data augmentation, resulting in statistically significant performance improvements on the COPA and Balanced COPA datasets.

Determining the plausibility of causal relations between clauses is a commonsense reasoning task that requires complex inference ability. The general approach to this task is to train a large pretrained language model on a specific dataset. However, the available training data for the task is often scarce, which leads to instability of model training or reliance on the shallow features of the dataset. This paper presents a number of techniques for making models more robust in the domain of causal reasoning. Firstly, we perform adversarial training by generating perturbed inputs through synonym substitution. Secondly, based on a linguistic theory of discourse connectives, we perform data augmentation using a discourse parser for detecting causally linked clauses in large text, and a generative language model for generating distractors. Both methods boost model performance on the Choice of Plausible Alternatives (COPA) dataset, as well as on a Balanced COPA dataset, which is a modified version of the original data that has been developed to avoid superficial cues, leading to a more challenging benchmark. We show a statistically significant improvement in performance and robustness on both datasets, even with only a small number of additionally generated data points.

Foundations

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

Your Notes