TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Dependency-Guided LSTM-CRF for Named Entity Recognition

Dependency-Guided LSTM-CRF for Named Entity Recognition

Zhanming Jie, Wei Lu

2019-09-23IJCNLP 2019 11named-entity-recognitionNamed Entity RecognitionChinese Named Entity RecognitionNamed Entity Recognition (NER)
PaperPDFCode(official)

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.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)Ontonotes v5 (English)F189.88DGLSTM-CRF + ELMo
Named Entity Recognition (NER)Ontonotes v5 (English)F188.52DGLSTM-CRF (L=2)
Named Entity Recognition (NER)CoNLL 2003 (English)F192.4DGLSTM-CRF + ELMo (L=2) 3.0pt1-4.51.5
Named Entity Recognition (NER)OntoNotes 5.0F179.92DGLSTM-CRF

Related Papers

Flippi: End To End GenAI Assistant for E-Commerce2025-07-08Selecting and Merging: Towards Adaptable and Scalable Named Entity Recognition with Large Language Models2025-06-28Better Semi-supervised Learning for Multi-domain ASR Through Incremental Retraining and Data Filtering2025-06-05Dissecting Bias in LLMs: A Mechanistic Interpretability Perspective2025-06-05Efficient Data Selection for Domain Adaptation of ASR Using Pseudo-Labels and Multi-Stage Filtering2025-06-04EL4NER: Ensemble Learning for Named Entity Recognition via Multiple Small-Parameter Large Language Models2025-05-29Label-Guided In-Context Learning for Named Entity Recognition2025-05-29AmpleHate: Amplifying the Attention for Versatile Implicit Hate Detection2025-05-26