HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Dependency-Guided LSTM-CRF for Named Entity Recognition

Zhanming Jie Wei Lu

Dependency-Guided LSTM-CRF for Named Entity Recognition

Abstract

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.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
chinese-named-entity-recognition-on-ontonotes-2DGLSTM-CRF
F1: 79.92
named-entity-recognition-ner-on-conll-2003DGLSTM-CRF + ELMo (L=2) 3.0pt1-4.51.5
F1: 92.4
named-entity-recognition-ner-on-ontonotes-v5DGLSTM-CRF + ELMo
F1: 89.88
named-entity-recognition-ner-on-ontonotes-v5DGLSTM-CRF (L=2)
F1: 88.52

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Dependency-Guided LSTM-CRF for Named Entity Recognition | Papers | HyperAI