通过语义原型中继,让大模型在零样本场景下更准识别新领域实体。
SAM-NER: Semantic Archetype Mediation for Zero-Shot Named Entity Recognition

- 用联合抽取与共识去噪发现高精度实体跨度。
- 将实体映射到通用语义原型,减少跨域语义漂移。
- 适合处理新领域、新标签体系的零样本命名实体识别任务。
零样本命名实体识别在领域和标签体系变化时仍表现脆弱,因未见标签定义常与大语言模型内在语义结构不匹配,直接映射易引发系统性语义漂移,尤其当目标标签体系新颖或语义重叠时。本文提出SAM-NER,基于语义原型中继的三阶段框架,通过中间的领域无关原型空间稳定跨域迁移。首先通过协同抽取与共识去噪完成实体发现,获得高覆盖、高保真实体跨度;其次将实体投影至由高层本体抽象提炼出的紧凑通用语义原型集;最后利用冻结的大语言模型,通过受约束且与定义对齐的推理,将原型级预测校准为具体目标领域类型。CrossNER基准测试表明,SAM-NER在跨域设置下持续优于现有强基线方法。代码将开源于https://github.com/DMIRLAB-Group/SAM-NER。
原文摘要 · Abstract (English)
Zero-shot Named Entity Recognition (ZS-NER) remains brittle under domain and schema shifts, where unseen label definitions often misalign with a large language model's (LLM's) intrinsic semantic organization. As a result, directly mapping entity mentions to fine-grained target labels can induce systematic semantic drift, especially when target schemas are novel or semantically overlapping. We propose \textbf{SAM-NER}, a three-stage framework based on \emph{Semantic Archetype Mediation} that stabilizes cross-domain transfer through an intermediate, domain-invariant archetype space. SAM-NER: (i) performs \emph{Entity Discovery} via cooperative extraction and consensus-based denoising to obtain high-coverage, high-fidelity entity spans; (ii) conducts \emph{Abstract Mediation} by projecting entities into a compact set of universal semantic archetypes distilled from high-level ontological abstractions; and (iii) applies \emph{Semantic Calibration} to resolve archetype-level predictions into target-domain types through constrained, definition-aligned inference with a frozen LLM. Experiments on the CrossNER benchmark show that SAM-NER consistently outperforms strong prior ZS-NER baselines in cross-domain settings. Our implementation will be open-sourced at https://github.com/DMIRLAB-Group/SAM-NER.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。