paper-with-me

홈 › Papers

Code-mixed Sentiment and Hate-speech Prediction

2024-05-21 · Anjali Yadav, Tanya Garg, Matej Klemen, Matej Ulcar, Basant Agarwal, Marko Robnik Sikonja

Code-mixed discourse combines multiple languages in a single text. It is commonly used in informal discourse in countries with several official languages, but also in many other countries in combination with English or neighboring languages. As recently large language models have dominated most natural language processing tasks, we investigated their performance in code-mixed settings for relevant tasks. We first created four new bilingual pre-trained masked language models for English-Hindi and English-Slovene languages, specifically aimed to support informal language. Then we performed an evaluation of monolingual, bilingual, few-lingual, and massively multilingual models on several languages, using two tasks that frequently contain code-mixed text, in particular, sentiment analysis and offensive language detection in social media texts. The results show that the most successful classifiers are fine-tuned bilingual models and multilingual models, specialized for social media texts, followed by non-specialized massively multilingual and monolingual models, while huge generative models are not competitive. For our affective problems, the models mostly perform slightly better on code-mixed data compared to non-code-mixed data.

📄 PDF Abstract BibTeX arXiv:2405.12929

Code (1)

matejklemen/sentiment-hate-speech-with-code-mixed-models 공식 구현 pytorch

Tasks

PredictionSentiment Analysis

Similar Papers 제목 키워드 기반

A Dataset of Hindi-English Code-Mixed Social Media Text for Hate Speech Detection

2018-06-01 · WS 2018 6 · Aditya Bohra, Deepanshu Vijay, Vinay Singh, Syed Sarfaraz Akhtar 외

Hate speech detection in social media texts is an important Natural language Processing task, which has several crucial applications like sentiment analysis, investigating cyberbullying and examining socio-political cont…

General ClassificationHate Speech DetectionSentiment Analysis

Leveraging Transformers for Hate Speech Detection in Conversational Code-Mixed Tweets

2021-12-18 · Zaki Mustafa Farooqi, Sreyan Ghosh, Rajiv Ratn Shah

In the current era of the internet, where social media platforms are easily accessible for everyone, people often have to deal with threats, identity attacks, hate, and bullying due to their association with a cast, cree…

Hate Speech Detection

A Comparative Study of Different State-of-the-Art Hate Speech Detection Methods in Hindi-English Code-Mixed Data

2020-05-01 · LREC 2020 5 · Priya Rani, Shardul Suryawanshi, Koustava Goswami, Bharathi Raja Chakravarthi 외

Hate speech detection in social media communication has become one of the primary concerns to avoid conflicts and curb undesired activities. In an environment where multilingual speakers switch among multiple languages, …

Hate Speech Detection

My Boli: Code-mixed Marathi-English Corpora, Pretrained Language Models and Evaluation Benchmarks

2023-06-24 · Tanmay Chavan, Omkar Gokhale, Aditya Kane, Shantanu Patankar 외

The research on code-mixed data is limited due to the unavailability of dedicated code-mixed datasets and pre-trained language models. In this work, we focus on the low-resource Indian language Marathi which lacks any pr…

BenchmarkingHate Speech DetectionLanguage IdentificationSentiment Analysis

Anti-Asian Hate Speech Detection via Data Augmented Semantic Relation Inference

2022-04-14 · Jiaxuan Li, Yue Ning

With the spreading of hate speech on social media in recent years, automatic detection of hate speech is becoming a crucial task and has attracted attention from various communities. This task aims to recognize online po…

Hate Speech DetectionNatural Language InferenceRelationRepresentation Learning+2