PROCEEDINGS OF THE 34TH ACM INTERNATIONAL CONFERENCE ON INFORMATION AND KNOWLEDGE MANAGEMENT, CIKM 2025(2025)
Xiangtan Univ
被引用1|浏览5
摘要
Named entity recognition (NER) is a key task in natural language processing, but existing methods often fail to effectively handle nested structures due to fuzzy entity boundaries and structural ambiguity. To address this challenge, we propose a novel nested NER method based on an IoU-aware denoising diffusion model, which formulates the nested NER task as a generative denoising process that progressively recovers gold entity spans from noisy span proposals. We generate noisy samples during training by gradually adding Gaussian noise to the ground-truth entity boundaries. We then train a denoiser incorporating a top-k selective attention mechanism to refine entity span proposals iteratively. To strengthen the alignment between boundary localization and entity classification, we introduce an IoU-aware loss function that optimizes the overlap between predicted and ground-truth spans. This design more accurately guides boundary regression and effectively reduces misalignment caused by conventional regression losses. Our model leverages sentence features and timesteps as conditional inputs to capture contextual information throughout the denoising process. During inference, the model generates final entity predictions by starting from random noise spans and iteratively refining them through a multi-step reverse diffusion process. We conduct extensive experiments on four nested NER datasets, ACE2004, ACE2005, GENIA, and KBP2017, as well as two flat NER datasets, CoNLL2003 and OntoNotes. Experimental results show that the proposed method consistently outperforms existing advanced models across all benchmarks, demonstrating its effectiveness.
更多
查看译文
关键词
Nested Named Entity Recognition,IoU-aware,Denoising Diffusion,Top-k Selective Attention