<!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>TeamX at CLEF eHealth 2020: ICD Coding with N-gram Encoder and Code-filtering Strategy</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yuki Tagawa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Norihisa Nakano</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ryota Ozaki</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tomoki Taniguchi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tomoko Ohkuma</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fuji Xerox Co., Ltd</institution>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>tagawa.yuki</institution>
          ,
          <addr-line>nakano.norihisa,ryota.ozaki,Taniguchi.Tomoki,Ohkuma.Tomoko} @fujixerox.co.jp</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The International Classification of Diseases (ICD) is a medical classification that provides a systematized code of diseases. ICD is widely used for statistical comparisons and patient billing; however, manual ICD coding is time-consuming and prone to errors. In this study, we work on an automatic ICD10-CM and ICD10-PCS coding to Spanish clinical cases at CLEF eHealth 2020 Task 1. We tackle the ICD10-CM and ICD10-PCS coding as a multi-label classification problem and our method has three main aspects: ( i ) N-gram encoder : learning N-gram embeddings by encoding an input document; (ii) Code-filtering strategy : reducing the label space by limiting the number of target code; (iii)Weighted binary cross-entropy (BCE): extending the BCE to alleviate the data imbalance problem. We evaluated our method based on the mean average precision, achieving final scores of 0.299 for ICD10-CM and 0.199 for ICD10-PCS.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>In clinical practice, considerable amounts of text data (e.g., discharge summaries,
radiology reports, and other narrative components of electronic health records)
are created every day. Such data are managed using the International
Classification of Diseases (ICD) codes for reporting diagnosis and statistical comparisons
of morbidity and mortality. ICD is a medical classification provided by the World
Health Organization, and it assigns a unique alphanumeric code to diseases,
injuries, signs, procedures, and symptoms.</p>
      <p>Although ICD codes are widely used for statistical analysis, decision-making,
and even for reimbursement, manual ICD coding is time-consuming and prone
to errors. Hence, automatic ICD coding is in high demand.</p>
      <p>
        Automatic ICD coding [
        <xref ref-type="bibr" rid="ref12 ref16 ref19">12, 16, 19</xref>
        ] is the prediction of suitable ICD codes on
the basis of an input document. As a type of multilingual information
extraction, the CLEF eHealth community has been organizing shared tasks on ICD
coding since 2016. Furthermore, several methods have been proposed using topic
modeling [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], pattern matching [
        <xref ref-type="bibr" rid="ref11 ref13">13, 11</xref>
        ], information retrieval-style ranking [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ],
sequence-to-sequence (seq2seq) [
        <xref ref-type="bibr" rid="ref15 ref3 ref9">9, 3, 15</xref>
        ], and bidirectional encoder
representations from transformer (BERT)-based models [
        <xref ref-type="bibr" rid="ref18 ref2">2, 18</xref>
        ].
      </p>
      <p>
        In this paper, we describe the approach of TeamX for the ICD10-CM 1 and
ICD10-PCS 2 coding to Spanish clinical cases at CLEF eHealth 2020 Task 1 [
        <xref ref-type="bibr" rid="ref10 ref6">6,
10</xref>
        ]. The organizers prepared a CodiEsp corpus of 1,000 clinical cases in Spanish.
This corpus was manually assigned ICD10-CM and ICD10-PCS codes by clinical
coding professionals meeting strict quality criteria.
      </p>
      <p>
        We found the following difficulties in the CLEF eHealth 2020 ICD coding
