<!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>Disease and Disorder Template Filling Using Rule-Based and Statistical Approaches</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thierry Hamon</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cyril Grouin</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierre Zweigenbaum</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CNRS, Campus universitaire d'Orsay</institution>
          ,
          <addr-line>ba</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universite Paris 13</institution>
          ,
          <addr-line>Villetaneuse</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>t.</institution>
          <addr-line>508, rue John von Neumann, F-91405 Orsay</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <fpage>79</fpage>
      <lpage>90</lpage>
      <abstract>
        <p>We present the participation of LIMSI in Task 2 of the 2014 ShARe/CLEF eHealth Evaluation Lab. We used a hybrid approach based on a rule-based system and supervised classi ers depending on the properties of the attributes. The rule-based system identi ed course, severity and body location attributes based on the annotations of the training set and resources obtained from the UMLS. The Heideltime system was used to identify the dates. A MaxEnt model was trained to detect negation and uncertainty based on the disorder and surrounding words. A Decision Tree detected the relation to document time based on the position of the disorder in the document and on the words in the current sentence. Our system obtained a global 5th position out of ten ranked teams (accuracy of 0.804), and ranked 2nd for the detection of the relation to document time (accuracy of 0.322).</p>
      </abstract>
      <kwd-group>
        <kwd>natural language processing</kwd>
        <kwd>medical records</kwd>
        <kwd>machine learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Medical records contain a wealth of information on patients covering their
hospital stays, including health conditions, diagnoses, performed tests, treatments.
A large part of this information is held in free text. Information extraction from
free text medical records now has a long history [
        <xref ref-type="bibr" rid="ref17 ref23 ref5">5, 16, 22</xref>
        ]. While these earlier
text analysis systems aimed at a detailed representation of text contents, more
recent shared tasks (e.g., i2b2/VA 2010 [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ]) have generally handled medical
entities such as medical problems (aka disorders) as atomic. This was the case of
the 2013 ShARe/CLEF eHealth T2 task [
        <xref ref-type="bibr" rid="ref20">19</xref>
        ] which required to detect disorders
spans and their concept unique identi ers (CUIs).
      </p>
      <p>
        In contrast, the 2014 ShARe/CLEF eHealth T2 shared task [
        <xref ref-type="bibr" rid="ref12">11</xref>
        ] focuses on
the attributes of such disorders. According to the task guidelines [
        <xref ref-type="bibr" rid="ref4 ref8">4</xref>
        ], the
attributes can be divided into ve categories: anatomical information concerning
the location of the disorders in the body (BL), assertions on the disorder
concerning negation and uncertainty indications (NI, UI), clinical information describing
the disorder severity (SV) and its course (CC), contextual information to
identify the subject who experiences the disorder (SC) and the condition (CC) in
which the disorder exists, and temporal information including the time
expression related to the disorder (TE) and the temporal relation between the disorder
and the time of the document (DT).
      </p>
      <p>General methods to perform this task include knowledge-based methods
which specify in which condition an attribute should be recognized for a given
disorder mention, e.g. by detecting terms in lexicons or by matching
lexicosyntactic patterns; and machine-learning based methods which learn to detect
the presence of an attribute from a feature representation of each disorder
mention. The overall approach of the LIMSI team is hybrid: depending on the
properties of the attributes, we used rule-based methods relying on linguistic and
terminological resources (BL, SV, CC, TE) or supervised classi ers (NI, UI,
DT) to identify and normalise disorder attributes.</p>
      <p>This paper is organized as follows. In Sec. 2 we present related work on
attribute recognition in clinical texts. Then, we detail the materials and methods
we used according to the attributes in Sec. 3. Results are presented and discussed
in Sec. 4.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Negation (NI), uncertainty (UI), subject (SC) and conditional existence (CO)
were part of the task to address in the i2b2/VA 2010 [
        <xref ref-type="bibr" rid="ref22">21</xref>
        ] and i2b2 2012 [
        <xref ref-type="bibr" rid="ref19">18</xref>
        ]
challenges, under one category called \assertion". Most of the top-ten ranked
systems obtained a high F-measure around 0.93, using supervised methods or
hybrid systems.
      </p>
      <p>
        Temporal expressions (TE) and relations (including that in DT) were
