CLAIJan 21, 2025

Can open source large language models be used for tumor documentation in Germany? -- An evaluation on urological doctors' notes

arXiv:2501.12106v41 citationsh-index: 6Has CodeBioData Mining
Originality Synthesis-oriented
AI Analysis

This addresses the manual and inefficient tumor documentation process for German urological doctors, though it is incremental as it applies existing LLMs to a specific domain.

The study evaluated eleven open-source large language models (LLMs) on tasks for tumor documentation in Germany, such as identifying diagnoses and assigning ICD-10 codes, using annotated urological doctors' notes. Models like Llama 3.1 8B and Mistral 7B performed well, with 7-12 billion parameters offering a balance between performance and efficiency, showing potential for automation in clinical settings.

Tumor documentation in Germany is largely done manually, requiring reading patient records and entering data into structured databases. Large language models (LLMs) could potentially enhance this process by improving efficiency and reliability. This evaluation tests eleven different open source LLMs with sizes ranging from 1-70 billion model parameters on three basic tasks of the tumor documentation process: identifying tumor diagnoses, assigning ICD-10 codes, and extracting the date of first diagnosis. For evaluating the LLMs on these tasks, a dataset of annotated text snippets based on anonymized doctors' notes from urology was prepared. Different prompting strategies were used to investigate the effect of the number of examples in few-shot prompting and to explore the capabilities of the LLMs in general. The models Llama 3.1 8B, Mistral 7B, and Mistral NeMo 12 B performed comparably well in the tasks. Models with less extensive training data or having fewer than 7 billion parameters showed notably lower performance, while larger models did not display performance gains. Examples from a different medical domain than urology could also improve the outcome in few-shot prompting, which demonstrates the ability of LLMs to handle tasks needed for tumor documentation. Open source LLMs show a strong potential for automating tumor documentation. Models from 7-12 billion parameters could offer an optimal balance between performance and resource efficiency. With tailored fine-tuning and well-designed prompting, these models might become important tools for clinical documentation in the future. The code for the evaluation is available from https://github.com/stefan-m-lenz/UroLlmEval. We also release the dataset as a new valuable resource that addresses the shortage of authentic and easily accessible benchmarks in German-language medical NLP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes