paper-with-me

Papers

A Dependency-Based Neural Network for Relation Classification

2015-07-16 · IJCNLP 2015 7 · Yang Liu, Furu Wei, Sujian Li, Heng Ji, Ming Zhou, Houfeng Wang

Previous research on relation classification has verified the effectiveness of using dependency shortest paths or subtrees. In this paper, we further explore how to make full use of the combination of these dependency information. We first propose a new structure, termed augmented dependency path (ADP), which is composed of the shortest dependency path between two entities and the subtrees attached to the shortest path. To exploit the semantic representation behind the ADP structure, we develop dependency-based neural networks (DepNN): a recursive neural network designed to model the subtrees, and a convolutional neural network to capture the most important features on the shortest path. Experiments on the SemEval-2010 dataset show that our proposed method achieves state-of-art results.

📄 PDF Abstract BibTeX arXiv:1507.04646

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelationRelation Classification

Similar Papers 제목 키워드 기반

Dependency-aware Prototype Learning for Few-shot Relation Classification

2022-10-01 · COLING 2022 10 · Tianshu Yu, Min Yang, Xiaoyan Zhao

Few-shot relation classification aims to classify the relation type between two given entities in a sentence by training with a few labeled instances for each relation. However, most of existing models fail to distinguis…

ClassificationFew-Shot Relation ClassificationRelationRelation Classification+1

Combining dependency information and generalization in a pattern-based approach to the classification of lexical-semantic relation instances

2014-05-01 · LREC 2014 5 · Silvia Nec{\c{s}}ulescu, Sara Mendes, N{\'u}ria Bel

This work addresses the classification of word pairs as instances of lexical-semantic relations. The classification is approached by leveraging patterns of co-occurrence contexts from corpus data. The significance of usi…

ClassificationGeneral ClassificationInformation RetrievalQuestion Answering+1

SIRIUS-LTG-UiO at SemEval-2018 Task 7: Convolutional Neural Networks with Shortest Dependency Paths for Semantic Relation Extraction and Classification in Scientific Papers

2018-04-24 · SEMEVAL 2018 6 · Farhad Nooralahzadeh, Lilja Øvrelid, Jan Tore Lønning

This article presents the SIRIUS-LTG-UiO system for the SemEval 2018 Task 7 on Semantic Relation Extraction and Classification in Scientific Papers. First we extract the shortest dependency path (sdp) between two entitie…

ClassificationGeneral ClassificationRelationRelation Classification+1

Accurate Use of Label Dependency in Multi-Label Text Classification Through the Lens of Causality

2023-10-11 · Caoyun Fan, Wenqing Chen, Jidong Tian, Yitian Li 외

Multi-Label Text Classification (MLTC) aims to assign the most relevant labels to each given text. Existing methods demonstrate that label dependency can help to improve the model's performance. However, the introduction…

AttributeCausal InferencecounterfactualMulti Label Text Classification+3

Classifying Relations via Long Short Term Memory Networks along Shortest Dependency Path

2015-08-15 · Xu Yan, Lili Mou, Ge Li, Yunchuan Chen 외

Relation classification is an important research arena in the field of natural language processing (NLP). In this paper, we present SDP-LSTM, a novel neural network to classify the relation of two entities in a sentence.…

ClassificationGeneral ClassificationRelationRelation Classification+1