A Graph-Based Context-Aware Model to Understand Online Conversations
Vibhor Agarwal, Anthony P. Young, Sagar Joglekar, Nishanth Sastry

TL;DR
This paper introduces GraphNLI, a graph-based deep learning model that leverages conversation context through graph walks to improve NLP tasks like hate speech detection and polarity prediction in online forums.
Contribution
The paper presents a novel graph walk-based architecture that incorporates wider conversation context, outperforming existing models on key online conversation NLP tasks.
Findings
GraphNLI outperforms baselines in hate speech detection.
GraphNLI improves polarity prediction accuracy.
Model achieves significant F1 score gains.
Abstract
Online forums that allow for participatory engagement between users have been transformative for the public discussion of many important issues. However, such conversations can sometimes escalate into full-blown exchanges of hate and misinformation. Existing approaches in natural language processing (NLP), such as deep learning models for classification tasks, use as inputs only a single comment or a pair of comments depending upon whether the task concerns the inference of properties of the individual comments or the replies between pairs of comments, respectively. But in online conversations, comments and replies may be based on external context beyond the immediately relevant information that is input to the model. Therefore, being aware of the conversations' surrounding contexts should improve the model's performance for the inference task at hand. We propose GraphNLI, a novel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHate Speech and Cyberbullying Detection · Social Media and Politics · Misinformation and Its Impacts
MethodsAttentive Walk-Aggregating Graph Neural Network
