<!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>
      <journal-title-group>
        <journal-title>P. Martinez)
orcid:</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Deep Neural Model with Contextualized-word Embeddings for Named Entity Recognition in Spanish Clinical Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Renzo Rivera-Zavala</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paloma Martinez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Carlos III University of Madrid, Avda. Universidad</institution>
          ,
          <addr-line>30, 28911 Leganés, Madrid</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>In this work, we introduce a Deep Learning architecture for concepts related to cancer Named Entity Recognition in Spanish clinical cases texts. We propose a deep neural approach based on two Bidirectional Long Short-Term Memory (Bi-LSTM) network and Conditional Random Field (CRF) network using character and contextualized-word embeddings to deal with the extraction of semantic, syntactic and morphological features. The approach was evaluated on the CANTEMIST Corpus obtaining an F-measure of 82.3% for NER.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Natural Language Processing</kwd>
        <kwd>Clinical Texts</kwd>
        <kwd>Deep Learning</kwd>
        <kwd>Contextual Information</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Currently, the number of biomedical literature is growing at an exponential rate. Therefore,
the eficient access to information on biological, chemical, and biomedical data described in
scientific articles, patents, or e-health reports is a growing interest in the biomedical industry,
research, and so forth. In this context, improved access to biomedical concept mentions in
biomedical texts is a crucial step prior to downstream tasks such as drug and protein interactions,
chemical compounds, adverse drug reactions, among others.</p>
      <p>
        Named Entity Recognition (NER) is a crucial task in biomedical Information Extraction (IE),
intending to automatically extract and identify mentions of concepts of interest in running
text, typically through their mention ofsets or by classifying individual tokens whether they
belong to entity mentions or not. There are diferent approaches to address the NER task.
Dictionary-based methods, which are limited by the size of the dictionary, spelling errors, the
use of synonyms, and the constant growth of vocabulary. Rule-based methods and Machine
Learning methods usually require both syntactic and semantic features as well as specific
language and domain features. One of the most efective methods is Conditional Random
Fields (CRF) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] since CRF is one of the most reliable sequence labeling methods. Recently, deep
learning-based methods have also demonstrated state-of-the-art performance for English [
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2, 3, 4</xref>
        ]
texts by automatically learning relevant patterns from corpora, which allows language and
domain independence. However, pre-trained models in Spanish and even more in the biomedical
domain are limited, for to the best of our knowledge there is only one public available work
that addresses the generation of Spanish biomedical word embeddings [
        <xref ref-type="bibr" rid="ref5 ref6">5, 6</xref>
        ].
      </p>
      <p>
        In this paper, we propose a deep neural model with two Bi-LSTM layers and a CRF layer.
