Discourse-level Relation Extraction via Graph Pooling
I-Hung Hsu, Xiao Guo, Premkumar Natarajan, Nanyun Peng

TL;DR
This paper introduces a novel graph pooling-unpooling framework with a new Clause Matching pooling method to enhance discourse-level relation extraction, especially for long texts requiring long-term dependency modeling.
Contribution
It proposes a new pooling-unpooling framework and Clause Matching pooling method that improve GNNs' ability to model long-range dependencies in discourse-level relation extraction.
Findings
Significant performance improvements on DRE datasets.
Effective modeling of long-term dependencies.
Enhanced receptive fields with fewer GNN layers.
Abstract
The ability to capture complex linguistic structures and long-term dependencies among words in the passage is essential for discourse-level relation extraction (DRE) tasks. Graph neural networks (GNNs), one of the methods to encode dependency graphs, have been shown effective in prior works for DRE. However, relatively little attention has been paid to receptive fields of GNNs, which can be crucial for cases with extremely long text that requires discourse understanding. In this work, we leverage the idea of graph pooling and propose to use pooling-unpooling framework on DRE tasks. The pooling branch reduces the graph size and enables the GNNs to obtain larger receptive fields within fewer layers; the unpooling branch restores the pooled graph to its original resolution so that representations for entity mention can be extracted. We propose Clause Matching (CM), a novel linguistically…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
MethodsConvolution · Graph Convolutional Network
