TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/A Partition Filter Network for Joint Entity and Relation E...

A Partition Filter Network for Joint Entity and Relation Extraction

Zhiheng Yan, Chong Zhang, Jinlan Fu, Qi Zhang, Zhongyu Wei

2021-08-27EMNLP 2021 11Relation ExtractionRepresentation LearningJoint Entity and Relation ExtractionRelation Prediction
PaperPDFCode(official)

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. The task partitions represent intra-task information and are formed through concerted efforts of both gates, making sure that encoding of task-specific features is dependent upon each other. Experiment results on six public datasets show that our model performs significantly better than previous approaches. In addition, contrary to what previous work has claimed, our auxiliary experiments suggest that relation prediction is contributory to named entity prediction in a non-negligible way. The source code can be found at https://github.com/Coopercoppers/PFN.

Results

TaskDatasetMetricValueModel
Relation ExtractionACE 2005NER Micro F189PFN
Relation ExtractionACE 2005RE+ Micro F166.8PFN
Relation ExtractionADE CorpusNER Macro F191.3PFN
Relation ExtractionADE CorpusRE+ Macro F183.2PFN
Relation ExtractionACE 2004NER Micro F189.3PFN
Relation ExtractionACE 2004RE+ Micro F162.5PFN
Relation ExtractionWebNLGF193.6PFN
Relation ExtractionWebNLGNER Micro F198PFN
Relation ExtractionAdverse Drug Events (ADE) CorpusNER Macro F191.3PFN (ALBERT XXL, no aggregation)
Relation ExtractionAdverse Drug Events (ADE) CorpusRE+ Macro F183.2PFN (ALBERT XXL, no aggregation)
Relation ExtractionSciERCNER Micro F166.8PFN
Relation ExtractionSciERCRE+ Micro F138.4PFN
Relation ExtractionSciERCEntity F166.8PFN
Relation ExtractionSciERCRE+ Micro F138.4PFN
Information ExtractionSciERCEntity F166.8PFN
Information ExtractionSciERCRE+ Micro F138.4PFN

Related Papers

Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper2025-07-20Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17Boosting Team Modeling through Tempo-Relational Representation Learning2025-07-17Similarity-Guided Diffusion for Contrastive Sequential Recommendation2025-07-16Are encoders able to learn landmarkers for warm-starting of Hyperparameter Optimization?2025-07-16Language-Guided Contrastive Audio-Visual Masked Autoencoder with Automatically Generated Audio-Visual-Text Triplets from Videos2025-07-16A Mixed-Primitive-based Gaussian Splatting Method for Surface Reconstruction2025-07-15Dual Dimensions Geometric Representation Learning Based Document Dewarping2025-07-11