This paper introduces a confidence-gated iterative induction framework designed to tackle the challenging problem of zero-shot Named Entity Recognition (NER) in crisis scenarios, where labeled data is scarce and the emergence of novel terminology is common. The core idea is to leverage a pre-trained RoBERTa model to generate initial entity predictions, which are then refined through an iterative process. This process involves selecting high-confidence predictions as seeds, inducing micro-gazetteers using HDBSCAN clustering, and extracting syntactic rules based on Pointwise Mutual Information (PMI). The framework iteratively refines entity predictions by incorporating these induced resources. However, despite the innovative approach, the framework achieves a consistent zero-shot F1-score of approximately 0.295 across various experimental configurations, indicating that the iterative mechanism does not provide measurable improvement over the initial RoBERTa predictions. The authors conduct a thorough analysis of the framework's limitations, including issues with confidence thresholding, clustering effectiveness, and pattern extraction. They identify that the confidence-based filtering mechanism is overly restrictive, the HDBSCAN clustering fails to differentiate subtle entity types, and the PMI-based pattern extraction focuses on frequent words, providing limited discriminatory power for lower-frequency entity forms. Furthermore, the paper highlights the issue of error propagation, where early errors in the iterative process tend to be reinforced rather than corrected. The authors also note that the framework introduces significant computational overhead without any corresponding performance benefits. The paper's primary contribution lies in its detailed analysis of why the iterative mechanism fails to improve performance, offering valuable insights for future research in this area. The authors honestly report their negative results, which is commendable and contributes to the field by highlighting potential pitfalls in similar approaches. The paper's findings underscore the complexities of achieving robust zero-shot NER in dynamic disaster contexts and highlight the need for further research to overcome these challenges.