<!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 />
    <article-meta>
      <title-group>
        <article-title>MEDIA team at the CLEF-2020 Multilingual Information Extraction Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Iker de la Iglesia</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mikel Mart nez-Puente</string-name>
          <email>mikelmpuente@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexander Platas</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iria San Miguel</string-name>
          <email>iria.san.miguel2000g@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aitziber Atutxa</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Koldo Goj</string-name>
          <email>koldo.gojenolag@ehu.eus</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Science, University of the Basque Country, EHU/UPV</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Engineering</institution>
          ,
          <addr-line>Bilbao</addr-line>
          ,
          <institution>University of the Basque Country, EHU/UPV</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The aim of this paper is to present our approach (MEDIA) on the CLEF-2020 eHealth Task 1. The task consists in automatically assigning ICD10 codes (CIE-10, in Spanish) to clinical case documents, evaluating the prediction against manually generated ICD10 codi cations. Our system took part in two di erent subtasks: one corresponding to Diagnosis Coding (CodiEsp-D) and the other to Procedure Coding (CodiEsp-P). We approached the coding task as a two step system; a rst step consisting of carrying out the named entity recognition (diagnoses and procedures) and a second step for assigning the right ICD10 code to the given entity (diagnosis or procedure). For the rst step, namely the medical entity recognition, we employed a transfer learning strategy over pretrained Language Models by tuning them to the Named Entity Recognition task. The second step was dealt with edit distance techniques. We achieved our best results combining static and contextual word embeddings of Wikipedia and Electronic Health Records ( 100M words), with a Mean Average Precision (MAP) of 0.488 and 0.442 for diagnoses and procedures, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>Neural Networks • Levenshtein Distance • ICD Coding</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Automatic clinical coding has received great attention and several systems and
