CoolFace
Datasetpublic

filipelopesmedbr/CIEL-Clinical-Concepts-to-ICD-11

TD;LR Run: pip install torch==2.4.1+cu118 torchvision==0.19.2+cu118 torchaudio==2.4.1 --extra-index-url https://download.pytorch.org/whl/cu118 pip install -U packaging setuptools wheel ninja pip install --no-build-isolation axolotl[flash-attn,deepspeed] axolotl train axolotl_2_a40_runpod_config.yaml πŸ“š CIEL to ICD-11 Fine-tuning Dataset This dataset was created to support the fine-tuning of open-source large language models (LLMs) specialized in ICD-11 terminology mapping. It… See the full description on the dataset page: https://huggingface.co/datasets/filipelopesmedbr/CIEL-Clinical-Concepts-to-ICD-11.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes139downloads
Dataset Card

TD;LR Run:

pip install torch==2.4.1+cu118 torchvision==0.19.2+cu118 torchaudio==2.4.1 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -U packaging setuptools wheel ninja
pip install --no-build-isolation axolotl[flash-attn,deepspeed]
axolotl train axolotl_2_a40_runpod_config.yaml

πŸ“š CIEL to ICD-11 Fine-tuning Dataset

This dataset was created to support the fine-tuning of open-source large language models (LLMs) specialized in ICD-11 terminology mapping.

It includes clinical concepts from the Columbia International eHealth Laboratory (CIEL) and official entities from the ICD-11 MMS classification by the World Health Organization (WHO).

βΈ»

🍿 Dataset Structure

Each line in the .jsonl file follows this structure:

jsonl
{
  "instruction": "Provide the ICD-11 code for the clinical concept. Include extensions or cluster codes if required for full specificity.",
  "input": "Carcinoma of tongue base - dorsal surface",
  "output": "SAME-AS 2B40.0&XA7LA4",
  "category": "source:ciel>same-as+stem+extensions"
}
  • β€”instruction: Text prompting the model to generate the expected output.
  • β€”input: Clinical concept to be mapped.
  • β€”output: Expected mapping output with the relation type (e.g., SAME-AS, NARROWER-THAN, BROADER-THAN) followed by the ICD-11 code(s).
  • β€”category: Metadata field indicating the source and mapping type.

βΈ»

πŸ“‚ Categories

The dataset covers multiple mapping scenarios:

CategoryDescription
source:icdapi>same-as+stemOriginal ICD-11 concepts (stem codes)
source:icdapi>extensionICD-11 extension codes (modifiers)
source:ciel>same-as+stemCIEL concept mapped to a single ICD-11 stem code
source:ciel>narrower-than+stemCIEL concept narrower than ICD-11 stem code
source:ciel>broader-than+stemCIEL concept broader than ICD-11 stem code
source:ciel>same-as+stem+extensionsCIEL concept mapped to stem + extensions
source:ciel>narrower-than+stem+extensionsNarrower mapping with extensions
source:ciel>broader-than+stem+extensionsBroader mapping with extensions
source:ciel>same-as+stem+extensionCIEL concept mapped to stem + single extension
source:ciel>narrower-than+stem+extensionNarrower mapping with single extension
source:ciel>broader-than+stem+extensionBroader mapping with single extension
source:ciel>same-as+clusterCIEL concept mapped to an ICD-11 cluster (multi-stem)
source:ciel>same-as+cluster+extensionCIEL concept mapped to cluster + extensions

βΈ»

🎯 Intended Use

  • β€”Fine-tuning LLMs to understand, map, and post-coordinate ICD-11 concepts.
  • β€”Training specialized RAG (Retrieval Augmented Generation) systems for healthcare terminology.
  • β€”Supporting automated ICD-11 coding tasks.

βΈ»

⚑ Notes

  • β€”Clinical concepts were carefully filtered and reviewed to ensure quality.
  • β€”Mapping relationships (e.g., SAME-AS, NARROWER-THAN) follow standardized conventions.
  • β€”Extension codes (X...) are never returned alone β€” they must be attached to a stem or cluster.

βΈ»

πŸ§ͺ License

This dataset is distributed under the MIT License.

βΈ»

🀝 Contributions

Contributions, corrections, and suggestions are welcome to improve this resource for the community.