Two are Better than One: Joint Entity and Relation Extraction with Table-Sequence Encoders
Named entity recognition and relation extraction are two important fundamental problems. Joint learning algorithms have been proposed to solve both tasks simultaneously, and many of them cast the joint task as a table-filling problem. However, they typically focused on learning a single encoder (usually learning representation in the form of a table) to capture information required for both tasks within the same space. We argue that it can be beneficial to design two distinct encoders to capture such two different types of information in the learning process. In this work, we propose the novel {\em table-sequence encoders} where two different encoders -- a table encoder and a sequence encoder are designed to help each other in the representation learning process. Our experiments confirm the advantages of having {\em two} encoders over {\em one} encoder. On several standard datasets, our model shows significant improvements over existing approaches.
Code (2)
Tasks
Joint Entity and Relation Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation ExtractionRepresentation LearningZero-shot Relation Triplet ExtractionSimilar Papers 제목 키워드 기반
End-to-End Relation Extraction using Markov Logic Networks
The task of end-to-end relation extraction consists of two sub-tasks: i) identifying entity mentions along with their types and ii) recognizing semantic relations among the entity mention pairs. %Identifying entity menti…
RelationRelation ExtractionSentenceFine-tuning BERT for Joint Entity and Relation Extraction in Chinese Medical Text
Entity and relation extraction is the necessary step in structuring medical text. However, the feature extraction ability of the bidirectional long short term memory network in the existing model does not achieve the bes…
Joint Entity and Relation ExtractionLanguage ModelingLanguage Modellingnamed-entity-recognition+5End-to-end Relation Extraction using Neural Networks and Markov Logic Networks
End-to-end relation extraction refers to identifying boundaries of entity mentions, entity types of these mentions and appropriate semantic relation for each pair of mentions. Traditionally, separate predictive models we…
General ClassificationRelationRelation ExtractionSentenceOneRel:Joint Entity and Relation Extraction with One Module in One Step
Joint entity and relation extraction is an essential task in natural language processing and knowledge graph construction. Existing approaches usually decompose the joint extraction task into several basic modules or pro…
graph constructionJoint Entity and Relation ExtractionRelationRelation Extraction+1Going out on a limb: Joint Extraction of Entity Mentions and Relations without Dependency Trees
We present a novel attention-based recurrent neural network for joint extraction of entity mentions and relations. We show that attention along with long short term memory (LSTM) network can extract semantic relations be…
Relation Extraction