# DE-NER : Zero-shot Named Entity Recognition via Dialogue Elicitation of Large Language Models

> Source: <https://www.machinebrief.com/news/de-ner-zero-shot-named-entity-recognition-via-dialogue-elici-ugb1>
> Published: 2026-08-04 04:00:00+00:00

arXiv:2608.00538v1 Announce Type: new
Abstract: Recent advancements of zero-shot Named Entity Recognition (NER) establish strong baselines by formulating sequence labeling into question answering where Large Language Models (LLMs) can be naturally adopted. However, existing LLM-based zero-shot NER methods suffer from the limitations of prompt and demonstration engineering. To address these issues with minimal human interventions, we introduce DE-NER, a dialogue elicitation framework which elicits the chatting ability of LLMs to fully extract the knowledge encoded in LLMs. Our experiments demonstrate that the proposed method outperform the competitive baselines in zero-shot settings across multiple benchmarks, with an average improvement of 3.75\% F1 points. Codes are released in https://github.com/kkkenshi/DE-NER.
