<!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>Wrappers for Feature Subset Selection in CRF-based Clinical Information Extraction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mike Ebersbach</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Robert Herms</string-name>
          <email>robert.herms@cs.tu-chemnitz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christina Lohr</string-name>
          <email>christina.lohr@cs.tu-chemnitz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maximilian Eibl</string-name>
          <email>maximilian.eibl@cs.tu-chemnitz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Chair Media Informatics, Technische Universitat Chemnitz</institution>
          ,
          <addr-line>09107 Chemnitz</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We present our methodology and the results for Task 1 of the CLEF eHealth Evaluation Lab 2016. This benchmark addresses clinical information extraction related to nursing shift changes, whereas the challenge is to maximize the correctness in structuring written free-text records by automatically identifying relevant text-snippets. Our approach is focused on the exploration of relevant features for conditional random elds. We use wrappers for feature subset selection in conjunction with parameter optimization to consider how the learning algorithm and the dataset interact. First, we composed a feature set based on Stanford CoreNLP, latent Dirichlet allocation, regular expressions, and the ontologies of WordNet and UMLS. Next, the heuristic methods best- rst and greedy (hill-climbing) with forward and backward direction have been applied for feature evaluation and selection. Experimental results show that our system outperforms the baseline with a macro-averaged F1 of 0.311 using all features and 0.382 by performing feature selection.</p>
      </abstract>
      <kwd-group>
        <kwd>Information extraction</kwd>
        <kwd>Natural language processing</kwd>
        <kwd>Clinical texts</kwd>
        <kwd>Feature subset selection</kwd>
        <kwd>Wrapper</kwd>
        <kwd>Conditional random elds</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In healthcare respectively clinical institutions treatments need to be documented
very carefully in consideration of statutory guidelines. Information ow is
critical in health care, because failures lead to preventable adverse events (see [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]).
However, state-of-the-art technologies can assist a comprehensive work ow
including verbal handover supplemented with written material. In this context,
automatic speech recognition supports nursing handover by transforming verbal
clinical information into written free-text records (e.g., [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]). Structured records
can facilitate the information ow, e.g., by pre- lling a handover form, which
requires the identi cation of relevant content. The CLEF eHealth Evaluation
Lab 2016 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] aims to ease patients and nurses in understanding and accessing
eHealth information. Task 1 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] of this benchmark addresses clinical information
extraction related to nursing shift changes, whereas the challenge is to maximize
the correctness in structuring written free-text records by automatically
identifying relevant text-snippets.
      </p>
      <p>
        Although information extraction is a challenging eld, some prior works have