shared tasks have been organized in the last years, using knowledge-based and
machine learning techniques. CodiEsp: Clinical Case Coding in Spanish Shared
Task (eHealth CLEF 2020 { Multilingual Information Extraction) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is devoted
to the automatic coding of clinical cases in Spanish, as part of the CLEF eHealth
series [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Participant systems have to automatically assign ICD10 codes to
clinical case documents evaluating the result against manually generated ICD10
codi cations. This task will serve to generate new clinical coding tools for other
languages and data collections.
      </p>
      <p>Our system took part in two di erent subtasks: one corresponding to the
detection and coding of diagnoses (CodiEsp-D) and the other to procedure coding
(CodiEsp-P). We made use of di erent techniques, ranging from edit distance
measures to neural approaches using the most recent architectures, including
di erent types of embeddings taken from medical texts.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        The SemEval 2014 Task 7 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] can be cited as an antecedent to the present
competition, except for the number and types of entities to be identi ed (diseases and
others), and the type of concept indexing (SNOMED-CT, compared to ICD10
in this work). Task 7 in SemEval 2014 comprised two subtasks, medical entity
recognition and concept indexation. To tackle the rst subtask, di erent teams
used approaches as MaxEnt, SVM or CRF in combination with the extraction
of syntactic and semantic attributes. The authors in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] obtained the best results
in strict F-Score with 78.5 on the development set and 81.3 on the test set. For
the second subtask, namely Concept Indexation, the solutions proposed were
very similar among the di erent teams. As in the NER task, the winner was
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] with an accuracy of 74.1 on the test set. Their solution was based on the
cosine similarity using a Vector Space Model (VSM). Other teams also proposed
a method based on edit distance, more precisely Levenshtein distance [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        In SemEval 2015 (task 14) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], the methods used were analogous to those
used in SemEval-2014. In the best system, a CRF was used to detect entities
and a SVM classi er to determine if these were joined or not (and thus catch
discontinuous entities). Regarding Concept Indexing, they used basically
customized look-ups, like Dictionary look-up (exact match of entity word
permutations, LVG), Customized Dictionary look-up (split UMLS entities by function
words), and Customized Dictionary look-up (list of possible UMLS spans and
application of Levenshtein distance).
      </p>
      <p>
        Recently, the PharmacoNER competition [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed a similar task, but
with the aim of identifying chemical, drug, and gene/protein mentions for
clinical case studies written in Spanish. The evaluation of the task was divided in
two scenarios: one corresponding to the detection of named entities and one
corresponding to the indexation of named entities. Besides these competitions,
improvements have been made mostly in the entity recognition subtask using
neural networks such as Bi-LSTM + CRFs [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>Resources and Methods</title>
      <sec id="sec-3-1">
        <title>Resources</title>
        <p>The CodiEsp corpus contains 3,751 (including background set) clinical cases in
Spanish language, with 1,000 of them manually coded. The annotated corpus
has been randomly sampled into three subsets: the train, the development, and
the test set. The train set contains 500 clinical cases, and the development and
test set 250 clinical cases each. The train and development cases were provided
along with their corresponding annotations. The nal collection of 1,000 clinical
cases that make up the corpus had a total of 16,504 sentences, with an average
of 16.5 sentences per clinical case. It contains a total of 396,988 words, with an
average of 396.2 words per clinical case.</p>
        <p>In addition to this corpus, we made use of medical domain related synonym
dictionaries and word, character and contextual embeddings calculated from a
medical corpus other than the one provided by the organizers.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Methods</title>
        <p>The rst experiment, applied to both diagnoses and procedures, consisted in
nding word sequences in the text keeping a given edit distance proportional to
the length of the sequence with respect to some ICD10 dictionary term
(EditDistance, see below). Additionally, for the procedures, we made a similar experiment
(UnorderedMatching) but, in this case, instead of matching the sentence's words
in the exact order, we focused just on the words individually. If an entity's words
matched all words of an entry from the dictionary, even with a di erent word
order, it was interpreted as the same term.</p>
        <p>In these two experiments, we made use of sliding windows. Initially the
window covers the maximum size available up to a word limit (in this case 7 words).
Then it tries to match the sentence with a known entity with one of the two
methods above. If no match was found, and as long as the window's size was
longer than 1 word, the window size decreases by one and tries to match the
new shorter entity. When the window size is 1 and there is no matching entity
found, the window will move one word forward. Finally, if a match is found, the
window resets its size and moves forward to the word after the last word of the
previous sequence.</p>
        <p>With this approach, the entity recognition and the ICD code assignment was
done in one unique step. For the rest of the experiments we pursue the task in two
steps, rst detecting the entities using transfer learning by tuning a pretrained
LM and then applying edit distance.</p>
        <p>
          Named Entity Recognition. Recently, the use of pretrained Language Models
(LM) on huge amounts of data (ElMo [13], BERT [14], FLAIR [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]) has shown
to obtain very good results in di erent tasks [
          <xref ref-type="bibr" rid="ref10">10, 13</xref>
          ]. Language Models are able
to capture the distribution of a language by learning a probability distribution
over word sequences. This has proven to be a good approach in
sequence-tosequence tasks like named entity recognition (NER) [12], especially when using
bidirectional Language Models (BiLM) learned on both left-to-right and
rightto-left directions [13]. From the di erent available Transfer Learning language
Models we decided to use Flair [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. This system, compared to the other mentioned
alternatives, is computationally less expensive without harming the performance.
        </p>
        <p>For this work, we trained two di erent LMs. We trained the rst LM on
331,468 Electronic Health Records (EHR) containing 100M words from di
erent Spanish hospitals (SpaEHR). The second one was trained on the Spanish
Clinical Case Corpus (SPACCC3), a collection of 1,000 clinical cases from
SciELO (Scienti c Electronic Library Online). Clinical cases have the peculiarity
of being a biomedical and medical literature version of EHRs, and therefore the
language employed is mostly standard as opposed to conventional EHRs.</p>
        <p>
          For the diagnosis NER subtask, we run four di erent experiments. The rst
one used edit distance as explained at the beginning of this section, where the
entity recognition and the code assignment where done in one unique step. For
the three other experiments we employed Flair [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], performing the NER task
by means of a BiLSTM + CRF. In this case we used the same static word
representation in each experiment and character based embeddings as well but
ne-tuning the LMs we mentioned before. As static word representations, we
employed FastText and word2vec embeddings learned from wikipedia and
skipNgram embeddings learned from the EHRs corpus (SpaEHR). Part of this
corpus was originally tagged with diagnoses so we ne-tuned the LM learned on
the SpaEHR corpus adapting it to the diagnoses NER subtask. Therefore in this
experiment (from now on SpaEHR-LM) we did not use the train, development
and test sets provided by the organizers to ne-tune the LM. Noteworthy, the
SpaEHR corpus is not tagged with discontinuous entities (in this case diagnoses).
As a consequence such kind of entities cannot be recognized in the SpaEHR
experiment. For the second run, although we used the same static embeddings
(fasttext and word2vec from wikipedia and SkipNGram from SpaEHR), the LM
was the one learned on the SPACCC corpus (from now on SPACCC-LM), that
is to say, on the corpus provided by the organizers which contains more
standardized clinical cases with tagged diagnoses and procedures. In this case, the
training corpus contains discontinuous entities so we pre-processed the corpus
to convert it into a tabular format with IBOES tags. And nally, the third
experiment consisted in joining the entities found by the SpaEHR-LM and those
found by the SPACCC-LM (Joint-LM).
        </p>
        <p>It is important to mention that we employed the same SPACCC-LM model
for diagnoses and procedures, since the SPACCC corpus provided by the
organizer contained both diagnoses and procedures.</p>
        <p>Edit distance. The normalization of given named entities consists in
linking named entities to concepts in standardized medical terminologies, allowing
3 https://doi.org/10.5281/zenodo.2560316
generalization across contexts. The task consists in assigning, to each term, its
corresponding Concept Unique Index. For example, \ ebre", \hipertermia" and
\sindrome febril" are all normalized to the same ICD-10 code (r50.9). In our
work, we made use of a Text Similarity based mapping from the given terms to
di erent sets:
{ The terms present in the training set. This set is limited but gives an account
of standard and non-standard terms present in spontaneously written health
records. These terms are a source of spontaneously written data, similar to
those present in the test set. However, this set only covers a small fraction
of the whole set of ICD-10 codes.
{ ICD10 standard terms. This can be viewed as a dictionary covering all terms.</p>
        <p>However, the description is far from the terms found in spontaneous clinical
cases.</p>
        <p>
          A lookup table was built by traversing the training data, recording every
entity and its corresponding ICD code, and directly applied on the test set. We
tried to approximate the search to guarantee a matching, by using the
Levenshtein distance [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], a method that quanti es the minimum number of operations
required to transform one string into another using insertions, deletions or
substitutions as the basic edit operations. We compute the distance between the
input string and the set of terms taken as reference. We must take into account
that the methods just try to match the chosen strings with terms of a
dictionary of expressions or the list of entities present in the training set, ignoring the
context around the entities. In order to improve the number of di erent entities
that can be found, we included a synonym dictionary. Therefore, if no match
was found the rst time assigning a code to an entity, synonyms were applied to
it, composing new candidate terms.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and Discussion</title>
      <p>In this section we will present the results we have achieved for both subtasks
(CodiEsp-D and CodiEsp-P) of Task 1. Multilingual Information Extraction. For
this purpose we have compiled all the results in Table 1 and Table 2 respectively,
where we can observe the results and the approach of each and every run we
have made.</p>
      <p>In the rst subtask, i.e., with regard to diagnoses, we have submitted four
different runs: \SPACCC-LM",\SpaEHR-LM", \Joint-LM", and \EditDistance".
In Table 1 we can observe the di erent results according to the o cial metrics,
i.e., MAP (Mean average precision for a set of queries is the mean of the average
precision scores for each query) and other computed metrics such as MAP30,
Precision (guessed codes/all of our predictions), Recall (guessed codes/all codes)
and F-score (harmonic mean of Precision and Recall).</p>
      <p>Overall, the best run is the one corresponding to \Joint-LM", taking into
account all the metrics. However, if we analyze each run and each metric one
by one we can nd some interesting information. For example, the Precision of
\SPACCC-LM" is 0.735, which is much higher than the rest, whereas the Recall
is 0.543, lower than others. We can also state that the worst run is
\SpaEHRLM", because its gures are the lowest ones in almost all the metrics.</p>
      <p>In the second subtask, namely procedures, we have submitted three di erent
runs, \EditDistance", \SPACCC-LM", and \UnorderedMatching". In Table 2
we can observe the di erent results according to o cial metrics.</p>
      <p>If we analyze each run and each metric we can observe that there are di
erences among them depending on which metric we use. For example, the Precision
of \SPACCC-LM" is the highest one (0.601) while the Recall is lower than the
other runs (0.412). In some other cases, such as in \UnorderedMatching", both
Precision and Recall remain almost constant: 0.501 and 0.503, respectively.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>The purpose of this work was to evaluate the feasibility of di erent approaches to
medical entity detection and concept indexing using the International Classi
cation of Diseases, ICD10. Entity detection was dealt with a sequential tagger that
used word embeddings and contextual string embeddings acquired from
Electronic Health Records (EHR), Clinical Cases and Wikipedia. Concept
normalization was approached by Text Similarity techniques. The Levenshtein-based
system obtained relatively good results, compared to neural network approaches,
and this aspect deserves a further study of the strengths and weaknesses of each
approach.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>This work has been partially funded by the Spanish ministry (projects
PROSAMED: TIN2016-77820-C3-1-R, DOTT-HEALTH: PID2019-106942RB-C31). We
gratefully acknowledge the support of NVIDIA Corporation with the donation
of the Titan X Pascal GPU used for this research.
11. Peters, M.,Neumann, M., Iyyer, M., Gardner, M., Clark, C. Lee, K., Zettlemoyer,
L. Deep Contextualized Word Representations, Proceedings of the 2018 Conference
of the North American Chapter of the Association for Computational Linguistics:
Human Language Technologies, Vol. 1, Association for Computational Linguistics
(2018)
12. Shreyas, S., Daniel Jr, R. BioFLAIR: Pretrained Pooled Contextualized
Embeddings for Biomedical Sequence Labeling Tasks(2019),1908.05760 arXiv
13. Peters, M., Neumann, M., Iyyer, M., Gardner, M., Clark, C., Lee, K., Zettlemoyer,
L. Deep Contextualized Word Representations, Proceedings of the 2018 Conference
of the North American Chapter of the Association for Computational Linguistics:
Human Language Technologies, Volume 1,(2018)
14. Devlin, J., Chang, M., Lee, K., Toutanova, K. BERT: Pre-training of Deep
Bidirectional Transformers for Language Understanding, (2018), 1810.04805 arXiv</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Miranda-Escalada</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez-Agirre</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Armengol-Estape</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Overview of automatic clinical coding: annotations, guidelines, and solutions for non-English clinical cases at CodiEsp track of CLEF eHealth 2020</article-title>
          .
          <article-title>Working Notes of Conference and Labs of the Evaluation (CLEF) Forum</article-title>
          , CEUR Workshop Proceedings, (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miranda-Escalada</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Saez Gonzales,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Viviani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Overview of the CLEF eHealth Evaluation Lab 2020</article-title>
          . In: Arampatzis,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kanoulas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Tsikrika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Vrochidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Joho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Lioma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Neveol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            and
            <surname>Ferro</surname>
          </string-name>
          , N.(eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction: Proceedings of the Eleventh International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ). LNCS Volume number:
          <volume>12260</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Akbik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blythe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vollgraf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>Contextual string embeddings for sequence labeling</article-title>
          .
          <source>Proceedings of the 27th International Conference on Computational Linguistics</source>
          , pages
          <volume>1638</volume>
          {
          <fpage>1649</fpage>
          , (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Levenshtein</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <article-title>Binary codes capable of correcting deletions, insertions, and reversals</article-title>
          .
          <source>Soviet physics doklady</source>
          , volume
          <volume>10</volume>
          , number8, pages
          <fpage>707</fpage>
          -
          <lpage>710</lpage>
          , (
          <year>1966</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Pradhan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elhadad</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manandhar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savova</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>SemEval2014 Task 7: Analysis of Clinical Text</article-title>
          .
          <source>SemEval Workshop (COLING)</source>
          , pages
          <fpage>54</fpage>
          -
          <lpage>62</lpage>
          , (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , J.,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Y. UTH</given-names>
          </string-name>
          <article-title>CCB: a report for semeval 2014{task 7 analysis of clinical text</article-title>
          .
          <source>SemEval Workshop</source>
          (COLING),
          <source>page 802</source>
          , (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Pathak</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panchal</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dani</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choudhary</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <article-title>ezDI: A Supervised NLP System for Clinical Narrative Analysis</article-title>
          .
          <source>Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , pages
          <fpage>412</fpage>
          -
          <lpage>416</lpage>
          , (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lample</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ballesteros</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subramanian</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dyer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Neural architectures for named entity recognition</article-title>
          .
          <source>Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , pages
          <fpage>260</fpage>
          -
          <lpage>270</lpage>
          , (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marimon</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Intxaurrondo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rabal</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villegas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>PharmaCoNER: Pharmacological Substances, Compounds and proteins Named Entity Recognition track</article-title>
          .
          <source>Proceedings of the BioNLP Open Shared Tasks (BioNLPOST)</source>
          ,
          <source>Association for Computational Linguistics</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narasimhan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salimans</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I. Improving</given-names>
          </string-name>
          <string-name>
            <surname>Language Understanding by Generative</surname>
          </string-name>
          Pre-Training.
          <article-title>(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>