<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Multilingual Information Extraction in Clinical Texts Using Deep Learning Approaches</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Elena Zotova</string-name>
          <email>ezotova@vicomtech.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Biomedical NLP, Named Entity Recognition, Entity Linking, Entity Normalisation, Clinical Coding</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Languages and Computer Systems. University of the Basque Country (UPV-EHU) Paseo Manuel de</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Doctoral Symposium on Natural Language Processing from the Proyecto ILENIA</institution>
          ,
          <addr-line>28</addr-line>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Donostia/San-Sebastián</institution>
          ,
          <addr-line>20009</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Lardizabal</institution>
          ,
          <addr-line>1, Donostia/San-Sebastián, 20018</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>SNLT group at Vicomtech Foundation, Basque Research and Technology Alliance (BRTA)</institution>
          ,
          <addr-line>Mikeletegi Pasealekua 57</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This article briefly describes doctoral thesis research in biomedical natural language processing. The main goal of the research is to contribute to the task of automatic information extraction from unstructured clinical narratives, which includes entity (term, concept) detection and classification, entity linking and clinical coding. Amongst the contributions already made are: a tool for clinical codes mapping and interoperability ClinIDMap, participation in shared tasks dedicated to the clinical named entity recognition, linking and clinical coding where the results of the experiments were published. In addition, the data augmentation method with codes mapping is described.</p>
      </abstract>
      <kwd-group>
        <kwd>digitisation of documents</kwd>
        <kwd>More than 200</kwd>
        <kwd>000</kwd>
        <kwd>000 electronic clinical documents in the National</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation</title>
      <p>CEUR
Workshop
Proceedings
91% of the population of the country has reference to some form of EHR by the year 20211.
About 80% of a patient’s relevant clinical information is written in natural language, such as
free text fields of the EHRs, discharge summaries, progress notes, physician’s clinical notes,
laboratory reports etc. More than 170,000 articles and 28,000 links to the full texts are published
in a collection of Spanish scientific journals in the health sciences SciELO España 2. One of
the main tasks derived from the broad use of digital texts is the need for automatic and fast
extraction of structured information from unstructured texts.</p>
      <p>
        Dificulty of clinical coding. Clinical coding is a task applied in healthcare administration
and consists of assigning medical reports to one or more representative codes. A clinical coder
(doctor) analyses a medical report and assigns relevant codes for diagnoses and procedures at
the document level. It is a highly costly procedure in terms of time and resources. In addition,
special training is needed, and it is obviously manual work. The annual funding of each hospital
depends on the ICD-103 [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] codes reported in all clinical reports. An automatic clinical coding
system can support coders to do the job faster and more agile, providing a more specific level of
support and relevant detailed information. Using other knowledge bases such as SNOMED-CT
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], UMLS [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] provides extra valuable information for coding medical reports.
      </p>
      <p>Lack of annotated data in Spanish. The data in biomedical NLP is especially dificult
to obtain for two reasons. First, clinical reports usually have privacy issues. Even after
deidentification, obtaining free access to this kind of medical data is complicated. Therefore,
there are very few clinical corpora freely available for research. Second, manual annotation
requires high-level expertise, making using crowd-sourcing platforms almost impossible and
more expensive than general-purpose NLP-corpora. The problem is even more dificult in
multilingual settings since few resources are available for languages other than English. Most
existing systems are for English, and few are in production in a real environment.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Background</title>
      <sec id="sec-3-1">
        <title>2.1. Clinical Concepts Detection</title>
        <p>
          Named Entity Recognition (NER) [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] in the clinical domain is crucial to extracting concepts
