paper-with-me

Papers

A Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents

2021-08-21 · RANLP 2021 9 · Tapas Nayak, Hwee Tou Ng

Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a relation tuple appear in two different documents that are connected via a chain of common entities. Following this idea, we create a dataset for two-hop relation extraction, where each chain contains exactly two documents. Our proposed dataset covers a higher number of relations than the publicly available sentence-level datasets. We also propose a hierarchical entity graph convolutional network (HEGCN) model for this task that improves performance by 1.1\% F1 score on our two-hop relation extraction dataset, compared to some strong neural baselines.

📄 PDF Abstract BibTeX arXiv:2108.09505

Code (1)

nusnlp/MHRE 공식 구현 pytorch

Tasks

RelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Deep Neural Networks for Relation Extraction

2021-04-05 · Tapas Nayak

Relation extraction from text is an important task for automatic knowledge base population. In this thesis, we first propose a syntax-focused multi-factor attention network model for finding the relation between two enti…

DecoderJoint Entity and Relation ExtractionKnowledge Base PopulationRelation+1

Joint Type Inference on Entities and Relations via Graph Convolutional Networks

2019-07-01 · ACL 2019 7 · Changzhi Sun, Yeyun Gong, Yuanbin Wu, Ming Gong 외

We develop a new paradigm for the task of joint entity relation extraction. It first identifies entity spans, then performs a joint inference on entity types and relation types. To tackle the joint type inference task, w…

RelationRelation ClassificationRelation ExtractionVocal Bursts Type Prediction

Global Context-enhanced Graph Convolutional Networks for Document-level Relation Extraction

2020-12-01 · COLING 2020 8 · Huiwei Zhou, Yibin Xu, Weihong Yao, Zhe Liu 외

Document-level Relation Extraction (RE) is particularly challenging due to complex semantic interactions among multiple entities in a document. Among exiting approaches, Graph Convolutional Networks (GCN) is one of the m…

Document-level Relation ExtractionRelationRelation Extraction

Graph Neural Network-Based Entity Extraction and Relationship Reasoning in Complex Knowledge Graphs

2024-11-19 · Junliang Du, Guiran Liu, Jia Gao, Xiaoxuan Liao 외

This study proposed a knowledge graph entity extraction and relationship reasoning algorithm based on a graph neural network, using a graph convolutional network and graph attention network to model the complex structure…

Graph AttentionGraph Neural NetworkKnowledge Graphs

Fine-Grained Entity Typing via Hierarchical Multi Graph Convolutional Networks

2019-11-01 · IJCNLP 2019 11 · Hailong Jin, Lei Hou, Juanzi Li, Tiansi Dong

This paper addresses the problem of inferring the fine-grained type of an entity from a knowledge base. We convert this problem into the task of graph-based semi-supervised classification, and propose Hierarchical Multi …

Entity Typing