task.
1. The CodiEsp corpus has a large number of words per document : In the
CodiEsp corpus, the average number of words per document is
approximately 396.2. In contrast, those in the C´epiDc, KSH-HU, and ISTST-IT
datasets [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] are 10.0, 7.9, and 46.0, respectively3. Compared with the other
corpora in CLEF eHealth, the CodiEsp corpus has the largest number of
words per document. In 2018, the seq2seq model [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] achieved the best
performance. This model learns the document embedding by encoding sequences
with a recurrent neural network (RNN) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and predicts the code sequences
from this embedding. However, when processing long documents such as
the CodiEsp Corpus, it is difficult to encode the documents into a single,
fixed-size representation using an RNN or BERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
2. There is a large number of codes: In general ICD coding, suitable codes must
be predicted from a large number of codes (ICD10-CM and ICD10-PCS have
approximately 87,000 and 98,000 types of codes for this task, respectively).
In previous methods [
        <xref ref-type="bibr" rid="ref18 ref2">2, 18</xref>
        ], ICD coding was considered as a multi-label
classification (MLC); however, it is usually difficult to learn a classification
model with a large label space because the labels are highly imbalanced.
      </p>
      <p>
        Considering the features mentioned above, we propose a model based on
previous studies [
        <xref ref-type="bibr" rid="ref12 ref16">16, 12</xref>
        ]. Our method has three main aspects:
1. N-gram encoder : In the CodiEsp corpus, the number of words per document
is large, and the ICD code is annotated into token N-grams. Therefore, we
introduce an N-gram encoder to learn an N-gram representation rather than
encoding the entire document into a single, fixed-size representation.
2. Code-filtering strategy: It is difficult to learn an ICD coding model as an
MLC with a large label space. Therefore, we introduce a strategy to reduce
the label space by limiting the number of target codes.
1 https://www.nlm.nih.gov/research/umls/sourcereleasedocs/current/
      </p>
      <p>ICD10CM/index.html
2 https://www.nlm.nih.gov/research/umls/sourcereleasedocs/current/</p>
      <p>ICD10PCS/index.html
3 These datasets include death certificates consisting of term sequences in which an</p>
      <p>ICD10 code can be directly assigned to each term.
3. Weighted binary cross-entropy (BCE): In previous studies on MLC, BCE
was used as a loss function; however, for MLC with a large label space such
as ICD coding, data imbalance must be avoided. To alleviate this problem,
we extend the BCE by introducing a weight variable.</p>
      <p>In the experiments, our method achieved mean average precision (MAP)
scores of 0.299 and 0.199 for ICD10-CM and ICD10-PCS, respectively.
2</p>
    </sec>
    <sec id="sec-2">
      <title>CodiEsp corpus</title>
      <p>
        The CodiEsp corpus [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] comprises 1,000 clinical cases in Spanish and was
interpreted by clinical coding professionals satisfying strict quality criteria. Table
1 lists the corpus statistics. Compared with previous ICD coding datasets in
the CLEF eHealth, this corpus has a larger number of words per document and
is annotated into a span of characters corresponding to the ICD code. Figure 1
illustrates an example of annotated data, where ICD codes are assigned to words
or phrases that correspond to diseases and symptoms, etc.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Method</title>
      <p>
        In the annotated texts, the ICD codes correspond to words or phrases that
denote diseases, injuries, signs, symptoms, or procedures. We assume that N-gram
representations in an input document are effective features for code prediction.
An N-gram encoder learns N-gram embeddings from an input document using
a convolutional neural network [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] (CNN):
      </p>
      <p>D1 = CNN(X),
(1)
where X ∈ Rn×d is a trainable document feature matrix initialized with
pretrained word embeddings, n is the number of words in the input document, and
d is the embedding size of the words. Moreover, CNN returns an N-gram feature
matrix D1 ∈ R(n−s+1)×u, where s is the window size of the convolution filters
(the size of the word-level N-gram), and u is the number of convolution filters.
Each column of D1 represents an N-gram features.
3.2</p>
      <sec id="sec-3-1">
        <title>Code encoder</title>
        <p>We utilize the code descriptions to learn the code embeddings. The code
embedding matrix, L2 ∈ RC×d, is computed as follows:</p>
        <p>L2 = tanh(dropout(L1)W1 + b1).
