paper-with-me

홈 › Papers

Comparison of Modern Multilingual Text Embedding Techniques for Hate Speech Detection Task

2026-04-16 · Evaldas Vaiciukynas, Paulius Danenas, Linas Ablonskis, Algirdas Sukys, Edgaras Dambrauskas, Voldemaras Zitkus, Rita Butkiene, Rimantas Butleris arxiv

Online hate speech and abusive language pose a growing challenge for content moderation, especially in multilingual settings and for low-resource languages such as Lithuanian. This paper investigates to what extent modern multilingual sentence embedding models can support accurate hate speech detection in Lithuanian, Russian, and English, and how their performance depends on downstream modeling choices and feature dimensionality. We introduce LtHate, a new Lithuanian hate speech corpus derived from news portals and social networks, and benchmark six modern multilingual encoders (potion, gemma, bge, snow, jina, e5) on LtHate, RuToxic, and EnSuperset using a unified Python pipeline. For each embedding, we train both a one class HBOS anomaly detector and a two class CatBoost classifier, with and without principal component analysis (PCA) compression to 64-dimensional feature vectors. Across all datasets, two class supervised models consistently and substantially outperform one class anomaly detection, with the best configurations achieving up to 80.96% accuracy and AUC ROC of 0.887 in Lithuanian (jina), 92.19% accuracy and AUC ROC of 0.978 in Russian (e5), and 77.21% accuracy and AUC ROC of 0.859 in English (e5 with PCA). PCA compression preserves almost all discriminative power in the supervised setting, while showing some negative impact for the unsupervised anomaly detection case. These results demonstrate how modern multilingual sentence embeddings combined with gradient boosted decision trees provide robust soft-computing solutions for multilingual hate speech detection applications.

📄 PDF Abstract BibTeX arXiv:2604.14907

Code (0)

등록된 구현이 없습니다.

Tasks

Unsupervised Anomaly DetectionHate Speech Detection

Similar Papers 제목 키워드 기반

Embedding structure matters: Comparing methods to adapt multilingual vocabularies to new languages

2023-09-09 · C. M. Downey, Terra Blevins, Nora Goldfine, Shane Steinert-Threlkeld

Pre-trained multilingual language models underpin a large portion of modern NLP tools outside of English. A strong baseline for specializing these models for specific languages is Language-Adaptive Pre-Training (LAPT). H…

Comparative Analysis of Multilingual Text Classification & Identification through Deep Learning and Embedding Visualization

2023-12-06 · Arinjay Wyawhare

This research conducts a comparative study on multilingual text classification methods, utilizing deep learning and embedding visualization. The study employs LangDetect, LangId, FastText, and Sentence Transformer on a d…

ClassificationClusteringMultilingual text classificationSentence+2

Are the Best Multilingual Document Embeddings simply Based on Sentence Embeddings?

2023-04-28 · Sonal Sannigrahi, Josef van Genabith, Cristina Espana-Bonet

Dense vector representations for textual data are crucial in modern NLP. Word embeddings and sentence embeddings estimated from raw texts are key in achieving state-of-the-art results in various tasks requiring semantic …

SentenceSentence EmbeddingsWord Embeddings

A Comparison of Architectures and Pretraining Methods for Contextualized Multilingual Word Embeddings

2019-12-15 · Niels van der Heijden, Samira Abnar, Ekaterina Shutova

The lack of annotated data in many languages is a well-known challenge within the field of multilingual natural language processing (NLP). Therefore, many recent studies focus on zero-shot transfer learning and joint tra…

Multilingual Word Embeddingsnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+7

Beyond Contrastive Learning: A Variational Generative Model for Multilingual Retrieval

2022-12-21 · John Wieting, Jonathan H. Clark, William W. Cohen, Graham Neubig 외

Contrastive learning has been successfully used for retrieval of semantically aligned sentences, but it often requires large batch sizes or careful engineering to work well. In this paper, we instead propose a generative…

Contrastive LearningOpen-Domain Question AnsweringRetrievalSemantic Similarity+2