<!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>A Light-weight &amp; Robust System for Clinical Concept Disambiguation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dirk Weissenborn</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roland Roller</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Feiyu Xu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hans Uszkoreit Language Technology Lab</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>DFKI Alt-Moabit</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Berlin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Germany</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>dirk.weissenborn</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>roland.roller</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>feiyu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>uszkoreitg@dfki.de</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Enrique Garcia Perez SAP Innovation Center Konrad-Zuse-Ring 10</institution>
          ,
          <addr-line>Potsdam</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents a system for the normalization of concept mentions in clinical narratives. We evaluate and compare it against a popular, open-source solution that is frequently used for natural language processing of clinical text. The evaluation is based on a manually annotated dataset of 72 discharge summaries taken from the i2b2-corpus. Besides the demonstration and evaluation of our system we provide an in-depth corpus analysis that guided the development of the system. Our focus lies on the task of concept disambiguation, for which we combine two unsupervised approaches that are easy to implement and computationally inexpensive. We show that some ambiguities can only be resolved by adapting to annotation guidelines and preferences which we solve via the introduction of heuristics. Finally, we present an online-demo that gives insights into the individual parts of the normalization pipeline.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Recognizing and disambiguating clinical concepts
plays a central role in many information extraction
tasks within the clinical domain. It requires the
identification of concept mentions in clinical
narratives and the disambiguation of their respective
surface strings (normalization). In recent years,
many tasks have focused on the normalization
of clinical concepts, such as the i2b2 challenge
        <xref ref-type="bibr" rid="ref13">(Uzuner et al., 2011)</xref>
        , ShARe/CLEF
        <xref ref-type="bibr" rid="ref10">(Pradhan et
al., 2013)</xref>
        and SemEval
        <xref ref-type="bibr" rid="ref3">(Elhadad et al., 2015)</xref>
        .
      </p>
      <p>
        Traditionally, disambiguation systems rely on
supervised
        <xref ref-type="bibr" rid="ref5 ref7">(Martinez and Baldwin, 2011)</xref>
        ,
semisupervised
        <xref ref-type="bibr" rid="ref11">(Preiss and Stevenson, 2013)</xref>
        or
unsupervised
        <xref ref-type="bibr" rid="ref2">(Agirre et al., 2010)</xref>
        methods. Each
of those techniques has its advantages, however,
as seen in different disambiguation tasks,
simple methods (and their combination) can achieve
very good results, such as the generation of rules
and heuristics from the training data
        <xref ref-type="bibr" rid="ref1">(Afzal et al.,
2015)</xref>
        , the usage of similarity measures
        <xref ref-type="bibr" rid="ref9">(Pathak et
al., 2015)</xref>
        or the inclusion of Information Content
        <xref ref-type="bibr" rid="ref6">(Leal et al., 2015)</xref>
        .
      </p>
      <p>In this work we develop a light-weight solution
to the problem of clinical concept normalization,
that is easy to implement and does not require
expensive computations and is therefore particularly
suited for industrial application. The approach is
mainly unsupervised and does not require large
amounts of training data. In particular, the
disambiguation is based on a densest-subgraph
algorithm to ensure contextual compatibility among
the normalized concepts and the string similarity
between the surface string and the preferred labels
of a respective concept. We achieve very good
performance with this setup on a manually
annotated dataset. An web-application was developed
for demonstration purposes and to debug the
normalization pipeline1.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Clinical Concept Normalization</title>
      <p>The concept normalization task requires a well
defined target vocabulary. A useful resource is
the Unified Medical Language System (UMLS),
which defines biomedical concepts with various
names, spellings and abbreviations. Concepts
within UMLS are defined by so called concept
unique identifiers (CUI) that represent concepts
across different biomedical vocabularies, such as
NCI, NDF-RT or RxNorm. However, natural
language is highly variable and surface strings can
have different meanings depending on the context.</p>
      <sec id="sec-2-1">
        <title>1http://clinical-ta.dfki.de</title>
        <p>Concept-Type (Source)
Symptoms (NCI)
Disease (NCI)
Medication (RxNorm)
Diagnostic Procedure (NCI)
Therapeutic procedure (NCI)
Anatomy (NCI)
Laboratory Tests (NCI)</p>
        <p>The task of normalizing surface strings to
