IJCAI 2024poster1 citations

Span-based Unified Named Entity Recognition Framework via Contrastive Learning

Hongli Mao, Xian-Ling Mao, Hanlin Tang, Yu-Ming Shang, Xiaoyan Gao, Ao-Jie Ma, Heyan Huang

Abstract

Traditional Named Entity Recognition (NER) models are typically designed for domain-specific datasets and limited to fixed predefined types, resulting in difficulty generalizing to new domains. Recently, prompt-based generative methods attempt to mitigate this constraint by training models jointly on diverse datasets and extract specified entities via prompt instructions. However, due to autoregressive structure, these methods cannot directly model entity span and suffer from slow sequential decoding. To address these issues, we propose a novel Span-based Unified NER framework via contrastive learning (SUNER), which aligns text span and entity type representations in a shared semantic space to extract entities in parallel. Specifically, we first extract mention spans without considering entity types to better generalize across datasets. Then, by leveraging the power of contrastive learning and well-designed entity marker structure, we map candidate spans and their textual type descriptions into the same vector representation space to differentiate entities across domains. Extensive experiments on both supervised and zero/few-shot settings demonstrate that proposed SUNER model achieves better performance and higher efficiency than previous state-of-the-art unified NER models.

Natural Language Processing: NLP: Named entitiesNatural Language Processing: NLP: Information extraction
BibTeX
@inproceedings{ijcai2024p708,
  title     = {Span-based Unified Named Entity Recognition Framework via Contrastive Learning},
  author    = {Mao, Hongli and Mao, Xian-Ling and Tang, Hanlin and Shang, Yu-Ming and Gao, Xiaoyan and Ma, Ao-Jie and Huang, Heyan},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {6406--6414},
  year      = {2024},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2024/708},
  url       = {https://doi.org/10.24963/ijcai.2024/708},
}
Span-based Unified Named Entity Recognition Framework via Contrastive Learning · IJCAI 2024