addressed in the i2b2 2012 challenge [
        <xref ref-type="bibr" rid="ref19">18</xref>
        ], albeit in a slightly di erent way.
Temporal expressions were to be detected anywhere in the text and did not need to be
related to a speci c disorder. Each event needed to be anchored to the patient
timeline through a temporal relations. Events included \problems", which were
close to the \disorders" addressed in the present task. Besides, temporal relations
targets could to be any event or temporal expression, including the admission
or discharge dates. The top-ten systems obtained F-measures of 0.45{0.66 for
nding the normalized value of a temporal expression (Timex3), and 0.43{0.69
for temporal relations between any pair of events.
      </p>
      <p>
        Anatomical parts (BL) have been included in manual annotations in a few
corpora, including MiPACQ [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and Quaero [
        <xref ref-type="bibr" rid="ref14">13</xref>
        ]. Roberts et al. [
        <xref ref-type="bibr" rid="ref15">14</xref>
        ] report an
F-measure of 0.86 for extracting the anatomical site of an actionable nding in
radiology reports.
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Materials and Methods</title>
      <sec id="sec-3-1">
        <title>Data</title>
        <p>
          The corpus used for the 2014 ShARe/CLEF eHEALTH evaluation lab consists
of de-identi ed plain text EMRs from the MIMIC II database, version 2.5 [
          <xref ref-type="bibr" rid="ref16">15</xref>
          ].
The EMR documents were extracted from the intensive-care unit setting and
included discharge summaries, electrocardiography reports, echography reports,
and radiology reports.
        </p>
        <p>The training set contained 299 documents and a total of 182,056 words, while
the test set contained 133 documents and a total of 153,558 words (see Tab. 1).
In Tab. 2, we give a few statistics for each attribute in the training corpus.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>System Design</title>
        <p>Three types of methods were used in our system depending on the properties of
an attribute:
{ (i) because unbalanced distributions are hard to process (see Tab. 2),
attributes with a very large majority class (SC, CO, GC) were not addressed
minimally: the majority value was systematically returned for such attributes;1
1 Subject Class=patient; Conditional Class=false; Generic Class=false.
{ Attributes with more variation were handled with either
(ii) human-designed resources and rules if clear clues could be collected
and organized to make a decision for such attributes (CC, BL, SV, TE);
or (iii) supervised classi cation if some of the clues played a less
categorical role in decision-making (NI, UI, DT).</p>
        <p>We detail below the methods used for attributes with more variation: rule-based
detection of temporal expression (Sec. 3.3), resource-based detection of body
location, severity and course (Sec. 3.4), supervised detection of negation and
uncertainty (Sec. 3.5), and supervised detection of DocTime class (Sec. 3.6).
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Rule-Based Detection of Temporal Expression</title>
        <p>
          To identify the temporal expressions, we used the rule-based temporal tagger
Heideltime [
          <xref ref-type="bibr" rid="ref18">17</xref>
          ] that we tuned for clinical texts during the 2012 i2b2 challenge [
          <xref ref-type="bibr" rid="ref10">9</xref>
          ].
This tuned version of Heideltime includes linguistic patterns speci c to medical
and especially clinical temporal expressions, such as postoperative day four, day
of life, etc. For the CLEF-eHealth challenge, we only used the date expressions
Heideltime recognises, since the other temporal expressions (duration and time)
were too rare in the training set and their recognition decreased the performance
of our system on that corpus.
3.4
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Resource-Based Detection of Body Location, Severity and</title>
      </sec>
      <sec id="sec-3-5">
        <title>Course</title>
        <p>The recognition of the terms for the attributes body location (BL), course (CC),
and severity (SV), was based on resources speci cally built for each attribute.</p>
        <p>Since course and severity were marked with fairly regular clues in the training
corpus (see Tab. 2), we used the annotations of the training set as resources to
identify linguistic expressions related to these two attributes.</p>
        <p>Terminological resources used for the recognition of terms referring to body
locations were built from the training annotations as well as from UMLS
Metathesaurus terms from selected source vocabularies. During preliminary experiments
on the training set, we observed that terms found in some UMLS vocabularies
tend to decrease the quality of the annotation. For this reason, we only
considered UMLS terms obtained from four source vocabularies:
{ Health Level Seven Vocabulary (HL7),
{ Metathesaurus Forms of FDA National Drug Code Directory (FDA),
{ University of Washington Digital Anatomist (UWDA),
{ and UMLS Metathesaurus speci c terms (MTH).</p>
        <p>Ambiguous annotations such as \a" or \his" occurring in the training
annotations were removed from the body location resource we used. We considered the
CUIs as ne-grained semantic tags associated to the BL terms.</p>
        <p>
          These resources were used by the TermTagger Perl module2 to recognise
SV and CC mentions and BL terms. The clinical texts were also semantically
tagged with the CUIs associated to BL terms. Term tagging is integrated in the
Ogmios platform [
          <xref ref-type="bibr" rid="ref11">10</xref>
          ] which rst performs POS-tagging with GeniaTagger [
          <xref ref-type="bibr" rid="ref21">20</xref>
          ].
For each disorder mention, a post-processing step selected the BL, SV and CC
terms found in the sentence where the disorder occurs.
3.5
        </p>
      </sec>
      <sec id="sec-3-6">
        <title>Supervised Detection of Negation and Uncertainty</title>
        <p>System Description. Based upon an empirical analysis of the training corpus,
we prepared a list of clues we found relevant to detect negation and uncertainty:
{ Negation clues: negative, no, not, without, denies, deny ;
{ Uncertainty clues: appear, assess, could, evaluate, likely, may, possible,
possibility, possibilities, prior, probable, questionable, somewhat, suggesting,
suspicion, unknown. We also marked the PATIENT/TEST subsection header
as an uncertainty clue, since we observed that disorders in this subsection
were associated with an uncertainty indicator in the training corpus.
They were then used to mark as negated or uncertain the part of a sentence
following such a clue, thereby implementing a simpli ed scope detection method.</p>
        <p>
          In order to detect negated and uncertain disorders, we designed two distinct
models based upon the Maximum Entropy framework [
          <xref ref-type="bibr" rid="ref2 ref7">2, 7</xref>
          ] as implemented in
the Wapiti toolkit3 [
          <xref ref-type="bibr" rid="ref13">12</xref>
          ]: one model for negation identi cation (NI), and one for
uncertainty identi cation (UI). Our models rely on both surface and external
features:
{ Surface features: (i) the whole entity, (ii) each token from the entity as a
bag of words, (iii) the capitalization of each token among four schemas (all
in upper case, all in lower case, combination of upper and lower case, not
relevant), and (iv) the three tokens preceding the entity to process;
{ External features: (i) the Concept Unique Identi er (CUI) of the whole
entity as found in the UMLS Metathesaurus [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], and (ii) whether the part of
the sentence where the entity is found is negated or uncertain, based upon
negation and uncertainty clues found before the current entity.
        </p>
        <p>Example. For the entity \Allergies to Drugs" in the sentence \Patient recorded
as having No Known Allergies to Drugs", we used the following features:
{ Whole entity: Allergies to Drugs;
{ Tokens from the entity (bag of words): Allergies, to, Drugs ;
{ Capitalization of each token: Mm, mm, Mm (i.e., the rst and third tokens
combine lower and upper case while the second token is only in lower case);
{ Three tokens preceding the entity (bag of words): having, No, Known;
{ CUI of the entity: C0013182 ;
{ Part of the sentence where the entity is found being marked as negated or
uncertained: NEG (the clue \no" was found in the left context of the entity).
2 http://search.cpan.org/~thhamon/Alvis-TermTagger/
3 http://wapiti.limsi.fr/
3.6</p>
      </sec>
      <sec id="sec-3-7">
        <title>Supervised Detection of Temporal Relation to Document Time</title>
        <p>The Document Time attribute encodes the temporal relation between a disorder
and the date of the document. Clinical reports often follow the chronological
order of reported events. A study of the training corpus con rmed this principle.
It also showed that the document structuring into sections often goes together
with speci c distributions of temporal relations in each section. For example,
typically, the Chief Complaint section covers past disorders, the Pertinent
Results section describes disorders which overlap the hospital stay, and the
Medications on Discharge section mention disorders that may occur after discharge.
We therefore emphasized the use of document structure as an important clue to
determine the temporal relation of a disorder. To do so, we compiled a list of the
most frequent section headers found in the training corpus, and encoded it as
patterns to detect 26 section types. We also modeled the position of a disorder
in a document as both its character o set and its relative position by cutting
the text into ve equal-sized bins. In principle, verb tense should also contribute
to relative time positioning; unfortunately we could not test it for want of time.</p>
        <p>We addressed this sub-task as a supervised classi cation task with four
classes: before, before overlaps, overlap, after. For each disorder, we
collected the following features:
{ position in the text (absolute and discretized in ve equal bins);
{ document type, section type, and their conjunction;
{ tokens in the sentence, as a bag of words.</p>
        <p>The conversion of sentences into bags of words considered the absence or presence
of each word with at least 10 occurrences in the set of sentences for each class.</p>
        <p>
          We tested several classi ers of the Weka toolkit [
          <xref ref-type="bibr" rid="ref9">8</xref>
          ] by training and testing
them in ten-fold cross-validation on the training set (see Tab. 3): majority class
(ZeroR: overlap), set of rules operating on only one feature (OneR: operates
on conjoined feature document type+section type), Nave Bayes (NB), Decision
Tree (J48, con dence threshold 0.4, minimal number of instances per leaf 10),
k Nearest Neighbors (kNN with k = 1; 3; 5), SVM (SMO with polynomial kernel).
The best results on the training set before the submission were obtained by the
decision tree, which was therefore used as the classi er for the test corpus. We
can see in Tab. 3 that although slightly better results could be achieved after the
submission with similarity-based classi ers such as kNN or SVM, the obtained
range seems to be close to the maximum that can be obtained with the current
features.
3.7
        </p>
      </sec>
      <sec id="sec-3-8">
        <title>Submissions</title>
        <p>We submitted two system outputs based upon the predictions performed by the
previous systems. The only di erence between the two submissions pertained to
the Temporal Expression attribute: the rst submission only focused on classes
date and none which were most often found with this attribute (see Tab. 2),
while the second submission also took into account the less represented time
and duration classes.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and Discussion</title>
      <p>4.1</p>
      <sec id="sec-4-1">
        <title>Evaluation Metrics</title>
        <p>The o cial evaluation measure is the overall average accuracy, where the
accuracy of each attribute is de ned as</p>
        <p>Accuracy =</p>
        <p>Correct
Total
(1)
where Correct is the number of entities with correctly predicted value and Total
is the number of entities in the gold standard annotations.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Results on the Training Set</title>
        <p>To estimate the performance of the system, two methods can be used.
Admittedly, the method which best helps predict future results on unseen data consists
in using cross-validation, i.e., preparing a system based on a subset of the
training data and testing it on the rest, repeating the process on di erent splits
of the training data. This is easy to do for machine-learning systems: Table 3
showed the accuracy obtained on the Document Time attribute with ten-fold
cross-validation on the training set.</p>
        <p>For knowledge-based systems however, it is more cumbersome to use multiple
splits of the same dataset since the human knowledge engineer / system developer
cannot \forget" the data she has seen in a previous split to prepare a new version
of the system. Working on one split is possible although less predictive of future
results. What we present here is simply the application of the system modules
prepared on the training set and tested on the training set itself. While this is not
in principle highly predictive of future results, it often gives an idea of where the
system stands. Table 4 shows the overall results obtained this way, while Table 5
provides detailed information for each attribute. The obtained results are likely
to be optimistic, especially for machine-learning systems, which generally tend
to over t the training data. We return to them when examining the results on
the test data.
Submission Accuracy F-measure Recall Precision
#1
#2</p>
        <p>DT
Method</p>
        <p>Attribute Accuracy</p>
        <p>F-measure Recall Precision
Default value
Resource-based
Rule-based
MaxEnt
Decision tree
SV
CC
BL
NI
UI</p>
        <p>DT</p>
        <p>The results for attributes handled through default values or resources are
very close to those obtained on the training set. Surprisingly, the accuracy
obtained for the rule-based TE attribute is much better on the test set than on
the training set. A possible explanation could be related to the fact that the test
set only contained discharge summaries whereas the training set also contained
echography, ECG and radiography examination reports, with maybe more
regular temporal expressions in the discharge summaries.
4.5</p>
      </sec>
      <sec id="sec-4-3">
        <title>Discussion</title>
        <p>For highly unbalanced attributes (GC, SC, CO), the decision not to process these
attributes and to select the majority class instead proved good: we achieved our
better accuracy values on these three attributes. We notice that most teams did
the same for GC (which did not vary at all in the training set), four other teams
did the same for CO (ranking #5 before 2 teams), and one other team did so for
SC (ranking #5 before 4 teams). For SC, the distance to the best team, which
obtained near-perfect results, is only 0.009; for CO, it was 0.042: there is more
to gain there with a more precise strategy.</p>
        <p>For attributes relying on lists, the resource-based approach obtained
moderate results. For example, the CUIs for the Body Location attribute
encompass a high number of distinct values, which makes it di cult to detect with
high accuracy. The simple dictionary-based method that we used to detect BL
mentions with a co-occurrence based method to associate them to a disorder
underperformed compared to other participants ( 0:29 wrt. the best system).
The detection of CC and SV attributes based uniquely on clue words found in
the training set also underperformed wrt. other participants, both ranking last
with di erences of respectively 0:12 and 0:08 wrt. the best system.</p>
        <p>The choice we made to process the Temporal Expressions with the Heideltime
tool and speci cally designed rules allowed us to achieve an accuracy of 0.839,
with a small of 0.025 wrt. the rst system. The addition of the less represented
time and duration classes was detrimental to this module.</p>
        <p>The MaxEnt model we designed for negation identi cation performed well,
achieving a 0.902 accuracy with a small of 0.067 wrt to the rst system on
this attribute (the maximum amplitude of accuracy on this attribute is of 0.207
between the rst and the last system). However, the MaxEnt model we created
for uncertainty identi cation obtained quite low results with an accuracy of
0.801, our system ranking last on this attribute. Given its similarity of design to
the negation identi cation module and the very low precision and recall scores
it obtained, we suspect this might be due to a bug in this module.</p>
        <p>The detection of the DT attribute (temporal relation to document time)
with an emphasis on the position of the disorder in the document structure
(section type and relative position in document) performed on par with the best
system. Its use of the document type as one of the features may have helped
it perform well on the test set, which only contained discharge summaries, in
contrast to the training set which included four types of documents. We have
seen in further experiments on the training set that the use of similarity-based
classi ers (kNN or SVM) instead of the decision tree might improve its results.
Besides, it currently does not take into account verb tense, which can be expected
to be an important clue for this attribute.</p>
        <p>
          Finally, let us note that the accuracy scores obtained by the participants on
the test corpus of this temporal relation task are the lowest among all attributes.
They are much lower than those obtained on the training set (0.81 for our
classi er in 10-fold cross-validation). They are also much lower that those obtained
in the i2b2 2012 challenge on temporal relation detection (F-measures of the
ten best systems in the 0.43{0.69 range) [
          <xref ref-type="bibr" rid="ref19">18</xref>
          ]. Our own work in the i2b2 2012
challenge [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] studied the relative recall of our classi ers. The temporal relations
of i2b2 2012 that were closest to the DT attribute of the present task were those
between an event and the admission (AD) or discharge (DD) date. For these two
relations, we obtained F-measures, recalls and precisions of respectively (0.86,
0.80, 0.94) and (0.63, 0.51, 0.83) (see Figure 4 in [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], relations timex3 event
dd hc and timex3 event ad hpi), also much higher than the scores for the
DT attribute. However, the events in i2b2 2012 included more event types than
only disorders, which may change the di culty of the task.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Perspectives</title>
      <p>We designed several systems to address the disease and disorder template lling
task of ShARe/CLEF eHealth 2014. We chose the method to use (either
rulebased or supervised approach) depending on the characteristics of each attribute:
resource-based for attributes (e.g., BL) where a dictionary was an important
component, rule-based where patterns were important (TE), based on supervised
machine learning where the determination of the attribute value was based on
distributions of features and relied on a study of their context (e.g., NI and DT).</p>
      <p>While we achieved a high accuracy by using default values in the case of
very unbalanced attributes, we consider that this is not satisfactory. A better
study of contexts occurring near disorders should allow us to highlight clues
that could be used either to produce rules or to train statistical models (taking
into account the speci c distribution of values of these attributes). The
resourcebased methods that we used probably need to be complemented with additional
features to take better account of their context of occurrence. The supervised
methods obtained high accuracies on the NI and UI attributes. The accuracy on
the DT attribute was low for all participants, pointing at it as the hardest of all
attributes: our system performed on par with the top system on this attribute,
and we discussed directions to improve it further.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>We acknowledge the Shared Annotated Resources (ShARe) project funded by the
United States National Institutes of Health with grant number R01GM090187.
This work was partly funded through project Accordys4 funded by ANR under
grant number ANR-12-CORD-0007-03.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Albright</surname>
          </string-name>
          , Arrick Lanfranchi, Anwen Fredriksen, William F. 4th
          <string-name>
            <surname>Styler</surname>
            , Colin Warner,
            <given-names>Jena D.</given-names>
          </string-name>
          <string-name>
            <surname>Hwang</surname>
            ,
            <given-names>Jinho D.</given-names>
          </string-name>
          <string-name>
            <surname>Choi</surname>
            , Dmitriy Dligach,
            <given-names>Rodney D.</given-names>
          </string-name>
          <string-name>
            <surname>Nielsen</surname>
            , James Martin,
            <given-names>Wayne Ward</given-names>
          </string-name>
          , Martha Palmer, and
          <string-name>
            <surname>Guergana</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Savova</surname>
          </string-name>
          .
          <article-title>Towards comprehensive syntactic and semantic annotations of the clinical narrative</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>20</volume>
          (
          <issue>5</issue>
          ):
          <volume>922</volume>
          {
          <fpage>930</fpage>
          ,
          <string-name>
            <surname>Sep</surname>
            <given-names>-Oct</given-names>
          </string-name>
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Adam L. Berger</surname>
            , Stephen Della Pietra, and
            <given-names>Vincent J. Della</given-names>
          </string-name>
          <string-name>
            <surname>Pietra</surname>
          </string-name>
          .
          <article-title>A maximum entropy approach to natural language processing</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>22</volume>
          (
          <issue>1</issue>
          ):
          <volume>39</volume>
          {
          <fpage>71</fpage>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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>
          :D267{
          <fpage>D270</fpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Noemie</given-names>
            <surname>Elhadad</surname>
          </string-name>
          , Wendy W. Chapman,
          <string-name>
            <surname>Tim O'Gorman</surname>
            ,
            <given-names>Martha</given-names>
          </string-name>
          <string-name>
            <surname>Palmer</surname>
          </string-name>
          , and
          <string-name>
            <surname>Guergana</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Savova</surname>
          </string-name>
          .
          <article-title>The ShARe schema for the syntactic and semantic annotation of clinical texts</article-title>
          .
          <year>2014</year>
          . Under Review.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Carol</given-names>
            <surname>Friedman</surname>
          </string-name>
          ,
          <string-name>
            <surname>Philip O. Alderson</surname>
          </string-name>
          ,
          <string-name>
            <surname>John H. M. Austin</surname>
          </string-name>
          , James J.
          <string-name>
            <surname>Cimino</surname>
          </string-name>
          , and
          <string-name>
            <surname>Stephen</surname>
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          .
          <article-title>A general natural-language text processor for clinical radiology</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <volume>161</volume>
          {
          <fpage>174</fpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Cyril</given-names>
            <surname>Grouin</surname>
          </string-name>
          , Natalia Grabar, Thierry Hamon, Sophie Rosset, Xavier Tannier, and
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          .
          <article-title>Eventual situations for timeline extraction from clinical reports</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>20</volume>
          (
          <issue>5</issue>
          ):
          <volume>820</volume>
          {
          <fpage>827</fpage>
          ,
          <string-name>
            <surname>Sep</surname>
            <given-names>-Oct</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>2013 Apr 9</article-title>
          . [Epub ahead of print].
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Silviu</given-names>
            <surname>Guiasu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Abe</given-names>
            <surname>Shenitzer</surname>
          </string-name>
          .
          <article-title>The principle of maximum entropy</article-title>
          .
          <source>The Mathematical Intelligence</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ),
          <year>1985</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          4 Accordys: Agregation de Contenus et de COnnaissances pour
          <article-title>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-</article-title>
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mark</surname>
            <given-names>A</given-names>
          </string-name>
          . Hall, Eibe Frank, Geo rey Holmes, Bernhard Pfahringer,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Reutemann</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ian</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
          </string-name>
          .
          <article-title>The WEKA data mining software: An update</article-title>
          .
          <source>SIGKDD Explor Newsl</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ),
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Thierry</given-names>
            <surname>Hamon</surname>
          </string-name>
          and
          <string-name>
            <given-names>Natalia</given-names>
            <surname>Grabar</surname>
          </string-name>
          .
          <article-title>Tuning heideltime for identifying time expressions in clinical texts in english and french</article-title>
          .
          <source>In Proc of International Workshop on Health Text Mining and Information Analysis (LOUHI2014)</source>
          , pages
          <fpage>101</fpage>
          {
          <fpage>5</fpage>
          ,
          <string-name>
            <surname>Gothenburg</surname>
          </string-name>
          , Sweden,
          <year>April 2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          10.
          <string-name>
            <surname>Thierry</surname>
            <given-names>Hamon</given-names>
          </string-name>
          , Adeline Nazarenko, Thierry Poibeau, Sophie Aubin, and
          <string-name>
            <given-names>Julien</given-names>
            <surname>Deriviere</surname>
          </string-name>
          .
          <article-title>A robust linguistic platform for e cient and domain speci c web content analysis</article-title>
          .
          <source>In Proceedings of RIAO</source>
          <year>2007</year>
          ,
          <article-title>Pittsburgh</article-title>
          , USA,
          <year>2007</year>
          . 15 pages.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          11.
          <string-name>
            <surname>Liadh</surname>
            <given-names>Kelly</given-names>
          </string-name>
          , Lorraine Goeuriot, Gondy Leroy, Hanna Suominen, Tobias Schreck, Danielle L. Mowery, Sumithra Velupillai, Wendy W. Chapman,
          <string-name>
            <given-names>Guido</given-names>
            <surname>Zuccon</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Joao</given-names>
            <surname>Palotti</surname>
          </string-name>
          .
          <article-title>Overview of the ShARe/CLEF eHealth evaluation lab 2014</article-title>
          .
          <source>In Proceedings of the ShARe/CLEF eHealth Evaluation Lab</source>
          . Springer-Verlag,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          12.
          <string-name>
            <surname>Thomas</surname>
            <given-names>Lavergne</given-names>
          </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 Proc of ACL</source>
          , pages
          <volume>504</volume>
          {
          <fpage>13</fpage>
          ,
          <string-name>
            <surname>Uppsala</surname>
          </string-name>
          , Sweden,
          <year>July 2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          13.
          <string-name>
            <surname>Aurelie</surname>
            <given-names>Neveol</given-names>
          </string-name>
          , Cyril Grouin, Jeremy Leixa, Sophie Rosset, and
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          .
          <article-title>The Quaero French medical corpus: A ressource for medical entity recognition and normalization</article-title>
          .
          <source>In Proc BioTextM</source>
          , Reykjavik, Iceland,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kirk</surname>
            <given-names>Roberts</given-names>
          </string-name>
          , Bryan Rink, Sanda M. Harabagiu, Richard H. Scheuermann, Seth Toomay, Travis Browning, Teresa Bosler, and
          <string-name>
            <surname>Ronald Peshock.</surname>
          </string-name>
          <article-title>A machine learning approach for identifying anatomical locations of actionable ndings in radiology reports</article-title>
          .
          <source>In AMIA Annu Symp Proc</source>
          , volume
          <volume>2012</volume>
          , pages
          <fpage>779</fpage>
          {
          <fpage>788</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          15.
          <string-name>
            <surname>Mohammed</surname>
            <given-names>Saeed</given-names>
          </string-name>
          , Mauricio Villarroel, Andrew T. Reisner, Gari Cli ord,
          <string-name>
            <surname>Li-Wei</surname>
            <given-names>Lehman</given-names>
          </string-name>
          , George B. Moody, Thomas Heldt,
          <string-name>
            <surname>Tin H. Kyaw</surname>
          </string-name>
          , Benjamin E. Moody, and Roger G. Mark.
          <article-title>Multiparameter intelligent monitoring in intensive care II (MIMIC-II): A public-access ICU database</article-title>
          .
          <source>Clin Care Med</source>
          ,
          <volume>39</volume>
          :
          <fpage>952</fpage>
          {
          <fpage>960</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          16.
          <string-name>
            <surname>Naomi</surname>
            <given-names>Sager</given-names>
          </string-name>
          , Carol Friedman, and Margaret S. Lyman, editors.
          <source>Medical Language Processing: Computer Management of Narrative Data. Addison Wesley</source>
          , Reading, MA,
          <year>1987</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          17.
          <string-name>
            <surname>Jannik</surname>
          </string-name>
          <article-title>Strotgen and Michael Gertz</article-title>
          .
          <article-title>Temporal tagging on di erent domains: Challenges, strategies, and gold standards</article-title>
          .
          <source>In Proc of LREC</source>
          , pages
          <volume>3746</volume>
          {
          <fpage>3753</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          18.
          <string-name>
            <surname>Weiyi</surname>
            <given-names>Sun</given-names>
          </string-name>
          , Anna Rumshisky, and Ozlem Uzuner.
          <article-title>Evaluating temporal relations in clinical text: 2012 i2b2 challenge overview</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>20</volume>
          (
          <issue>5</issue>
          ):
          <volume>806</volume>
          {
          <fpage>813</fpage>
          ,
          <string-name>
            <surname>Sep</surname>
            <given-names>-Oct</given-names>
          </string-name>
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          19.
          <string-name>
            <surname>Hanna</surname>
            <given-names>Suominen</given-names>
          </string-name>
          , Sanna Salantera,
          <string-name>
            <surname>Sumithra</surname>
            <given-names>Velupillai</given-names>
          </string-name>
          , Wendy W. Chapman,
          <string-name>
            <surname>Guergana K. Savova</surname>
            , Noemie Elhadad, Sameer Pradhan, Brett R. South, Danielle L. Mowery,
            <given-names>Gareth J. F.</given-names>
          </string-name>
          <string-name>
            <surname>Jones</surname>
            , Johannes Leveling, Liadh Kelly, Lorraine Goeuriot, David Martinez,
            <given-names>and Guido</given-names>
          </string-name>
          <string-name>
            <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.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          20.
          <string-name>
            <surname>Yoshimasa</surname>
            <given-names>Tsuruoka</given-names>
          </string-name>
          , Yuka Tateishi,
          <string-name>
            <surname>Jin-Dong</surname>
            <given-names>Kim</given-names>
          </string-name>
          , Tomoko Ohta,
          <string-name>
            <surname>John McNaught</surname>
            ,
            <given-names>Sophia</given-names>
          </string-name>
          <string-name>
            <surname>Ananiadou</surname>
          </string-name>
          , and
          <article-title>Jun'ichi Tsujii. Developing a robust part-of-speech tagger for biomedical text</article-title>
          .
          <source>In Proc of Advances in Informatics { 10th Panhellenic Conference on Informatics, LNCS 3746</source>
          , pages
          <fpage>382</fpage>
          {
          <fpage>92</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          21.
          <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>J Am Med Inform Assoc</source>
          ,
          <volume>18</volume>
          (
          <issue>5</issue>
          ):
          <volume>552</volume>
          {
          <fpage>556</fpage>
          ,
          <string-name>
            <surname>Sep</surname>
            <given-names>-Oct</given-names>
          </string-name>
          <year>2011</year>
          . Epub 2011 Jun 16.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          22.
          <string-name>
            <given-names>Pierre</given-names>
            <surname>Zweigenbaum</surname>
          </string-name>
          .
          <article-title>Menelas: an access system for medical records using natural language</article-title>
          .
          <source>Computer Methods</source>
          and Programs in Biomedicine,
          <volume>45</volume>
          :
          <fpage>117</fpage>
          {
          <fpage>120</fpage>
          ,
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>