unique concepts of a given vocabulary such as
UMLS can be subdivided into three partial tasks:
Mention Recognition, Candidate Search and
Disambiguation. Given an input text, the mention
recognition subtask identifies text-spans that are
potential mentions of a medical concept.
Subsequently, the candidate search is responsible for
finding candidate concepts for the surface strings
of each mention. Finally, the disambiguation step
selects the candidate that fits best into the
mentions context, i.e., it resolves the ambiguity among
its candidates. The work focuses on the
disambiguation task.
2.1</p>
        <sec id="sec-2-1-1">
          <title>Data</title>
          <p>
            In our experiments we used a part of the
i2b22corpus
            <xref ref-type="bibr" rid="ref13">(Uzuner et al., 2011)</xref>
            that was manually
reannotated3. It consists of 72 discharge summaries.
Overall, the dataset contains 6336 annotations.
Table 1 lists annotation types and their corresponding
number of annotations. The corpus was split into
2 distinct subsets, each covering half of the
documents. The first set was used for system
develop
          </p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>2https://www.i2b2.org/</title>
        <p>3Note, the re-annotation took place within an industrial
use case and was not carried out by one of the authors. The
data and the dictionaries we used were already given.
ment and the second half for testing.</p>
        <p>We also analyzed the ambiguities within the
corpus based on our candidate search (x3.2).
Table 2 lists different ambiguity classes and their
fraction in the dataset. It shows that ambiguity
arises only in 18% of mentions. Candidate search
fails in about a third of all cases for which the
correct candidate is not found. For most of those
cases no candidate is found at all. This shows that
the currently employed dictionary lookup has to be
refined. However, this work addresses the problem
of disambiguation. Thus, only 18% of all cases
are non-trivial and are useful for evaluating
disambiguation.
3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>System Architecture</title>
      <sec id="sec-3-1">
        <title>Mention Recognition</title>
        <p>Because of the focus on disambiguation our demo
system employs a simple approach to mention
recognition. Given a tokenized input document all
word n-grams up to a predefined n are extracted.
This guarantees high recall. In the subsequent
candidate search step we eliminate all extracted
mentions for which no candidates are found.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Candidate Search</title>
        <p>We find concept candidates for each recognized
mention via a string lookup to a given dictionary.
The dictionary maps surface strings to concepts.
Those were extracted from a predefined subset of
vocabularies in the UMLS, namely RxNorm for
medications and NCI for anatomical concepts,
diseases, therapeutic procedures, diagnostic
procedures, laboratory tests and symptoms. The surface
strings of the dictionary were expanded by
including additional lexical variations.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Disambiguation</title>
        <p>The most crucial part of the concept normalization
pipeline is the concept disambiguation. Given a
set of candidates for each recognized mention it
selects the concept which fits best to the mention
of interest. The disambiguation is guided by two
algorithms, that are explained in the following.
String-Edit-Distance Each concept in UMLS
may include a set of synonyms containing a range
of variations and spellings. Not all of those string
variations are likely to represent a concept in free
text. However, a small subset of strings are
indicated as preferred labels for a concept. In a corpus
analysis, we found that many ambiguities can be
resolved by selecting the candidate concept whose
preferred labels contains a close match with the
mention string. We further found that preferred
labels of distinct UMLS concepts are usually mutual
exclusive. Thus, we employ a string-edit-distance
(ED) algorithm, namely Levenshtein-distance,
between the preferred labels Lc of all candidates cim
and the mention string xm. We use the minimum
of those distances to define the ED-score of a
candidate concept.</p>
        <p>sed(cim) = max
