Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
RadLink / README.md
hanbinChen's picture
πŸ“„ Update README.md to remove NEN task pipeline image and improve project link formatting
cde98af
metadata
license: mit

πŸ”— RadLink Dataset

RadLink is a medical text entity normalization dataset containing 1250 unique entities extracted from the RadGraph dataset.

RadLink focuses on the crucial task of normalizing entities extracted from radiology reports by linking them to standardized concepts in the Unified Medical Language System (UMLS) with their corresponding Concept Unique Identifiers (CUIs).

The dataset was created by DBIS at RWTH Aachen University (Yongli Mou, Hanbin Chen, Prof. Dr. Stefan Decker) and University Hospital RWTH Aachen (Gwendolyn Isabella Lode, Prof. Dr. Daniel Truhn).

πŸ“Š Data Source and Processing

  • Data source: Unique entities extracted from the RadGraph training set
  • Processing method: Annotation and normalization through three steps:
    1. Morphological Matching πŸ”: Using UMLS API to retrieve potential matches based on string similarity algorithms
    2. Semantic Matching 🧠: Employing LLMs (like GPT-4) to select the best match from top candidates
    3. Expert Validation βœ…: Final review and verification by medical students from University Hospital RWTH Aachen

🧩 Data Structure

The dataset contains the following fields:

  • name πŸ“‹: Original entity name
  • ui πŸ”‘: UMLS Concept Unique Identifier (CUI)
  • normalized_name ✨: Normalized entity name
  • semanticTypes 🏷️: Semantic type classification

πŸ’‘ Application Scenarios

This is a sub-project of MedKGC, focusing on Named Entity Normalization (NEN) tasks. We built this dataset to evaluate the ability to normalize entity names in medical knowledge graphs. Related project:
MedKGC NEN task

πŸ“ Citation

If you use the RadLink dataset, please cite this project as well as the original RadGraph dataset:

@misc{RadLink,
  title={RadLink: A Medical Entity Normalization Dataset},
  year={2025},
  howpublished={https://huggingface.co/datasets/WestAI-SC/RadLink}
}

For more information about RadGraph, please refer to the original paper RadGraph: Extracting Clinical Entities and Relations from Radiology Reports.