Dr-BERT-NL at #SMM4H–HeaRD 2026: DOKTERBERT – Ontology-Grounded Contextual Representations for Dutch Clinical NLP

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

Summary

Dr-BERT-NL submitted a system to SMM4H-HeaRD 2026 Task 7, focusing on labeling ClinicalImpacts and SocialImpacts spans within Reddit posts concerning non-medical substance use. The team compared four distinct pipeline architectures, all utilizing a DeBERTa-v3-base backbone. These included a direct 5-class encoder with a linear-chain CRF head, a two-stage detect-then-classify pipeline integrating instruction-tuned LLMs (Qwen2.5-7B or Gemma-3-12B, 4-bit NF4), an LLM-based audit pipeline verifying encoder predictions, and a classical-ML variant using an SVM on encoder span embeddings. Across 16 configurations, the encoder-only DeBERTa-v3 + CRF setup emerged as the strongest single system on the official test split, achieving 45.4% strict and 54.2% relaxed F1 scores. This performance represents a significant improvement of +8.6 and +5.3 points, respectively, over a mental-roberta-base baseline. Notably, LLM audits provided only a minor gain on the development set, which did not translate to the test set.

Key takeaway

For NLP engineers developing systems for clinical impact span detection, this research suggests that a direct DeBERTa-v3 + CRF architecture provides a strong baseline. You should prioritize optimizing such encoder-only models before integrating large language models, as LLM-based auditing or two-stage approaches may not yield superior performance on test data. Focus on robust, proven architectures for reliable span labeling.

Key insights

A direct encoder-CRF model outperformed LLM-integrated pipelines for clinical impact span labeling.

Principles

Method

Four pipeline shapes were compared: direct encoder-CRF, two-stage LLM detect-then-classify, LLM audit of encoder predictions, and classical-ML SVM on encoder embeddings, all using DeBERTa-v3-base.

In practice

Topics

Best for: 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.