paper-with-me

Papers

A Relation-Specific Attention Network for Joint Entity and Relation Extraction

2020-07-01 · Yue Yuan, Xiaofei Zhou, Shirui Pan, Qiannan Zhu, Zeliang Song, Li Guo

Joint extraction of entities and relations is an important task in natural language processing (NLP), which aims to capture all relational triplets from plain texts. This is a big challenge due to some of the triplets extracted from one sentence may have overlapping entities. Most existing methods perform entity recognition followed by relation detection between every possible entity pairs, which usually suffers from numerous redundant operations. In this paper, we propose a relation-specific attention network (RSAN) to handle the issue. Our RSAN utilizes relation-aware attention mechanism to construct specific sentence representations for each relation, and then performs sequence labeling to extract its corresponding head and tail entities. Experiments on two public datasets show that our model can effectively extract overlapping triplets and achieve state-of-the-art performance. Our code is available at https://github.com/Anery/RSAN

📄 PDF Abstract BibTeX

Code (1)

Anery/RSAN pytorch

Tasks

Joint Entity and Relation ExtractionRelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations

2020-12-01 · COLING 2020 8 · Bin Ji, Jie Yu, Shasha Li, Jun Ma 외

Span-based joint extraction models have shown their efficiency on entity recognition and relation extraction. These models regard text spans as candidate entities and span tuples as candidate relation tuples. Span semant…

Joint Entity and Relation ExtractionRelationRelation Extraction

Synchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction

2021-11-01 · EMNLP 2021 11 · Hui Wu, Xiaodong Shi

Joint entity and relation extraction is challenging due to the complex interaction of interaction between named entity recognition and relation extraction. Although most existing works tend to jointly train these two tas…

Joint Entity and Relation ExtractionMulti-Task Learningnamed-entity-recognitionNamed Entity Recognition+4

CARE: Co-Attention Network for Joint Entity and Relation Extraction

2023-08-24 · Wenjun Kong, Yamei Xia

Joint entity and relation extraction is the fundamental task of information extraction, consisting of two subtasks: named entity recognition and relation extraction. However, most existing joint extraction methods suffer…

Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionRelation+2

End-to-end neural relation extraction using deep biaffine attention

2018-12-29 · Dat Quoc Nguyen, Karin Verspoor

We propose a neural network model for joint extraction of named entities and relations between them, without any hand-crafted features. The key contribution of our model is to extend a BiLSTM-CRF-based entity recognition…

General ClassificationRelationRelation ClassificationRelation Extraction

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