(2)
The initial code embedding, L1 ∈ RC×d, is computed by averaging the
pretrained embeddings of the words in the descriptions, where C is the total number
of ICD codes. Here, W1 ∈ Rd×d and b1 ∈ Rd are trainable parameters.</p>
        <p>D2 = tanh(D1W2 + b2),</p>
        <p>A = softmax(D2L1T),</p>
        <p>D3 = relu(ATD2),</p>
        <p>Y = sigmoid(D3 · L2T),
where A ∈ R(n−s+1)×C represents the relevance between each N-gram and each
ICD code. Finally, we calculate a weighted document feature matrix, D3 ∈
RC×d, and a score vector, Y ∈ RC , for each ICD code:
where · denotes the inner product.</p>
        <p>In the testing phase, our model ranks the ICD codes using the predicted
scores and removes the codes with a score below pre-defined threshold t from
the ranking.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Code-wise attention</title>
        <p>We introduce a code-wise attention mechanism that learns the relevance between
N-grams and ICD codes. First, we pass the N-gram features, D1, to a
feedforward network as follows:
where W2 ∈ Ru×d and b2 ∈ Rd are trainable parameters. Next, we calculate the
code-wise attention matrix:
(3)
(4)
(5)
(6)
(7)
(8)
3.4</p>
      </sec>
      <sec id="sec-3-3">
        <title>Weighted BCE</title>
        <p>We consider the ICD coding as an MLC and therefore naturally use the BCE as
a loss function. However, we should be careful when the numbers of positive and
negative samples in the ground truth Yˆ are significantly imbalanced because
there are many types of ICD codes. If the MLC model is trained using the
standard BCE, the trained model predicts a low score for all the codes because
the elements of Yˆ are almost zero (negative). To alleviate this problem, we
introduce a weight variable, wp, for a positive sample into the BCE. We train
our model using weighted BCE as a loss function:</p>
        <p>C
Loss = − C1 ∑ wpyilog(yˆi) + (1 − yi)log(1 − yˆi),</p>
        <p>i=1
wp =</p>
        <p>
          NEGATIVE COUNTS
POSITIVE COUNTS
where yˆi ∈ {0, 1} and yi ∈ [
          <xref ref-type="bibr" rid="ref1">0, 1</xref>
          ] are the ground truth and predicted score for the
i-th code, respectively. POSITIVE COUNTS represents the number of elements
with a value of 1 in Yˆ , and NEGATIVE COUNTS is the number of elements
with a value of 0 in Yˆ . The weighted BCE returns a higher loss value than the
standard BCE if the model predicts a low score for the appropriate ICD code
during training.
In this task, the model must predict suitable codes from the input document. It
is usually difficult to learn a classification task with a large label space.
Therefore, we apply two code-filtering strategies, AND and OR, to reduce this space.
Here, AND is a strategy using which our model predicts only the ICD codes
included in both the training and development sets, and OR is a strategy with
which our model predicts only the ICD codes included in either the training
or development set. Table 2 shows the number of ICD codes applied to each
code-filtering strategy. The code size C depends on the strategy applied.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <p>4.1</p>
      <sec id="sec-4-1">
        <title>Experimental settings</title>
        <p>We implemented our model using PyTorch4 and trained the model using a
training set from the CodiEsp corpus5, code descriptions6, and pre-trained Spanish
medical embeddings7. Table 3 lists the hyperparameters of our model.</p>
        <p>As a baseline, we built a term frequency–inverse document frequency
(TFIDF)based method. First, as the baseline, the word-level TFIDF scores from the
CodiEsp corpus and the code descriptions are calculated, and L2 normalization
is then applied to each TFIDF vector. Second, the cosine similarity between
the TFIDF vector of the input document and that of each code description is
calculated. Finally, the codes with a similarity are ranked, and the codes with</p>
        <sec id="sec-4-1-1">
          <title>4 https://pytorch.org/ 5 https://zenodo.org/record/3606662#.XwVLmZP7TOR 6 https://zenodo.org/record/3706838#.XwVLTZP7TOQ 7 https://zenodo.org/record/3626806#.XwKxx5P7TOR</title>
          <p>a similarity below pre-defined threshold t are removed. We used StanfordNLP8
