A Unified Generative Framework for Various NER Subtasks
Named Entity Recognition (NER) is the task of identifying spans that represent entities in sentences. Whether the entity spans are nested or discontinuous, the NER task can be categorized into the flat NER, nested NER, and discontinuous NER subtasks. These subtasks have been mainly solved by the token-level sequence labelling or span-level classification. However, these solutions can hardly tackle the three kinds of NER subtasks concurrently. To that end, we propose to formulate the NER subtasks as an entity span sequence generation task, which can be solved by a unified sequence-to-sequence (Seq2Seq) framework. Based on our unified framework, we can leverage the pre-trained Seq2Seq model to solve all three kinds of NER subtasks without the special design of the tagging schema or ways to enumerate spans. We exploit three types of entity representations to linearize entities into a sequence. Our proposed framework is easy-to-implement and achieves state-of-the-art (SoTA) or near SoTA performance on eight English NER datasets, including two flat NER datasets, three nested NER datasets, and three discontinuous NER datasets.
Code (1)
Tasks
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Unified Generative Framework for Aspect-Based Sentiment Analysis
Aspect-based Sentiment Analysis (ABSA) aims to identify the aspect terms, their corresponding sentiment polarities, and the opinion terms. There exist seven subtasks in ABSA. Most studies only focus on the subsets of the…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect-oriented Opinion ExtractionAspect Sentiment Triplet Extraction+2UniSA: Unified Generative Framework for Sentiment Analysis
Sentiment analysis is a crucial task that aims to understand people's emotional states and predict emotional categories based on multimodal information. It consists of several subtasks, such as emotion recognition in con…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Emotion RecognitionEmotion Recognition in Conversation+2De-Bias for Generative Extraction in Unified NER Task
Named entity recognition (NER) is a fundamental task to recognize specific types of entities from a given sentence. Depending on how the entities appear in the sentence, it can be divided into three subtasks, namely, Fla…
AttributeData Augmentationnamed-entity-recognitionNamed Entity Recognition+3DiffuSent: Towards a Unified Diffusion Framework for Aspect-Based Sentiment Analysis
Aspect-Based Sentiment Analysis (ABSA) encompasses seven distinct subtasks, each focusing on different extracted elements. Despite the proven success of generative models in unified aspect sentiment analysis, existing ap…
Sentiment AnalysisA Scalable Cross-Domain Event Extraction System via a Unified Generative Training Framework
Event extraction is fundamental to information extraction. Prior approaches often separate event detection and argument extraction or depend on dataset-specific designs, limiting scalability and cross-domain generalizati…
Information ExtractionDomain GeneralizationEvent Extraction