paper-with-me

Papers

Improving Relation Classification by Entity Pair Graph

2019-11-17 · Asian Conference on Machine Learning 2019 11 · Yi Zhao, Huaiyu Wan, Jianwei Gao, Youfang Lin

Relation classification is one of the most important tasks in the field of information extraction, and also a key component of systems that require relational understanding of unstructured text. Existing relation classification approaches mainly rely on exploiting external resources and background knowledge to improve the performance and ignore the correlations between entity pairs which are helpful for relation classification. We present the concept of entity pair graph to represent the correlations between entity pairs and propose a novel entity pair graph based neural network (EPGNN) model, relying on graph convolutional network to capture the topological features of an entity pair graph. EPGNN combines sentence semantic features generated by pre-trained BERT model with graph topological features for relation classification. Our proposed model makes full use of a given corpus and forgoes the need of external resources and background knowledge. The experimental results on two widely used dataset: SemEval 2010 Task 8 and ACE 2005, show that our method outperforms the state-of-the-art approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelationRelation ClassificationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Document-Level Relation Extraction with Reconstruction

2020-12-21 · Wang Xu, Kehai Chen, Tiejun Zhao

In document-level relation extraction (DocRE), graph structure is generally used to encode relation information in the input document to classify the relation category between each entity pair, and has greatly advanced t…

Document-level Relation ExtractionRelationRelation ClassificationRelation Extraction

Coarse-to-Fine Entity Representations for Document-level Relation Extraction

2020-12-04 · Damai Dai, Jing Ren, Shuang Zeng, Baobao Chang 외

Document-level Relation Extraction (RE) requires extracting relations expressed within and across sentences. Recent works show that graph-based methods, usually constructing a document-level graph that captures document-…

Document-level Relation ExtractionRelationRelation Extraction

P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion

2021-11-01 · Findings (EMNLP) 2021 11 · Jingwen Xu, Jing Zhang, Xirui Ke, Yuxiao Dong 외

Few-shot knowledge graph completion is to infer the unknown facts (i.e., query head-tail entity pairs) of a given relation with only a few observed reference entity pairs. Its general process is to first encode the impli…

Knowledge Graph CompletionRelation

RelDiff: Enriching Knowledge Graph Relation Representations for Sensitivity Classification

2021-11-01 · Findings (EMNLP) 2021 11 · Hitarth Narvala, Graham McDonald, Iadh Ounis

The relationships that exist between entities can be a reliable indicator for classifying sensitive information, such as commercially sensitive information. For example, the relation person-IsDirectorOf-company can indic…

Entity EmbeddingsKnowledge Graph EmbeddingsRelationSensitivity+2

Joint Multimodal Entity-Relation Extraction Based on Edge-enhanced Graph Alignment Network and Word-pair Relation Tagging

2022-11-28 · Li Yuan, Yi Cai, Jin Wang, Qing Li

Multimodal named entity recognition (MNER) and multimodal relation extraction (MRE) are two fundamental subtasks in the multimodal knowledge graph construction task. However, the existing methods usually handle two tasks…

graph constructionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3