Span-Based Unified Named Entity Recognition Framework via Contrastive Learning

Abstract

Contrastive multi-view clustering has demonstrated remarkable potential in complex data analysis, yet existing approaches face two critical challenges: difficulty in constructing high-quality positive and negative pairs and high computational overhead due to static optimization strategies. To address these challenges, we propose an innovative efficient Multi-View Clustering framework with Reinforcement Contrastive Learning (EMVCRCL). Our key innovation is developing a reinforcement contrastive learning paradigm for dynamic clustering optimization. First, we leverage multi-view contrastive learning to obtain latent features, which are then sent to the reinforcement learning module to refine low-quality features. Specifically, it selects high-confident features to guide the positive/negative pair construction of contrastive learning. For the low-confident features, it utilizes the prior balanced distribution to adjust their assignment. Extensive experimental results showcase the effectiveness and superiority of our proposed method on multiple benchmark datasets.

Cite

Text

Mao et al. "Span-Based Unified Named Entity Recognition Framework via Contrastive Learning." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/708

Markdown

[Mao et al. "Span-Based Unified Named Entity Recognition Framework via Contrastive Learning." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/mao2024ijcai-span/) doi:10.24963/ijcai.2024/708

BibTeX

@inproceedings{mao2024ijcai-span,
  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 = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6406-6414},
  doi       = {10.24963/ijcai.2024/708},
  url       = {https://mlanthology.org/ijcai/2024/mao2024ijcai-span/}
}