摘要
中文命名实体识别(NER)任务是信息抽取领域内的一个子任务,其任务目标是给定一段非结构文本后,从句子中寻找、识别和分类相关实体,例如人名、地名和机构名称。中文命名实体识别是一个自然语言处理(NLP)领域的基本任务,在许多下游NLP任务中,包括信息检索、关系抽取和问答系统中扮演着重要角色。全面回顾了现有的基于神经网络的单词-字符晶格结构的中文NER模型。首先介绍了中文NER相比英语NER难度更大,存在着中文文本相关实体边界难以确定和中文语法结构复杂等难点及挑战。然后调研了在不同神经网络架构下(RNN、CNN、GNN和Transformer)最具代表性的晶格结构的中文NER模型。由于单词序列信息可以给基于字符的序列学习更多边界信息,为了显式地利用每个字符所相关的词汇信息,过去的这些工作提出通过词-字符晶格结构将单词信息整合到字符序列中。这些在中文NER任务上基于神经网络的单词-字符晶格结构的性能要明显优于基于单词或基于字符的方法。最后介绍了中文NER的数据集及评价标准。
The Chinese named entity recognition(NER)task is a sub-task within the information extraction domain,where the task goal is to find,identify and classify relevant entities,such as names of people,places and organizations,from sentences given a piece of unstructured text.Chinese named entity recognition is a fundamental task in the field of natural language processing(NLP)and plays an important role in many downstream NLP tasks,including information retrieval,relationship extraction and question and answer systems.This paper provides a comprehensive review of existing neural network-based word-character lattice structures for Chinese NER models.Firstly,this paper introduces that Chinese NER is more difficult than English NER,and there are difficulties and challenges such as difficulty in determining the boundaries of Chinese text-related entities and complex Chinese grammatical structures.Secondly,this paper investigates the most representative lattice-structured Chinese NER models under different neural network architectures(RNN(recurrent neural network),CNN(convolutional neural network),GNN(graph neural network)and Transformer).Since word sequence information can capture more boundary information for character-based sequence learning,in order to explicitly exploit the lexical information associated with each character,some prior work has proposed integrating word information into character sequences via word-character lattice structures.These neural network-based word-character lattice structures perform significantly better than word-based or characterbased approaches on the Chinese NER task.Finally,this paper introduces the dataset and evaluation criteria of Chinese NER.
作者
赵山
罗睿
蔡志平
ZHAO Shan;LUO Rui;CAI Zhiping(College of Computer,National University of Defense Technology,Changsha 410073,China)
出处
《计算机科学与探索》
CSCD
北大核心
2022年第2期296-304,共9页
Journal of Frontiers of Computer Science and Technology
基金
国家重点研发计划(2020YFC2003400)。