Relation Extraction with Contextualized Relation Embedding (CRE)
Relation extraction is the task of identifying relation instance between two entities given a corpus whereas Knowledge base modeling is the task of representing a knowledge base, in terms of relations between entities. This paper proposes an architecture for the relation extraction task that integrates semantic information with knowledge base modeling in a novel manner. Existing approaches for relation extraction either do not utilize knowledge base modelling or use separately trained KB models for the RE task. We present a model architecture that internalizes KB modeling in relation extraction. This model applies a novel approach to encode sentences into contextualized relation embeddings, which can then be used together with parameterized entity embeddings to score relation instances. The proposed CRE model achieves state of the art performance on datasets derived from The New York Times Annotated Corpus and FreeBase. The source code has been made available.
Code (1)
Tasks
Entity EmbeddingsRelationRelation ExtractionSimilar Papers 제목 키워드 기반
Contextualized Word Embeddings Enhanced Event Temporal Relation Extraction for Story Understanding
Learning causal and temporal relationships between events is an important step towards deeper story and commonsense understanding. Though there are abundant datasets annotated with event relations for story comprehension…
RelationRelation ExtractionTemporal Relation ExtractionWord EmbeddingsThe performance evaluation of Multi-representation in the Deep Learning models for Relation Extraction Task
Single implementing, concatenating, adding or replacing of the representations has yielded significant improvements on many NLP tasks. Mainly in Relation Extraction where static, contextualized and others representations…
RelationRelation ExtractionWord EmbeddingsEntity, Relation, and Event Extraction with Contextualized Span Representations
We examine the capabilities of a unified, multi-task framework for three information extraction tasks: named entity recognition, relation extraction, and event extraction. Our framework (called DyGIE++) accomplishes all …
Event ExtractionJoint Entity and Relation Extractionnamed-entity-recognitionNamed Entity Recognition+4Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction
We propose a joint event and temporal relation extraction model with shared representation learning and structured prediction. The proposed method has two advantages over existing work. First, it improves event represent…
Event ExtractionJoint Event and Temporal Relation ExtractionRelationRelation Extraction+3Explore BiLSTM-CRF-Based Models for Open Relation Extraction
Extracting multiple relations from text sentences is still a challenge for current Open Relation Extraction (Open RE) tasks. In this paper, we develop several Open RE models based on the bidirectional LSTM-CRF (BiLSTM-CR…
RelationRelation Extraction