and scikit-learn9 to calculate the TFIDF score.
We trained the model for 100 epochs and selected the best model of the
development data for the testing. We used MAP to evaluate the model.</p>
          <p>Tables 4 and 5 show the experimental results of the ICD10-PCS and
ICD10CM codes, respectively. Our method outperforms the TFIDF-based method as a
baseline. The MAP of the AND strategy is higher than that of the OR strategy</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>8 https://stanfordnlp.github.io/stanfordnlp/ 9 https://scikit-learn.org/stable/</title>
          <p>Weighted
Weighted
Weighted
Weighted
Standard
Weighted
Weighted
Weighted
Weighted</p>
          <p>MAP
in both the ICD10-PCS and ICD10-CM codes. It can be seen that the strategy
of limiting the target code is effective for this task. As a future study, we are
also interested in a frequency-based or MAP-maximizing strategy.</p>
          <p>Comparing the weighted BCE and the standard BCE setting, the weighted
BCE is more effective. In particular, we observed a large elongation in the
ICD10CM dataset (Table 5). Because the ICD10-CM dataset has a larger number
of codes even with the AND strategy (Table 2) and exhibits a higher data
imbalance, as described in Section 3.4, the weighted BCE proved to be effective.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>We addressed the automatic coding of the ICD10-CM and ICD10-PCM for
Spanish clinical cases at CLEF eHealth 2020 Task 1. We considered the ICD coding as
an MLC, and our method had three main aspects: ( i ) N-gram encoder : learning
N-gram embeddings by encoding an input document; (ii) Code-filtering strategy :
reducing the label space by limiting the number of target codes; (iii)Weighted
BCE : extending the BCE to alleviate the data imbalance problem.</p>
      <p>Our method achieved MAP scores of 0.299 and 0.199 for the ICD10-CM and
ICD10-PCS datasets, respectively. In particular, we confirmed the effectiveness
of both the code-filtering strategies, AND and OR, and the weighted BCE as a
loss function.</p>
      <p>
        In future studies, to improve the performance, we plan to apply data
