paper-with-me

Papers

UHH-LT at SemEval-2020 Task 12: Fine-Tuning of Pre-Trained Transformer Networks for Offensive Language Detection

2020-04-23 · SEMEVAL 2020 · Gregor Wiedemann, Seid Muhie Yimam, Chris Biemann

Fine-tuning of pre-trained transformer networks such as BERT yield state-of-the-art results for text classification tasks. Typically, fine-tuning is performed on task-specific training datasets in a supervised manner. One can also fine-tune in unsupervised manner beforehand by further pre-training the masked language modeling (MLM) task. Hereby, in-domain data for unsupervised MLM resembling the actual classification target dataset allows for domain adaptation of the model. In this paper, we compare current pre-trained transformer networks with and without MLM fine-tuning on their performance for offensive language detection. Our MLM fine-tuned RoBERTa-based classifier officially ranks 1st in the SemEval 2020 Shared Task~12 for the English language. Further experiments with the ALBERT model even surpass this result.

📄 PDF Abstract BibTeX arXiv:2004.11493

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationGeneral ClassificationLanguage ModelingLanguage ModellingMasked Language Modelingtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
RoBERTa 설명 없음
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…
ALBERT 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

KS@LTH at SemEval-2020 Task 12: Fine-tuning Multi- and Monolingual Transformer Models for Offensive Language Detection

2020-12-01 · SEMEVAL 2020 · Kasper Socha

This paper describes the KS@LTH system for SemEval-2020 Task 12 OffensEval2: Multilingual Offensive Language Identification in Social Media. We compare mono- and multilingual models based on fine-tuning pre-trained trans…

Language Identification

Alpha at SemEval-2021 Task 6: Transformer Based Propaganda Classification

2021-08-01 · SEMEVAL 2021 · Zhida Feng, Jiji Tang, Jiaxiang Liu, Weichong Yin 외

This paper describes our system participated in Task 6 of SemEval-2021: the task focuses on multimodal propaganda technique classification and it aims to classify given image and text into 22 classes. In this paper, we p…

Classification

SLPL-Sentiment at SemEval-2022 Task 10: Making Use of Pre-Trained Model’s Attention Values in Structured Sentiment Analysis

2022-07-01 · SemEval (NAACL) 2022 7 · Sadrodin Barikbin

Sentiment analysis is a useful problem which could serve a variety of fields from business intelligence to social studies and even health studies. Using SemEval 2022 Task 10 formulation of this problem and taking sequenc…

Sentiment Analysis

FiSSA at SemEval-2020 Task 9: Fine-tuned For Feelings

2020-07-24 · SEMEVAL 2020 · Bertelt Braaksma, Richard Scholtens, Stan van Suijlekom, Remy Wang 외

In this paper, we present our approach for sentiment classification on Spanish-English code-mixed social media data in the SemEval-2020 Task 9. We investigate performance of various pre-trained Transformer models by usin…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2

IAPUCP at SemEval-2021 Task 1: Stacking Fine-Tuned Transformers is Almost All You Need for Lexical Complexity Prediction

2021-08-01 · SEMEVAL 2021 · Kervy Rivas Rojas, Fernando Alva-Manchego

This paper describes our submission to SemEval-2021 Task 1: predicting the complexity score for single words. Our model leverages standard morphosyntactic and frequency-based features that proved helpful for Complex Word…

AllComplex Word IdentificationLexical Complexity PredictionMulti-Task Learning+1