CARE: Co-Attention Network for Joint Entity and Relation Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing joint entity and relation extraction methods suffer from feature confusion or inadequate interaction between the two subtasks. |
| Approach: | They propose a Co-Attention network for joint entity and relation extraction that adopts a parallel encoding strategy to learn separate representations for each subtask. |
| Outcome: | The proposed model outperforms existing models on three datasets . it uses a parallel encoding strategy to learn separate representations for each subtask . |
Similar Papers
Synergetic Interaction Network with Cross-task Attention for Joint Relational Triple Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to joint entity-relation extraction are limited in their ability to capture the interdependence between the two sub-tasks. |
| Approach: | They propose a synergistic approach to capture interdependence between named entity recognition and relation extraction sub-tasks in a Synergetic Interaction Network. |
| Outcome: | The proposed model achieves significantly better performance on three benchmark datasets. |
Synchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on joint entity and relation extraction fail to fully utilize the interdependence between entity types and relation types. |
| Approach: | They propose a synchronous dual network with cross-type attention via separately and interactively considering the entity types and relation types. |
| Outcome: | The proposed model achieves state-of-the-art on NYT and WebNLG datasets. |
Improving Distantly-Supervised Relation Extraction with Joint Label Embedding (D19-1)
Copied to clipboard
| Challenge: | Existing methods for relation extraction treat labels as independent and meaningless one-hot vectors, which cause a loss of potential label information for selecting valid instances. |
| Approach: | They propose a multi-layer attention-based model to improve relation extraction with joint label embedding by gating integration and using the embeddable entities as an atten- tion. |
| Outcome: | The proposed model significantly outperforms state-of-the-art methods in relation extraction with joint label embedding. |
A Partition Filter Network for Joint Entity and Relation Extraction (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to extract entity and relation feature are flawed because they do not consider the intimate connection between NER and RE. |
| Approach: | They propose a partition filter network to model two-way interaction between tasks . they leverage two gates: entity and relation gate, to segment neurons into two task partitions and one shared partition. |
| Outcome: | The proposed model performs significantly better than previous approaches on six public datasets. |
Relation Extraction among Multiple Entities Using a Dual Pointer Network with a Multi-Head Attention Mechanism (D19-66)
Copied to clipboard
| Challenge: | Existing studies on relation extrac-tion focus on finding only one relation between two entities in a single sentence. |
| Approach: | They propose a relation extraction model based on a dual pointer network with a multi-head attention mechanism that finds n-to-1 subject-object relations by using a forward decoder and a backward decode-r. |
| Outcome: | The proposed model achieves the state-of-the-art performance on the ACE-05 and NYT datasets. |
Recurrent Interaction Network for Jointly Extracting Entities and Classifying Relations (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods to solve the extraction problem learn interactions between the two tasks through a shared network . |
| Approach: | They propose to use multi-task learning to address the joint extraction of entity and relation . they exploit correlation between ER and relation classification tasks to improve performance . |
| Outcome: | Empirical results show that the proposed model improves on two real-world datasets. |
A Frustratingly Easy Approach for Entity and Relation Extraction (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing work on end-to-end relation extraction models combine two tasks: named entity recognition and relation extraction. |
| Approach: | They propose a pipelined approach for entity and relation extraction that uses two independent encoders to construct the relation model. |
| Outcome: | The proposed approach achieves an 8.16 speedup with a slight reduction in accuracy on standard benchmarks. |
Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction (D18-1)
Copied to clipboard
| Challenge: | Existing neural networks focus on instance representation, and subsampling fails to retain precise spatial relationships between higher-level parts. |
| Approach: | They propose a neural approach based on capsule networks with attention mechanisms to extract relational information from a capsule. |
| Outcome: | The proposed method improves the precision of the predicted relations with different benchmarks. |
Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods treat each span token equally important, ignoring significant features. |
| Approach: | They propose a span-based joint extraction framework with attention-based semantic representations that utilizes span-specific and contextual representations. |
| Outcome: | The proposed model outperforms existing models on ACE2005, CoNLL2004 and ADE. |
Document-Level Relation Extraction via Pair-Aware and Entity-Enhanced Representation Learning (2022.coling-1)
Copied to clipboard
| Challenge: | Existing document-level relation extraction methods are sparse in relational entity pairs and the representation of entity pairs is insufficient. |
| Approach: | They propose a Pair-Aware and Entity-Enhanced(PAEE) model to solve two challenges . they propose predicting potential relational entity pairs and assembling directional entity pairs . |
| Outcome: | The proposed model can obtain state-of-the-art performance on four benchmark datasets . it can predict potential relational entity pairs and assemble directional entity pairs . |