been done concerning clinical texts. A variety of systems demonstrated the
integration of Natural Language Processing (NLP) technologies for speci c
domains, such as radiology reports of the chest [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], mammography [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], pathology
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], dosage information [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and discharge summaries [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. Additionally, the
authors of [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] showed good results in processing clinical texts concerning principal
diagnosis, co-morbidity and smoking status for asthma research. Several studies
have worked on the extraction of drug names from clinical notes. In this
connection, some promising methods were applied in the past, e.g., string matching
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], rule-based [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], and using lexicon sources [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Moreover, the medication
information extraction system MedEx [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] uses a combination of lookup, regular
expression and rule-based methods to tag medication information in texts.
      </p>
      <p>
        The statistical modelling method Conditional Random Fields (CRF) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] has
been successfully applied for information extraction in clinical texts (e.g., [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]
and [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]). CRF is an undirected graphical model that combines the strength of
the Hidden Markov Model and the Maximum Entropy Model [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. The work of
[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] shows that CRF outperforms support vector machines in the clinical domain.
Techniques of feature subset selection have been applied for CRF as described
in [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] to optimize the results. In [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] the number of features could be reduced
to only 3% of the original feature set with only slight loss in performance.
      </p>
      <p>
        In this working notes paper we present our methodology and the results we
obtained in Task 1 (Handover Information Extraction) of the CLEF eHealth
Evaluation Lab 2016. Our approach in this work is focused on the exploration
of relevant features for CRF in the context of clinical information extraction.
The motivation for using feature selection is the advantage of improving the
prediction performance, providing faster and more cost-e ective predictors, and
a better understanding of the constructed models [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Basically, there are two
main methods: lters and wrappers. Filters use a metric to rank features and a
criterion for the selection without a learning algorithm. Wrappers in contrast are
considered as a black box, i.e., the feature selection algorithm exists as a
wrapper around the learning algorithm [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. In this work we use wrappers for feature
subset selection in conjunction with parameter optimization to consider how
the learning algorithm and the dataset interact. First, we composed a set of 41
features based on Stanford CoreNLP, latent Dirichlet allocation, regular
expressions, and the ontologies of WordNet and UMLS. Next, the heuristic methods
best- rst and greedy (hill-climbing) with forward and backward direction have
been applied for feature evaluation and selection.
      </p>
      <p>This Paper is organized as follows: In the next section we introduce our
designed feature set for clinical information extraction and the implemented system
including the methods for feature evaluation and selection. In Section 3 we
describe the applied dataset, the experimental setup, and the evaluation results.
Finally, we conclude this paper in Section 4 and give some future directions.
Our method is based on the exploration of relevant features for CRF in the
context of clinical information extraction. First, we extract a set of features using
a variety of technologies from the eld of NLP. In order to obtain relevant features
we perform feature selection using wrappers in conjunction with hyperparameter
optimization of CRF.
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>System Overview</title>
      <p>In order to verify the potential of features for CRF modeling we introduce an
analysis system (see Fig. 1) which includes two stages: feature extraction and
feature evaluation. The former comprises a number of toolkits and frameworks
that are used to extract information on word, sentence, and document-level. The
result of this stage is the enrichment of text data, i.e., a feature vector is assigned
to each word.</p>
      <p>
        In the second stage, these features will be evaluated by a wrapper-algorithm.
A CRF-based classi cation is performed using a feature subset. In each
iteration the resulting evaluation score will be compared and is crucial for further
processing. Depending on the applied heuristic the subset can be modi ed or
selected as the nal set of features. Thus, by experimental evaluation we obtain
the best performing features concerning the constructed CRF model and a given
dataset.
Based on di erent toolkits and frameworks from the eld of NLP we composed a
set of features which are aimed to perform well in combination with the classi er.
In order to conduct a linguistic analysis we used the Stanford CoreNLP 3.6.0
[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] with the factory extension for English language [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. This tool has been
applied for the extraction of named entities and Part-of-Speech (POS) tags as
well as structured POS-trees. The lexical database WordNet [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] has been used to
obtain meaningfully related words and concepts. Regarding the medical domain,
UMLS [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] - the Uni ed Medical Language System - was integrated including
its Metathesaurus. The latent Dirichlet allocation (LDA) implementation [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]
of the data mining toolkit KNIME 3.1.2 [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] was used to observe similarities
between data. Our preliminary experiments showed appropriate results by using
only three LDA topics.
      </p>
      <p>We implemented the feature extraction component and obtained the
following 41 features:
{ 2 basic features: the word itself and the corresponding lemma
{ 6 Named Entity features: We extracted the named entity of a word
(e.g., PERSON, LOCATION, DURATION). Additionally, we computed the
occurrence of the ve entities PERSON, NUMBER, DATE, TIME, and
DURATION per sentence as separate features.
{ 8 POS features: A POS-tag is used as a feature, e.g., ADJ or NN. In this
connection, we used the three features POS-tree, depth of POS-tree, and
depth of word-path as nominal values. Based on these structured features
we grouped words of a syntactic unit (phrase), calculated the depth of
wordpath to depth of POS-tree ratio, and determined the tense (past, present,
future) as a feature.
{ 3 WordNet features: rst hypernym, synonym, and hyponym of a word
ranked by WordNet
{ 14 UMLS features: First, we determined a generic category as a feature.</p>
      <p>
        For this purpose, we performed a mapping of 22 UMLS thesauri by six
self-de ned as well as prioritized categories: 1) anatomy { FMA; 2) medical
devices { UMD; 3) nursing { NIC, NOC, LNC, ICNP, PCDS, RCD, CCPCC,
COSTAR; 4) drugs { AOD, ATC, GC, VANDF, NDDF; 5) diagnosis and
diseases { ICD10, ICPC2ICD10ENG, DXP, ICD10AM, ICD10CM, MTHICD9;
6) vaccines { MVX. Next, we used UMLS MetaMap to obtain semantic types
(133 categories) and a reduced form comprising 15 semantic groups as
described in [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]. Both, semantic types and semantic groups, were applied on
word-level and phrase-level resulting in four features. We computed the
occurrence of the four semantic groups ANAT, CHEM, DISO, and PROC per
sentence and as relative frequency per sentence, i.e., the occurrence divided
by the total number of tokens in a sentence (eight features). Finally, the sum
of the occurrences of the four semantic groups per sentence was added as a
feature.
{ 1 LDA feature: one out of three LDA groups assigned to each word of a
sentence
{ 1 Regular expression feature: We conducted rule-based matching on
the original free text-form (e.g., based on \came in with" or \under Dr.")
to determine the name of patient, name of physician, room number, bed
number, age in years, gender, patient admission reason and diagnosis.
{ 6 High-Level features: For each word we extracted high-level features
derived from the original free text-form. Three position-based features were
computed: relative position of the word in a sentence as well as in a document
and relative position of the sentence in a document. Moreover, we extracted
the number of tokens as well as commas per sentence and added a feature
as boolean value which describes the occurrence of a word that ends with a
comma.
      </p>
      <p>The utilization of all features without its veri cation can be considered as a
brute-force approach. In order to obtain an appropriate feature subset we applied
the wrapper approach for feature selection as described in the next section.
2.3</p>
    </sec>
    <sec id="sec-3">
      <title>Feature Evaluation</title>
      <p>Regarding the wrapper based approach for feature selection, the optimal subset
of features can typically be found by using exhaustive search. To accomplish
this with n features, 2n combinations have to be tested which is not feasible
for a large number of features. In this work we assess four search algorithms
in connection with CRF: best- rst and greedy (hill-climbing) with forward and
backward direction.</p>
      <p>
        The forward best- rst algorithm starts with an empty set of features. In
each iteration, a feature will only be added if the performance of the resulting
set leads to the maximum performance. It can be lower than the one of the
previous iteration. Therefore, this algorithm stops when all features are added.
This approach is also called Sequential Forward Selection (SFS) and because
of its good tradeo between accuracy and number of iterations this method is
one of the most used wrapper-based algorithms [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. The forward hill-climbing
algorithm also starts with an empty feature set and adds a feature in each
iteration. However, a feature will only be added if the performance of the new
set is better than the performance of the present best set. If the performance is
worse, the feature will be skipped and the next one will be tested. This process
is repeated until no better feature set can be found. At this point the algorithm
stops. The advantage of this approach is the low number of iterations needed and,
subsequently, its shorter execution time. Generally, the determined maximum is
a local maximum, i.e., the algorithm stops if no better solution was found for
the same level.
      </p>
      <p>
        One big disadvantage of both algorithms is the so called \nesting" e ect:
once a feature has been added to the nal subset, it can not be removed anymore
[
        <xref ref-type="bibr" rid="ref33">33</xref>
        ]. Both algorithms also work backwards starting with a full set and removing
a feature from the set in each iteration.
3
      </p>
      <sec id="sec-3-1">
        <title>Experiments and Results</title>
        <p>The main goals of the experiments are to verify the performance using our
introduced feature set as well as the proposed feature selection methods and to
improve the baseline results of Task 1 (Handover Information Extraction) of
the CLEF eHealth Evaluation Lab 2016. Before describing the details of the
experimental setup, the used dataset is introduced. Afterwards, we discuss results
obtained by the utilization of the two wrapper methods best- rst and greedy
(hill-climbing) for feature selection and the nal results of the evaluation.
3.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Dataset</title>
      <p>
        We worked with the NICTA Synthetic Nursing Handover Data [
        <xref ref-type="bibr" rid="ref1 ref34">1, 34</xref>
        ] which
was created in 2012 for clinical speech recognition and information extraction
related to nursing shift-change handover. Basically, each handover document
can be summarized using the ve main categories: \Patient Introduction\, \My
Shift", \Appointments", \Medication", and \Future Care".
      </p>
      <p>In total, there are 35 sub-categories (e.g., last name, age, and current bed
of a patient) which represent the slots of a typical handover form and have
to be assigned to each word across the dataset. The data consists of 301
synthetic patient cases (handover documents) as text data and is partitioned into
101 training, 100 validation, and 100 testing cases. In this work we used the
prepared partitions provided by the organizers, i.e., each partition includes all
corresponding handover documents whereas tokens are separated line by line.
The training and validation set including the ground truth labels are aimed for
method development. The ground truth labels of the test set were not released
for evaluation purposes.
3.2</p>
    </sec>
    <sec id="sec-5">
      <title>Experimental Setup</title>
      <p>
        The o cial evaluation measure of Task 1 is the macro-averaged F1 which
calculates the average F1 across all categories. As classi cation algorithm we used the
CRF implementation of CRF++ [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. In order to apply the proposed methods
for feature subset selection as described in section 2.3, we implemented a
wrapper that handles the datasets in connection with CRF and conducts the search
strategies best- rst and greedy (hill-climbing), both in forward and backward
direction.
      </p>
      <p>In the development phase we optimized the hyperparameter C of the CRF
classi er in order to investigate the balance between over tting and under tting.
In more detail, we computed the macro-average F1 for each feature set using ve
di erent values of C (0.01, 0.1, 1, 10, and 100).</p>
      <p>In order to obtain the results on the test set we concatenated the training
and validation sets to a new training set. The idea was to construct a robust
classi er by using more training data. Moreover, we applied the best performing
feature set and the corresponding value of C obtained in the development phase.
For comparison, we also applied the full feature set.
3.3</p>
    </sec>
    <sec id="sec-6">
      <title>Feature Selection</title>
      <p>For the NICTA Synthetic Nursing Handover Data some features can be irrelevant
and redundant. We performed feature evaluation in conjunction with CRF and
the proposed wrapper approaches. Applying all 41 introduced features on the
validation set the best macro-averaged F1 measure was obtained with 0.330 using
hyperparameter optimization C =100 for CRF.</p>
      <p>Fig. 2 illustrates the macro-averaged F1 using the best- rst search algorithm
in forward and backward direction. It can be seen that using only one feature
with C =10 and C =100 outperforms the comprehensive feature set. However,
using forward direction and C =10 we obtained the best result at the number of
19 features with 0.386 whereas using backward and C =10 the highest value is
0.381 at the number of 7 features.</p>
      <p>Fig. 3 shows the results of the macro-averaged F1 according to feature
selection using hill-climbing in forward and backward direction. Concerning the
forward direction, the local maximum could be reached at an early stage with 6
features and C =100 which results in 0.382. In contrast, the backward direction
conducts more evaluations. The search algorithm achieved the best result with
0.381 using 8 selected features and C =1.
LDA</p>
      <p>Our criterion for the nal con guration of the system on the test set is the
highest macro-averaged F1 measure in the development phase. Thus, we select
the 19 features obtained with best- rst in forward direction and the
hyperparameter C =10 for CRF. Table 1 gives an overview of the nal feature set. Most
of these features have semantic properties derived by UMLS, WordNet, and
Named Entity recognition. The two feature groups Regular Expressions as well
as High-Level were left out.
3.4</p>
    </sec>
    <sec id="sec-7">
      <title>Results</title>
      <p>A series of experiments was carried out for the prediction of categories in clinical
information extraction. Regarding the test set, we submitted two runs: method
A including all 41 proposed features in combination with the
hyperparameter C =100 for CRF and method B with 19 selected features and C =10 which
achieved the best result in the development phase as described in section 3.3.</p>
      <p>Table 2 gives an overview of the nal results. In addition to the
macroaveraged F1 across all categories as the o cial measure, we show the results of
Precision and Recall for comparison purposes. It can be seen that our methods
outperformed the baseline (0.324) on the validation set. Method A achieved a F1
score of 0.330 with a corresponding improvement of 0.006. It is noticeable that
the Precision of the baseline is slightly better. However, the best performance was
achieved by method B with a F1 of 0.386 which corresponds to an improvement
of 0.062 over the baseline and 0.056 over method A.</p>
      <p>Concerning method A, there is only a slight drop to 0.311 on the test set.
Moreover, the Precision of the baseline system is slightly better with a di erence
of 0.012. Method B performed best on the test set with a F1 of 0.382 and a
corresponding improvement of 0.136 over the baseline and 0.071 over method
A. Moreover, method B outperformed the baseline in terms of Precision, Recall,
and F1 on the validation as well as on the test set.</p>
      <p>The best classi ed categories by method B on the test set are assigned to
\PatientIntroduction" as shown in Table 3. The top 10 categories are ranked
concerning the F1 score which is at least 0.5. Furthermore, we observed that
each of the top 7 categories reached a F1 of at least 0.75 in both runs, A and B.
Nevertheless, our system had some di culties in classifying words at categories
with only few training data. For instance, in case of the label
\PatientIntroduction CarePlan" we obtained many false positives in both runs but no true
positives.
4</p>
      <sec id="sec-7-1">
        <title>Conclusions</title>
        <p>We presented a methodology concerning feature subset selection in clinical
information extraction for Task 1 of the CLEF eHealth Evaluation Lab 2016. Our
approach is focused on the exploration of relevant features for conditional
random elds. We use wrappers for feature subset selection in conjunction with
parameter optimization to consider how the learning algorithm and the dataset
interact. First, we composed a feature set based on Stanford CoreNLP, latent
Dirichlet allocation, regular expressions, and the ontologies of WordNet and
UMLS. Next, the heuristic methods best- rst and greedy (hill-climbing) with
forward and backward direction have been applied for feature evaluation and
selection. In the development phase we observed that 19 out of 41 features
performed best in combination with the hyperparameter C =10 of the CRF method
on the validation set. Experimental results show that our system outperforms
the baseline on the validation set with a macro-averaged F1 of 0.330 using all
features as a brute-force approach and 0.386 by performing feature selection.
Moreover, we could achieve better results than the baseline (0.246) on the test
set with all features resulting in 0.311 and a higher performance using feature
selection with 0.382 which corresponds to an improvement of 0.136.</p>
        <p>Further improvements could be achieved by more appropriate features from
the eld of Natural Language Processing. Moreover, the investigation of relevant
features using other heuristic methods for wrapper-based feature selection, such
as genetic search, would be interesting in order to enhance the system
performance.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hanlen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferraro</surname>
          </string-name>
          , G.:
          <article-title>Benchmarking clinical speech recognition and information extraction: new data, methods, and evaluations</article-title>
          .
          <source>JMIR medical informatics</source>
          ,
          <volume>3</volume>
          (
          <issue>2</issue>
          ),
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Herms</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richter</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eibl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Unsupervised language model adaptation using utterance-based web search for clinical speech recognition</article-title>
          .
          <article-title>CLEF 2015 Evaluation Labs</article-title>
          and Workshop: Online Working Notes, CEUR-WS,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <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>Neveol</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palotti</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zuccon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Overview of the CLEF eHealth Evaluation Lab 2016</article-title>
          .
          <source>CLEF 2016 - 7th Conference and Labs of the Evaluation Forum, Lecture Notes in Computer Science (LNCS)</source>
          , Springer, September,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Task 1 of the CLEF eHealth evaluation lab 2016: Handover information extraction</article-title>
          .
          <article-title>CLEF 2016 Evaluation Labs</article-title>
          and Workshop: Online Working Notes, CEUR-WS,
          <year>September 2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hripcsak</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Austin,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Alderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Friedman</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Use of natural language processing to translate clinical information from a database of 889,921 chest radiographic reports 1</article-title>
          . Radiology,
          <volume>224</volume>
          (
          <issue>1</issue>
          ):
          <volume>157</volume>
          {
          <fpage>163</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Towards a comprehensive medical language processing system: methods and issues</article-title>
          .
          <source>In Proceedings of the AMIA annual fall symposium, page 595</source>
          . American Medical Informatics Association,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hahn</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romacker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Medsyndikate|a natural language system for the extraction of medical information from ndings reports</article-title>
          .
          <source>International journal of medical informatics</source>
          ,
          <volume>67</volume>
          (
          <issue>1</issue>
          ):
          <volume>63</volume>
          {
          <fpage>74</fpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Evans</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brownlow</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hersh</surname>
          </string-name>
          , W.,
          <string-name>
            <surname>Campbell</surname>
            ,
            <given-names>E. M.:</given-names>
          </string-name>
          <article-title>Automating concept identication in the electronic medical record: an experiment in extracting dosage information</article-title>
          .
          <source>In Proceedings of the AMIA Annual Fall Symposium, page 388</source>
          . American Medical Informatics Association,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knirsch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shagina</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hripcsak</surname>
          </string-name>
          , G.:
          <article-title>Automating a severity score guideline for community-acquired pneumonia employing medical language processing of discharge summaries</article-title>
          .
          <source>In Proceedings of the AMIA Symposium, page 256</source>
          . American Medical Informatics Association,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Patrick</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>High accuracy information extraction of medication information from clinical notes: 2009 i2b2 medication extraction challenge</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          (
          <issue>5</issue>
          ):
          <volume>524</volume>
          {
          <fpage>527</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goryachev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sordo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murphy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lazarus</surname>
          </string-name>
          , R.:
          <article-title>Extracting principal diagnosis, co-morbidity and smoking status for asthma research: evaluation of a natural language processing system</article-title>
          .
          <source>BMC medical informatics and decision making</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Chhieng</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Day</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hicks</surname>
          </string-name>
          , J.:
          <article-title>Use of natural language programming to extract medication from unstructured electronic medical records</article-title>
          .
          <source>In AMIA... Annual Symposium proceedings/AMIA Symposium. AMIA Symposium</source>
          , pages
          <volume>908</volume>
          {
          <fpage>908</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Levin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krol</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Reich, D.:
          <article-title>Extraction and mapping of drug names from free text to a standardized nomenclature</article-title>
          .
          <source>In AMIA</source>
          , pages
          <volume>438</volume>
          {
          <fpage>42</fpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Sirohi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peissig</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Study of e ect of drug lexicons on medication extraction from electronic medical records</article-title>
          .
          <source>In Paci c Symposium on Biocomputing. Paci c Symposium on Biocomputing</source>
          , pages
          <volume>308</volume>
          {
          <fpage>318</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stenner</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Johnson,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Waitman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Joshua</surname>
          </string-name>
          <string-name>
            <given-names>C</given-names>
            <surname>Denny</surname>
          </string-name>
          .
          <article-title>Medex: a medication information extraction system for clinical narratives</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          (
          <issue>1</issue>
          ):
          <volume>19</volume>
          {
          <fpage>24</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>La</surname>
            <given-names>erty</given-names>
          </string-name>
          , J.,
          <string-name>
            <surname>McCallum</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pereira</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Conditional random elds: Probabilistic models for segmenting and labeling sequence data</article-title>
          .
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Uzuner</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solti</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cadag</surname>
          </string-name>
          , E.:
          <article-title>Extracting medication information from clinical text</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          (
          <issue>5</issue>
          ):
          <volume>514</volume>
          {
          <fpage>518</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Bundschus</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dejori</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stetter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tresp</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kriegel</surname>
          </string-name>
          , H.:
          <article-title>Extraction of semantic biomedical relations from text using conditional random elds</article-title>
          .
          <source>BMC bioinformatics</source>
          ,
          <volume>9</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pradhan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pietrobon</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Extracting formulaic and free text clinical research articles metadata using conditional random elds</article-title>
          .
          <source>In Proceedings of the NAACL HLT 2010 Second Louhi Workshop on Text and Data Mining of Health Documents</source>
          , pages
          <volume>90</volume>
          {
          <fpage>95</fpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kipper-Schuler</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savova</surname>
          </string-name>
          , G.:
          <article-title>Conditional random elds and support vector machines for disorder named entity recognition in clinical texts</article-title>
          .
          <source>In Proceedings of the workshop on current trends in biomedical natural language processing</source>
          , pages
          <volume>94</volume>
          {
          <fpage>95</fpage>
          . Association for Computational Linguistics,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Skeppstedt</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kvist</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nilsson</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dalianis</surname>
          </string-name>
          , H.:
          <article-title>Automatic recognition of disorders, ndings, pharmaceuticals and body structures from clinical text: an annotation and machine learning study</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>49</volume>
          :
          <fpage>148</fpage>
          {
          <fpage>158</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Klinger</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedrich</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Feature subset selection in conditional random elds for named entity recognition</article-title>
          .
          <source>In RANLP</source>
          , pages
          <volume>185</volume>
          {
          <fpage>191</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Guyon</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elissee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An introduction to variable and feature selection</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          ,
          <volume>3</volume>
          :
          <fpage>1157</fpage>
          {
          <fpage>1182</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kohavi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , John, G.:
          <article-title>Wrappers for feature subset selection</article-title>
          .
          <source>Arti cial intelligence</source>
          ,
          <volume>97</volume>
          (
          <issue>1</issue>
          ):
          <volume>273</volume>
          {
          <fpage>324</fpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Surdeanu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bauer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finkel</surname>
            ,
            <given-names>J. R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McClosky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>The Stanford CoreNLP Natural Language Processing Toolkit</article-title>
          .
          <source>ACL (System Demonstrations)</source>
          , pages
          <fpage>55</fpage>
          {
          <fpage>60</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C. D.:
          <article-title>Fast Exact Inference with a Factored Model for Natural Language Parsing</article-title>
          .
          <source>Neural Information Processing Systems 15 (NIPS</source>
          <year>2002</year>
          ), Cambridge, MA: MIT Press, pages
          <volume>3</volume>
          {
          <fpage>10</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>George</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Miller</surname>
          </string-name>
          .
          <article-title>WordNet: A Lexical Database for English</article-title>
          .
          <source>Communications of the ACM</source>
          Vol.
          <volume>38</volume>
          , No.
          <volume>11</volume>
          , pages
          <fpage>39</fpage>
          {
          <fpage>41</fpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The uni ed medical language system (umls): integrating biomedical terminology</article-title>
          .
          <source>Nucleic acids research</source>
          ,
          <volume>32</volume>
          (
          <issue>suppl 1</issue>
          ):D267{
          <fpage>D270</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Newman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asuncion</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smyth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Welling</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Distributed algorithms for topic models</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          ,
          <volume>10</volume>
          :
          <year>1801</year>
          {
          <year>1828</year>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Berthold</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cebron</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gabriel</surname>
          </string-name>
          , T. Kotter,T.,
          <string-name>
            <surname>Meinl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohl</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thiel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiswedel</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Knime-the konstanz information miner: version 2.0 and beyond</article-title>
          .
          <source>AcM SIGKDD explorations Newsletter</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ):
          <volume>26</volume>
          {
          <fpage>31</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>McCray</surname>
            ,
            <given-names>A. T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burgun</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Aggregating UMLS semantic types for reducing conceptual complexity</article-title>
          .
          <source>Studies in health technology and informatics</source>
          ,
          <volume>84</volume>
          (
          <issue>1</issue>
          ), page 216,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Bermejo</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gamez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Puerta</surname>
          </string-name>
          , J.:
          <article-title>Incremental wrapper-based subset selection with replacement: An advantageous alternative to sequential forward selection</article-title>
          .
          <source>In Computational Intelligence and Data Mining</source>
          ,
          <year>2009</year>
          . CIDM'09. IEEE Symposium on, pages
          <volume>367</volume>
          {
          <fpage>374</fpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Schenk</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rigoll</surname>
          </string-name>
          , G.:
          <article-title>Selecting features in on-line handwritten whiteboard note recognition: Sfs or s s?</article-title>
          <source>In Document Analysis and Recognition</source>
          ,
          <year>2009</year>
          . ICDAR'
          <volume>09</volume>
          . 10th International Conference on, pages
          <volume>1251</volume>
          {
          <fpage>1254</fpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Suominen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hanlen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goeuriot</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelly</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>G. J.</given-names>
          </string-name>
          :
          <source>Task 1a of the CLEF eHealth Evaluation Lab</source>
          <year>2015</year>
          .
          <article-title>6th Conference and Labs of the Evaluation Forum</article-title>
          , page
          <volume>1391</volume>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Kudo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Crf++: Yet another crf toolkit (</article-title>
          <year>2005</year>
          ). Software available at https://taku910.github.io/crfpp/,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>