Related Experiment Video
Updated: Sep 19, 2026

A Study on an Intelligent Diagnosis and Treatment Assistant System for Acupuncture in Diminished Ovarian Reserve Based on a Knowledge Graph
Published on: May 29, 2026
A Lightweight Framework for Medical Named Entity Recognition and Relation Extraction
Sihan Wu1, Susanna Gordon1, Martin Boeker1
1Technical University of Munich, TUM School of Medicine and Health, Institute for AI and Informatics in Medicine (AIIM), TUM University Hospital.
Introduction:
Clinical text in electronic health records contains valuable information for medical research. Named entity recognition (NER) and relation extraction (RE) are key tasks for structuring this information, but existing deep learning approaches are often computationally expensive.
Methods:
We develop a lightweight, pipeline-based NER-RE system using neural networks with contextualized embeddings based on spaCy and Thinc. The impact of data preprocessing and hyperparameter tuning (HPT) on NER is evaluated. RE is performed using a separate classifier on candidate entity pairs. Experiments are conducted on i2b2 and n2c2 datasets.
Results:
The approach achieves strong NER performance after optimization. Better data quality or applying HPT improve performance comparably, but combining both yields only marginal gains additionally.
Discussion:
Lightweight models are effective for NER but limited for RE due to error propagation. Our NER results also suggest that HPT can compensate for data quality issues.
