π€ AI Summary
Online debate is a dynamic, multi-round interactive process requiring joint modeling of temporal evolution and directed argumentative exchanges among participants. To address this, we propose the Sequentialized Debate Graph (SDG), which formalizes each interaction round as a directed heterogeneous graph and introduces a novel Sequential Graph Attention layerβfirst integrating temporal propagation mechanisms into directed graph structures to jointly model argument response, reinforcement, and rebuttal. Our method unifies graph neural networks, sequential modeling, and attention mechanisms. Evaluated on multiple benchmark debate datasets, SDG consistently outperforms state-of-the-art temporal and graph-based models. It achieves absolute F1-score improvements of 5.2β8.7% on argument understanding and stance prediction tasks, empirically validating the effectiveness of co-modeling contextual evolution and interactive argumentative logic.
π 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.