CLMay 5, 2017

Joint RNN Model for Argument Component Boundary Detection

arXiv:1705.02131v19 citations
Originality Incremental advance
AI Analysis

This work addresses the need for automated argumentation mining in natural language processing by reducing reliance on task-specific knowledge and feature engineering, though it is incremental as it builds on existing RNN methods.

The authors tackled the problem of Argument Component Boundary Detection (ACBD) by formulating it as a sequence labeling task and proposing a joint RNN model that predicts argumentative sentences to improve boundary detection, achieving state-of-the-art performance on two datasets.

Argument Component Boundary Detection (ACBD) is an important sub-task in argumentation mining; it aims at identifying the word sequences that constitute argument components, and is usually considered as the first sub-task in the argumentation mining pipeline. Existing ACBD methods heavily depend on task-specific knowledge, and require considerable human efforts on feature-engineering. To tackle these problems, in this work, we formulate ACBD as a sequence labeling problem and propose a variety of Recurrent Neural Network (RNN) based methods, which do not use domain specific or handcrafted features beyond the relative position of the sentence in the document. In particular, we propose a novel joint RNN model that can predict whether sentences are argumentative or not, and use the predicted results to more precisely detect the argument component boundaries. We evaluate our techniques on two corpora from two different genres; results suggest that our joint RNN model obtain the state-of-the-art performance on both 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