Sequence Graph Network for Online Debate Analysis
Quan Mai, Susan Gauch, Douglas Adams, Miaoqing Huang
TL;DR
This work tackles online debate analysis by jointly modeling temporal progression and inter-argument interactions. It introduces the Sequence Graph Network (SGN) and a Sequence Graph Attention (SGA) mechanism that propagate information along a debate graph constructed from sentence-level nodes connected by intra-turn, reinforcement, and counterargument edges, processed turn-by-turn. Utterances are encoded with SBERT and augmented with turn embeddings, then three GATs aggregate edge-type signals before a sequential update produces debater-specific representations read out for winner prediction via a pairwise cross-entropy objective. Across the Oxford-style debate dataset debate.org, the SGN outperforms sequence and graph baselines, with ablations demonstrating the critical role of counterarguments and edge construction choices, highlighting the model’s potential for understanding dynamic argumentative dynamics in discourse.
Abstract
Online debates involve a dynamic exchange of ideas over time, where participants need to actively consider their opponents' arguments, respond with counterarguments, reinforce their own points, and introduce more compelling arguments as the discussion unfolds. Modeling such a complex process is not a simple task, as it necessitates the incorporation of both sequential characteristics and the capability to capture interactions effectively. To address this challenge, we employ a sequence-graph approach. Building the conversation as a graph allows us to effectively model interactions between participants through directed edges. Simultaneously, the propagation of information along these edges in a sequential manner enables us to capture a more comprehensive representation of context. We also introduce a Sequence Graph Attention layer to illustrate the proposed information update scheme. The experimental results show that sequence graph networks achieve superior results to existing methods in online debates.
