paper-with-me

Papers

Multilingual Argument Mining: Datasets and Analysis

2020-10-13 · Findings of the Association for Computational Linguistics 2020 · Orith Toledo-Ronen, Matan Orbach, Yonatan Bilu, Artem Spector, Noam Slonim

The growing interest in argument mining and computational argumentation brings with it a plethora of Natural Language Understanding (NLU) tasks and corresponding datasets. However, as with many other NLU tasks, the dominant language is English, with resources in other languages being few and far between. In this work, we explore the potential of transfer learning using the multilingual BERT model to address argument mining tasks in non-English languages, based on English datasets and the use of machine translation. We show that such methods are well suited for classifying the stance of arguments and detecting evidence, but less so for assessing the quality of arguments, presumably because quality is harder to preserve under translation. In addition, focusing on the translate-train approach, we show how the choice of languages for translation, and the relations among them, affect the accuracy of the resultant model. Finally, to facilitate evaluation of transfer learning on argument mining tasks, we provide a human-generated dataset with more than 10k arguments in multiple languages, as well as machine translation of the English datasets.

📄 PDF Abstract BibTeX arXiv:2010.06432

Code (0)

등록된 구현이 없습니다.

Tasks

Argument MiningMachine TranslationNatural Language UnderstandingTransfer LearningTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
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…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

NLAS-multi: A Multilingual Corpus of Automatically Generated Natural Language Argumentation Schemes

2024-02-22 · Ramon Ruiz-Dolz, Joaquin Taverner, John Lawrence, Chris Reed

Some of the major limitations identified in the areas of argument mining, argument generation, and natural language argument analysis are related to the complexity of annotating argumentatively rich data, the limited siz…

Argument Mining

LLMs for Argument Mining: Detection, Extraction, and Relationship Classification of pre-defined Arguments in Online Comments

2025-05-29 · Matteo Guida, Yulia Otmakhova, Eduard Hovy, Lea Frermann

Automated large-scale analysis of public discussions around contested issues like abortion requires detecting and understanding the use of arguments. While Large Language Models (LLMs) have shown promise in language proc…

Argument Mining

TARGER: Neural Argument Mining at Your Fingertips

2019-07-01 · ACL 2019 7 · Artem Chernodub, Oleksiy Oliynyk, Philipp Heidenreich, Alex Bondarenko 외

We present TARGER, an open source neural argument mining framework for tagging arguments in free input texts and for keyword-based retrieval of arguments from an argument-tagged web-scale corpus. The currently available …

Argument MiningRetrieval

A Hierarchical Model of Reviews for Aspect-based Sentiment Analysis

2016-09-09 · EMNLP 2016 11 · Sebastian Ruder, Parsa Ghaffari, John G. Breslin

Opinion mining from customer reviews has become pervasive in recent years. Sentences in reviews, however, are usually classified independently, even though they form part of a review's argumentative structure. Intuitivel…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)General ClassificationOpinion Mining+2

Diversity Over Size: On the Effect of Sample and Topic Sizes for Topic-Dependent Argument Mining Datasets

2022-05-23 · Benjamin Schiller, Johannes Daxenberger, Andreas Waldis, Iryna Gurevych

The task of Argument Mining, that is extracting and classifying argument components for a specific topic from large document sources, is an inherently difficult task for machine learning models and humans alike, as large…

Argument MiningBenchmarkingDiversityStance Detection