argumentation using back-translation [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and integrate the BERT in the clinical
domain [
        <xref ref-type="bibr" rid="ref1 ref8">1, 8</xref>
        ] into a CNN encoder.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alsentzer</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boag</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weng</surname>
            ,
            <given-names>W.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Naumann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McDermott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Publicly available clinical BERT embeddings</article-title>
          .
          <source>In: Proceedings of Clinical NLP Workshop</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Amin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dunfield</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vechkaeva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>K.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wixted</surname>
            ,
            <given-names>M.K.</given-names>
          </string-name>
          :
          <article-title>Mlt-dfki at clef ehealth 2019: Multi-label classification of ICD-10 codes with bert</article-title>
          .
          <source>In: CLEF 2019 Online Working Notes</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Atutxa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casillas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ezeiza</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fresno</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goenaga</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gojenola</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , Mart´ınez, R.,
          <string-name>
            <surname>Anchordoqui</surname>
            ,
            <given-names>M.O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perez-De-Vin</surname>
          </string-name>
          ˜aspre, O.:
          <article-title>Ixamed at clef ehealth 2018 task 1: ICD10 coding with a sequence-to-sequence approach</article-title>
          .
          <source>In: CLEF 2018 Online Working Notes</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Dermouche</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Looten</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flicoteaux</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chevret</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velcin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taright</surname>
          </string-name>
          , N.:
          <article-title>Ecstra-inserm @ clef ehealth2016-task 2: ICD10 code extraction from death certificates</article-title>
          .
          <source>In: CLEF 2016 Online Working Notes</source>
          (
          <year>2016</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>In: Proceedings of NAACL</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miranda-Escalada</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Saez Gonzales,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Viviani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Overview of the CLEF eHealth evaluation lab 2020</article-title>
          . In: Arampatzis,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kanoulas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Tsikrika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Vrochidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Joho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Lioma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Eickhoff</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          , N´ev´eol,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.)
          <string-name>
            <surname>Experimental IR Meets Multilinguality</surname>
          </string-name>
          , Multimodality, and
          <source>Interaction: Proceedings of the Eleventh International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ). LNCS Volume number:
          <volume>12260</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>LeCun</surname>
          </string-name>
          , Y.,
          <string-name>
            <surname>Bottou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haffner</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Gradient-based learning applied to document recognition</article-title>
          .
          <source>Proceedings of the IEEE</source>
          <volume>86</volume>
          (
          <issue>11</issue>
          ),
          <fpage>2278</fpage>
          -
          <lpage>2324</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yoon</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>So</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>BioBERT: a pre-trained biomedical language representation model for biomedical text mining</article-title>
          .
          <source>Bioinformatics</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Miftahutdinov</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tutubalina</surname>
          </string-name>
          , E.:
          <article-title>Kfu at clef ehealth 2017 task1: ICD-10 coding of english death certificates with recurrent neural networks</article-title>
          .
          <source>In: CLEF 2017 Online Working Notes</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Miranda-Escalada</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez-Agirre</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Armengol-Estap´e, J.,
          <string-name>
            <surname>Krallinger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Overview of automatic clinical coding: annotations, guidelines, and solutions for non-english clinical cases at codiesp track of CLEF eHealth 2020</article-title>
          . In: Working Notes of Conference and
          <article-title>Labs of the Evaluation (CLEF) Forum</article-title>
          . CEUR Workshop Proceedings (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mottin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gobeill</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mottaz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pasche</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaudinat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruch</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Bitem at clef ehealth evaluation lab 2016 task 2: Multilingual information extraction</article-title>
          .
          <source>In: CLEF 2016 Online Working Notes</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mullenbach</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegreffe</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duke</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eisenstein</surname>
          </string-name>
          , J.:
          <article-title>Explainable prediction of medical codes from clinical text</article-title>
          .
          <source>In: Proceedings of NAACL</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>van Mulligen</surname>
            ,
            <given-names>E.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Afzal</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Akhondi</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kors</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Erasmus mc at clef ehealth 2016: Concept recognition and coding in french texts</article-title>
          .
          <source>In: CLEF 2016 Online Working Notes</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. N´ev´eol,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Robert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Grippo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Morgand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Orsi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Pelikan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ramadier</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          , Gr´egoire Rey, P.Z.:
          <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 2018 Online Working Notes</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. R´eby,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cossin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Bordea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Diallo</surname>
          </string-name>
          , G.:
          <article-title>Sitis-isped in clef ehealth 2018 task 1: ICD10 coding using deep learning</article-title>
          .
          <source>In: CLEF 2018 Online Working Notes</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rios</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kavuluru</surname>
          </string-name>
          , R.:
          <article-title>Few-shot and zero-shot multi-label learning for structured label spaces</article-title>
          .
          <source>In: Proceedings of EMNLP</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Rumelhart</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          :
          <article-title>Learning representations by backpropagating errors</article-title>
          .
          <source>nature</source>
          <volume>323</volume>
          (
          <issue>6088</issue>
          ),
          <fpage>533</fpage>
          -
          <lpage>536</lpage>
          (
          <year>1986</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. S¨anger,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Weber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Kittner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Leser</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          :
          <article-title>Classifying german animal experiment summaries with multi-lingual bert at clef ehealth 2019 task 1</article-title>
          . In: CLEF 2019 Online Working Notes (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sadoughi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xing</surname>
          </string-name>
          , E.:
          <article-title>Generalized zero-shot icd coding</article-title>
          .
          <source>CoRR</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Zweigenbaum</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lavergne</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Limsi ICD10 coding experiments on c´epidc death certificate statements</article-title>
          .
          <source>In: CLEF 2016 Online Working Notes</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>