CLJan 10, 2024

CASA: Causality-driven Argument Sufficiency Assessment

Peking U
arXiv:2401.05249v231 citationsh-index: 9Has CodeNAACL
AI Analysis

This work addresses the problem of laborious and inconsistent human annotations in argument sufficiency assessment for applications like logical fallacy detection and writing assistance, offering a novel zero-shot approach.

The paper tackles the argument sufficiency assessment task by proposing CASA, a zero-shot causality-driven framework that uses large language models to estimate the probability of sufficiency, achieving accurate identification of insufficient arguments on two logical fallacy detection datasets and enhancing student-written arguments in a writing assistance application.

The argument sufficiency assessment task aims to determine if the premises of a given argument support its conclusion. To tackle this task, existing works often train a classifier on data annotated by humans. However, annotating data is laborious, and annotations are often inconsistent due to subjective criteria. Motivated by the definition of probability of sufficiency (PS) in the causal literature, we proposeCASA, a zero-shot causality-driven argument sufficiency assessment framework. PS measures how likely introducing the premise event would lead to the conclusion when both the premise and conclusion events are absent. To estimate this probability, we propose to use large language models (LLMs) to generate contexts that are inconsistent with the premise and conclusion and revise them by injecting the premise event. Experiments on two logical fallacy detection datasets demonstrate that CASA accurately identifies insufficient arguments. We further deploy CASA in a writing assistance application, and find that suggestions generated by CASA enhance the sufficiency of student-written arguments. Code and data are available at https://github.com/xxxiaol/CASA.

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