paper-with-me

Papers

PGSG at SemEval-2020 Task 12: BERT-LSTM with Tweets' Pretrained Model and Noisy Student Training Method

2020-12-01 · SEMEVAL 2020 · Bao-Tran Pham-Hong, Setu Chokshi

The paper presents a system developed for the SemEval-2020 competition Task 12 (OffensEval-2): Multilingual Offensive Language Identification in Social Media. We achieve the second place (2nd) in sub-task B: Automatic categorization of offense types and are ranked 55th with a macro F1-score of 90.59 in sub-task A: Offensive language identification. Our solution is using a stack of BERT and LSTM layers, training with the Noisy Student method. Since the tweets data contains a large number of noisy words and slang, we update the vocabulary of the BERT large model pre-trained by the Google AI Language team. We fine-tune the model with tweet sentences provided in the challenge.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language Identification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Attention 설명 없음
Adam 설명 없음
RandAugment 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Noisy Student 설명 없음
Tanh Activation 설명 없음

Similar Papers 제목 키워드 기반

SU-NLP at SemEval-2020 Task 12: Offensive Language IdentifiCation in Turkish Tweets

2020-12-01 · SEMEVAL 2020 · Anil Ozdemir, Reyyan Yeniterzi

This paper summarizes our group{'}s efforts in the offensive language identification shared task, which is organized as part of the International Workshop on Semantic Evaluation (Sem-Eval2020). Our final submission syste…

Language IdentificationWord Embeddings

KDEHatEval at SemEval-2019 Task 5: A Neural Network Model for Detecting Hate Speech in Twitter

2019-06-01 · SEMEVAL 2019 6 · Umme Aymun Siddiqua, Abu Nowshed Chy, Masaki Aono

In the age of emerging volume of microblog platforms, especially twitter, hate speech propagation is now of great concern. However, due to the brevity of tweets and informal user generated contents, detecting and analyzi…

SentenceSentence EmbeddingSentence-Embedding

Sonal.kumari at SemEval-2020 Task 12: Social Media Multilingual Offensive Text Identification and Categorization Using Neural Network Models

2020-12-01 · SEMEVAL 2020 · Sonal Kumari

In this paper, we present our approaches and results for SemEval-2020 Task 12, Multilingual Offensive Language Identification in Social Media (OffensEval 2020). The OffensEval 2020 had three subtasks: A) Identifying the …

Language Identification

Yuan at SemEval-2018 Task 1: Tweets Emotion Intensity Prediction using Ensemble Recurrent Neural Network

2018-06-01 · SEMEVAL 2018 6 · Min Wang, Xiaobing Zhou

We perform the LSTM and BiLSTM model for the emotion intensity prediction. We only join the third subtask in Task 1:Affect in Tweets. Our system rank 6th among all the teams.

Sentiment Analysis

NTUA-SLP at SemEval-2018 Task 1: Predicting Affective Content in Tweets with Deep Attentive RNNs and Transfer Learning

2018-04-18 · SEMEVAL 2018 6 · Christos Baziotis, Nikos Athanasiou, Alexandra Chronopoulou, Athanasia Kolovou 외

In this paper we present deep-learning models that submitted to the SemEval-2018 Task~1 competition: "Affect in Tweets". We participated in all subtasks for English tweets. We propose a Bi-LSTM architecture equipped with…

Emotion ClassificationTransfer LearningWord Embeddings