Joint RNN Model for Argument Component Boundary Detection
Minglan Li, Yang Gao, Hui Wen, Yang Du, Haijing Liu, Hao Wang

TL;DR
This paper introduces a joint RNN model for argument component boundary detection that eliminates the need for task-specific features, achieving state-of-the-art results across multiple datasets.
Contribution
It formulates ACBD as a sequence labeling task and proposes a novel joint RNN model that predicts argumentativity to improve boundary detection accuracy.
Findings
Achieves state-of-the-art performance on two datasets
Does not rely on handcrafted or domain-specific features
Effectively predicts argumentativity to enhance boundary detection
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Topic Modeling · Natural Language Processing Techniques
