paper-with-me

홈 › Papers

A Multi-Gate Encoder for Joint Entity and Relation Extraction

2022-10-01 · CCL 2022 10 · Xiong Xiong, Liu Yunfei, Liu Anqi, Gong Shuai, Li Shengyang

“Named entity recognition and relation extraction are core sub-tasks of relational triple extraction. Recent studies have used parameter sharing or joint decoding to create interaction between these two tasks. However, ensuring the specificity of task-specific traits while the two tasks interact properly is a huge difficulty. We propose a multi-gate encoder that models bidirectional task interaction while keeping sufficient feature specificity based on gating mechanism in this paper. Precisely, we design two types of independent gates: task gates to generate task-specific features and interaction gates to generate instructive features to guide the opposite task. Our experiments show that our method increases the state-of-the-art (SOTA) relation F1 scores on ACE04, ACE05 and SciERC datasets to 63.8% (+1.3%), 68.2% (+1.4%), 39.4% (+1.0%), respectively, with higher inference speed over previous SOTA model.”

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation ExtractionSpecificity

Similar Papers 제목 키워드 기반

Jointly Modeling Hierarchical and Horizontal Features for Relational Triple Extraction

2019-08-23 · Zhepei Wei, Yantao Jia, Yuan Tian, Mohammad Javad Hosseini 외

Recent works on relational triple extraction have shown the superiority of jointly extracting entities and relations over the pipelined extraction manner. However, most existing joint models fail to balance the modeling …

DecoderEntity Extraction using GANgraph constructionMulti-Task Learning+1

MrMep: Joint Extraction of Multiple Relations and Multiple Entity Pairs Based on Triplet Attention

2019-11-01 · CONLL 2019 11 · Jiayu Chen, Caixia Yuan, Xiaojie Wang, Ziwei Bai

This paper focuses on how to extract multiple relational facts from unstructured text. Neural encoder-decoder models have provided a viable new approach for jointly extracting relations and entity pairs. However, these m…

DecoderRelationTriplet

ENPAR:Enhancing Entity and Entity Pair Representations for Joint Entity Relation Extraction

2021-04-01 · EACL 2021 2 · Yijun Wang, Changzhi Sun, Yuanbin Wu, Hao Zhou 외

Current state-of-the-art systems for joint entity relation extraction (Luan et al., 2019; Wad-den et al., 2019) usually adopt the multi-task learning framework. However, annotations for these additional tasks such as cor…

coreference-resolutionCoreference ResolutionEntity TypingEvent Extraction+4

Joint Extraction of Entity and Relation with Information Redundancy Elimination

2020-11-27 · Yuanhao Shen, Jungang Han

To solve the problem of redundant information and overlapping relations of the entity and relation extraction model, we propose a joint extraction model. This model can directly extract multiple pairs of related entities…

DecoderLanguage ModelingLanguage Modellingnamed-entity-recognition+5

A Frustratingly Easy Approach for Entity and Relation Extraction

2020-10-24 · NAACL 2021 4 · Zexuan Zhong, Danqi Chen

End-to-end relation extraction aims to identify named entities and extract relations between them. Most recent work models these two subtasks jointly, either by casting them in one structured prediction framework, or per…

Joint Entity and Relation ExtractionMulti-Task LearningNamed Entity Recognition (NER)Relation+2