paper-with-me

Papers

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 language processing (NLP) tasks such as relation extraction and event extraction. Dependency trees, on the other hand, also convey crucial semantic-level information. It has been shown previously that such information can be used to improve the performance of NER (Sasano and Kurohashi 2008, Ling and Weld 2012). In this work, we investigate on how to better utilize the structured information conveyed by dependency trees to improve the performance of NER. Specifically, unlike existing approaches which only exploit dependency information for designing local features, we show that certain global structured information of the dependency trees can be exploited when building NER models where such information can provide guided learning and inference. Through extensive experiments, we show that our proposed novel dependency-guided NER model performs competitively with models based on conventional semi-Markov conditional random fields, while requiring significantly less running time.

📄 PDF Abstract BibTeX arXiv:1810.08436

Code (1)

allanj/dependency-guided-ner

Tasks

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelation Extraction

Similar 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 entit…

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

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

Czech Text Processing with Contextual Embeddings: POS Tagging, Lemmatization, Parsing and NER

2019-09-08 · Milan Straka, Jana Straková, Jan Hajič

Contextualized embeddings, which capture appropriate word meaning depending on context, have recently been proposed. We evaluate two meth ods for precomputing such embeddings, BERT and Flair, on four Czech text processin…

Dependency ParsingLemmatizationnamed-entity-recognitionNamed Entity Recognition+5

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

Connecting Distant Entities with Induction through Conditional Random Fields for Named Entity Recognition: Precursor-Induced CRF

2018-05-26 · WS 2018 7 · Wangjin Lee, Jinwook Choi

This paper presents a method of designing specific high-order dependency factor on the linear chain conditional random fields (CRFs) for named entity recognition (NER). Named entities tend to be separated from each other…

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