paper-with-me

Papers

Traditional Machine Learning and Deep Learning Models for Argumentation Mining in Russian Texts

2021-06-28 · Irina Fishcheva, Valeriya Goloviznina, Evgeny Kotelnikov

Argumentation mining is a field of computational linguistics that is devoted to extracting from texts and classifying arguments and relations between them, as well as constructing an argumentative structure. A significant obstacle to research in this area for the Russian language is the lack of annotated Russian-language text corpora. This article explores the possibility of improving the quality of argumentation mining using the extension of the Russian-language version of the Argumentative Microtext Corpus (ArgMicro) based on the machine translation of the Persuasive Essays Corpus (PersEssays). To make it possible to use these two corpora combined, we propose a Joint Argument Annotation Scheme based on the schemes used in ArgMicro and PersEssays. We solve the problem of classifying argumentative discourse units (ADUs) into two classes - "pro" ("for") and "opp" ("against") using traditional machine learning techniques (SVM, Bagging and XGBoost) and a deep neural network (BERT model). An ensemble of XGBoost and BERT models was proposed, which showed the highest performance of ADUs classification for both corpora.

📄 PDF Abstract BibTeX arXiv:2106.14438

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Weight Decay 설명 없음
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

RuArg-2022: Argument Mining Evaluation

2022-06-18 · Evgeny Kotelnikov, Natalia Loukachevitch, Irina Nikishina, Alexander Panchenko

Argumentation analysis is a field of computational linguistics that studies methods for extracting arguments from texts and the relationships between them, as well as building argumentation structure of texts. This paper…

Argument MiningNatural Language InferenceStance Detection

End-to-End Argument Mining over Varying Rhetorical Structures

2024-01-20 · Elena Chistova

Rhetorical Structure Theory implies no single discourse interpretation of a text, and the limitations of RST parsers further exacerbate inconsistent parsing of similar structures. Therefore, it is important to take into …

Argument MiningDependency Parsing

Automatic Summarization of Russian Texts: Comparison of Extractive and Abstractive Methods

2022-06-18 · Valeriya Goloviznina, Evgeny Kotelnikov

The development of large and super-large language models, such as GPT-3, T5, Switch Transformer, ERNIE, etc., has significantly improved the performance of text generation. One of the important research directions in thi…

Text Generation

Assessing Open-Source Large Language Models on Argumentation Mining Subtasks

2024-11-08 · Mohammad Yeghaneh Abkenar, Weixing Wang, Hendrik Graupner, Manfred Stede

We explore the capability of four open-sourcelarge language models (LLMs) in argumentation mining (AM). We conduct experiments on three different corpora; persuasive essays(PE), argumentative microtexts (AMT) Part 1 and …

ARCRelation Classification

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