paper-with-me

Papers

Dependency-Guided LSTM-CRF for Named Entity Recognition

2019-09-23 · IJCNLP 2019 11 · Zhanming Jie, Wei Lu

Dependency tree structures capture long-distance and syntactic relationships between words in a sentence. The syntactic relations (e.g., nominal subject, object) can potentially infer the existence of certain named entities. In addition, the performance of a named entity recognizer could benefit from the long-distance dependencies between the words in dependency trees. In this work, we propose a simple yet effective dependency-guided LSTM-CRF model to encode the complete dependency trees and capture the above properties for the task of named entity recognition (NER). The data statistics show strong correlations between the entity types and dependency relations. We conduct extensive experiments on several standard datasets and demonstrate the effectiveness of the proposed model in improving NER and achieving state-of-the-art performance. Our analysis reveals that the significant improvements mainly result from the dependency relations and long-distance interactions provided by dependency trees.

📄 PDF Abstract BibTeX arXiv:1909.10148

Code (1)

allanj/ner_with_dependency 공식 구현 pytorch

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence

Similar Papers 제목 키워드 기반

Dependency-Aware Named Entity Recognition with Relative and Global Attentions

2019-09-11 · Gustavo Aguilar, Thamar Solorio

Named entity recognition is one of the core tasks in NLP. Although many improvements have been made on this task during the last years, the state-of-the-art systems do not explicitly take into account the recursive natur…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence

Efficient Dependency-Guided Named Entity Recognition

2018-10-19 · Zhanming Jie, Aldrian Obaja Muis, Wei Lu

Named entity recognition (NER), which focuses on the extraction of semantically meaningful named entities and their semantic classes from text, serves as an indispensable component for several down-stream natural languag…

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Better Feature Integration for Named Entity Recognition

2021-04-12 · NAACL 2021 4 · Lu Xu, Zhanming Jie, Wei Lu, Lidong Bing

It has been shown that named entity recognition (NER) could benefit from incorporating the long-distance structured information captured by dependency trees. We believe this is because both types of features - the contex…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

WCL-BBCD: A Contrastive Learning and Knowledge Graph Approach to Named Entity Recognition

2022-03-14 · Renjie Zhou, Qiang Hu, Jian Wan, Jilin Zhang 외

Named Entity Recognition task is one of the core tasks of information extraction. Word ambiguity and word abbreviation are important reasons for the low recognition rate of named entities. In this paper, we propose a nov…

Contrastive LearningKnowledge Graphsnamed-entity-recognitionNamed Entity Recognition+2

Low-Resource Named Entity Recognition Based on Multi-hop Dependency Trigger

2021-09-15 · CCL 2022 10 · Jiangxu Wu

This paper presents a simple and effective approach in low-resource named entity recognition (NER) based on multi-hop dependency trigger. Dependency trigger refer to salient nodes relative to a entity in the dependency g…

Low Resource Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2