<!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>PUCRJ-PUCPR-UFMG at eHealth-KD Challenge 2021: A Multilingual BERT-based System for Joint Entity Recognition and Relation Extraction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lucas Pavanelli</string-name>
          <email>lpavanelli@inf.puc-rio.br</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Elisa Terumi Rubel S</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>n Bon</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ki Gumi</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pontif cia Universidade Catolica do Parana</institution>
          ,
          <addr-line>Curitiba</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Pontif cia Universidade Catolica do Rio de Janeiro</institution>
          ,
          <addr-line>Rio de Janeiro</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universidade Federal de Minas Gerais</institution>
          ,
          <addr-line>Belo Horizonte</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1811</year>
      </pub-date>
      <abstract>
        <p>This study introduces the system submitted to the eHealthKD Challenge 2021 by the PUCRJ-PUCPR-UFMG team. We proposed a multilingual BERT-based system for joint entity recognition and relation extraction in multidomain texts. Our end-to-end multitasking model bene ts from the transformer architecture, which has proved to capture better the global dependencies of the input text. Also, the use of a multilingual model contributed to our system to perform well even in the set of tests containing non-Spanish sentences. Our system ranked rst in the entity recognition task and second in the Main scenario, where both tasks of entity recognition and relation extraction had to be solved. The full code of our approach and more details of the implementation are publicly available.</p>
      </abstract>
      <kwd-group>
        <kwd>eHealth</kwd>
        <kwd>Entity Recognition</kwd>
        <kwd>Relation Extraction</kwd>
        <kwd>BERT</kwd>
        <kwd>Deep Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Recent advances in Natural Language Processing (NLP) allow the extraction of
