CLAILGApr 2, 2025

Graphically Speaking: Unmasking Abuse in Social Media with Conversation Insights

arXiv:2504.01902v13 citationsh-index: 5ACL
Originality Incremental advance
AI Analysis

This addresses the challenge of unreliable abusive language detection for social media platforms by incorporating structured conversational context, representing an incremental advance over existing methods.

The paper tackled the problem of detecting abusive language in social media by modeling conversations as graphs with graph neural networks, achieving significant improvements in F1 scores over context-agnostic and linear context-aware methods.

Detecting abusive language in social media conversations poses significant challenges, as identifying abusiveness often depends on the conversational context, characterized by the content and topology of preceding comments. Traditional Abusive Language Detection (ALD) models often overlook this context, which can lead to unreliable performance metrics. Recent Natural Language Processing (NLP) methods that integrate conversational context often depend on limited and simplified representations, and report inconsistent results. In this paper, we propose a novel approach that utilize graph neural networks (GNNs) to model social media conversations as graphs, where nodes represent comments, and edges capture reply structures. We systematically investigate various graph representations and context windows to identify the optimal configuration for ALD. Our GNN model outperform both context-agnostic baselines and linear context-aware methods, achieving significant improvements in F1 scores. These findings demonstrate the critical role of structured conversational context and establish GNNs as a robust framework for advancing context-aware abusive language detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes