paper-with-me

Papers

STUFIIT at SemEval-2019 Task 5: Multilingual Hate Speech Detection on Twitter with MUSE and ELMo Embeddings

2019-06-01 · SEMEVAL 2019 6 · Michal Bojkovsk{\'y}, Mat{\'u}{\v{s}} Pikuliak

We present a number of models used for hate speech detection for Semeval 2019 Task-5: Hateval. We evaluate the viability of multilingual learning for this task. We also experiment with adversarial learning as a means of creating a multilingual model. Ultimately our multilingual models have had worse results than their monolignual counterparts. We find that the choice of word representations (word embeddings) is very crucial for deep learning as a simple switch between MUSE and ELMo embeddings has shown a 3-4{\%} increase in accuracy. This also shows the importance of context when dealing with online content.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Hate Speech DetectionWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
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$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Vista.ue at SemEval-2019 Task 5: Single Multilingual Hate Speech Detection Model

2019-06-01 · SEMEVAL 2019 6 · Kashyap Raiyani, Teresa Gon{\c{c}}alves, Paulo Quaresma, Vitor Nogueira

This paper shares insight from participating in SemEval-2019 Task 5. The main propose of this system-description paper is to facilitate the reader with replicability and to provide insightful analysis of the developed sy…

Hate Speech Detection

LT3 at SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter (hatEval)

2019-06-01 · SEMEVAL 2019 6 · Nina Bauwelinck, Gilles Jacobs, V{\'e}ronique Hoste, Els Lefever

This paper describes our contribution to the SemEval-2019 Task 5 on the detection of hate speech against immigrants and women in Twitter (hatEval). We considered a supervised classification-based approach to detect hate …

ClassificationGeneral Classification

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

HATEMINER at SemEval-2019 Task 5: Hate speech detection against Immigrants and Women in Twitter using a Multinomial Naive Bayes Classifier

2019-06-01 · SEMEVAL 2019 6 · Nikhil Chakravartula

This paper describes our participation in the SemEval 2019 Task 5 - Multilingual Detection of Hate. This task aims to identify hate speech against two specific targets, immigrants and women. We compare and contrast the p…

General ClassificationHate Speech DetectionSentence

Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter at SemEval-2019 Task 5: Frequency Analysis Interpolation for Hate in Speech Detection

2019-06-01 · SEMEVAL 2019 6 · {\`O}scar Garibo i Orts

This document describes a text change of representation approach to the task of Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter, as part of SemEval-2019 1 . The task is divided in two sub-ta…