Multi-Scale Feature and Metric Learning for Relation Extraction
Mi Zhang, Tieyun Qian

TL;DR
This paper introduces a multi-scale feature and metric learning framework that enhances relation extraction by aggregating lexical and syntactic features at multiple scales, leading to significant performance improvements.
Contribution
It proposes novel multi-scale convolutional and graph convolutional networks combined with metric learning for more effective relation extraction.
Findings
Outperforms state-of-the-art methods on three datasets
Effectively aggregates non-successive lexical features
Increases receptive field for syntactic features
Abstract
Existing methods in relation extraction have leveraged the lexical features in the word sequence and the syntactic features in the parse tree. Though effective, the lexical features extracted from the successive word sequence may introduce some noise that has little or no meaningful content. Meanwhile, the syntactic features are usually encoded via graph convolutional networks which have restricted receptive field. To address the above limitations, we propose a multi-scale feature and metric learning framework for relation extraction. Specifically, we first develop a multi-scale convolutional neural network to aggregate the non-successive mainstays in the lexical sequence. We also design a multi-scale graph convolutional network which can increase the receptive field towards specific syntactic roles. Moreover, we present a multi-scale metric learning paradigm to exploit both the…
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 Text Analysis Techniques
MethodsGraph Convolutional Networks
