CLSep 11, 2021

Implicit Premise Generation with Discourse-aware Commonsense Knowledge Models

arXiv:2109.05358v1663 citations
Originality Incremental advance
AI Analysis

This work addresses a specific problem in natural language processing for argument understanding, but it is incremental as it builds on existing datasets and models.

The paper tackled the task of generating implicit premises in enthymemes by addressing data scarcity with a similar abductive reasoning dataset, and showed that encoding discourse-aware commonsense during fine-tuning improved generation quality, outperforming baselines in evaluations.

Enthymemes are defined as arguments where a premise or conclusion is left implicit. We tackle the task of generating the implicit premise in an enthymeme, which requires not only an understanding of the stated conclusion and premise but also additional inferences that could depend on commonsense knowledge. The largest available dataset for enthymemes (Habernal et al., 2018) consists of 1.7k samples, which is not large enough to train a neural text generation model. To address this issue, we take advantage of a similar task and dataset: Abductive reasoning in narrative text (Bhagavatula et al., 2020). However, we show that simply using a state-of-the-art seq2seq model fine-tuned on this data might not generate meaningful implicit premises associated with the given enthymemes. We demonstrate that encoding discourse-aware commonsense during fine-tuning improves the quality of the generated implicit premises and outperforms all other baselines both in automatic and human evaluations on three different datasets.

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