Efficient Dependency-Guided Named Entity Recognition
Zhanming Jie, Aldrian Obaja Muis, Wei Lu

TL;DR
This paper introduces a novel dependency-guided NER model that leverages global dependency tree information to improve performance and efficiency compared to traditional semi-Markov CRF-based models.
Contribution
It presents a new approach that exploits global structured dependency information for NER, achieving competitive accuracy with reduced computational cost.
Findings
The proposed model performs competitively with semi-Markov CRF models.
It requires significantly less running time.
Global dependency information enhances NER performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
