This paper presents a diagnostic study of a confidence-gated iterative induction framework for zero-shot Named Entity Recognition (NER) in crisis scenarios, a domain characterized by the rapid emergence of novel terminology and a scarcity of labeled data. The authors propose a method that leverages a pre-trained RoBERTa model to generate initial entity predictions, which are then iteratively refined using high-confidence spans as seeds for inducing micro-gazetteers and syntactic rules. Specifically, the framework employs confidence-based filtering to select reliable seed entities, clustering to construct gazetteers, and Pointwise Mutual Information (PMI) to extract syntactic patterns. The iterative process is designed to progressively improve the NER performance by incorporating domain-specific knowledge. However, the experimental results, obtained on a synthetic crisis dataset, reveal that the iterative mechanism fails to provide any measurable improvement over a static RoBERTa baseline, maintaining a constant F1-score of approximately 0.295 across all configurations. This negative result is a central finding of the paper, prompting a detailed analysis of the framework's limitations. The authors explore potential issues such as difficulties in confidence threshold calibration, limitations of the clustering algorithm, and the risk of error propagation. The paper concludes by offering valuable insights into the challenges of adaptive NER in dynamic crisis domains, emphasizing the need for more robust zero-shot approaches. The study's significance lies not in the success of the proposed method, but in its detailed analysis of why a seemingly promising approach fails, providing a cautionary tale for future research in this area. The authors' thorough investigation of the framework's shortcomings contributes to a deeper understanding of the complexities of zero-shot NER in crisis scenarios and highlights the need for more robust techniques that can effectively adapt to novel terminology and evolving linguistic patterns.