paper-with-me

Papers

Relation Extraction with Contextualized Relation Embedding (CRE)

2020-11-19 · EMNLP (DeeLIO) 2020 11 · Xiaoyu Chen, Rohan Badlani

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.

📄 PDF Abstract BibTeX arXiv:2011.09658

Code (1)

codchen/CRE 공식 구현 pytorch

Tasks

Entity EmbeddingsRelationRelation Extraction

Similar Papers 제목 키워드 기반

Contextualized Word Embeddings Enhanced Event Temporal Relation Extraction for Story Understanding

2019-04-26 · Rujun Han, Mengyue Liang, Bashar Alhafni, Nanyun Peng

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 Embeddings

The performance evaluation of Multi-representation in the Deep Learning models for Relation Extraction Task

2019-12-17 · Jefferson A. Peña Torres, Raul Ernesto Gutierrez, Victor A. Bucheli, Fabio A. Gonzalez O

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 Embeddings

Entity, Relation, and Event Extraction with Contextualized Span Representations

2019-09-08 · IJCNLP 2019 11 · David Wadden, Ulme Wennberg, Yi Luan, Hannaneh Hajishirzi

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+4

Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction

2019-09-02 · IJCNLP 2019 11 · Rujun Han, Qiang Ning, Nanyun Peng

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+3

Explore BiLSTM-CRF-Based Models for Open Relation Extraction

2021-04-26 · Tao Ni, Qing Wang, Gabriela Ferraro

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