To do this, we adapt the NeuroNER model proposed in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for track 1 (NER ofset and entity
classification) of the CANTEMIST task [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Specifically, we have extended NeuroNER by
adding contextualized-word information and information about overlapping or nested entities.
Moreover, in this work, we use an existing pre-trained contextualized-word model as well as
our train from scratch contextualized-word model: i) a word2vec/FastText Spanish Billion Word
Embeddings models [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], which were trained on the 2014 dump of Wikipedia ii) our medical
word embeddings for Spanish trained using the FastText model and iii) a sense-disambiguation
embedding model [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>Experiment results on CANTEMIST tasks showed that our features representation improved
each of separate representations, implying that LSTM-based compositions play diferent roles in
capturing token-level features for NER tasks, thus making improvements in their combination.
Moreover, the use of specific domain contextualized-word vector representations outperforms
general domain word vector representations.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Materials and Methods</title>
      <p>In this section, we first describe the corpora used to generate our train from the scratch
contextualized-word representation, the training procedure and the pre-trained
contextualizedword models used in our study. Then, we describe our system architecture for ofset and entity
classification. Finally, the datasets used for training, validating, and evaluating our deep learning
model performance.</p>
      <sec id="sec-2-1">
        <title>2.1. Corpora</title>
        <p>The corpora were gathered from Spanish biomedical texts from diferent multilingual biomedical
sources:
1. The Spanish Bibliographical Index in Health Sciences (IBECS - http://ibecs.isciii.es) corpus
that collects scientific journals covering multiple fields in health sciences,
2. Scientific Electronic Library Online (SciELO - https://scielo.org/es/) corpus gathers
electronic publications of complete full-text articles from scientific journals of Latin America,
South Africa, and Spain,
3. MedlineNLM corpus obtained from the PubMed free search engine (https://www.ncbi.</p>
        <p>nlm.nih.gov/pubmed/),
4. The MedlinePlus corpus (an online information service provided by the U.S. National
Library of Medicine - https://medlineplus.gov/), consists of Health topics, Drugs and
supplements, Medical Encyclopedia and Laboratory test information, and
5. The UFAL corpus (https://ufal.mf.cuni.cz/ufal_medical_corpus) is a collection of parallel
corpora of medical and general domain texts.</p>
        <p>Source corpus details are described in Table 2.1.</p>
        <p>All the corpora are in XML (Dublin core format) and TXT format files. XML files were
processed for extract only raw text from specific XML tags such as "title" and "description"
from Spanish labels, based on the Dublin Core format as shown in Figure 1. TXT files were not
processed. Raw texts from all files were compiled in a single TXT file. Texts were processed,
setting all to lower, removing punctuations, trailing spaces and stop words and used as input
to generate our word embeddings. Sentences preprocessing (split and tokenized) were made
using Spacy 1, an open-source python library for advanced multi-language natural language
processing.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Contextualized-word models</title>
        <p>
          The use of word representations from pre-trained unsupervised methods is a common practice
and a crucial step in NER pipelines. Previous word embedding models such as Word2Vec [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ],
Glove [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], and FastText [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] focused on context-independent word representations. However,
in the last few years models are focused on learning context-dependent word representations,
such as ELMo [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], CoVe [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], and the state-of-the-art BERT model [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>
          BERT is a context-dependent word representation model based on a masked language model
and trained using the transformer architecture [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Previous models such as RNN (LSTM GRU)
combines two unidirectional layers (i.e., Bi-LSTM) to address the sequential nature of natural
language, as a replacement for the sequential approach the BERT model employs a much faster
attention-based approach. BERT is pre-trained in two unsupervised "artificial" tasks: i) masked
language modeling that predicts randomly masked words in a sequence, and hence can be used
for learning bidirectional representations by jointly conditioning on both left and right contexts
in all layers and ii) next sentence prediction in order to train a model that understands sentence
Language
relationships. The transformer layer has two sub-layers: a multi-head self-attention mechanism,
and a position-wise fully connected feed-forward network, followed by a normalization layer.
Even though BERT learns a lot about language through pre-training, it is possible to adapt the
model by adding a customized layer on top of BERT outputs and then new training is done
with specific data (this phase is called fine-tuning). We refer readers [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] for a more detailed
description of BERT. An overview of the BERT architecture can be seen in Figure 2.
        </p>
        <p>
          Due to the benefits of the BERT model, we adopted the multilingual cased [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] and the BETO
[
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] pre-trained BERT models. Moreover, we trained from scratch a Biomedical Spanish model
(BSC-BERT) with 12 transformer layers (12-layer, 768-hidden, 12-heads, 110Mparameters) and a
SoftMax output layer to perform the NER task. First, we replace the WordPiece tokenizer with
the SentencePiece implementation [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] and the Spacy [19] Spanish tokenizer for sentence and
subword segmentation. We train with a batch size of 128 sequences for 1,000,000 steps, which is
approximately 40 epochs over the 4 million word corpus. We use Adam with a learning rate of
1e-4. We use a dropout probability of 0.15 on all layers and a gelu activation function. Training
of BSC-BERT was performed on 1 Cloud TPU, 8vCPUs Intel(R) Xeon(R) CPU @ 2.30GHz and
16GB memory. Details of the train and pre-trained models can be seen in Table 2.2.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. System Description</title>
        <p>
          Our approach involves the adaption of a state-of-art NER model named NeuroNER as proposed
in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], based on a deep learning network with a preprocess step, learning transfer from
pretrained models, two recurrent neural network layers and a last layer for CRF (see Figure 3). The
input for the first Bi-LSTM layer is character embeddings. In the second layer, we concatenate
character embeddings from the first layer with contextualized-word representations for the
second Bi-LSTM layer. Finally, the last CRF layer obtains the most suitable labels for each token
using a tag encoding format. For more details about NeuroNER, please refer to [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
        </p>
        <p>Our contribution consists of extending the NeuroNER system with additional features. In
particular, adding contextualized-word representations and the extended BMEWO-V encoding
format has been added to the network.</p>
        <p>The BMEWO-V encoding format distinguishes the B tag for entity start, the M tag for entity
continuity, the E tag for entity end, the W tag for a single entity, and the O tag for other tokens
that do not belong to any entity. The V tag allows us to represent nested entities.
BMEWOV is similar to other previous encoding formats [20]; however, it allows the representation
of nested and discontinuous entities. As a result, we obtain our sentences annotated in the
CoNLL-2003 format [21]. An example of the BMEWO-V encoding format applied to the sentence
"Orienta hacia carcinoma indiferenciado de origen mamario." ("Orients towards undiferentiated
carcinoma of mammary origin.") can be seen in Figure 4 and Table 3.</p>
        <sec id="sec-2-3-1">
          <title>2.3.1. First Bi-LSTM layer using character embeddings</title>
          <p>Word embedding models are able to capture syntactic and semantic information. However, other
linguistic information, such as morphological information and orthographic transcription are
not exploited. According to [22], the use of character embeddings improves learning for specific
domains and is useful for morphologically rich languages such as Spanish. For this reason, we
decided to include the character-level representations to obtain morphological and orthographic
information from words. Each word is decomposed into its character n-grams and initialized
with a random dense vector which is then learned. We used a 25-feature vector to represent each
character. In this way, tokens in sentences are represented by their corresponding character
embeddings, which are the input for our Bi-LSTM network.
CANTEMIST</p>
          <p>Subset
Train
Valid
Test</p>
        </sec>
        <sec id="sec-2-3-2">
          <title>2.3.2. Second Bi-LSTM layer using word and Sense embeddings</title>
          <p>The input for the second Bi-LSTM layer is the concatenation of character embeddings from the
ifrst layer with the pre-trained contextualized-word representations of the tokens in a given
input sentence. The second layer goal is to obtain a sequence of probabilities for each tag in the
BMEWO-V encoding format. In this way, for each input token, this layer returns six probabilities
(one for each tag in BMEWO-V). The final tag should be with the highest probability for each
token.</p>
        </sec>
        <sec id="sec-2-3-3">
          <title>2.3.3. Last layer based on Conditional Random Fields (CRF)</title>
          <p>
            To improve the accuracy of predictions, a Conditional Random Field (CRF) [
            <xref ref-type="bibr" rid="ref1">1</xref>
            ] model is trained,
which takes as input the label probability for each independent token from the previous layer and
obtains the most probable sequence of predicted labels based on the correlations between labels
and their context. Handling independent labels for each word shows sequence limitations. For
example, considering the drug sequence labeling problem, an "I-MORFOLOGIA-NEOPLASIA"
tag cannot be found before a "B-MORFOLOGIA-NEOPLASIA" tag or a
"B-MORFOLOGIANEOPLASIA" tag cannot be found after an "I-MORFOLOGIA-NEOPLASIA" tag. Finally, once
tokens have been annotated with their corresponding labels in the BMEWO-V encoding format,
the entity mentions must be transformed into the BRAT format. V tags, which identify nested
or overlapping entities, are generated as new annotations within the scope of other mentions.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Evaluation</title>
      <p>
        As it was described above, our system is based on a deep network with two Bi-LSTM layers and
the last layer for CRF. We evaluate our NER system using the train, validation, and test subsets
from the CANTEMIST dataset provided by the CANTEMIST task organizers [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Detailed
information for each subset can be seen in Table 4. The CANTEMIST dataset is a manually
annotated corpus of 5,982 clinical cases written in Spanish and annotated with mentions of
concepts related to cancer, namely tumor morphology. CANTEMIST NER task can be addressed
as a binary classification task only considering one entity type "MORFOLOGIA-NEOPLASIA"
("tumor morphology").
      </p>
      <p>The CANTEMIST task considers three subtasks. In this work, we address the first track
considering ofset recognition and entity classification of tumor morphology. The F-measure is
used as the main metric where true positives are entities which match with the gold standard
entity boundaries and type. A detailed description of evaluation can be found in the CANTEMIST
web 2.</p>
      <p>The NER task is addressed as a sequence labeling task. For the NER track, we tested diferent
configurations with various pre-trained contextualized-word models. The pre-trained models
and their parameters are summarized in Table 5.</p>
      <p>In Table 6, we compare the diferent pre-trained models on the validation subset. As shown
in Table 6 specific domain contextualized-word models outperform general domain models
by almost 1 points. For the test subset, we applied our best system configuration NeuroNER +
BSC-BERT obtaining an f-score of 82.30% for ofset detection and entity classification. Despite
we predict results for more than 5K documents, the evaluation is only performed in 300 of them.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>In this work, we propose a system for the detection of concepts related to cancer in clinical
narrative written in Spanish. We address the named entity recognition task as a sequence
labeling task. We proposed a deep learning approach only using dense vector representations
features instead of hand-crafted word-based features. We proved that as in other tasks such
as NER, the use of dense representation of words such as word-level and character-level are
helpful for named entity recognition. The proposed system achieves satisfactory performance
with F-score over 82.3% for the test subset. The extension of NeuroNER network is
domainindependent and could be used in other fields, although generic pre-trained contextualized-word
representations are used, new pre-trained biomedical Spanish contextualized-word model has
been generated for this work.</p>
      <p>We found that the text preprocessing step had a significant impact on the entity ofset
recognition and classification. Separating words by the hyphen ’-’ caused some errors. Abbreviation
recognition is a dificult task due to ambiguity and length, even more for very short
abbreviations (1-2 letters) due to their high level of ambiguity. Long entities consisting of more
than 5 tokens are hard to identify correctly. Moreover, words not present in the pre-trained
model’s vocabulary are not recognized in entity ofset recognition and classification; therefore,
we decided to initialize words not present in the vocabulary with random vectors.</p>
      <p>As future work, we plan to generate contextualized-word representations integrating
biomedical knowledge into our systems such as SNOMED-CT or UMLS. The motivation would be to
see whether contextualized-word representations generated with biomedical knowledge can
help to improve the results and provide a deep learning model for biomedical NER and concept
indexing.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>This work was supported by the Research Program of the Ministry of Economy and
Competitiveness - Government of Spain (DeepEMR project TIN2017-87548-C2-1-R).
[19] M. Honnibal, I. Montani, spaCy 2: Natural language understanding with Bloom embeddings,
convolutional neural networks and incremental parsing, 2017. To appear.
[20] A. Borthwick, J. Sterling, E. Agichtein, R. Grishman, Exploiting diverse knowledge sources
via maximum entropy in named entity recognition, in: Sixth Workshop on Very Large
Corpora, 1998. URL: https://www.aclweb.org/anthology/W98-1118.
[21] E. F. Tjong Kim Sang, F. De Meulder, Introduction to the CoNLL-2003 shared task:
Language-independent named entity recognition, in: Proceedings of the Seventh
Conference on Natural Language Learning at HLT-NAACL 2003, 2003, pp. 142–147. URL:
https://www.aclweb.org/anthology/W03-0419.
[22] W. Ling, C. Dyer, A. W. Black, I. Trancoso, R. Fermandez, S. Amir, L. Marujo, T. Luis,
Finding function in form: Compositional character models for open vocabulary word
representation, in: Proceedings of the 2015 Conference on Empirical Methods in Natural
Language Processing, Association for Computational Linguistics, Lisbon, Portugal, 2015,
pp. 1520–1530. URL: https://www.aclweb.org/anthology/D15-1176. doi:10.18653/v1/
D15-1176.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Laferty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>McCallum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. C. N.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <article-title>Conditional random fields: Probabilistic models for segmenting and labeling sequence data</article-title>
          ,
          <source>in: Proceedings of the Eighteenth International Conference on Machine Learning</source>
          , ICML '
          <fpage>01</fpage>
          , Morgan Kaufmann Publishers Inc., San Francisco, CA, USA,
          <year>2001</year>
          , pp.
          <fpage>282</fpage>
          -
          <lpage>289</lpage>
          . URL: http://dl.acm.org/citation.cfm?id=
          <volume>645530</volume>
          .
          <fpage>655813</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>W.</given-names>
            <surname>Hemati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mehler</surname>
          </string-name>
          ,
          <article-title>Lstmvoter: chemical named entity recognition using a conglomerate of sequence labeling tools</article-title>
          ,
          <source>Journal of Cheminformatics</source>
          <volume>11</volume>
          (
          <year>2019</year>
          )
          <article-title>3</article-title>
          . URL: https://doi.org/ 10.1186/s13321-018-0327-2. doi:
          <volume>10</volume>
          .1186/s13321-018-0327-2.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>M.</given-names>
            <surname>Pérez-Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Rabal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Pérez-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vazquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fdez-Riverola</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Oyarzábal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Valencia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lourenço</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          ,
          <article-title>Evaluation of chemical and gene/protein entity recognition systems at biocreative v.5: the cemp and gpro patents tracks</article-title>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V.</given-names>
            <surname>Suárez-Paniagua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M. R.</given-names>
            <surname>Zavala</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Martínez</surname>
          </string-name>
          ,
          <article-title>A two-stage deep learning approach for extracting entities and relationships from medical texts</article-title>
          ,
          <source>Journal of Biomedical Informatics</source>
          <volume>99</volume>
          (
          <year>2019</year>
          )
          <article-title>103285</article-title>
          . URL: http://www.sciencedirect.com/science/article/pii/ S1532046419302047. doi:https://doi.org/10.1016/j.jbi.
          <year>2019</year>
          .
          <volume>103285</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>M. M. K. M. Armengol-Estapé</surname>
            <given-names>Jordi</given-names>
          </string-name>
          , Soares Felipe,
          <article-title>Pharmaconer tagger: a deep learning-based tool for automatically finding chemicals and drugs in spanish medical texts</article-title>
          ,
          <source>Genomics Inform</source>
          <volume>17</volume>
          (
          <year>2019</year>
          )
          <article-title>e15-</article-title>
          . URL: http://genominfo.org/journal/view.php?number=557. doi:
          <volume>10</volume>
          .5808/GI.
          <year>2019</year>
          .
          <volume>17</volume>
          .2.e15. arXiv:http://genominfo.org/journal/view.php?number=
          <fpage>557</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Soares</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Villegas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gonzalez-Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Armengol-Estapé</surname>
          </string-name>
          ,
          <article-title>Medical word embeddings for Spanish: Development and evaluation</article-title>
          ,
          <source>in: Proceedings of the 2nd Clinical Natural Language Processing Workshop</source>
          , Association for Computational Linguistics, Minneapolis, Minnesota, USA,
          <year>2019</year>
          , pp.
          <fpage>124</fpage>
          -
          <lpage>133</lpage>
          . URL: https://www.aclweb. org/anthology/W19-1916.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Dernoncourt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. Y.</given-names>
            <surname>Lee</surname>
          </string-name>
          , P. Szolovits,
          <article-title>NeuroNER: an easy-to-use program for namedentity recognition based on neural networks</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Association for Computational Linguistics</source>
          , Copenhagen, Denmark,
          <year>2017</year>
          , pp.
          <fpage>97</fpage>
          -
          <lpage>102</lpage>
          . URL: https: //www.aclweb.org/anthology/D17-2017. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D17</fpage>
          -2017.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Miranda-Escalada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Farré</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          ,
          <article-title>Named entity recognition, concept normalization and clinical coding: Overview of the cantemist track for cancer text mining in spanish, corpus, guidelines, methods and results</article-title>
          ,
          <source>in: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2020</year>
          ),
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Cardellino</surname>
          </string-name>
          ,
          <source>Spanish Billion Words Corpus and Embeddings</source>
          ,
          <year>2016</year>
          . URL: http:// crscardellino.me/SBWCE/.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Trask</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Michalak</surname>
          </string-name>
          , J. Liu, sense2vec
          <article-title>- A fast and accurate method for word sense disambiguation in neural word embeddings</article-title>
          ,
          <source>CoRR abs/1511</source>
          .06388 (
          <year>2015</year>
          ). URL: http: //arxiv.org/abs/1511.06388. arXiv:
          <volume>1511</volume>
          .
          <fpage>06388</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mikolov</surname>
          </string-name>
          , I. Sutskever,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          ,
          <source>CoRR abs/1310</source>
          .4546 (
          <year>2013</year>
          ). URL: http: //arxiv.org/abs/1310.4546. arXiv:
          <volume>1310</volume>
          .
          <fpage>4546</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pennington</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Manning</surname>
          </string-name>
          , Glove:
          <article-title>Global Vectors for Word Representation</article-title>
          ,
          <source>Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          (
          <year>2014</year>
          )
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          . URL: http://aclweb.org/anthology/D14-1162. doi:
          <volume>10</volume>
          .3115/ v1/
          <fpage>D14</fpage>
          -1162. arXiv:
          <volume>1504</volume>
          .
          <fpage>06654</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bojanowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Grave</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Joulin</surname>
          </string-name>
          , T. Mikolov,
          <article-title>Enriching word vectors with subword information</article-title>
          ,
          <source>CoRR abs/1607</source>
          .04606 (
          <year>2016</year>
          ). URL: http://arxiv.org/abs/1607.04606. arXiv:
          <volume>1607</volume>
          .
          <fpage>04606</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Neumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Iyyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gardner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Clark</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <article-title>Deep contextualized word representations</article-title>
          ,
          <source>in: NAACL HLT</source>
          <year>2018</year>
          <article-title>- 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies -</article-title>
          <source>Proceedings of the Conference</source>
          , volume
          <volume>1</volume>
          , Association for Computational
          <source>Linguistics (ACL)</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>2227</fpage>
          -
          <lpage>2237</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/n18-
          <fpage>1202</fpage>
          . arXiv:
          <year>1802</year>
          .05365.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>B.</given-names>
            <surname>McCann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bradbury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Socher</surname>
          </string-name>
          ,
          <article-title>Learned in translation: Contextualized word vectors</article-title>
          ,
          <source>Technical Report</source>
          ,
          <year>2017</year>
          . arXiv:
          <volume>1708</volume>
          .
          <fpage>00107</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. 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</article-title>
          ,
          <source>Technical Report</source>
          ,
          <year>2019</year>
          . URL: http://arxiv.org/ abs/
          <year>1810</year>
          .04805. arXiv:
          <year>1810</year>
          .04805.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cañete</surname>
          </string-name>
          , G. Chaperon,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fuentes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pérez</surname>
          </string-name>
          ,
          <article-title>Spanish pre-trained bert model and evaluation data</article-title>
          , in: to appear
          <source>in PML4DC at ICLR</source>
          <year>2020</year>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kudo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Richardson</surname>
          </string-name>
          ,
          <article-title>Sentencepiece: A simple and language independent subword tokenizer and detokenizer for neural text processing</article-title>
          ,
          <year>2018</year>
          . arXiv:
          <year>1808</year>
          .06226.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>