paper-with-me

홈 › Papers

Unified Named Entity Recognition as Word-Word Relation Classification

2021-12-19 · Jingye Li, Hao Fei, Jiang Liu, Shengqiong Wu, Meishan Zhang, Chong Teng, Donghong Ji, Fei Li

So far, named entity recognition (NER) has been involved with three major types, including flat, overlapped (aka. nested), and discontinuous NER, which have mostly been studied individually. Recently, a growing interest has been built for unified NER, tackling the above three jobs concurrently with one single model. Current best-performing methods mainly include span-based and sequence-to-sequence models, where unfortunately the former merely focus on boundary identification and the latter may suffer from exposure bias. In this work, we present a novel alternative by modeling the unified NER as word-word relation classification, namely W^2NER. The architecture resolves the kernel bottleneck of unified NER by effectively modeling the neighboring relations between entity words with Next-Neighboring-Word (NNW) and Tail-Head-Word-* (THW-*) relations. Based on the W^2NER scheme we develop a neural framework, in which the unified NER is modeled as a 2D grid of word pairs. We then propose multi-granularity 2D convolutions for better refining the grid representations. Finally, a co-predictor is used to sufficiently reason the word-word relations. We perform extensive experiments on 14 widely-used benchmark datasets for flat, overlapped, and discontinuous NER (8 English and 6 Chinese datasets), where our model beats all the current top-performing baselines, pushing the state-of-the-art performances of unified NER.

📄 PDF Abstract BibTeX arXiv:2112.10070

Code (1)

ljynlp/w2ner 공식 구현 pytorch

Tasks

Chinese Named Entity RecognitionClassificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionRelationRelation Classification

Similar Papers 제목 키워드 기반

Improving Multimodal Named Entity Recognition via Entity Span Detection with Unified Multimodal Transformer

2020-07-01 · ACL 2020 6 · Jianfei Yu, Jing Jiang, Li Yang, Rui Xia

In this paper, we study Multimodal Named Entity Recognition (MNER) for social media posts. Existing approaches for MNER mainly suffer from two drawbacks: (1) despite generating word-aware visual representations, their wo…

multimodal interactionMulti-modal Named Entity Recognitionnamed-entity-recognitionNamed Entity Recognition+1

Named Entity Recognition in Multi-level Contexts

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yubo Chen, Chuhan Wu, Tao Qi, Zhigang Yuan 외

Named entity recognition is a critical task in the natural language processing field. Most existing methods for this task can only exploit contextual information within a sentence. However, their performance on recognizi…

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Unified Lattice Graph Fusion for Chinese Named Entity Recognition

2023-12-28 · Dixiang Zhang, Junyu Lu, Pingjian Zhang

Integrating lexicon into character-level sequence has been proven effective to leverage word boundary and semantic information in Chinese named entity recognition (NER). However, prior approaches usually utilize feature …

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Integrating Boundary Assembling into a DNN Framework for Named Entity Recognition in Chinese Social Media Text

2020-02-27 · Zhaoheng Gong, Ping Chen, Jiang Zhou

Named entity recognition is a challenging task in Natural Language Processing, especially for informal and noisy social media text. Chinese word boundaries are also entity boundaries, therefore, named entity recognition …

Boundary DetectionChinese Word Segmentationnamed-entity-recognitionNamed Entity Recognition+2

WCL-BBCD: A Contrastive Learning and Knowledge Graph Approach to Named Entity Recognition

2022-03-14 · Renjie Zhou, Qiang Hu, Jian Wan, Jilin Zhang 외

Named Entity Recognition task is one of the core tasks of information extraction. Word ambiguity and word abbreviation are important reasons for the low recognition rate of named entities. In this paper, we propose a nov…

Contrastive LearningKnowledge Graphsnamed-entity-recognitionNamed Entity Recognition+2