paper-with-me

홈 › Papers

Using LLMs for Multilingual Clinical Entity Linking to ICD-10

2025-09-05 · Sylvia Vassileva, Ivan Koychev, Svetla Boytcheva arxiv

The linking of clinical entities is a crucial part of extracting structured information from clinical texts. It is the process of assigning a code from a medical ontology or classification to a phrase in the text. The International Classification of Diseases - 10th revision (ICD-10) is an international standard for classifying diseases for statistical and insurance purposes. Automatically assigning the correct ICD-10 code to terms in discharge summaries will simplify the work of healthcare professionals and ensure consistent coding in hospitals. Our paper proposes an approach for linking clinical terms to ICD-10 codes in different languages using Large Language Models (LLMs). The approach consists of a multistage pipeline that uses clinical dictionaries to match unambiguous terms in the text and then applies in-context learning with GPT-4.1 to predict the ICD-10 code for the terms that do not match the dictionary. Our system shows promising results in predicting ICD-10 codes on different benchmark datasets in Spanish - 0.89 F1 for categories and 0.78 F1 on subcategories on CodiEsp, and Greek - 0.85 F1 on ElCardioCC.

📄 PDF Abstract BibTeX arXiv:2509.04868

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Linking

Similar Papers 제목 키워드 기반

Where on Earth Do Users Say They Are?: Geo-Entity Linking for Noisy Multilingual User Input

2024-04-29 · Tessa Masis, Brendan O'Connor

Geo-entity linking is the task of linking a location mention to the real-world geographic location. In this paper we explore the challenging task of geo-entity linking for noisy, multilingual social media data. There are…

Entity Linking

Multilingual End to End Entity Linking

2023-06-15 · Mikhail Plekhanov, Nora Kassner, Kashyap Popat, Louis Martin 외

Entity Linking is one of the most common Natural Language Processing tasks in practical applications, but so far efficient end-to-end solutions with multilingual coverage have been lacking, leading to complex model stack…

Entity Linking

ClinLinker: Medical Entity Linking of Clinical Concept Mentions in Spanish

2024-04-09 · Fernando Gallego, Guillermo López-García, Luis Gasco-Sánchez, Martin Krallinger 외

Advances in natural language processing techniques, such as named entity recognition and normalization to widely used standardized terminologies like UMLS or SNOMED-CT, along with the digitalization of electronic health …

Contrastive LearningEntity Linkingnamed-entity-recognitionNamed Entity Recognition+1

MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking

2025-10-16 · Sathyanarayanan Ramamoorthy, Vishwa Shah, Simran Khanuja, Zaid Sheikh 외 arxiv

This paper introduces MERLIN, a novel testbed system for the task of Multilingual Multimodal Entity Linking. The created dataset includes BBC news article titles, paired with corresponding images, in five languages: Hind…

Entity Linking

Zero-shot Cross-Language Transfer of Monolingual Entity Linking Models

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Most entity linking systems, whether mono or multilingual, link mentions to a single English knowledge base. Few have considered linking non-English text to a non-English KB, and therefore, transferring an English entity…

Cross-Lingual TransferEntity LinkingZero-Shot Cross-Lingual Transfer