paper-with-me

Papers

A Unified Generative Framework for Various NER Subtasks

2021-06-02 · ACL 2021 5 · Hang Yan, Tao Gui, Junqi Dai, Qipeng Guo, Zheng Zhang, Xipeng Qiu

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.

📄 PDF Abstract BibTeX arXiv:2106.01223

Code (1)

yhcc/BARTNER 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

A Unified Generative Framework for Aspect-Based Sentiment Analysis

2021-06-08 · ACL 2021 5 · Hang Yan, Junqi Dai, Tuo ji, Xipeng Qiu 외

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+2

UniSA: Unified Generative Framework for Sentiment Analysis

2023-09-04 · Zaijing Li, Ting-En Lin, Yuchuan Wu, Meng Liu 외

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+2

De-Bias for Generative Extraction in Unified NER Task

2022-05-01 · ACL 2022 5 · Shuai Zhang, Yongliang Shen, Zeqi Tan, Yiquan Wu 외

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+3

DiffuSent: Towards a Unified Diffusion Framework for Aspect-Based Sentiment Analysis

2026-05-31 · Shu Long, Yanglei Gan, Xuchuan Zhou arxiv

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 Analysis

A Scalable Cross-Domain Event Extraction System via a Unified Generative Training Framework

2026-08-24 · Siting Liang, Omar Adjali, Omair Shahzad Bhatti, Daniel Sonntag arxiv

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