<!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 Supervised Named-Entity Extraction System for Medical Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andreea Bodnari</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Louise Deleger</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Lavergne</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aurelie Neveol</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierre Zweigenbaum</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LIMSI-CNRS</institution>
          ,
          <addr-line>rue John von Neumann, F-91400 Orsay</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>MIT, CSAIL</institution>
          ,
          <addr-line>Cambridge, Massachusetts</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We present our participation in Task 1a of the 2013 CLEFeHEALTH Challenge, whose goal was the identi cation of disorder named entities from electronic medical records. We developed a supervised CRF model that based on a rich set of features learns to predict disorder named entities. The CRF system uses external knowledge from specialized biomedical terminologies and Wikipedia. Our system performance was evaluated at 0.598 F-measure in the context of strict evaluation and 0.711 F-measure in the context of relaxed evaluation.</p>
      </abstract>
      <kwd-group>
        <kwd>Named-entity recognition</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Medical records</kwd>
        <kwd>Machine learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Electronic medical records (EMRs) represent rich data repositories loaded with
valuable patient information. Automated tools are required to process this
patient information and make it available to medical professionals and specialized
medical systems. These automated tools take as input the plain text of EMRs
and output data of interest. For example, named-entity extraction tools
process the plain text of EMRs and extract instances of named entities (i.e., noun
phrases) that can be classi ed into a certain semantic category.</p>
      <p>The 2013 CLEF-eHEALTH challenge aims to develop methods and resources
that make EMRs more understandable by both patients and health
professionals. The challenge spans over three tasks. We participate in the rst task, which
focuses on the identi cation of disorder named entities in electronic medical
records, and develop a system that can perform NER on medical text. We
propose a solution that combines a rich feature set with external knowledge gathered
from both specialized and general domain knowledge repositories.</p>
      <p>
        We present a named-entity recognition system specialized in the medical
