paper-with-me

홈 › Papers

Evaluating Semantic Feature Representations to Efficiently Detect Hate Intent on Social Media

2020-02-01 · ICSC 2020 2 · Yasas Senarath, Hemant Purohit

Detecting malicious intent behavior such as sharing hate speech has become an important challenge for social networking platforms. The method of automated hate speech detection for social media posts is often challenged by the complexity of capturing the context of the user expression with potential hate intent. We hypothesize that semantic features can help enrich the context representation of word senses in a social media post for machine learning algorithms. This paper presents a novel empirical study of diverse semantic features for hate speech classification task on social media posts. Specifically, we present an extensive empirical analysis, where we test the features of vector space model representation for corpus-based semantics, neural word embedding representation for distributional semantics, and declarative knowledge patterns from external knowledge base for domain semantics. Our experimental results show that ensembling the diverse feature representations improves the efficiency of hateful behavior classification in contrast to the case of a single type of feature representation. Results on two popular Twitter datasets for the hate speech detection task showed a consistent performance gain for the classification models that were based on the hybrid feature representation (absolute gain in F1 score up to 3.0%). The application of the proposed method of combining diverse feature representations can help in improving social media analytics systems for monitoring human behavior.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationHate Speech Detection

Similar Papers 제목 키워드 기반

Text Meets Topology: Rethinking Out-of-distribution Detection in Text-Rich Networks

2025-08-25 · Danny Wang, Ruihong Qiu, Guangdong Bai, Zi Huang arxiv

Out-of-distribution (OOD) detection remains challenging in text-rich networks, where textual features intertwine with topological structures. Existing methods primarily address label shifts or rudimentary domain-based sp…

Out-of-Distribution Detection

SDS-Net: Shallow-Deep Synergism-detection Network for infrared small target detection

2025-06-06 · Taoran Yue, Xiaojin Lu, Jiaxi Cai, Yuanping Chen 외

Current CNN-based infrared small target detection (IRSTD) methods generally overlook the heterogeneity between shallow and deep features, leading to inefficient collaboration between shallow fine-grained structural…

Computational Efficiency

Dynamic Fusion Module Evolves Drivable Area and Road Anomaly Detection: A Benchmark and Algorithms

2021-03-03 · Hengli Wang, Rui Fan, Yuxiang Sun, Ming Liu

Joint detection of drivable areas and road anomalies is very important for mobile robots. Recently, many semantic segmentation approaches based on convolutional neural networks (CNNs) have been proposed for pixel-wise dr…

Anomaly DetectionSelf-Driving CarsSemantic Segmentation

IdBench: Evaluating Semantic Representations of Identifier Names in Source Code

2019-10-11 · ICLR 2020 1 · Yaza Wainakh, Moiz Rauf, Michael Pradel

Identifier names convey useful information about the intended semantics of code. Name-based program analyses use this information, e.g., to detect bugs, to predict types, and to improve the readability of code. At the co…

Word Embeddings

Learning Program Semantics with Code Representations: An Empirical Study

2022-03-22 · Jing Kai Siow, Shangqing Liu, Xiaofei Xie, Guozhu Meng 외

Program semantics learning is the core and fundamental for various code intelligent tasks e.g., vulnerability detection, clone detection. A considerable amount of existing works propose diverse approaches to learn the pr…

Clone DetectionCode ClassificationVulnerability Detection