paper-with-me

홈 › Papers

Embeddia at SemEval-2019 Task 6: Detecting Hate with Neural Network and Transfer Learning Approaches

2019-06-01 · SEMEVAL 2019 6 · Andra{\v{z}} Pelicon, Matej Martinc, Petra Kralj Novak

SemEval 2019 Task 6 was OffensEval: Identifying and Categorizing Offensive Language in Social Media. The task was further divided into three sub-tasks: offensive language identification, automatic categorization of offense types, and offense target identification. In this paper, we present the approaches used by the Embeddia team, who qualified as fourth, eighteenth and fifth on the tree sub-tasks. A different model was trained for each sub-task. For the first sub-task, we used a BERT model fine-tuned on the OLID dataset, while for the second and third tasks we developed a custom neural network architecture which combines bag-of-words features and automatically generated sequence-based features. Our results show that combining automatically and manually crafted features fed into a neural architecture outperform transfer learning approach on more unbalanced datasets.

📄 PDF Abstract BibTeX

Code (1)

https://gitlab.com/Andrazp/embeddia-semeval2019 공식 구현 pytorch

Tasks

Language IdentificationTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

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

EMBEDDIA at SemEval-2022 Task 8: Investigating Sentence, Image, and Knowledge Graph Representations for Multilingual News Article Similarity

2022-07-01 · SemEval (NAACL) 2022 7 · Elaine Zosa, Emanuela Boros, Boshko Koloski, Lidia Pivovarova

In this paper, we present the participation of the EMBEDDIA team in the SemEval-2022 Task 8 (Multilingual News Article Similarity). We cover several techniques and propose different methods for finding the multilingual n…

ArticlesSemantic SimilaritySemantic Textual SimilaritySentence

MineriaUNAM at SemEval-2019 Task 5: Detecting Hate Speech in Twitter using Multiple Features in a Combinatorial Framework

2019-06-01 · SEMEVAL 2019 6 · Luis Enrique Argota Vega, Jorge Carlos Reyes-Maga{\~n}a, Helena G{\'o}mez-Adorno, Gemma Bel-Enguix

This paper presents our approach to the Task 5 of Semeval-2019, which aims at detecting hate speech against immigrants and women in Twitter. The task consists of two sub-tasks, in Spanish and English: (A) detection of ha…

General ClassificationPOS

SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter

2019-06-01 · SEMEVAL 2019 6 · Valerio Basile, Cristina Bosco, Elisabetta Fersini, Debora Nozza 외

The paper describes the organization of the SemEval 2019 Task 5 about the detection of hate speech against immigrants and women in Spanish and English messages extracted from Twitter. The task is organized in two related…

MITRE at SemEval-2019 Task 5: Transfer Learning for Multilingual Hate Speech Detection

2019-06-01 · SEMEVAL 2019 6 · Abigail Gertner, John Henderson, Elizabeth Merkhofer, Amy Marsh 외

This paper describes MITRE{'}s participation in SemEval-2019 Task 5, HatEval: Multilingual detection of hate speech against immigrants and women in Twitter. The techniques explored range from simple bag-of-ngrams classif…

AllHate Speech DetectionregressionTransfer Learning