OpenTrain AI
No verified implementation yetHugging Face Transformers training guide

Team Fusion@ SU@ BC8 SympTEMIST track: transformer-based approach for symptom recognition and linking

Georgi Grazhdanski, Sylvia Vassileva, Ivan Koychev, Svetla Boytcheva

April 7, 2026arXiv: 2604.06424
0 repos~a few days to reproduce
arXiv PDFDOI

Abstract

This paper presents a transformer-based approach to solving the SympTEMIST named entity recognition (NER) and entity linking (EL) tasks. For NER, we fine-tune a RoBERTa-based (1) token-level classifier with BiLSTM and CRF layers on an augmented train set. Entity linking is performed by generating candidates using the cross-lingual SapBERT XLMR-Large (2), and calculating cosine similarity against a knowledge base. The...

Results & Benchmarks

TaskDatasetMetricValue
Classifier (UML)Spanish RoBERTa + CRFVal F10.750
Classifier (UML)Spanish RoBERTa + BiLSTM + CRFVal F10.738
Classifier (UML)Augmented Spanish RoBERTa + CRFVal F10.750
Classifier (UML)CLIN-X-ES + CRFVal F10.737

Hardware Requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Best Implementation

Maintained implementation evidence is not confirmed for this paper yet.

Use the Implementation Status and Reproduction Path sections below for the current action plan.

Reproduction Path

Follow this baseline workflow to decide if this paper is worth immediate prototyping.

  1. 1

    Use the paper and benchmark evidence to scope a baseline reproduction plan.

  2. 2

    Track assumptions and missing details in an experiment log before coding.

Framework baselines

Time to first repro: a few daysEstimate is based on paper-only reproduction flow

Additional Implementations

No additional verified repositories beyond the primary recommendation.

Hugging Face Artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet.