arXiv:2511.19083cs.CL2025-11AAAI被引 2

多智能体框架提升低资源场景下跨领域实体识别效果

A Multi-Agent LLM Framework for Multi-Domain Low-Resource In-Context NER via Knowledge Retrieval, Disambiguation and Reflective Analysis

  • 用多个专用智能体分别处理知识检索、歧义消解和自我反思
  • 在十个数据集上超越现有零样本与少样本方法,提升显著
  • 适合需要跨领域低资源实体识别的工业应用或研究者

基于大语言模型的上下文学习(ICL)为低资源场景下的命名实体识别(NER)提供了新思路。然而现有方法存在三大缺陷:依赖动态检索标注样本,在标注数据稀缺时不可靠;缺乏领域内知识,难以泛化到未见领域;无法引入外部知识或解决实体歧义。为此,我们提出KDR-Agent,一种融合知识检索、歧义消解与反思分析的多智能体框架。该框架利用自然语言类型定义和静态实体级对比示例,降低对大规模标注语料的依赖。中心规划器协调多个专业智能体:(i)从维基百科检索领域相关事实知识;(ii)通过上下文推理解决实体歧义;(iii)通过结构化自评估反思并修正预测结果。在五个领域的十个数据集上的实验表明,KDR-Agent在多种LLM骨干网络下均显著优于现有零样本与少样本ICL基线。代码与数据见https://github.com/MWXGOD/KDR-Agent。

原文摘要 · Abstract (English)

In-context learning (ICL) with large language models (LLMs) has emerged as a promising paradigm for named entity recognition (NER) in low-resource scenarios. However, existing ICL-based NER methods suffer from three key limitations: (1) reliance on dynamic retrieval of annotated examples, which is problematic when annotated data is scarce; (2) limited generalization to unseen domains due to the LLM's insufficient internal domain knowledge; and (3) failure to incorporate external knowledge or resolve entity ambiguities. To address these challenges, we propose KDR-Agent, a novel multi-agent framework for multi-domain low-resource in-context NER that integrates Knowledge retrieval, Disambiguation, and Reflective analysis. KDR-Agent leverages natural-language type definitions and a static set of entity-level contrastive demonstrations to reduce dependency on large annotated corpora. A central planner coordinates specialized agents to (i) retrieve factual knowledge from Wikipedia for domain-specific mentions, (ii) resolve ambiguous entities via contextualized reasoning, and (iii) reflect on and correct model predictions through structured self-assessment. Experiments across ten datasets from five domains demonstrate that KDR-Agent significantly outperforms existing zero-shot and few-shot ICL baselines across multiple LLM backbones. The code and data can be found at https://github.com/MWXGOD/KDR-Agent.

多智能体实体识别低资源知识检索

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。