DMON: A Simple yet Effective Approach for Argument Structure Learning
Wei Sun, Mingxiao Li, Jingyuan Sun, Jesse Davis, Marie-Francine Moens
TL;DR
This work tackles argument structure learning (ASL) by modeling contextual relations among arguments with a relationship tensor. The proposed Dual-tower Multi-scale cOnvolution network (DMON) introduces a four-part design: pairwise argument encoding into a tensor ${\mathbf{H}}$, a cropping strategy to augment scarce labeled data, a bidirectional MSRM-based learning mechanism to capture contextual head/tail relations, and a confidence-based label fusion strategy. Empirical results on AbstRCT, SciDTB, and CDCP show consistent state-of-the-art gains across medical, scientific, and legal domains, with ablations confirming the importance of each component. The approach demonstrates that explicitly modeling contextual argument relations and bidirectional cues yields robust ASL performance and improves interpretability for discourse analysis tasks.
Abstract
Argument structure learning~(ASL) entails predicting relations between arguments. Because it can structure a document to facilitate its understanding, it has been widely applied in many fields~(medical, commercial, and scientific domains). Despite its broad utilization, ASL remains a challenging task because it involves examining the complex relationships between the sentences in a potentially unstructured discourse. To resolve this problem, we have developed a simple yet effective approach called Dual-tower Multi-scale cOnvolution neural Network~(DMON) for the ASL task. Specifically, we organize arguments into a relationship matrix that together with the argument embeddings forms a relationship tensor and design a mechanism to capture relations with contextual arguments. Experimental results on three different-domain argument mining datasets demonstrate that our framework outperforms state-of-the-art models. The code is available at https://github.com/VRCMF/DMON.git .
