<!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>NLNDE at CANTEMIST: Neural Sequence Labeling and Parsing Approaches for Clinical Concept Extraction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lukas Lange</string-name>
          <email>lukas.lange@de.bosch.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiang Dai</string-name>
          <email>dai.xiang.au@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Heike Adel</string-name>
          <email>heike.adel@de.bosch.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jannik Strötgen</string-name>
          <email>jannik.stroetgen@de.bosch.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bosch Center for Artificial Intelligence</institution>
          ,
          <addr-line>Robert-Bosch-Campus 1, Renningen, 71272</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Saarland University</institution>
          ,
          <addr-line>Saarland Informatics Campus, Saarbrücken, 66123</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Sydney</institution>
          ,
          <addr-line>Sydney, 2006</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <fpage>335</fpage>
      <lpage>346</lpage>
      <abstract>
        <p>The recognition and normalization of clinical information, such as tumor morphology mentions, is an important, but complex process consisting of multiple subtasks. In this paper, we describe our system for the CANTEMIST shared task, which is able to extract, normalize and rank ICD codes from Spanish electronic health records using neural sequence labeling and parsing approaches with context-aware embeddings. Our best system achieves 85.3  1, 76.7  1, and 77.0 MAP for the three tasks, respectively.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Named Entity Recognition</kwd>
        <kwd>Context-Aware Embeddings</kwd>
        <kwd>Recurrent Neural Networks</kwd>
        <kwd>Biafine Classifier</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <sec id="sec-1-1">
        <title>Diagnóstico: Carcinoma ductal infiltrante de mama derecha T2N1M0 .</title>
      </sec>
      <sec id="sec-1-2">
        <title>Task 1:</title>
      </sec>
      <sec id="sec-1-3">
        <title>Extraction</title>
      </sec>
      <sec id="sec-1-4">
        <title>Task 2:</title>
      </sec>
      <sec id="sec-1-5">
        <title>Normalization</title>
      </sec>
      <sec id="sec-1-6">
        <title>Task 3:</title>
      </sec>
      <sec id="sec-1-7">
        <title>ICD Coding</title>
      </sec>
      <sec id="sec-1-8">
        <title>MORFOLOGIA</title>
      </sec>
      <sec id="sec-1-9">
        <title>NEOPLASIA 8500/3 1st 8500/3 2nd 8000/6</title>
        <p>In this paper, we describe our submission as Neither Language Nor Domain Experts (NLNDE)
to the shared task. We treat the first subtask as a named entity recognition (NER) task and use
neural sequence labeling and parsing approaches as frequently done to address NER in low
resource settings. For the other two subtasks, we use rather simple non-deep learning methods,
due to the very limited amount of training data: For the second subtask, the extracted entities
are normalized using string matching and Levenshtein distance and the ranking of the third
subtask is based on frequency.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        To identify medical concepts within the clinical narratives in EHRs, several machine
learningbased named entity recognition (NER) and normalization systems were implemented [
        <xref ref-type="bibr" rid="ref1 ref5 ref6">1, 5, 6</xref>
        ].
Current state-of-the-art models for the extraction of clinical concepts are typically implemented
as recurrent neural networks based on multiple diferent embeddings [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ]. DNorm, introduced
in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], applied a pairwise learning to rank approach to automatically learn a mapping from
disease mentions to disease concepts from the training data. Evaluation results show that the
machine learning method can efectively model term variations and achieves much better results
than traditional techniques based on lexical normalization and matching, such as MetaMap [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
Leaman et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] introduced an extension of DNorm, called DNorm-C, which approaches both
discontinuous NER and normalization using a pipeline approach. A joint model for NER and
normalization was introduced in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], aiming to overcome the cascading errors caused by the
pipeline approach and enable the NER component to exploit the lexical information provided
by the normalization component.
      </p>
      <p>
        Other eforts on addressing both medical NER and normalization in other text types also
exist. Metke-Jimenez and Karimi [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] compared diferent techniques for identifying medical
concepts and drugs from medical forums. Zhao et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed a deep neural multi-task
learning method to jointly model NER and normalization from biomedical publications, where
stacked recurrent layers are shared among diferent tasks, enabling mutual support between
tasks. Similarly, Lou et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] proposed a transition-based model to jointly perform disease NER
and normalization, combined with beam search and online structured learning. Experiments
show that their joint model performs well on PubMed abstracts.
      </p>
      <p>
        In contrast to concept normalization, which identifies a one-to-one mapping between text