domain. Our system learns a CRF model from the training data, based on a rich
feature set that combines external knowledge sources with information gathered
from the EMR text. We discuss the system design, present the system results on
the 2013 CLEF-eHEALTH [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] training and test data, and discuss the speci c
features that helped most with the system performance.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        The natural language processing (NLP) community has organized specialized
competitions to evaluate and help improve the state of the art in various NLP
domains. Competitions in the general domain include the Text Retrieval
Evaluation Conferences [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], the Semantic Evaluation (SemEval) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and the Conference
on Natural Language Learning (CoNLL) shared-tasks [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In the medical domain,
the Informatics for Integrating Biology and the Bedside (i2b2) center organized a
series of NLP competitions focused on information extraction from unstructured
clinical documents. The NLP competitions tried to support advancement in a
series of NLP tasks like information extraction [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], information retrieval [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ],
semantic textual similarity, co-reference resolution [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Tasks like information
retrieval, dependency parsing, and named entity recognition exhibit relatively
well performing solutions that can be applied in real life settings. Yet, results of
NLP competitions showed that the research community is still struggling in the
specialized domain (i.e., medical, biomedical) compared to the general domain.
3
3.1
      </p>
      <p>Data</p>
    </sec>
    <sec id="sec-3">
      <title>Materials and methods</title>
      <p>
        The corpus used for the 2013 CLEF-eHEALTH challenge consists of de-identi ed
plain text EMRs from the MIMIC II database, version 2.5 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The EMR
documents were extracted from the intensive-care unit setting and included discharge
summaries, electrocardiography reports, echo reports, and radiology reports. The
training set contained 200 documents and a total of 94,243 words, while the test
set contained 100 documents and a total of 87,799 words (see Table 2).
      </p>
      <p>
        Annotation of disorder noun phrases (NPs) was carried out as part of the
Shared Annotated Resources project [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The text of each EMR document was
annotated by two professional coders trained for this task, followed by an open
adjudication step. A disorder noun phrase is de ned as any span of text which
can be mapped to a concept in the SNOMED-CT terminology and which belongs
to the Disorder semantic group. A concept is in the Disorder semantic group if
it belongs to one of the following Uni ed Medical Language System (UMLS) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
semantic types: congenital abnormality, acquired abnormality, injury or
poisoning, pathological function, disease or syndrome, mental or behavioral
dysfunction, experimental model of disease, anatomical abnormality, neoplastic process,
signs and symptoms. The training set contained 5; 874 annotations, while the
test set contained 5; 351 annotations (see Table 2). The non-contiguous entities
accounted for approx. 10% of the training and test data.
3.2
      </p>
      <p>System design
We developed a supervised linear-chain Conditional Random Fields (CRF) model
using 10-fold cross validation on the training set data. We rst present the
preprocessing steps we performed on the datasets. We then describe the model
feature set together with the CRF feature patterns. The feature production
architecture is schematized in Figure 1.</p>
      <p>Data pre-processing Before using the challenge corpora for training and
testing, we performed several pre-processing steps:
{ the training and test corpora provided by the challenge organizers were
deidenti ed and thus contained special de-identi cation marks; to turn
deidenti cation code into more normal phrases, we performed re-identi cation
with pseudonyms on the input text.
{ EMR documents present in general a well-structured form, with a header,
document body, and a footer. The header and footer contain information
relevant to clinical administration, but the disorder NPs are only encountered
inside the document body. We thus removed the header and footer from the
EMR documents and performed analysis on the document body only.
Full
text</p>
      <p>Tokenize,
Re-identify</p>
      <p>Re-identified,
tokenized
text</p>
      <p>Detect
document
type
and split</p>
      <p>Header
Body
Footer</p>
      <p>Tokenized
sentences
Fig. 1. Diagram of feature production.</p>
      <p>Sections
cTAKES
MetaMap
Exact match
Wikipedia</p>
      <p>Section labels
POS-tagged,
parsed,</p>
      <p>UMLS
information (1)</p>
      <p>UMLS
information (2)</p>
      <p>UMLS
information (3)</p>
      <p>Wikipedia
semantic
classes</p>
      <p>
        System features Given a sentence s = : : : w 2w 1w0w1w2 : : : and a token of
interest wk, we de ne features over wk and n-grams centered at wk.
1. Lexical and morphological features: we include information on the token
and on the token lemma in the form of unigrams over wk 1, wk, wk+1 and
bigrams over wk 1wk. We also include as unigram features the following
token characteristics: token contains only upper case characters, token is a
digit, is capitalized, or is a punctuation. Additionally we include as unigram
features over wk token su xes ranging from 1 to 4 characters. Finally we
add a 5-gram feature which detects patterns containing two slashes, such
as \m/r/g", which may reveal up to three disorders (such constructs are
split into 5 tokens by our tokenizer), and apply it over wk 4, wk 2, wk (the
non-slash positions of the pattern).
2. Syntactic features: we tokenize and parse the EMR plain text using the
cTakes [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] system. We include as features the part of speech information in
the form of unigrams over wk 3, wk 2, . . . , wk+3 and bigrams over wk 3,
. . . , wk+2. We further include the parse-tree dependency information for the
current token wk, the bigram wk 1wk, and trigram wk 1wkwk+1.
3. Document structure features: the feature set contains as features the
document type (e.g., radiology report, discharge summary) and the section
type (e.g., Findings, Laboratory data, Social History). We extract the section
type using a rule-based section extraction tool that identi es the occurrence
of section names within the EMR. The section extraction tool uses a list of
58 manually de ned section names. Both document type and section type
are unigram features over wk.
4. UMLS features: we include UMLS information from three sources. We rst
use the UMLS information provided by cTakes: the semantic type unique
identi er (de ned over unigrams wk 1, wk, wk+1 and bigram wk 1wk), and
semantic group information (de ned over unigrams wk 1, wk, wk+1 and
bigrams wk 1wk and wkwk+1). Secondly, we process the EMR plain text
using MetaMap [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and include the semantic group it identi es. We use an
additional UMLS mapping where we directly search for UMLS noun phrases
within the EMR text through exact match and include the semantic group
and concept unique identi er (CUI) of the identi ed phrase. The MetaMap
and the direct UMLS mapping features are unigram features over wk 1,
wk, wk+1. We also de ne a unigram binary feature for being a member of
the Disorder semantic group and one for being a member of the Anatomy
semantic group.
5. Wikipedia features: we make use of the Wikipedia Category information
in order to classify the noun-phrases contained in EMRs. We group the
Wikipedia categories into nine semantic groups: disorder, body part, living
being, chemicals, phenomenon, object, geographical location, devices, and
`other'. The `other' category contains the Wikipedia categories not included
in any of the de ned categories. We use the article titles from the English
Wikipedia and search for their occurrence within the EMR plain text. Once
an article title is found we map its Wikipedia category to one of the categories
previously de ned. We de ne the Wikipedia system feature as unigram over
wk 1, wk, wk+1.
      </p>
      <p>All features pertaining to multi-token expressions instead of only single tokens
(for instance, being a UMLS term with a given semantic group, or being an
abbreviation) are encoded with the begin inside outside (B-I-O) scheme: given a
label L, the rst token is labeled B-L, the next tokens are labeled I-L, and tokens
not having this feature are labeled O. All features can use both unigrams and
bigrams of classes : this leverages the speci c capabilities of linear-chain CRFs
to label sequences instead of isolated tokens.</p>
      <p>Problem formulation We model the problem as a supervised classi cation
task with three labels: B-Disorder, I-Disorder, and O (outside). We include in
the gold standard of the training set the contiguous entities and only partially
took into account the non-contiguous entities. Observing that non-contiguous
entities generally follow the general SNOMED v3.5 model, with a morphology /
dysfunction part, which is akin to a disorder, and another (generally, anatomy)
part, we only include the morphology / dysfunction part of non-contiguous
entities, based on their UMLS semantic types, labelling them with B-Disorder
and I-Disorder classes. This allows us to handle them as though they were
contiguous entities without polluting the gold standard labels with disorder-labeled
anatomy segments that would perturb training and classi cation.</p>
      <p>
        We used the Wapiti [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]1 implementation of CRFs because it is fast and o ers
convenient patterns (e.g., patterns using regular expressions on eld values).
4
4.1
      </p>
    </sec>
    <sec id="sec-4">
      <title>Results and discussion</title>
      <p>Evaluation metrics
We evaluate the system's ability to correctly identify the spans of disorder NPs.
The evaluation measures are precision, recall, and F-measure, de ned as
Precision =</p>
      <p>T P</p>
      <p>T P + F P
Recall =</p>
      <p>T P</p>
      <p>T P + F N
F-measure =
2</p>
      <p>P recision Recall
P recision + Recall
(1)
(2)
(3)
where
T P = count of system NPs presenting same span as gold standard NPs;
F P = count of system NPs presenting divergent span from gold standard NPs;
F N = count of gold standard NPs not present in the system NPs.
1 http://wapiti.limsi.fr/</p>
      <p>We compute the system NP span overlap to the gold standard NP under two
settings: the strict evaluation setting, where the system NP span is identical to
the gold standard NP span, and relaxed evaluation setting, where the system
NP span overlaps the gold standard NP span.
4.2</p>
      <p>Results
Our best run evaluated at 0.730 F-measure on the training data and 0.598
Fmeasure on the test data under the strict evaluation setting; under the relaxed
evaluation setting, it obtained an 0.887 F-measure on the training data and 0.711
F-measure on the test data. In general, the system precision was higher than
the system recall (0.814 precision on the test data vs. 0.473 recall under strict
evaluation, and 0.964 precision vs. 0.563 recall on the test data under relaxed
evaluation). The system recall is lower as we did not handle the non-contiguous
NPs that accounted for approx. 10% of the training and test data.
The 2013 CLEF-eHEALTH Task 1a is the second challenge after the 2010
i2b2/VA Shared-Task aiming to identify disorder named entities in clinical text.
Even though the nal goals of the two challenges were similar, they di ered
in several structural points. First, the 2010 i2b2/VA corpus had token-based
annotations and was already segmented into tokens, thus requiring no further
pre-processing. In contrast, the 2013 CLEF-eHEALTH corpus marked
annotations at the character level and pre-processing was desirable, which motivated
the rst steps of our pipeline. Secondly, entity boundaries were de ned di
erently in the two challenges. A rst example is by the determiners which were
included as part of the annotation in the 2010 i2b2/VA Shared-Task but were
excluded in the 2013 CLEF-eHEALTH challenge (e.g., a brain tumor vs brain
tumor ). A second example is the non-contiguous entities included only in the 2013
CLEF-eHEALTH challenge (e.g., given the EMR sentence \The pain reported
by the patient is occurring in lower back", the annotated entity is \pain. . . in
lower back"). A nal di erence between the two challenges is the corpus size:
approx. 18,550 problem entities in the i2b2 training corpus, compared to 5,874
disorder entities in CLEF-eHEALTH training corpus.</p>
      <p>Error analysis on the training data revealed some systematic mistakes
performed by our NER model. The majority of the incorrectly predicted entities
were NPs with morphological structure resembling the one of the disorder NPs
(e.g., anastomosis contains the Greek su x `-osis' meaning abnormal condition
and resembles the name of several disorders like necrosis, osteoporosis, but can
be both a disorder and a procedure), disorder names used as ndings (e.g., the
noun phrase esophageal varices is a nding based on the context which showed
non-bleeding grade III esophageal varices ), and disorder entities used in a negated
context (e.g., NP fasciculations inside the context tongue midline without
fasciculations ). The system also predicted parts of NPs it was trained on as being
standalone entities; for example, the phrase left ventricular was predicted as a
disorder entity after the system encountered the phrase left ventricular aneurysm
during training.</p>
      <p>In general, our NER system failed to identify the non-contiguous named
entities (it could at best identify some of their parts), abbreviations or NPs rarely
encountered in the training set (e.g., aaa, 3vd, inability to walk ), misspelled
disorder entities (e.g., hematochezeia) and the full span of several NPs longer than 2
tokens (e.g., chronic subdural hematoma). Out-of-vocabulary tokens, i.e., terms
not found in the UMLS because of lack of coverage, variants, or misspellings,
were an important source of lack of recall.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and perspectives</title>
      <p>We present a clinical NER system designed for participation in Task 1a of the
2013 CLEF-eHEALTH challenge. We design our system as a CRF with a rich
feature set and external knowledge gathered from specialized terminologies and
general domain knowledge repositories. Our system evaluates at 0.598 F-measure
in the strict evaluation context and 0.711 F-measure in the relaxed evaluation
context, obtaining a mid-range position.</p>
      <p>Our entity detection system presents good precision but performs worse in
terms of recall. In order to improve system recall, additional textual data can
be integrated into the CRF model. We expect that including the Brown word
clustering information as part of the feature vector would provide a fallback for
some out-of-vocabulary tokens and help increase accuracy based on its
unsupervised word classes. The non-contiguous entities are only partially handled by our
system, thus better handling of all parts of non-contiguous entities, for instance
through syntactic dependencies, should result in improved recall.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was partly funded through project Accordys2 funded by ANR
under grant number ANR-12-CORD-0007-03. The rst author was funded by the
2 Accordys: Agregation de Contenus et de COnnaissances pour Raisonner a partir de
cas de DYSmorphologie f tale, Content and Knowledge Aggregation for Case-based
Reasoning in the eld of Fetal Dysmorphology (ANR 2012-2015).</p>
      <p>Ch^ateaubriand Science Fellowship 2012{2013. We acknowledge the Shared
Annotated Resources (ShARe) project funded by the United States National
Institutes of Health with grant number R01GM090187.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. ACM. SemEval Portal. http://aclweb.org/aclwiki/index.php?title=SemEval_ Portal.
          <source>Accessed July 19</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Timothy</surname>
            <given-names>G</given-names>
          </string-name>
          . Armstrong, Alistair Mo at, William Webber, and
          <string-name>
            <given-names>Justin</given-names>
            <surname>Zobel</surname>
          </string-name>
          .
          <article-title>Improvements that don't add up: ad-hoc retrieval results since 1998</article-title>
          .
          <source>In Proceedings of the 18th ACM conference on Information and knowledge management</source>
          ,
          <source>CIKM '09</source>
          , pages
          <fpage>601</fpage>
          {
          <fpage>610</fpage>
          , New York, NY, USA,
          <year>2009</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Alan</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Aronson</surname>
          </string-name>
          .
          <article-title>E ective mapping of biomedical text to the UMLS Metathesaurus: the Metamap program</article-title>
          .
          <source>In Proceedings of the AMIA Annual Symposium</source>
          , pages
          <volume>17</volume>
          {
          <fpage>21</fpage>
          . American Medical Informatics Association,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Bodenreider</surname>
          </string-name>
          .
          <article-title>The Uni ed Medical Language System (UMLS): integrating biomedical terminology</article-title>
          .
          <source>Nucleic Acid Res</source>
          ,
          <volume>32</volume>
          :
          <fpage>D267D270</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. CoNLL. CoNLL: the conference of SIGNLL. http://ifarm.nl/signll/conll/.
          <source>Accessed July 19</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Thomas</given-names>
            <surname>Lavergne</surname>
          </string-name>
          , Olivier Cappe, and
          <string-name>
            <given-names>Francois</given-names>
            <surname>Yvon</surname>
          </string-name>
          .
          <article-title>Practical very large scale CRFs</article-title>
          .
          <source>In ACL Proc</source>
          , pages
          <volume>504</volume>
          {
          <fpage>513</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Shared</given-names>
            <surname>Annotated</surname>
          </string-name>
          <article-title>Resources</article-title>
          . Shared Annotated Resources. https://www. clinicalnlpannotation.org/index.php/Main_Page. Accessed May 24,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>M.</given-names>
            <surname>Saeed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Villarroel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.T.</given-names>
            <surname>Reisner</surname>
          </string-name>
          , G. Cli ord, L. Lehman, G.B. Moody, T. Heldt,
          <string-name>
            <given-names>T.H.</given-names>
            <surname>Kyaw</surname>
          </string-name>
          , B.E. Moody, and
          <string-name>
            <given-names>R.G.</given-names>
            <surname>Mark.</surname>
          </string-name>
          <article-title>Multiparameter intelligent monitoring in intensive care II (MIMIC-II): A public-access ICU database</article-title>
          .
          <source>Clinical Care Medicine</source>
          ,
          <volume>39</volume>
          :
          <fpage>952</fpage>
          {
          <fpage>960</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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,
          <string-name>
            <surname>Karin C Kipper-Schuler</surname>
          </string-name>
          , and Christopher G Chute.
          <article-title>Mayo clinical Text Analysis and Knowledge Extraction System (cTAKES): architecture, component evaluation and applications</article-title>
          .
          <source>Journal of American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          :
          <fpage>507</fpage>
          {
          <fpage>513</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Hanna</surname>
            <given-names>Suominen</given-names>
          </string-name>
          , Sanna Salantera, Wendy W. Sumitra Velupillai Chapman, Guergana Savova, Noemie Elhadad, Sameer Pradhan, Brett R. South, Danielle L. Mowery,
          <string-name>
            <given-names>Gareth J.F.</given-names>
            <surname>Jones</surname>
          </string-name>
          , Johannes Leveling, Liadh Kelly, Lorraine Goeuriot, David Martinez,
          <string-name>
            <given-names>and Guido</given-names>
            <surname>Zuccon</surname>
          </string-name>
          .
          <article-title>Overview of the ShARe/CLEF eHealth evaluation lab 2013</article-title>
          .
          <source>In Proceedings of CLEF 2013, Lecture Notes in Computer Science</source>
          , Berlin Heidelberg,
          <year>2013</year>
          . Springer. To appear.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>O</given-names>
            <surname>zlem Uzuner</surname>
          </string-name>
          .
          <article-title>Recognizing obesity and comorbidities in sparse data</article-title>
          .
          <source>Journal of American Medical Informatics Association</source>
          ,
          <volume>16</volume>
          (
          <issue>4</issue>
          ):
          <volume>561</volume>
          {
          <fpage>570</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>O</given-names>
            <surname>zlem</surname>
          </string-name>
          <string-name>
            <surname>Uzuner</surname>
          </string-name>
          , Andreea Bodnari, Shuying Shen,
          <string-name>
            <given-names>Tyler</given-names>
            <surname>Forbush</surname>
          </string-name>
          , John Pestian, and Brett South.
          <article-title>Evaluating the state of the art in coreference resolution for electronic medical records</article-title>
          .
          <source>Journal of American Medical Informatics Association</source>
          ,
          <volume>17</volume>
          :
          <fpage>514</fpage>
          {
          <fpage>518</fpage>
          ,
          <year>February 2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>
          ,
          <string-name>
            <surname>and Scott L.</surname>
          </string-name>
          <year>DuVall</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>
          ):
          <volume>552</volume>
          {
          <fpage>556</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>