l2Lcim distance(xm; l) + 1
1
Densest-Subgraph We employ a
densestsubgraph algorithm similar to Moro et al. (2014)
or Weissenborn et al. (2015) to account for the
context of a mention. First we construct a graph
that consists of all candidates cim for all mentions
m of a document. These are the vertices of the
graph. We connect candidate concepts from
different mentions with each other, whenever they
co-occurred at least once together in MEDLINE,
a repository of abstracts from biomedical
publications. This information is annually summarized
by the National Institutes of Health (NIH)4. Given
the concept graph G = (V; E) of a document,
we iteratively select a mention with the most
remaining candidates and remove its least
connected candidate until each mention has at most
a predefined number of candidates left5. Given
the pruned graph G = (V ; E ) we score each
remaining candidate by the product of its number
of connections to other mention candidates and
other mentions, i.e., number of mentions that have
at least one connected candidate concept.
sdus(cim) = fcjm0 j(cim; cjm0 ) 2 E g
fm0j9j : (cim; cjm0 ) 2 E g
sdus(cim)
sds(cim) = Pj sdus(cjm)</p>
        <p>We tried different combinations of both scores
and found the disambiguation via sds with a
fallback to sed to work best. I.e., we select always
the candidate for each mention with the highest
sds and apply sed in case there are more than one
candidate with the same score.</p>
        <sec id="sec-3-3-1">
          <title>4https://mbr.nlm.nih.gov/MRCOC.shtml</title>
          <p>5We use 5 in our system, which performs slightly better
or equal to other configurations.
3.4</p>
        </sec>
      </sec>
      <sec id="sec-3-4">
        <title>Rule-based disambiguation</title>
        <p>A problem of unsupervised disambiguation is
the inability of learning corpus-specific patterns
which depend on annotation guide-lines and the
personal perspective of the annotators themselves.
Based on our observations the following set of
simple rules are defined and used to support both
disambiguation techniques:
Active Substance: If the given mention is a
tradename (e.g., Tylenol), in most of the cases its
active substance (e.g., Acetaminophen) is
annotated. Therefore we map all concepts that refer
to a tradename to its active substance: This
information is taken from the UMLS Metathesaurus
relation has-tradename.</p>
        <p>Structure of: If a mention ‘M’ (e.g. ‘left foot’)
includes two candidate concepts, one containing
the preferred label ‘structure of M’ and the other
one ‘entire M’, the second concept is removed
from the list of candidates.</p>
        <p>
          Abbreviation validation: Abbreviations tend to
be highly ambiguous
          <xref ref-type="bibr" rid="ref5">(Kim et al., 2011)</xref>
          and are
difficult to disambiguate. However, in many cases
those candidates are selected, whose preferred
labels fit the mentioned abbreviation. To address
this issue, abbreviations are firstly identified
using the UMLS Lexical Tools. Next, candidates
whose preferred labels are not valid long forms
of a mentioned abbreviation are removed during
pre-processing. Valid long forms of abbreviations
have to fulfill the following criterion: The first
letter of the abbreviation must match the first letter
of the text, and the remainder of the abbreviation,
i.e., the abbreviation without its first letter, must be
an abbreviation for the either the remaining text or
the remaining words, excluding the first.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Online Demo</title>
      <p>The web interface of the online demo6 is based on
the BRAT NLP-tool7 to visualize the implemented
candidate search and disambiguation. Figure 1
presents the output of our Demo after
processing a clinical narrative. The upper part
‘Candidate Search’ displays the text including mentions
with their respective concept candidates.
Different colors indicate different types of concepts. In
the given example, red refers to anatomy, green to</p>
      <sec id="sec-4-1">
        <title>6http://clinical-ta.dfki.de</title>
      </sec>
      <sec id="sec-4-2">
        <title>7http://brat.nlplab.org/</title>
        <p>System Pre-processing
ED Gold-standard
DS Gold-standard
DS+SE Gold-standard
ED cTAKES
DS cTAKES
DS+ED cTAKES
cTAKES cTAKES
symptom, pink to disease and turquoise to
laboratory test. Moving the mouse courser over a
candidate mention, the GUI shows the vocabulary
origin and its concept unique identifier.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <sec id="sec-5-1">
        <title>5.1 Setup</title>
        <p>
          We evaluated our system on the test part of the
dataset with different configurations. More
specifically, we compare the performance of the
individual disambiguation algorithms, namely
stringedit-distance (ED) and densest-subgraph (DS),
and their combination, as well as a widely used
reference system called cTAKES8
          <xref ref-type="bibr" rid="ref12">(Savova et al.,
2010)</xref>
          in combination with the disambiguation
component YTEX
          <xref ref-type="bibr" rid="ref4">(Garla et al., 2011)</xref>
          . We make