snippet and medical concept, ICD coding assigns most relevant ICD codes to a document as
a whole [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ]. Most previous methods simplified this task as a text classification problem,
and built classifiers using CNNs [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] or tree-of-sequences LSTMs [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Since ICD codes are
organized under a hierarchical structure, Mullenbach et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and Cao et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] proposed
models to exploit code co-occurrence using label attention mechanism and graph convolutional
networks, respectively.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Approach</title>
      <p>This section provides an overview of the diferent methods tested for the three tasks, starting
with the extraction, followed by the normalization and finally the ranking of the entities. Our
architecture for the complete sequence of all three tasks is shown in Figure 2.</p>
      <sec id="sec-3-1">
        <title>3.1. Task 1: Named Entity Recognition</title>
        <p>We mainly experiment with two diferent methods for the extraction of tumor mentions. The
ifrst model treats the extraction as a sequence labeling problem without nested mentions, while
the second model treats the problem as a parsing problem that allows the detection of nested
mentions.</p>
        <p>
          Sequence Labeling Model. For the sequence labeling model, the data is converted into
the BIO format [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] using SpaCy1 as the tokenizer. Overlapping annotations are resolved to
a single annotation by selecting the longest sequence. We use a recurrent neural network,
in particular, a bidirectional long short-term memory network (BiLSTM) with a conditional
random field (CRF) output layer similar to [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. For our choice of embeddings, we follow [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]
who used a similar system for de-identification of Spanish clinical documents. In particular,
we use pre-trained fastText embeddings [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] that were trained on articles from Wikipedia
and the Common Crawl, as well as domain-specific fastText embeddings [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] that were
pretrained on articles of the Spanish online archive SciELO2 for clinical documents. In addition,
we include byte-pair-encoding embeddings [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] with 300 dimensions and a vocabulary size of
200,000 syllables. Finally, we add pre-trained FLAIR embeddings [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], which are calculated by
contextualized character language models. All the  diferent embeddings are concatenated into
a single embedding vector
        </p>
        <p>( ) = [ 1( ); ⋯ ;   ( )]</p>
        <p>
          The embeddings are then fed into a stacked BiLSTM network that generates the feature
presentation  given the embeddings  for each word in the sentence.  is then mapped to the
size of the label space and fed into a conditional random field (CRF) classifier [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] that computes
the most probable sequence of labels. We found that 3 stacked LSTM layers with a hidden size
of 128 units each worked best in our experiments. The stacking of up to three layers increased
the extraction performance by more than 1  1 point compared to a single LSTM layer.
Tokenization. We further analyze the efects of tokenization errors on the extraction. The
BiLSTM-CRF using the SpaCy tokenizer achieves an  1 of 82.4 on the development set (Precision
(P): 84.9, Recall (R): 80.1). We then derive the following custom splitting rules according to
annotation boundary problems from the training data.
• Sufix Rule: Cut of the sufix if the word is ending with a “.” or “-”
• Prefix Rule: Cut of the prefix if the word starts with a “-”
• Infix Rule: split each word at hyphens, punctuation and quotation marks into three parts.
The rules increase performance for all three metrics by 0.4–0.5 points (P: 85.4, R: 80.5,  1: 82.9).
Meta-Embeddings. Related work has shown significant improvements when the simple
concatenation of embeddings is replaced with a diferent meta-embedding method. We experiment
with an attention mechanism as described by Kiela et al. [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ] to create meta-embeddings of
several diferent embedding types. Such meta-embeddings were shown to be useful in multiple
extraction tasks [
          <xref ref-type="bibr" rid="ref27 ref28 ref29 ref30">27, 28, 29, 30</xref>
          ]. As all embeddings have a diferent size of up to 2048 dimensions,
all embeddings are mapped to the same space with dimension  first. We set  to the size of the
largest embeddings. For this, we use a non-linear mapping   with bias   for embedding   :
        </p>
        <p>
          We take the attention method proposed by Lange et al. [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] who used feature-based attention.
With this, the attention function has access to additional word information, in our case the
word’s shape, frequency and length. This helps to infer linguistic information about the word
that can be useful for the attention weight computation but is not encoded in the word vectors.
The features are added as a vector   to the attention function:


  =
exp( ⋅ tanh(
        </p>
        <p>+   ))
∑ =1 exp( ⋅ tanh(   +   ))</p>
        <p>= ∑   ⋅  
with</p>
        <p>being the mapped embeddings   and  and 
learnt during training. The final meta-embedding  
being parameters of the model that are
is then used as input to the stacked
BiLSTM network. The meta-embedding model has a hidden size of 25 dimensions for the
attention computation.
to a named entitiy.</p>
        <p>Biafine Classifier.</p>
        <p>
          Recently, a trend emerged of modeling diferent natural language
processing tasks as parsing tasks and thus, solve them by using a dependency parser. Examples are
named entity recognition [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ] and negation resolution [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ].
        </p>
        <p>
          We experiment with such a system and model the extraction task as a parsing task. For this,
create start and end representations of all possible spans (
we replace the CRF classifier with a biafine classifier [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ]. Following Yu et al. [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], we apply two
separate feed-forward networks (FFNN) to the features  generated from the stacked BiLSTM to
ℎ /
ℎ ). Then, we use biafine attention
[
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] over the sentence to compute the scores   for each span  in the sentence that could refer
ℎ ( ) =     
ℎ ( ) =     
⊤
(   )
(   )
  ( ) = ℎ ( )  ℎ ( ) +   (ℎ ( ) ⊕ ℎ ( )) +  
model consisting of 3 layers of size 200.
        </p>
        <p>
          Similar to Yu et al. [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], we use multilingual BERT, character and fastText embeddings. We
experimented with the same set of embeddings that we used for the BiLSTM-CRF model as
well, but the performance decreased for the biafine model. Again, the embeddings are fed into
the BiLSTM to obtain the word representations  . We found that 5 stacked LSTM layers with
a size of 200 hidden units each worked best for the biafine model. Using this combination of
hyperparameters improved the model by roughly 1  1 point compared to the originally proposed
        </p>
        <p>
          For the BiLSTM-CRF and biafine models we mostly follow the hyperparameter configurations
and training routines of Akbik et al. [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] and Yu et al. [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], respectively, with exceptions
regarding the number and sizes of the recurrent layers mentioned above.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Task 2: Normalization</title>
        <p>
          The second task requires the normalization of the previously extracted entities to ICD-O-3
codes (Spanish version: eCIE-O-3.1). As a large number of possible ICD codes appears only
(3)
(4)
(5)
(6)
(7)
once or never in the training data, we decided against deep-learning methods, as simply not
enough training instances are available for this large label set. Instead, we use an approach
based on string matching and Levenshtein distance [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ].
        </p>
        <p>For this, we collect all entities from the training set and their ICD code. As there is only little
ambiguity among these entities, we use a context-independent method for the normalization.
Using the entities from the training set, we are able to correctly assign 70% of the ICD codes to
entities from the development set using exact string matching with a very low false-positive rate
(&lt; 1%). Using lower-cased matching, the number of correctly assigned codes slightly increases.
Given that these methods assign codes almost perfectly to known entities, we first apply exact
string matching and then lower-cased matching. For the remaining unmatched entities, we
compute the Levenshtein distance between the given string and strings from the training data
to find the closest neighbor among the known training instances and assign the corresponding
code. This method achieves 87%  1 on the gold extractions of the unseen development set.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Task 3: ICD Coding</title>
        <p>The purpose of the last subtask is the creation of a ranked list of ICD codes for a given document.
For this ICD coding, we create a ranking with a sorting function based on code frequency. We
sort by the number of times each code occurs in the given document under the assumption
that codes that appear more often inside a document are more important. Whenever two codes
appeared an equal amount of times, they are ranked by their general frequency as found on
the training set. This method achieves a MAP of 73.82 using the gold extractions of the unseen
development set.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Submissions</title>
        <p>The following five runs are the NLNDE submissions to the CANTEMIST shared task. The
diference between the runs lies in the model architecture used in the extraction track. The
normalization and ICD coding methods are equal across the submissions and solely based on
the predicted extraction of the first subtask:</p>
        <p>S1 : A BiLSTM-CRF model with a concatenation of FLAIR, fastText, BPEmb and
domainspecific fastText embeddings.</p>
        <p>S2 : A BiLSTM-CRF model with feature-based meta-embeddings as a replacement for the
concatenation of embeddings used in S1.
S3 : A biafine model with multilingual BERT and fastText embeddings for nested named
entity recognition.</p>
        <p>S4 : A similar biafine model trained on the development set in addition to the training set.
S5 : An ensemble of S1/S2/S3 based on majority voting. Predictions are accepted into the
ensemble classifier whenever at least two models predicted identical entity ofsets.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>The oficial results for the three tracks of the CANTEMIST shared task are shown in Tables 2, 3
and 4, respectively. The oficial evaluation metric of the test set is highlighted in gray and the
best model is highlighted in bold.</p>
      <sec id="sec-4-1">
        <title>4.1. Results for Task 1 and 2: Named Entity Recognition and Normalization</title>
        <p>The BiLSTM-CRF (S1) is a competitive baseline model for our experiments with 82.7  1 for the
extraction and 72.9  1 for the normalization. Even though the meta-embeddings (S2) improve
performance on the development set, at least for the normalization, we observe contrary results
on the test data, as the concatenation of embeddings works better for this.</p>
        <p>The biafine model (S3) achieves a much higher precision than the BiLSTM-CRF with +2  1
points for the extraction and +1  1 point for the normalization on the development set. This gap
further increases on the unseen test data. The diference in recall is not that large, even though
the biafine model is able to extract nested entities. However, the number of nested mentions is
rather low and the ability to extract them does not seem to make a big diference in practice for
this shared task. Overall, the biafine model dominates because of the better precision, which
might be explained by the fact that many of the tumor mentions cover multiple tokens and the
parsing model is better in capturing those long-distant dependencies. A more detailed analysis
on this is provided in Section 4.3. In addition, the biafine model can be further improved by
training on a combination of training and development set, resulting in our best submission
(S4).</p>
        <p>The ensemble model (S5) efectively increases the precision compared to the single models,
in particular for the normalization, but it does not have the same recall, as only entities predicted
by at least two of the three models get accepted into the output. Thus, only high-confidence
entities are output by the ensemble classifier. As a result, this model may be the better choice if
precision is preferred over recall.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Results for Task 3: ICD Coding</title>
        <p>The results for the third subtask, the ranked coding, are close to the results on the gold extractions.
This indicates that the systems are able to extract the most important entities correctly. Overall,
the diferences between the systems are rather small as shown in Table 4. For example, the
MAP score for the biafine model ( S3) is only 0.2 points higher than the BiLSTM-CRF (S1). Only
the biafine model trained on the combination of training and development data ( S4) achieves a
slightly higher performance of up to a MAP score of 77.0.</p>
        <p>Following the oficial evaluation, we include the results without the most frequent code
"8000/6" (Metastatic Cancer) for the normalization and coding tasks in Tables 3 and 4. With
this, we observe a performance drop for all submissions between 2 and 3  1 or MAP points.</p>
        <p>To conclude, our results show that the individual task-specific components deliver good
results on the development as well as on the test set. Furthermore, the sequential execution as a
pipeline model of extraction, normalization and ranking works well in practice.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Analysis: BiLSTM-CRF vs. Biafine Classifier</title>
        <p>In the following, the performance diferences between the BiLSTM-CRF and biafine models are
analyzed with a focus on the lengths of the entities. As shown in Table 2, the main diference
lies in the higher precision of the biafine model. Figure 3a shows the precision for entities with
90
80
n
o
iis70
c
e
r60
P
50</p>
        <p>BiLSTM-CRF
Biaffine</p>
        <p>BiLSTM-CRF</p>
        <p>Biaffine
2
0
1 3 5 7 9 11+
Entity length (number of tokens)
(a) Task 1: Extraction
1 3 5 7 9 11+</p>
        <p>Entity length (number of tokens)
(b) Task 2: Normalization
1 3 5 7 9 11+
Entity length (number of tokens)
(c) Relative frequency
respect to their length. In particular, for shorter entities, there are no diferences in performance
between the two model architectures. Starting with entities consisting of 6 and more tokens,
the biafine model begins to outperform the BiLSTM-CRF model for the extraction and also
the subsequent normalization (Fig. 3b). The performance diference reaches up to 20 points in
precision for the extraction of multi-token entities consisting of 10 tokens and 10 points for
entities longer than at least 11 tokens.</p>
        <p>For both model types, we observe that the performance drop correlates with the length
of the entities. In general, there are fewer training instances for longer entities, as shorter
entities are more frequent than longer ones with a tail of infrequent but long entities (Fig. 3c).
This performance gap between short and long entities is even larger for the normalization
which ranges from 85  1 for single-token entities to 15  1 for entities with more than 10 tokens.
However, as more than half of the entities consist of a single token, the impact of longer entities
on the overall  1 score is limited and, thus, the diference of the BiLSTM-CRF and biafine models
regarding the overall precision is 2 points, even though the biafine model is better suited for
the extraction of longer multi-token entities.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this paper, we described our system for the CANTEMIST shared task to extract, normalize
and rank ICD codes from Spanish clinical documents. As neither language nor domain experts,
we tested neural sequence labeling, as well as parsing approaches for the extraction, string
matching and Levenshtein distance for the normalization and frequency for the ranking. We
found that the best model is based on a biafine classifier that achieves 85.3  1, 76.7  1 and 77.0
MAP for the three tracks, respectively. Future work includes the optimization of the extraction
models for long multi-token entities.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Leaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Khare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>Challenges in clinical natural language processing for automated disorder normalization</article-title>
          ,
          <source>Journal of biomedical informatics 57</source>
          (
          <year>2015</year>
          )
          <fpage>28</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rastegar-Mojarad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Moon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Afzal</surname>
          </string-name>
          , S. Liu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mehrabi</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Sohn,</surname>
          </string-name>
          <article-title>Clinical information extraction applications: a literature review</article-title>
          ,
          <source>Journal of biomedical informatics 77</source>
          (
          <year>2018</year>
          )
          <fpage>34</fpage>
          -
          <lpage>49</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Jensen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Soguero-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. O.</given-names>
            <surname>Mikalsen</surname>
          </string-name>
          , R.
          <article-title>-</article-title>
          <string-name>
            <surname>O. Lindsetmo</surname>
            , I. Kouskoumvekaki,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Girolami</surname>
            ,
            <given-names>S. O.</given-names>
          </string-name>
          <string-name>
            <surname>Skrovseth</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Augestad</surname>
          </string-name>
          ,
          <article-title>Analysis of free text in electronic health records for identification of cancer patient trajectories</article-title>
          ,
          <source>Scientific reports 7</source>
          (
          <year>2017</year>
          )
          <fpage>46226</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <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="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Leaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. Islamaj</given-names>
            <surname>Doğan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>Dnorm: disease name normalization with pairwise learning to rank</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>29</volume>
          (
          <year>2013</year>
          )
          <fpage>2909</fpage>
          -
          <lpage>2917</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>R.</given-names>
            <surname>Leaman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <article-title>Taggerone: joint named entity recognition and normalization with semi-markov models</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>32</volume>
          (
          <year>2016</year>
          )
          <fpage>2839</fpage>
          -
          <lpage>2846</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gonzalez-Agirre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marimon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Intxaurrondo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Rabal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Villegas</surname>
          </string-name>
          , M. Krallinger,
          <article-title>PharmaCoNER: Pharmacological substances, compounds and proteins named entity recognition track</article-title>
          ,
          <source>in: Proceedings of The 5th Workshop on BioNLP Open</source>
          Shared Tasks, Association for Computational Linguistics, Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . URL: https://www.aclweb.org/anthology/D19-5701. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          -5701.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Adel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Strötgen</surname>
          </string-name>
          ,
          <article-title>Closing the gap: Joint de-identification and concept extraction in the clinical domain, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>6945</fpage>
          -
          <lpage>6952</lpage>
          . URL: https://www.aclweb.org/anthology/2020.acl-main.
          <volume>621</volume>
          . doi:
          <volume>10</volume>
          .18653/ v1/
          <year>2020</year>
          .acl-main.
          <volume>621</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Aronson</surname>
          </string-name>
          ,
          <article-title>Efective mapping of biomedical text to the UMLS metathesaurus: the MetaMap program</article-title>
          ,
          <source>in: Proceedings of the AMIA Symposium</source>
          , Washington, DC,
          <year>2001</year>
          , p.
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Metke-Jimenez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Karimi</surname>
          </string-name>
          ,
          <article-title>Concept identification and normalisation for adverse drug event discovery in medical forums</article-title>
          ,
          <source>in: Proceedings of the First International Workshop on Biomedical Data Integration and Discovery</source>
          , Kobe, Japan,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>A neural multi-task learning framework to jointly model medical named entity recognition and normalization</article-title>
          ,
          <source>in: Proceedings of the AAAI Conference on Artificial Intelligence</source>
          , Honolulu, HawaiI,
          <year>2019</year>
          , pp.
          <fpage>817</fpage>
          -
          <lpage>824</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Qian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <article-title>A transition-based joint model for disease named entity recognition and normalization</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>33</volume>
          (
          <year>2017</year>
          )
          <fpage>2363</fpage>
          -
          <lpage>2371</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pestian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Brew</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Matykiewicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. J.</given-names>
            <surname>Hovermale</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Johnson</surname>
          </string-name>
          , K. B.
          <string-name>
            <surname>Cohen</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Duch</surname>
          </string-name>
          ,
          <article-title>A shared task involving multi-label classification of clinical free text, in: Biological, translational, and clinical language processing</article-title>
          , Prague, Czech Republic,
          <year>2007</year>
          , pp.
          <fpage>97</fpage>
          -
          <lpage>104</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Névéol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Robert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Grippo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Morgand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Orsi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Pelikan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ramadier</surname>
          </string-name>
          , G. Rey,
          <string-name>
            <given-names>P.</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          ,
          <article-title>Clef ehealth 2018 multilingual information extraction task overview: Icd10 coding of death certificates in french, hungarian and italian</article-title>
          ,
          <source>in: CLEF (Working Notes)</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Karimi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Dai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <article-title>Automatic diagnosis coding of radiology reports: a comparison of deep learning and conventional classification methods</article-title>
          ,
          <source>in: BioNLP</source>
          <year>2017</year>
          , Vancouver, Canada,
          <year>2017</year>
          , pp.
          <fpage>328</fpage>
          -
          <lpage>332</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>P.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Xing</surname>
          </string-name>
          ,
          <article-title>A neural architecture for automated icd coding</article-title>
          ,
          <source>in: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          , Melbourne, Australia,
          <year>2018</year>
          , pp.
          <fpage>1066</fpage>
          -
          <lpage>1076</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Mullenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wiegrefe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Duke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Eisenstein</surname>
          </string-name>
          ,
          <article-title>Explainable prediction of medical codes from clinical text</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          , New Orleans, Louisiana,
          <year>2018</year>
          , pp.
          <fpage>1101</fpage>
          -
          <lpage>1111</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Liu</surname>
          </string-name>
          , W. Chong,
          <article-title>Hypercore: Hyperbolic and co-graph representation for automatic icd coding, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>3105</fpage>
          -
          <lpage>3114</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Ramshaw</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. P.</given-names>
            <surname>Marcus</surname>
          </string-name>
          ,
          <article-title>Text chunking using transformation-based learning</article-title>
          ,
          <source>in: Natural language processing using very large corpora</source>
          , Springer,
          <year>1999</year>
          , pp.
          <fpage>157</fpage>
          -
          <lpage>176</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lample</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kawakami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Dyer</surname>
          </string-name>
          ,
          <article-title>Neural architectures for named entity recognition, in: Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Association for Computational Linguistics</article-title>
          , San Diego, California,
          <year>2016</year>
          , pp.
          <fpage>260</fpage>
          -
          <lpage>270</lpage>
          . URL: https://www.aclweb.org/anthology/N16-1030. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>N16</fpage>
          -1030.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Adel</surname>
          </string-name>
          , J. Strötgen,
          <string-name>
            <surname>NLNDE:</surname>
          </string-name>
          <article-title>The neither-language-nor-domain-experts' way of spanish medical document de-identification</article-title>
          ,
          <source>in: Proceedings of The Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2019</year>
          ),
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2019</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-2421/MEDDOCAN_paper_5.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <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, Transactions of the Association for Computational Linguistics 5 (</article-title>
          <year>2017</year>
          )
          <fpage>135</fpage>
          -
          <lpage>146</lpage>
          . URL: https://www.aclweb.org/anthology/Q17-1010. doi:
          <volume>10</volume>
          .1162/tacl_a_
          <fpage>00051</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <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. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>W19</fpage>
          -1916.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>B.</given-names>
            <surname>Heinzerling</surname>
          </string-name>
          , M. Strube,
          <article-title>BPEmb: Tokenization-free pre-trained subword embeddings in 275 languages</article-title>
          , in
          <source>: Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ),
          <article-title>European Language Resources Association (ELRA), Miyazaki</article-title>
          , Japan,
          <year>2018</year>
          . URL: https://www.aclweb.org/anthology/L18-1473.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>A.</given-names>
            <surname>Akbik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Blythe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Vollgraf</surname>
          </string-name>
          ,
          <article-title>Contextual string embeddings for sequence labeling</article-title>
          ,
          <source>in: Proceedings of the 27th International Conference on Computational Linguistics</source>
          , Association for Computational Linguistics, Santa Fe, New Mexico, USA,
          <year>2018</year>
          , pp.
          <fpage>1638</fpage>
          -
          <lpage>1649</lpage>
          . URL: https://www.aclweb.org/anthology/C18-1139.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <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="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kiela</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <article-title>Dynamic meta-embeddings for improved sentence representations</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Brussels, Belgium,
          <year>2018</year>
          , pp.
          <fpage>1466</fpage>
          -
          <lpage>1477</lpage>
          . URL: https://www.aclweb.org/anthology/D18-1176. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D18</fpage>
          -1176.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Adel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Strötgen</surname>
          </string-name>
          ,
          <article-title>On the choice of auxiliary languages for improved sequence tagging</article-title>
          ,
          <source>in: Proceedings of the 5th Workshop on Representation Learning for NLP, Association for Computational Linguistics</source>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>95</fpage>
          -
          <lpage>102</lpage>
          . URL: https://www. aclweb.org/anthology/
          <year>2020</year>
          .repl4nlp-
          <fpage>1</fpage>
          .13. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .repl4nlp-
          <fpage>1</fpage>
          .
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>G. I.</given-names>
            <surname>Winata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Fung</surname>
          </string-name>
          ,
          <article-title>Hierarchical meta-embeddings for codeswitching named entity recognition</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>3541</fpage>
          -
          <lpage>3547</lpage>
          . URL: https://www.aclweb.org/anthology/ D19-1360. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          -1360.
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>L.</given-names>
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Adel</surname>
          </string-name>
          , J. Strötgen, NLNDE:
          <article-title>Enhancing neural sequence taggers with attention and noisy channel for robust pharmacological entity detection</article-title>
          ,
          <source>in: Proceedings of The 5th Workshop on BioNLP Open</source>
          Shared Tasks, Association for Computational Linguistics, Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>26</fpage>
          -
          <lpage>32</lpage>
          . URL: https://www.aclweb.org/anthology/D19-5705. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D19</fpage>
          -5705.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>J.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bohnet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poesio</surname>
          </string-name>
          ,
          <article-title>Named entity recognition as dependency parsing, in: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>6470</fpage>
          -
          <lpage>6476</lpage>
          . URL: https://www. aclweb.org/anthology/2020.acl-main.
          <volume>577</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>577</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kurtz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Oepen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kuhlmann</surname>
          </string-name>
          ,
          <article-title>End-to-end negation resolution as graph parsing</article-title>
          ,
          <source>in: Proceedings of the 16th International Conference on Parsing Technologies and the IWPT</source>
          <year>2020</year>
          <article-title>Shared Task on Parsing into Enhanced Universal Dependencies, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>14</fpage>
          -
          <lpage>24</lpage>
          . URL: https://www.aclweb.org/ anthology/2020.iwpt-
          <volume>1</volume>
          .3. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .iwpt-
          <volume>1</volume>
          .3.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>T.</given-names>
            <surname>Dozat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          ,
          <article-title>Deep biafine attention for neural dependency parsing</article-title>
          ,
          <source>in: 5th International Conference on Learning Representations, ICLR</source>
          <year>2017</year>
          , Toulon, France,
          <source>April 24-26</source>
          ,
          <year>2017</year>
          , Conference Track Proceedings,
          <year>2017</year>
          . URL: https://openreview.net/forum?id=
          <fpage>Hk95PK9le</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>V. I. Levenshtein</surname>
          </string-name>
          ,
          <article-title>Binary codes capable of correcting deletions, insertions, and reversals</article-title>
          ,
          <source>in: Soviet physics doklady</source>
          , volume
          <volume>10</volume>
          ,
          <year>1966</year>
          , pp.
          <fpage>707</fpage>
          -
          <lpage>710</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>