(in general-purpose NLP known as named entities) from clinical narratives, such as specific
locations, treatment plans, medicines/drugs, diagnoses, etc. Clinical NER is more challenging
than general-purpose NER because of three factors. First, entities in clinical texts are nested and
ambiguous. Physicians often use abbreviations, acronyms, and synonyms, making standardising
dificult. Second, clinical terms can have diferent meanings, which vary depending on the
context. Although this problem mostly applies to non-clinical notes, for clinical NER, this
becomes more challenging as the model should understand the complete clinical context along
with the entity. A common issue is negative medical findings, where text is written to report
ifndings in a negative context; however, the NER considers that a positive. Third, text spans in
clinical texts are long and discontinued.
1https://www.sanidad.gob.es/areas/saludDigital/historiaClinicaSNS/mapa/situacionActualHCDSNS.htm
2https://scielo.isciii.es/scielo.php
3https://icd.who.int/browse10/2019/en
        </p>
        <p>
          Clinical NER has the same evolution track as the general-purpose NLP tasks from lexical
and rule-based methods to deep neural networks and pre-trained large language models [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
There is a large variety of BERT-based [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] language models [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] pre-trained on large amounts of
texts of the biomedical and clinical domain. Recently, such models for Spanish were created
and showed good performance [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The primary method for entity recognition is sequence
labelling—a task which assigns a class or label to each span of text in a given input sequence.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>2.2. Entity Linking</title>
        <p>
          Entity Linking (EL), or entity normalisation, is the key technology enabling semantic applications
and informatics pipelines in the biomedical domain. EL is the task of establishing a link between
a concept detected in the unstructured text to an entry in a structured knowledge graph/database.
A popular and fast method is exact string matching against a database of synonyms; its advantage
is high precision while it sufers from low recall [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. A rule-based algorithm [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] which applies
various transformations such as stemming, sufix replacement, and acronym expansion, also
achieved high precision but struggle with tasks requiring softer reasoning.
        </p>
        <p>
          Recently, the methods are based on Semantic Text Similarity (STS) pipelines [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Semantic
EL system consists of 1) entity and context encoding, 2) candidate generation, and 3) candidate
ranking. The entity encoders have shifted to self-attention architectures and started using deep
pre-trained models like BERT [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Most studies rely on external knowledge for the candidate
generation step. There is a surge of models that tackle the domain adaptation problem in a
zero-shot fashion. The learning type for the disambiguation can be supervised, unsupervised,
weakly supervised, or zero-shot. Some models are trained on cross-lingual data [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. The main
challenge of EL in the clinical domain is the large variety of synonyms in clinical ontologies,
their hierarchical structure and the rich context where they occur.
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>2.3. Existing Tools</title>
        <p>
          Most clinical concept detection and linking tools are for English and link mentions to UMLS
concepts. Some are also private and developed by big companies like Amazon or IBM. cTAKES[
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]
uses a dictionary look-up and each mention is mapped to a UMLS concept. MetaMap4 is a tool
that identifies UMLS concepts in the text of clinical. It is based on a lexical lookup of input
words. CLAMP [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] takes two approaches: a machine learning using Conditional Random Field
and a dictionary-based approach, which maps mentions to standardised ontologies. Spark NLP5
and Amazon Comprehend Medical6 map clinical findings to ICD-10-CM, SNOMED CT,RxNorm
and other codes. Kodifica 7 for Spanish is rule-based and dictionary-based.
        </p>
        <sec id="sec-3-3-1">
          <title>4https://www.nlm.nih.gov/research/umls/implementation_resources/metamap.html</title>
          <p>5https://demo.johnsnowlabs.com/healthcare/ER_ICD10_CM/
6https://aws.amazon.com/es/comprehend/medical/
7https://ibermatica.com//wp-content/uploads/sites/4/2017/11/Kodifica-T-Codif.-sem%C3%A1ntico-de-diagn%C3%
B3stico.pdf</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. Hypothesis and Research Proposal</title>
      <p>This thesis hypothesises that it is possible to automatically extract structured information with
high accuracy from unstructured texts written in natural language. To prove the hypothesis,
the following tasks and experiments are proposed.</p>
      <p>• Develop and evaluate automatic systems based on state-of-the-art algorithms for
extracting structured information from medical records, including clinical entity detection and
linking them to clinical KBs for non-English languages.
• Experiment with the NER addressing the most challenging points, such as concept
disambiguation, long-span detection, and multiclass classification.
• Experiment with EL techniques, using semantic similarity and text generation techniques.
• Create a tool prototype for semantic interoperability of clinical concepts among KBs and
lexical resources.</p>
      <p>• Experiment with automatic and semiautomatic methods to create new annotated data.</p>
    </sec>
    <sec id="sec-5">
      <title>4. Methodology and Experiments</title>
      <sec id="sec-5-1">
        <title>4.1. Clinical codes mapping for data augmentation</title>
        <p>
          We research data augmentation methods in the situation of scarce annotated data. One of the
ifrst steps in our research is an application ClinIDMap [
          <xref ref-type="bibr" rid="ref15 ref16">15, 16</xref>
          ], which is aimed to map clinical
codes of taxonomies (UMLS, ICD-10, MeSH, SNOMED-CT etc.) and lexical resources (Wikipedia,
WordNet). We created it to make the clinical codes interoperable and use for generating mode
annotated data. Most clinical concepts are transferable across various knowledge bases and
languages. The alignment uses the IDs of the KBs from the oficial mapping resources developed
by SNOMED-CT and UMLS authors.
        </p>
        <p>The alignment allows us to enrich manually annotated corpora with extra clinical codes. If we
have a corpus annotated in UMLS codes, we can map each code to ICD-10-CM and ICD-10-PSC
codes to automatically derive a new version of the corpus for training a new SL system. And
vice versa, a corpus annotated with ICD-10 codes can be used to automatically derive corpora
annotated with UMLS codes, semantic types or groups. Our tool also enriches the concepts
with multilingual terms and descriptions of its available Wikipedia articles, which allows us to
expand brief taxonomy descriptions to detailed information in multiple languages. For instance,
a Spanish sentence below annotated with a UMLS code C0011860 can be mapped to SNOMED
CT code 44054006, ICD-10-CM code E11.9, semantic group Disorder and the corresponding
Wikipedia articles in 51 languages.</p>
        <p>La paciente presentaba como antecedentes personales hipertensión y diabetes tipo 2
(C0011860) controladas mediante tratamiento médico convencional. (The patient had a history
of hypertension and type 2 diabetes controlled by conventional medical treatment.)</p>
        <p>
          We experiment with the following corpora. CodiEsp 2020 [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] a corpus of clinical cases,
manually curated by the CLEF e-Health shared task organisers. It is annotated with Diagnosis
(diagnóstico) or a Proceeding (procedimiento) and ICD-10 codes. E3C Corpus[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] is a
multilingual corpus in English, French, Italian, Spanish, and Basque of clinical narratives annotated
with semantic groups (e.g., pathologies, drugs, anatomy, etc.) and temporal information and
factuality (e.g., events). CT-EBM-SP [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] is a collection of texts in Spanish annotated with
UMLS codes and semantic groups. MANTRA corpus [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] consists of parallel corpora in English,
French, German, Spanish, and Dutch manually annotated with the biomedical concepts and
UMLS codes. MedMentions [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] is a large English dataset of PubMed abstracts annotated with
UMLS concepts.
        </p>
        <p>
          Using the mapping tool, we derive multiple datasets from existing datasets annotated with
diferent coding systems and obtain a new larger corpus. The resulting annotated corpus is
prepared to train NER models to classify semantic groups, diagnoses, and procedures. We map
ICD-10 categories to UMLS Semantic groups and vice versa. Finally, we compare classification
models trained on the gold-standard corpus and corpus annotated with the mapping method.
We train several deep learning models and see that the models trained on the corpora annotated
with our method, perform quite well comparably with the gold standard (See the results in [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]).
The tool’s code is publicly available8.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Entity Linking Experiments</title>
        <p>For the EL task, our primary approach is STS techniques, where two texts’ degree of semantic
closeness is measured. Semantic search is based on STS, allowing retrieval of relevant text results
beyond mere lexical matching. The main concepts of semantic search are query, collection
of documents, and level of relevance between a query and documents. It typically involves
embedding all documents (sentences or, in this case, clinical taxonomy descriptions) into a
vector space, this process is also known as encoding. The query, represented by the detected
entity (as described in Subsection 2.1), is embedded into the same vector space at search time.
Nowadays, the most extended method to encode text is to use a pre-trained Transformer model
[22] to obtain the corresponding embeddings (multidimensional vectors). These models are
used as encoders. Then, we compute the score using a similarity metric. The metric can be
cosine distance, dot product and others. The top N documents with the shortest distance or
with the higher scores is the set of candidates for linking.</p>
        <p>We experiment with diferent types of encoders, trained on the domain data, for example,
SapBERT-XLMR-large model [23]. This model is trained with UMLS. We find injecting UMLS
knowledge of multilingual clinical terminology into a pre-trained language model especially
helpful for the normalisation task. Next, each corpus entity’s closest candidate from the
SNOMED CT is retrieved. The code of the most similar taxonomy entry is used as the predicted
code for each given entity.</p>
        <p>We also experiment with a cross-encoder model [24] training. Cross-encoders handle sentence
pair scoring and classification tasks [ 25]. They have been proven successful in the clinical
domain also [26]. In contrast to an unsupervised semantic similarity function, the cross-encoder
is trained by encoding a pair of sentences simultaneously and producing a value between 0
and 1 that indicates the similarity or relatedness of the input sentence pair. Cross-encoders are</p>
        <sec id="sec-5-2-1">
          <title>8https://github.com/Vicomtech/ClinIDMap</title>
          <p>trained using a set of text pairs labelled as similar/related (i.e., positive) or dissimilar/unrelated
(negative). This method allows us to fine-tune the model on the annotated domain data. After
retrieving of top N candidates with the semantic similarity method, we can rerank the document
with the cross-encoder model predicting the score for each query-document pair.</p>
        </sec>
      </sec>
      <sec id="sec-5-3">
        <title>4.3. Participation in Shared Tasks</title>
        <p>In order to prove the hypothesis and obtain access to annotated data, we have participated in
various shared tasks organised during IberLEF9 or CLEF10 conferences.</p>
        <p>MEDDOPROF 2021 [27]. The task was to detect mentions of professions in the clinical
domain. In the normalisation task, which is the same as entity linking, the participants had to
link the entities with SNOMED CT, assigning the code to each entity. Our results were better
than the baseline in the NERC and classification tasks. In normalisation, we did not pass the
baseline. We presented a joint model based on BERT, and for the normalisation task, we used
semantic similarity to search for the closest candidate in the vector space [28].</p>
        <p>LivingNER 2022 [29]. The task had three tracks: detection of entities meaning living beings,
link them to a knowledge base, in this case, NCBI11, a large taxonomy of biomedical information,
and the third track was to classify the detected entities as a pet, an animal injury, food or a
nosocomial infection. We have presented the models based on transformer models. In the entity
linking task we experimented with vector space and methods of linking semantically identical
texts. Our system gets the best result in task 2 [30].</p>
        <p>MedProcNER 2023 [31] The task is designed similarly, where the first subtask is to detect
entities, in this case, procedures, and the second subtask is entity linking to SNOMED CT
taxonomy. The third task is clinical indexing, where the system should detect all SNOMED
CT codes in a given document. The results are to be published in September 2023 at CLEF
conference.</p>
      </sec>
      <sec id="sec-5-4">
        <title>4.4. Entity Linking as Text Generation Task</title>
        <p>As was described in Subsection 4.2, the primary approach for EL task is a semantic search for
the closest candidates and candidates ranking. Recently, the sequence to sequence (seq2seq)
approach [32] is trending in the NLP, which consists of taking the text as input and producing
new text as output. Our experiment is to train models capable generate taxonomy definitions
from the corpus concepts; for example, taken as inputs, corpus words “dolor ótico” (ear pain)
can generate the output “otalgia, oído no especificado” (otalgia, ear not specified), which is code
H92.09 in ICD-10. We want to experiment with seq2seq models, such as T5 [32], to determine if
this new approach can improve previous work on EL.</p>
        <sec id="sec-5-4-1">
          <title>9http://sepln2023.sepln.org/iberlef/ 10http://www.clef-initiative.eu/ 11https://www.ncbi.nlm.nih.gov/</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Research Elements for Discussion</title>
      <p>My research is in the middle of the way. There are still many questions to address and problems
to resolve. I would like to list some of them, the most challenging from my point of view.
1. Data augmentation. As was said above, there is a lack of annotated data for clinical
NLP. How do we get more corpora in the situation of highly sensitive data and the high
cost of manual annotation? Which methods are applicable? How can we generate more
multilingual corpora?
2. Challenges for clinical entity recognition. As was said in Subsection 2.1, clinical
concepts are much more dificult to detect and classify, because of a large variety of lexical
representation, their nested nature and their high impact of context, compared to classical
location–name–organisation setting. Is the classical NER approach the best?
3. Entity Linking task is far from being resolved in clinical narratives, and the performance
of even the state-of-the-art systems highly depends on the quality and nature of the
training data. It is even more dificult to annotate codes than entities and concepts. There
are a lot of situations of ambiguity when the same lexical representation can be related
to various codes depending on the context and other factors. Clinical dictionaries and
taxonomies are more specific than other lexical resources such as Wikipedia. Which
types of semantic similarity and ranking models perform best? Do we need to encode the
concept detected in the text only or use its context, too? Can we use other than semantic
similarity techniques, such as text generation to implement entity linking system?</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This doctoral thesis is supported by Vicomtech Foundation. I am grateful to my thesis supervisors
German Rigau (EHU/UPV) and Montse Cuadros (Vicomtech) for their guidance and help during
the work done up to now.
[22] A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, L. u. Kaiser,
I. Polosukhin, Attention is All you Need, in: I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach,
R. Fergus, S. Vishwanathan, R. Garnett (Eds.), Advances in Neural Information Processing
Systems, volume 30, Curran Associates, Inc., 2017.
[23] F. Liu, I. Vulić, A. Korhonen, N. Collier, Learning Domain-Specialised Representations for
Cross-Lingual Biomedical Entity Linking, in: Proceedings of ACL-IJCNLP 2021, 2021, pp.
565–574.
[24] N. Reimers, I. Gurevych, Sentence-BERT: Sentence Embeddings using Siamese
BERTNetworks, in: Proceedings of the 2019 Conference on Empirical Methods in Natural
Language Processing and the 9th International Joint Conference on Natural Language
Processing (EMNLP-IJCNLP), Association for Computational Linguistics, Hong Kong,
China, 2019, pp. 3982–3992.
[25] R. Nogueira, K. Cho, Passage Re-ranking with BERT, ArXiv abs/1901.04085 (2019).
[26] A. Rahimi, T. Baldwin, K. Verspoor, WikiUMLS: Aligning UMLS to Wikipedia via
Crosslingual Neural Ranking, in: Proceedings of the 28th International Conference on
Computational Linguistics, International Committee on Computational Linguistics, Barcelona,
Spain (Online), 2020, pp. 5957–5962.
[27] S. Lima-López, E. Farré-Maduell, A. Miranda-Escalada, V. Brivá-Iglesias, M. Krallinger,
Nlp applied to occupational health: Meddoprof shared task at iberlef 2021 on automatic
recognition, classification and normalization of professions and occupations from medical
texts, Procesamiento del Lenguaje Natural 67 (2021) 243–256.
[28] E. Zotova, A. García-Pablos, M. Cuadros, Vicomtech at MEDDOPROF: automatic
information extraction and disambiguation in clinical text, in: Proceedings of the Iberian
Languages Evaluation Forum (IberLEF 2021) co-located with the Conference of the Spanish
Society for Natural Language Processing (SEPLN 2021), XXXVII International Conference
of the Spanish Society for Natural Language Processing., Málaga, Spain, September, 2021,
volume 2943 of CEUR Workshop Proceedings, CEUR-WS.org, 2021, pp. 776–787.
[29] A. Miranda-Escalada, E. Farré-Maduell, S. Lima-López, D. Estrada, L. Gascó, M. Krallinger,
Mention detection, normalization &amp; classification of species, pathogens, humans and food
in clinical documents: Overview of livingner shared task and resources, Procesamiento
del Lenguaje Natural (2022).
[30] E. Zotova, A. García-Pablos, N. Pérez, P. Turón, M. Cuadros, Vicomtech at LivingNER2022,
in: Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2022) co-located
with the Conference of the Spanish Society for Natural Language Processing (SEPLN
2022), A Coruña, Spain, September 20, 2022, volume 3202 of CEUR Workshop Proceedings,
CEUR-WS.org, 2022.
[31] S. Lima-López, E. Farré-Maduell, L. Gascó, A. Nentidis, A. Krithara, G. Katsimpras,
G. Paliouras, M. Krallinger, Overview of medprocner task on medical procedure
detection and entity linking at bioasq 2023, in: Working Notes of CLEF 2023 - Conference
and Labs of the Evaluation Forum, 2023.
[32] C. Rafel, N. Shazeer, A. Roberts, K. Lee, S. Narang, M. Matena, Y. Zhou, W. Li, P. J. Liu,
Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer, Journal
of Machine Learning Research 21 (2020) 1–67.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>World</given-names>
            <surname>Health</surname>
          </string-name>
          <article-title>Organization (WHO), ICD-10 : international statistical classification of diseases and related health problems : tenth revision</article-title>
          , 2nd ed ed., World Health Organization,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K.</given-names>
            <surname>Donnelly</surname>
          </string-name>
          , et al.,
          <article-title>SNOMED-CT: The advanced terminology and coding system for eHealth</article-title>
          ,
          <source>Studies in health technology and informatics 121</source>
          (
          <year>2006</year>
          )
          <fpage>279</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>O.</given-names>
            <surname>Bodenreider</surname>
          </string-name>
          ,
          <article-title>The Unified Medical Language System (UMLS): integrating biomedical terminology</article-title>
          ,
          <source>Nucleic Acids Res</source>
          .
          <volume>32</volume>
          (
          <year>2004</year>
          )
          <fpage>267</fpage>
          -
          <lpage>270</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>B.</given-names>
            <surname>Jehangir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Radhakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <article-title>A survey on Named Entity Recognition - Datasets, Tools, and</article-title>
          <string-name>
            <surname>Methodologies</surname>
          </string-name>
          ,
          <source>Natural Language Processing Journal</source>
          <volume>3</volume>
          (
          <year>2023</year>
          )
          <fpage>100017</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Srinivasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. C.</given-names>
            <surname>Sleeman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Palta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kapoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <source>A Survey on Recent Named Entity Recognition and Relationship Extraction Techniques on Clinical Texts, Applied Sciences</source>
          <volume>11</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding, in: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          , Volume
          <volume>1</volume>
          (Long and Short Papers),
          <year>2019</year>
          , pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Kalyan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rajasekharan</surname>
          </string-name>
          , S. Sangeetha,
          <article-title>AMMU: A Survey of Transformer-Based Biomedical Pretrained Language Models</article-title>
          ,
          <source>J. of Biomedical Informatics</source>
          <volume>126</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Fandiño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Estapé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pàmies</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Palao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Ocampo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. P.</given-names>
            <surname>Carrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Oller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Penagos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Agirre</surname>
          </string-name>
          , M. Villegas,
          <source>MarIA: Spanish Language Models, Procesamiento del Lenguaje Natural</source>
          <volume>68</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Jonquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Youn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Musen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callendar</surname>
          </string-name>
          , M.
          <article-title>-</article-title>
          <string-name>
            <surname>A. Storey</surname>
          </string-name>
          , NCBO Annotator:
          <article-title>Semantic Annotation of Biomedical Data, ISWC (</article-title>
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>J. D'Souza</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Ng</surname>
          </string-name>
          ,
          <article-title>Sieve-Based Entity Linking for the Biomedical Domain, in: Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th</article-title>
          <source>International Joint Conference on Natural Language Processing</source>
          (Volume
          <volume>2</volume>
          :
          <string-name>
            <surname>Short</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          , Beijing, China,
          <year>2015</year>
          , pp.
          <fpage>297</fpage>
          -
          <lpage>302</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Fiorini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. J.</given-names>
            <surname>Wilbur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          , Bridging the Gap:
          <article-title>Incorporating a Semantic Similarity Measure for Efectively Mapping PubMed Queries to Documents</article-title>
          ,
          <source>Journal of Biomedical Informatics</source>
          <volume>75</volume>
          (
          <year>2017</year>
          )
          <fpage>122</fpage>
          -
          <lpage>127</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          ,
          <article-title>Making Monolingual Sentence Embeddings Multilingual Using Knowledge Distillation</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>O.</given-names>
            <surname>Sevgili</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shelmanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Arkhipov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Panchenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Biemann</surname>
          </string-name>
          ,
          <source>Neural Entity Linking: A Survey of Models Based on Deep Learning, Semantic Web</source>
          <volume>13</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>E.</given-names>
            <surname>Soysal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. V. S.</given-names>
            <surname>Pakhomov</surname>
          </string-name>
          , H. Liu, H. Xu, CLAMP
          <article-title>- a toolkit for eficiently building customized clinical natural language processing pipelines</article-title>
          ,
          <source>Journal of the American Medical Informatics Association : JAMIA</source>
          <volume>25</volume>
          (
          <year>2017</year>
          )
          <fpage>331</fpage>
          -
          <lpage>336</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zotova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cuadros</surname>
          </string-name>
          , G. Rigau,
          <article-title>ClinIDMap: Towards a Clinical IDs Mapping for Data Interoperability</article-title>
          ,
          <source>in: Proceedings of the Thirteenth Language Resources and Evaluation Conference</source>
          , European Language Resources Association, Marseille, France,
          <year>2022</year>
          , pp.
          <fpage>3661</fpage>
          -
          <lpage>3669</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>E.</given-names>
            <surname>Zotova</surname>
          </string-name>
          ,
          <article-title>Towards the integration of WordNet into ClinIDMap</article-title>
          ,
          <source>Global WordNet Conference</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Miranda-Escalada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gonzalez-Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Armengol-Estapé</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Krallinger, Overview of automatic clinical coding: annotations, guidelines, and solutions for non-english clinical cases at CodiEsp track of CLEF eHealth</article-title>
          <year>2020</year>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>B.</given-names>
            <surname>Magnini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Altuna</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lavelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Speranza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Zanoli</surname>
          </string-name>
          ,
          <article-title>The E3C Project: Collection and Annotation of a Multilingual Corpus of Clinical Cases (</article-title>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>L.</given-names>
            <surname>Campillos-Llanos</surname>
          </string-name>
          ,
          <article-title>First Steps towards Building a Medical Lexicon for Spanish with Linguistic and Semantic Information (</article-title>
          <year>2019</year>
          )
          <fpage>152</fpage>
          -
          <lpage>164</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Kors</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Clematide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Akhondi</surname>
          </string-name>
          , E. M. van
          <string-name>
            <surname>Mulligen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Rebholz-Schuhmann</surname>
          </string-name>
          ,
          <article-title>A multilingual gold-standard corpus for biomedical concept recognition: the Mantra GSC</article-title>
          ,
          <source>Journal of the American Medical Informatics Association</source>
          <volume>22</volume>
          (
          <year>2015</year>
          )
          <fpage>948</fpage>
          -
          <lpage>956</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>MedMentions: A Large Biomedical Corpus Annotated with UMLS Concepts</article-title>
          , ArXiv abs/
          <year>1902</year>
          .09476 (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>