BioNLP at #SMM4H-HeaRD 2026 Task 3 Estimating Flu Vaccine Effectiveness: A Temporal-Aware Fine-Tuning and Similarity-Based Few-Shot Prompting Approach

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Biomedical Natural Language Processing · Depth: Expert, quick

Summary

Irina Patularu's systems for the SMM4H 2026 shared task addressed flu-related tweet classification across two subtasks: flu vaccination status and flu test outcome. The research evaluated two distinct approaches. The first involved fine-tuning BERTweet-large with a temporal-aware architecture, cross-validation ensembling, and regularization techniques. The second utilized a GPT-4o few-shot prompting system, incorporating similarity-based dynamic example retrieval, chain-of-thought reasoning, and contrastive label ranking. Fine-tuning proved superior for the flu vaccination subtask, achieving a micro-F1 of 87.90% with sufficient and relatively balanced training data. Conversely, few-shot prompting performed better for the flu test subtask, reaching a micro-F1 of 95.74%, particularly effective with limited and heavily imbalanced training data where fine-tuning was less effective.

Key takeaway

For NLP Engineers developing tweet classification systems, your choice between fine-tuning and few-shot prompting should hinge on your dataset's characteristics. If you possess sufficient and relatively balanced training data, fine-tuning models like BERTweet-large will likely yield superior performance. Conversely, when dealing with limited and heavily imbalanced data, few-shot prompting with large language models such as GPT-4o offers a more effective solution, achieving higher accuracy. Evaluate your data's quantity and balance early to optimize model selection and performance.

Key insights

Optimal NLP approach for tweet classification depends on training data quantity and balance.

Principles

Method

Fine-tuning BERTweet-large used temporal-aware architecture, cross-validation ensembling, and regularization. GPT-4o few-shot prompting employed similarity-based example retrieval, chain-of-thought, and contrastive label ranking.

In practice

Topics

Best for: AI Scientist, Research Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

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