Team Gazoo! at #SMM4H-HeaRD 2026: Zero-Training NER via Iterative LLM Prompt Self-Optimization for Opioid Impact Span Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Health & Medical Research · Depth: Expert, quick

Summary

Team Gazoo!'s system for the #SMM4H-HeaRD 2026 shared task achieved top rankings in detecting self-reported clinical and social impacts of nonmedical opioid use in social media text. Their zero-training, prompt-only approach utilizes a GPT-5.4 large language model with structured few-shot prompting and autonomous, iterative rule optimization. The system integrates a domain-specific entity ontology, three core decision rules, and 65 cognitively organized few-shot examples into a single prompt, with BIO constraint post-processing. Crucially, the LLM refined its own prompt by analyzing errors and proposing targeted edits to its rules and examples over 18 self-refinement cycles. This method yielded an F1-Strict of 0.53 and F1-Relaxed of 0.60 on the test set, securing first place among all participating teams.

Key takeaway

For NLP Engineers developing Named Entity Recognition systems with limited training data, this work demonstrates that iterative LLM prompt self-optimization can achieve leading performance. You should explore integrating autonomous error analysis and prompt refinement into your LLM-based NER workflows to significantly improve accuracy without extensive manual tuning or dataset creation. Consider structuring prompts with domain ontologies and few-shot examples.

Key insights

Iterative LLM prompt self-optimization enables zero-training Named Entity Recognition with superior performance.

Principles

Method

An LLM analyzes its own output errors and iteratively proposes targeted edits to its internal rules and few-shot examples over multiple refinement cycles, enhancing performance.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.