A Partition Filter Network for Joint Entity and Relation Extraction
Zhiheng Yan, Chong Zhang, Jinlan Fu, Qi Zhang, Zhongyu Wei

TL;DR
This paper introduces a partition filter network that enhances joint entity and relation extraction by modeling two-way task interactions, leading to significant performance improvements over previous methods.
Contribution
The proposed partition filter network explicitly models inter- and intra-task feature interactions using a novel gating mechanism, improving joint extraction performance.
Findings
Outperforms previous approaches on six datasets
Shared task partition effectively captures inter-task information
Relation prediction aids named entity recognition
Abstract
In joint entity and relation extraction, existing work either sequentially encode task-specific features, leading to an imbalance in inter-task feature interaction where features extracted later have no direct contact with those that come first. Or they encode entity features and relation features in a parallel manner, meaning that feature representation learning for each task is largely independent of each other except for input sharing. We propose a partition filter network to model two-way interaction between tasks properly, where feature encoding is decomposed into two steps: partition and filter. In our encoder, we leverage two gates: entity and relation gate, to segment neurons into two task partitions and one shared partition. The shared partition represents inter-task information valuable to both tasks and is evenly shared across two tasks to ensure proper two-way interaction.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Domain Adaptation and Few-Shot Learning
MethodsPartition Filter Network