use of a gold-standard mention recognizer that
extracts only annotated mentions in the experiments.
When comparing to cTAKES, we make use of its
internal mention extraction and candidate search
in combination with our disambiguation to
guarantee a fair comparison. Additionally, our
postprocessing heuristics were applied to the output of
both our system and cTAKES.
5.2
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Results</title>
        <p>Table 3 shows the results on the entire testset. We
achieve a high precision of over 85% which we
at</p>
        <sec id="sec-5-2-1">
          <title>8https://ctakes.apache.org/</title>
          <p>tribute to the performance of disambiguation. Our
system performs also better than cTAKES9 with
the same pre-processing (mention recognition and
candidate search). The main problem in general
lies in the low recall, which is mainly due to
failing candidate search. This is also a major concern
in future work.</p>
          <p>As mentioned in x2.1, only a fraction of
mentions can be considered non-trivial with respect
to the disambiguation. Table 4 shows the
performance of our system and cTAKES for all
nontrivial mentions. The observations are similar to
the previous results. We can see that the precision
of our system is quite robust and much better than
the performance of cTAKES.
6</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>We presented a light-weight disambiguation
system for the normalization of clinical concept
mentions. The system is mainly unsupervised and
utilizes string similarity metrics as well as
information from concept co-occurrences. We
demonstrate its robustness with respect to
disambiguation and compared it to cTAKES, a popular
opensource system for clinical NLP. In addition, we
give examples where our unsupervised approach
fails because of annotation guidelines and
preferences. This problem is solved by the introduction
9standard configuration for YTEX disambiguation
of simple heuristics. Finally, our system can be
accessed via a web-application.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This research was partially supported by SAP,
the German Federal Ministry of Economics and
Energy (BMWi) through the project MACSS
(01MD16011F), and by the German Federal
Ministry of Education and Research (BMBF) through
the project BBDC (01IS14013E).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Zubair</given-names>
            <surname>Afzal</surname>
          </string-name>
          , Saber A.
          <string-name>
            <surname>Akhondi</surname>
          </string-name>
          , Herman van Haagen,
          <string-name>
            <surname>Erik M. van Mulligen</surname>
          </string-name>
          , and
          <string-name>
            <surname>Jan</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Kors</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Biomedical Concept Recognition in French Text Using Automatic Translation of English Terms</article-title>
          . In Working Notes of CLEF 2015 -
          <article-title>Conference and Labs of the Evaluation forum</article-title>
          , Toulouse, France, September 8-
          <issue>11</issue>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Eneko</given-names>
            <surname>Agirre</surname>
          </string-name>
          , Aitor Soroa, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Stevenson</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Graph-based Word Sense Disambiguation of biomedical documents</article-title>
          .
          <source>Bioinformatics</source>
          ,
          <volume>26</volume>
          (
          <issue>22</issue>
          ):
          <fpage>2889</fpage>
          -
          <lpage>2896</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>Noe´mie Elhadad, Sameer Pradhan</article-title>
          , Sharon Gorman, Suresh Manandhar, Wendy Chapman, and
          <string-name>
            <given-names>Guergana</given-names>
            <surname>Savova</surname>
          </string-name>
          .
          <year>2015</year>
          . SemEval-2015
          <source>Task</source>
          <volume>14</volume>
          :
          <article-title>Analysis of Clinical Text</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>303</fpage>
          -
          <lpage>310</lpage>
          , Denver, Colorado, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Vijay</given-names>
            <surname>Garla</surname>
          </string-name>
          , Vincent Lo Re, Zachariah Dorey-Stein, Farah Kidwai, Matthew Scotch, Julie Womack, Amy Justice, and
          <string-name>
            <given-names>Cynthia</given-names>
            <surname>Brandt</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>The Yale cTAKES extensions for document classification: architecture and application</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>18</volume>
          (
          <issue>5</issue>
          ):
          <fpage>614</fpage>
          -
          <lpage>620</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Youngjun</given-names>
            <surname>Kim</surname>
          </string-name>
          , John Hurdle, and Ste´phane
          <string-name>
            <given-names>M</given-names>
            <surname>Meystre</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Using UMLS lexical resources to disambiguate abbreviations in clinical text</article-title>
          .
          <source>AMIA Symposium</source>
          ,
          <year>2011</year>
          :
          <fpage>715722</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Andre</surname>
            ´ Leal,
            <given-names>Bruno</given-names>
          </string-name>
          <string-name>
            <surname>Martins</surname>
          </string-name>
          , and Francisco Couto.
          <year>2015</year>
          .
          <article-title>ULisboa: Recognition and Normalization of Medical Concepts</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>406</fpage>
          -
          <lpage>411</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>David</given-names>
            <surname>Martinez</surname>
          </string-name>
          and
          <string-name>
            <given-names>Timothy</given-names>
            <surname>Baldwin</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Word sense disambiguation for event trigger word detection in biomedicine</article-title>
          .
          <source>BMC Bioinformatics</source>
          ,
          <volume>12</volume>
          (
          <issue>2</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Moro</surname>
          </string-name>
          , Alessandro Raganato, and
          <string-name>
            <given-names>Roberto</given-names>
            <surname>Navigli</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Entity linking meets word sense disambiguation: a unified approach</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>2</volume>
          :
          <fpage>231</fpage>
          -
          <lpage>244</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Parth</given-names>
            <surname>Pathak</surname>
          </string-name>
          , Pinal Patel, Vishal Panchal, Sagar Soni, Kinjal Dani,
          <string-name>
            <given-names>Amrish</given-names>
            <surname>Patel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Narayan</given-names>
            <surname>Choudhary</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>ezDI: A Supervised NLP System for Clinical Narrative Analysis</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>412</fpage>
          -
          <lpage>416</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Sameer</given-names>
            <surname>Pradhan</surname>
          </string-name>
          , Noe´mie Elhadad,
          <string-name>
            <surname>Brett R. South</surname>
          </string-name>
          , David Mart´ınez,
          <string-name>
            <surname>Lee</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Christensen</surname>
          </string-name>
          , Amy Vogel, Hanna Suominen, Wendy W. Chapman, and
          <string-name>
            <surname>Guergana</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Savova</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Task 1: ShARe/CLEF eHealth Evaluation Lab 2013</article-title>
          . In Working Notes for CLEF 2013 Conference , Valencia, Spain,
          <source>September 23-26</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Judita</given-names>
            <surname>Preiss</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Stevenson</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>DALE: A Word Sense Disambiguation System for Biomedical Documents Trained using Automatically Labeled Examples</article-title>
          .
          <source>In Proceedings of the 2013 NAACL HLT Demonstration Session</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          , Atlanta, Georgia, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Guergana</surname>
            <given-names>K Savova</given-names>
          </string-name>
          ,
          <string-name>
            <surname>James J Masanz</surname>
          </string-name>
          , Philip V Ogren, Jiaping Zheng, Sunghwan Sohn, Karin C KipperSchuler, and Christopher G Chute.
          <year>2010</year>
          .
          <article-title>Mayo clinical Text Analysis and Knowledge Extraction System (cTAKES): architecture, component evaluation and applications</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          (
          <issue>5</issue>
          ):
          <fpage>507</fpage>
          -
          <lpage>513</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>O</given-names>
            <surname>¨zlem</surname>
          </string-name>
          <string-name>
            <surname>Uzuner</surname>
          </string-name>
          , Brett R South,
          <string-name>
            <given-names>Shuying</given-names>
            <surname>Shen</surname>
          </string-name>
          , and Scott L DuVall.
          <year>2011</year>
          .
          <year>2010</year>
          i2b2/
          <article-title>VA challenge on concepts, assertions, and relations in clinical text</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>18</volume>
          (
          <issue>5</issue>
          ):
          <fpage>552</fpage>
          -
          <lpage>556</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Dirk</given-names>
            <surname>Weissenborn</surname>
          </string-name>
          , Leonhard Hennig, Feiyu Xu,
          <string-name>
            <given-names>and Hans</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Multi-Objective Optimization for the Joint Disambiguation of Nouns and Named Entities</article-title>
          .
          <source>Proc. of ACLIJCNLP</source>
          , Beijing, China, pages
          <fpage>596</fpage>
          -
          <lpage>605</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>