paper-with-me

Papers

TwistBytes -- Hierarchical Classification at GermEval 2019: walking the fine line (of recall and precision)

2019-08-18 · Fernando Benites

We present here our approach to the GermEval 2019 Task 1 - Shared Task on hierarchical classification of German blurbs. We achieved first place in the hierarchical subtask B and second place on the root node, flat classification subtask A. In subtask A, we applied a simple multi-feature TF-IDF extraction method using different n-gram range and stopword removal, on each feature extraction module. The classifier on top was a standard linear SVM. For the hierarchical classification, we used a local approach, which was more light-weighted but was similar to the one used in subtask A. The key point of our approach was the application of a post-processing to cope with the multi-label aspect of the task, increasing the recall but not surpassing the precision measure score.

📄 PDF Abstract BibTeX arXiv:1908.06493

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationHierarchical Text Classification of Blurbs (GermEval 2019)

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

UPAppliedCL at GermEval 2021: Identifying Fact-Claiming and Engaging Facebook Comments Using Transformers

2021-09-01 · GermEval 2021 9 · Robin Schaefer, Manfred Stede

In this paper we present UPAppliedCL’s contribution to the GermEval 2021 Shared Task. In particular, we participated in Subtasks 2 (Engaging Comment Classification) and 3 (Fact-Claiming Comment Classification). While acc…

ClassificationEngaging Comment ClassificationFact-Claiming Comment Classification

IRCologne at GermEval 2021: Toxicity Classification

2021-09-01 · GermEval 2021 9 · Fabian Haak, Björn Engelmann

In this paper, we describe the TH Köln’s submission for the Shared Task on the Identification of Toxic Comments at GermEval 2021. Toxicity is a severe and latent problem in comments in online discussions. Complex languag…

ClassificationLanguage ModelingLanguage ModellingToxic Comment Classification

AIT_FHSTP at GermEval 2021: Automatic Fact Claiming Detection with Multilingual Transformer Models

2021-09-01 · GermEval 2021 9 · Jaqueline Böck, Daria Liakhovets, Mina Schütz, Armin Kirchknopf 외

Spreading ones opinion on the internet is becoming more and more important. A problem is that in many discussions people often argue with supposed facts. This year’s GermEval 2021 focuses on this topic by incorporating a…

DeTox at GermEval 2021: Toxic Comment Classification

2021-09-01 · GermEval 2021 9 · Mina Schütz, Christoph Demus, Jonas Pitz, Nadine Probol 외

In this work, we present our approaches on the toxic comment classification task (subtask 1) of the GermEval 2021 Shared Task. For this binary task, we propose three models: a German BERT transformer model; a multilayer …

ClassificationToxic Comment Classification

DFKI SLT at GermEval 2021: Multilingual Pre-training and Data Augmentation for the Classification of Toxicity in Social Media Comments

2021-09-01 · GermEval 2021 9 · Remi Calizzano, Malte Ostendorff, Georg Rehm

We present our submission to the first subtask of GermEval 2021 (classification of German Facebook comments as toxic or not). Binary sequence classification is a standard NLP task with known state-of-the-art methods. The…

Data Augmentation