relevant information from clinical and biomedical texts, automatically acquiring
a wide variety of knowledge from unstructured health documents [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Tasks such
as named entity recognition (NER) and extracting relations between entities
can support other tasks and assist in healthcare decision-making. In the clinical
domain, NER can identify clinical concepts such as symptoms, diseases and
procedures, extracting valuable information about the patients. The extraction of
relations between entities allows nding information, such as interactions between
drugs, which can aid healthcare professionals by providing information to enhance
patient care.
      </p>
      <p>
        The IberLEF eHealth Knowledge Discovery Challenge (eHealthKD) 2021
[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] targets the recognition of entities and their relations in the clinical domain,
encouraging researchers and scientists to discover new knowledge through text
mining and NLP in the health domain. The challenge involves the use of human
language modeling in electronic health documents in Spanish with semantic
interpretation, in the tasks of entity recognition and relation extraction. The
semantic structure has four types of information units, which can have
relationships among themselves (13 types of semantic relations). In addition to having
a larger dataset, compared to the previous challenge [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the 2021 edition also
contains cross-domain and multi-language features, encouraging the development
of more generic and adaptive systems, which can be applied readily in several
languages and domains. In this respect, the released dataset comprised texts in
Spanish and English and covered both healthcare and news domains.
      </p>
      <p>
        In our method, we use a transformer-based model, as large pre-trained
language models based on the transformer architecture [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] have reached the
state-ofthe-art in various NLP tasks. We employ the multilingual version of Bidirectional
Encoder Representations from Transformers (BERT) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], which supports 104
languages including Spanish. We implemented an end-to-end multitasking
BERTbased model ne-tuned to extract the entities from text and classify relations
between them. Our approach is based on the 2020 Vicomtech method [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], one
of the best approaches in the 2020 version of the challenge [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In order to
contribute research in the tasks of extracting entities and relations, we also make
our code available in a public repository [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], allowing it to be easily reproduced.
      </p>
      <p>The paper is organised as follows: Section 2 describes the proposed method
with architecture and implementation details; Section 3 presents the results
of all competing systems; and Sections 4 and 5 provide some discussions and
conclusions obtained from the observed results.
2</p>
    </sec>
    <sec id="sec-2">
      <title>System Description</title>
      <p>
        Based on the 2020 Vicomtech approach [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], our method consists in an end-to-end
multilingual BERT-based system that jointly predicts both entities and relations.
During training, the proposed multi-task system is ne-tuned in 3 sequential
steps: the rst one prioritizes the entity recognition task whereas the second
gives precedence to the relation extraction one. Finally, the third and last step
is trained for both tasks using a multi-task strategy. In this section, we detail
the system's architecture, how we handle the inputs and the outputs and, nally,
present the parameters and training setup.
[CLS]
El
g
##lut
##en
[SEP]
[CLS]
El
g
##lut
##en
[SEP]
      </p>
      <sec id="sec-2-1">
        <title>1 mBERT Encoder</title>
        <p>SxH
...
...
...
...
...
...
...</p>
      </sec>
      <sec id="sec-2-2">
        <title>2 Entity Recognition</title>
        <p>SxE
...
...
...
...
...
...
...</p>
        <p>+
[CELlS] [CELlS]
El g
El ##lut
El ##en</p>
        <p>3
O</p>
        <p>O
B-Concept [SEP] [SEP]</p>
        <p>O
O
O
The architecture of our model is presented in Figure 1. In the following paragraphs
we will explain each of its components.</p>
        <p>
          Encoder Like 2020 Vicomtech, our approach rst tokenizes the input text and
encodes its tokens (words or subwords) into vector representations (Step 1 in
Figure 1). Unlike Vicomtech's previous approach, which used BETO [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], a
BERT version trained on the Spanish language, our approach uses mBERT,
a multilingual version of BERT pretrained in texts of 104 languages [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. We
used the bert-base-multilingual-cased setting, with 12 self-attention heads,
12 layers (transformer blocks), and embedding length of 768 dimension, which
encodes multilingual cased texts.
        </p>
        <p>Entity Recognition Once the input text is encoded, as depicted in Step 2 in
Figure 1, the encoded vector representations are fed into a softmax classi er
for entity recognition. In the provided dataset, each entity can be classi ed into
4 categories: Concept, Action, Predicate and Reference. In order to know
when a token is part of an entity mention and where each of these mentions
starts and ends in terms of tokens, we used the IOB2 format, popular in Named
Entity Recognition applications, so that each token of the text could be labeled
by the classi er according to 9 categories: O, B-Concept, I-Concept, B-Action,
I-Action, B-Predicate, I-Predicate, B-Reference and I-Reference. The O
label is used to mark tokens which are not part of an entity mention, whereas
the ones starting with B- and I- indicate the beginning and subsequent tokens
of a mention, respectively.</p>
        <p>
          Relation Extraction Like the 2020 Vicomtech approach, we concatenate the
logits of the entity recognition classi er with the vector representations related
to the respective tokens. A cross-operation is then performed by concatenating
each pair of vector representations among the tokens, resulting in a tensor of
dimension SxSx2(H + E), being S the sequence size of the input text, H the
768 dimensions of the vector representations and E the 9 dimensions of the logits
(Step 3 of Figure 1). The matrix is further fed into a projection layer with an
Tanh activation function, which maps the input onto a SxSxD, where D = 768
(Step 4 of Figure 1). Finally, the output of the previous operation is given as
input to a classi er which predicts the relation of each pair of tokens according to
13 categories of the dataset (is-a, part-of, has-property, causes, entails,
in-context, in-place, in-time, subject, target, domain, arg and same-as),
plus a O one, which indicates there is no relation among the target pair.
Classi ers Both entity recognition and relation extraction classi ers consist in a
projection layer with a Mish [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] activation function and dropout of 0.2, followed
by a softmax layer.
Since the corpora have been provided in a character span-based format and our
network works at token level, we tokenize the sentence text using BERT default
tokenizer [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ], resulting in WordPiece information.
        </p>
        <p>Next, for each token, we assign Begin and Inside tags (IOB2 format), if it
is part of an entity, and O otherwise. By using this approach, we can represent
consecutive entities with more than one token. However, this prevents us from
representing discontinuous entities e.g. considering the text span \uno o dos
d as", we cannot represent the entity (\un d a") using the IOB2 format. In this
case, we only consider the rst entity (\un"). We opt for this simple approach
instead of a complex representation, because we value building a more simple
and e cient model.</p>
        <p>As for relations, we represent them as triples, containing the rst token of
each entity in the relation and the relation type. We use these triples to ll the
relation matrix. Figure 2 shows an example input of our model.
2.3</p>
        <sec id="sec-2-2-1">
          <title>Output handling</title>
          <p>The output of the model needs to be converted back to a character span-based
format. So we implement a postprocessing module that is responsible for this
conversion. The model's output contains a sequence of tokens, each one assigned
to an entity tag and a SxS matrix informing the relation between each pair of
tokens.</p>
          <p>For each token, if it is the beginning of an entity, we identify the character
range that it spans and add this span list to the result. Next, we discard entities
that are entirely contained within another one and which start with a stopword.
Lastly, we construct the relations by linking entities that contain at least one
token in the model's relations output.
2.4</p>
        </sec>
        <sec id="sec-2-2-2">
          <title>Parameters and Training Setup</title>
          <p>
            Our neural network approach was trained using the AdamW [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] optimizer combined
with a linear scheduler which warms-up the training process from an initial
learning rate of 2e-6 up to 2e-5 over the rst 10 epochs. Using a batch of size 1,
we train the approach in 3 sequential steps.
          </p>
          <p>In the rst step, all the training parameters of the network are frozen except
for the ones from mBERT and the entity recognition classi er. The model is
then trained for 50 epochs with early stopping of patience 15 (i.e., the training
algorithm waits 15 epochs before early stop if no progress on the validation set),
computing the loss only based on the entity recognition task:
(1)
(2)</p>
          <p>N
Jent(x(ent); y(ent)) = 1 X x(yen(nentt))</p>
          <p>N n=1
where x(ent) is the likelihood computed by the entity recognition classi er,
y(ent) is the gold-standards and N is the size of the batch.</p>
          <p>For the second step, which focuses on the relation extraction task, we only
freeze the training parameters of the entity recognition classi er. The approach
is also trained for 50 epochs with early stopping of patience 15, though unlike
the previous step, the loss is computed based on the relation extraction task:
N
Jrel(x(rel); y(rel)) = 1 X x(yrn(reel)l)</p>
          <p>N n=1
where x(rel) is the likelihood computed by the relation extraction classi er,
y(rel) the gold-standards and N is the size of the batch.</p>
          <p>
            Finally, we perform a third training step with 100 epochs and early stopping
of patience 15 in order to ne-tune the model for both tasks. None of the training
parameters are frozen and the loss is computed based on [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ] in the following way:
J = e
ent
          </p>
          <p>Jent(x(ent); y(ent)) +
ent + e
rel</p>
          <p>Jrel(x(rel); y(rel)) +
rel (3)
being ent and rel training parameters as well.</p>
          <p>Our approach was trained using the training and development sets released
for the shared-task. Although the third step was scheduled to run for 100 epochs,
due to time constraints regarding the submission deadline, we reported results for
67 epochs in this step. After submission, we performed the third training process
with a 100 epochs run. In the following section we present the results of our
o cially submitted approach as well as the results obtained in our subsequent
100 epochs run in the third step.
3</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>As mentioned in Section 2.4, due to time constraints, we ran the third step of
training for 67 epochs instead of the originally scheduled 100 ones. We initially
hypothesized this to be the reason for the signi cant drop in performance of our
model in the Relation Extraction task. However, this does not seem to have been
the case as evidenced by the results of our system obtained after subsequently
training for 100 epochs in the third step, depicted as Our Approach 100 epcs.
In terms of F-Score, the 100 epochs version of our approach showed a slight
improvement compared to our o cial results in the task to the cost of a slight
drop in performance in the entity recognition task.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Discussion</title>
      <p>Our approach is a simpli ed version of 2020 Vicomtech2020, the winner of the
2020 challenge. After encoding a sentence using a BERT-based method, the
original system uses two classi ers for entity recognition: the rst one predicts
whether each token is part or not of an entity of a certain type; and the second
one, a multiword classi er, predicts whether each pair of tokens is part of a same
entity mention. Unlike 2020, adopting the IOB2 format, we used a single classi er
for the entity recognition task. Besides simpler, our approach outperformed the
original, ranking rst for the entity recognition task.</p>
      <p>
        A further distinction between the original 2020 Vicomtech2020 approach
and ours is that the former uses a DistilBERT [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] module to map the tensor
with pairs of token representations, whereas ours uses a linear projection with
a Tanh activation function, which makes our system much less computationally
intensive. Moreover, the original approach uses three classi ers in order to solve
the relation extraction task. The rst predicts a bidirectional same-as relation
between pairs of tokens. The second aims to predict whether there is or not
another kind of relation between tokens. If a relation is predicted, a third classi er
is used to predict the relation type. Unlike 2020 Vicomtech2020, our approach
is built with only one classi er for relation extraction, which predicts whether
there is a relation and its type. As an impact of our simpli cation, the method
was outperformed and ranked 4th in task B, even after training the method for a
total of 100 epochs.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>
        This study has introduced the approach developed by the PUCRJ-PUCPR-UFMG
team for the eHealth-KD Challenge 2021. The approach is able to jointly solve
the entity recognition and relation extraction tasks in multilingual texts, using a
ne-tuned version of mBERT, a BERT version which supports 104 languages. Our
system ranked rst in the entity recognition task and second in the Main scenario,
with a simple and little computationally-intensive approach. As the trained model
can bene t several downstream NLP tasks, we have publicly released [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] our
method for researchers and community in general. As a further step in our work,
we intend to explore relation classi cation heuristics in order to improve our
results for entity relation extraction.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>Research partially funded by the Coordination for the Improvement of Higher
Education Personnel (CAPES) under grant 88887.508597/2020-00 and Finance
Code 001 and the National Council for Scienti c and Technological Development
(CNPq) under grant 443653/2018-6.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alfaro-Gonzalez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez-Perera</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez-Rodr guez</surname>
          </string-name>
          , G.,
          <article-title>Otan~o-</article-title>
          <string-name>
            <surname>Barrera</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          :
          <source>uhKD4 at eHealth-KD Challenge</source>
          <year>2021</year>
          :
          <article-title>Deep Learning Approaches for Knowledge Discovery from Spanish Biomedical Documents</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Andres</surname>
          </string-name>
          , E.: IXA at eHealth-
          <source>KD Challenge</source>
          <year>2021</year>
          :
          <article-title>Generic Sequence Labeling as Relation Extraction Approach</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Canete</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaperon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuentes</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
          </string-name>
          , J.:
          <article-title>Spanish pre-trained bert model and evaluation data</article-title>
          .
          <source>PML4DC at ICLR</source>
          <year>2020</year>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. Can~ete, J.,
          <string-name>
            <surname>Chaperon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuentes</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>J.: Spanish</given-names>
          </string-name>
          <string-name>
            <surname>Pre-Trained BERT</surname>
          </string-name>
          Model and
          <article-title>Evaluation Data</article-title>
          .
          <source>In: PML4DC at ICLR</source>
          <year>2020</year>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : BERT:
          <article-title>Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          .
          <source>Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers) pp.
          <volume>4171</volume>
          {
          <issue>4186</issue>
          (Jun
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1423, https://www.aclweb.org/anthology/N19-1423
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Garc</surname>
            a-Pablos,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cuadros</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Vicomtech at eHealth-
          <source>KD Challenge</source>
          <year>2021</year>
          :
          <article-title>Deep Learning Approaches to Model Health-related Text in Spanish</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Garc</surname>
            a-Pablos,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cuadros</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zotova</surname>
          </string-name>
          , E.: Vicomtech at eHealthKD Challenge 2020:
          <article-title>Deep End-to-End Model for Entity and Relation Extraction in Medical Text</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum co-located with 36th Conference of the Spanish Society for Natural Language Processing</source>
          ,
          <source>IberLEF@ SEPLN</source>
          . vol.
          <year>2020</year>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Guan</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Yunnan-Deep at</surname>
          </string-name>
          eHealth-
          <source>KD Challenge</source>
          <year>2021</year>
          :
          <article-title>Deep Learning Model for Entity Recognition in Spanish Documents</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kendall</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gal</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cipolla</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <article-title>: Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics</article-title>
          .
          <source>In: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          . pp.
          <volume>7482</volume>
          {
          <issue>7491</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kreimeyer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foster</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pandey</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arya</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halford</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>S.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Forshee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walderhaug</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Botsis</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Natural language processing systems for capturing and standardizing unstructured clinical information: a systematic review</article-title>
          .
          <source>Journal of biomedical informatics 73</source>
          ,
          <volume>14</volume>
          {
          <fpage>29</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Loshchilov</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hutter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Decoupled Weight Decay Regularization</article-title>
          . In: International Conference on Learning Representations (
          <year>2019</year>
          ), https://openreview.net/forum?id=Bkg6RiCqY7
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Marti</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bermudez</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            <given-names>a</given-names>
          </string-name>
          , L.,
          <string-name>
            <surname>Gutierrez</surname>
          </string-name>
          , L.:
          <article-title>CodeStrange at eHealth-KD Challenge 2021</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Misra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Mish:
          <string-name>
            <given-names>A Self</given-names>
            <surname>Regularized Non-Monotonic Activation</surname>
          </string-name>
          <article-title>Function</article-title>
          .
          <source>In: 31st British Machine Vision Conference</source>
          <year>2020</year>
          ,
          <article-title>BMVC 2020</article-title>
          ,
          <string-name>
            <surname>Virtual</surname>
            <given-names>Event</given-names>
          </string-name>
          , UK, September 7-
          <issue>10</issue>
          ,
          <year>2020</year>
          . BMVA Press (
          <year>2020</year>
          ), https://www.bmvc2020- conference.com/assets/papers/0928.pdf
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Monteagudo-Garc</surname>
            <given-names>a</given-names>
          </string-name>
          , L.,
          <string-name>
            <surname>Marrero-Santos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez-Arias</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          , Can~izaresD az, H.:
          <article-title>UH-MMM at eHealth-KD Challenge 2021</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <given-names>Navarro</given-names>
            <surname>Comabella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.G.</given-names>
            ,
            <surname>Valle</surname>
          </string-name>
          <string-name>
            <surname>Diaz</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.D.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Helguera</given-names>
            <surname>Fleitas</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <source>JAD at eHealthKD Challenge</source>
          <year>2021</year>
          :
          <article-title>Simple Neural Network with BERT for Joint Classi cation of Key-Phrases and Relations</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Pavanelli</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>E.T.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gumiel</surname>
            ,
            <given-names>Y.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferreira</surname>
            ,
            <given-names>T.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliveira</surname>
            ,
            <given-names>L.F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Souza</surname>
            ,
            <given-names>J.V.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paiva</surname>
            ,
            <given-names>G.P.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliveira</surname>
            ,
            <given-names>L.E.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moro</surname>
            ,
            <given-names>C.M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paraiso</surname>
            ,
            <given-names>E.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pagano</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>PUCRJ-PUCPR-UFMG</article-title>
          . https://github.com/eHealth-KD-
          <article-title>PUCsUFMG/pucrj-pucpr-</article-title>
          <string-name>
            <surname>ufmg</surname>
          </string-name>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Piad-Mor s</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <article-title>Can~izares-</article-title>
          <string-name>
            <surname>Diaz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estevez-Velarde</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , AlmeidaCruz,
          <string-name>
            <given-names>Y.</given-names>
            , Mun~oz, R.,
            <surname>Montoyo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Overview of the eHealth Knowledge Discovery Challenge at IberLEF 2020</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Piad-Mor s</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estevez-Velarde</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almeida-Cruz</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , Mun~oz, R.,
          <string-name>
            <surname>Montoyo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Overview of the eHealth Knowledge Discovery Challenge at IberLEF 2021</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <issue>0</issue>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Sanh</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Debut</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaumond</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolf</surname>
          </string-name>
          , T.:
          <article-title>DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter</article-title>
          . CoRR abs/
          <year>1910</year>
          .01108 (
          <year>2019</year>
          ), http://arxiv.org/abs/
          <year>1910</year>
          .01108
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Vaswani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shazeer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parmar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uszkoreit</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez</surname>
            ,
            <given-names>A.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
          </string-name>
          , u.,
          <string-name>
            <surname>Polosukhin</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Attention is All You Need</article-title>
          .
          <source>Proceedings of the 31st International Conference on Neural Information Processing Systems</source>
          p.
          <volume>6000</volume>
          {
          <issue>6010</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Yunnan-1
          <source>at eHealth-KD Challenge</source>
          <year>2021</year>
          :
          <article-title>Deep-Learning Methods for Entity Recognition in Medical Text</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2021</year>
          ) (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>