Patient2Paper at #SMM4H-HeaRD 2026: Retrieval-Augmented Few-Shot Generation for Clinical Note Synthesis

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Health & Medical Research · Depth: Advanced, quick

Summary

The Patient2Paper system achieved 3rd place with an average score of 0.51 in the MedSynth Dial2Note shared task at SMM4H-HEARD 2026, focusing on retrieval-augmented few-shot generation for clinical note synthesis. Across 28 configurations, the study identified retrieval design, specifically a hybrid BM25 and medical-domain dense fusion via RRF, and prompt presentation format, using few-shot examples as conversation turns, as the primary drivers for quality. Surprisingly, model scale, including Llama 3.2:3B, Llama 3.1:8B, and GPT-4o mini, showed limited impact on performance. The final submission utilized GPT-4o mini with k=3 few-shot examples, retrieved by RRF over BioLORD-2023 embeddings, with a full ablation study detailing performance gains and diminishing returns.

Key takeaway

For NLP engineers developing clinical note synthesis systems, prioritize robust retrieval mechanisms and effective prompt engineering over simply scaling up language models. Your efforts should focus on designing hybrid retrieval strategies, like BM25 combined with dense embeddings fused via RRF, and presenting few-shot examples as natural conversation turns. This approach can yield significant performance gains, as demonstrated by the 3rd place finish at SMM4H-HEARD 2026, even with smaller models like GPT-4o mini.

Key insights

Hybrid retrieval and prompt formatting are key for few-shot clinical note synthesis, outweighing model scale.

Principles

Method

The system uses retrieval-augmented few-shot generation, employing a hybrid BM25 and medical-domain dense retrieval fused via Reciprocal Rank Fusion (RRF) to select examples for GPT-4o mini.

In practice

Topics

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

Related on AIssential

Open in AIssential →

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