Type-supervised sequence labeling based on the heterogeneous star graph for named entity recognition
Xueru Wen, Changjiang Zhou, Haotian Tang, Luguang Liang, Yu Jiang,, Hong Qi

TL;DR
This paper introduces a novel type-supervised sequence labeling model based on a heterogeneous star graph that effectively captures nested entities in named entity recognition, achieving state-of-the-art results.
Contribution
It proposes a new graph-based approach with a hybrid attention mechanism and an extended annotation scheme for improved nested entity recognition.
Findings
Achieved state-of-the-art performance on flat and nested NER datasets.
Effectively captures nested entities with a multi-layer labeling strategy.
Demonstrated the effectiveness of the heterogeneous star graph model.
Abstract
Named entity recognition is a fundamental task in natural language processing, identifying the span and category of entities in unstructured texts. The traditional sequence labeling methodology ignores the nested entities, i.e. entities included in other entity mentions. Many approaches attempt to address this scenario, most of which rely on complex structures or have high computation complexity. The representation learning of the heterogeneous star graph containing text nodes and type nodes is investigated in this paper. In addition, we revise the graph attention mechanism into a hybrid form to address its unreasonableness in specific topologies. The model performs the type-supervised sequence labeling after updating nodes in the graph. The annotation scheme is an extension of the single-layer sequence labeling and is able to cope with the vast majority of nested entities. Extensive…
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 · Text and Document Classification Technologies · Natural Language Processing Techniques
