paper-with-me

홈 › Papers

A Unified Representation and a Decoupled Deep Learning Architecture for Argumentation Mining of Students’ Persuasive Essays

2022-10-01 · ArgMining (ACL) 2022 10 · Muhammad Tawsif Sazid, Robert E. Mercer

We develop a novel unified representation for the argumentation mining task facilitating the extracting from text and the labelling of the non-argumentative units and argumentation components—premises, claims, and major claims—and the argumentative relations—premise to claim or premise in a support or attack relation, and claim to major-claim in a for or against relation—in an end-to-end machine learning pipeline. This tightly integrated representation combines the component and relation identification sub-problems and enables a unitary solution for detecting argumentation structures. This new representation together with a new deep learning architecture composed of a mixed embedding method, a multi-head attention layer, two biLSTM layers, and a final linear layer obtain state-of-the-art accuracy on the Persuasive Essays dataset. Also, we have introduced a decoupled solution to identify the entities and relations first, and on top of that, a second model is used to detect distance between the detected related components. An augmentation of the corpus (paragraph version) by including copies of major claims has further increased the performance.

📄 PDF Abstract BibTeX

Code (1)

tawsifsazid/unified-representation-for-argumentation-mining 공식 구현 pytorch

Tasks

Relation

Similar Papers 제목 키워드 기반

ArgBench: Benchmarking LLMs on Computational Argumentation Tasks

2026-04-19 · Yamen Ajjour, Carlotta Quensel, Nedim Lipka, Henning Wachsmuth arxiv

Argumentation skills are an essential toolkit for large language models (LLMs). These skills are crucial in various use cases, including self-reflection, debating collaboratively for diverse answers, and countering hate …

The evolution of argumentation mining: From models to social media and emerging tools

2019-07-04 · Anastasios Lytos, Thomas Lagkas, Panagiotis Sarigiannidis, Kalina Bontcheva

Argumentation mining is a rising subject in the computational linguistics domain focusing on extracting structured arguments from natural text, often from unstructured or noisy text. The initial approaches on modeling ar…

Argumentation Mining on Essays at Multi Scales

2020-12-01 · COLING 2020 8 · Hao Wang, Zhen Huang, Yong Dou, Yu Hong

Argumentation mining on essays is a new challenging task in natural language processing, which aims to identify the types and locations of argumentation components. Recent research mainly models the task as a sequence ta…

Argumentation Mining: Exploiting Multiple Sources and Background Knowledge

2018-09-18 · Lytos Anastasios, Lagkas Thomas, Sarigiannidis Panagiotis, Bontcheva Kalina

The field of Argumentation Mining has arisen from the need of determining the underlying causes from an expressed opinion and the urgency to develop the established fields of Opinion Mining and Sentiment Analysis. The re…

Opinion MiningSentiment Analysis

A Neural Transition-based Model for Argumentation Mining

2021-08-01 · ACL 2021 5 · Jianzhu Bao, Chuang Fan, Jipeng Wu, Yixue Dang 외

The goal of argumentation mining is to automatically extract argumentation structures from argumentative texts. Most existing methods determine argumentative relations by exhaustively enumerating all possible pairs of ar…

model