<!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>AN EXPERIMENTAL EXPLORATION OF DRUG-DRUG INTERACTION EXTRACTION FROM BIOMEDICAL TEXTS</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Man Lan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiang Zhao</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kezun Zhang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Honglei Shi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jingli Cai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>East China Normal University</institution>
          ,
          <addr-line>Shanghai</addr-line>
          ,
          <country country="CN">P.R.China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The First Challenge of Drug-Drug Interaction Extraction (DDIExtraction 2011) involves doing a binary DDI detection to determine whether a drug pair in a given sentence (with annotated drug names) has interaction information. This may be the first attempt at extraction of drug interaction information in wide community. In this paper we compare and evaluate the effectiveness of different strategies of example generation from texts and different feature types for drug relation extraction. The comparative results show that (1) drug interaction classification at drug entity pair level performs better than that at sentence level; (2) simple NLP output does not improve performance and more advanced way of incorporating NLP output need to be explored.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>In pharmacology domain, one drug may influence the level or activity of another
drug if there is a drug-drug interaction (DDI) between them. Typically, the
detection of DDIs between drug pair is an important research area for health
care professionals to find dangerous drug interactions and possible side effects,
which helps to decrease health care costs.</p>
      <p>Like other entity (e.g., gene or protein) relation extraction tasks (i.e.,
BioCreAtIvE) from biomedical literature, information extraction (IE) techniques can
provide an interesting way of reducing the time spent by health care
professionals on reviewing the literature. Recently, DDIExtraction Challenge 2011 has
played a key role in comparing various IE techniques applied to the
pharmacological domain by providing a common benchmark for evaluating these techniques.
Specifically, they create the first annotated Drug DDI corpus that studies the
phenomena of interactions among drugs. Meanwhile, the organizers have devoted
to several comparative experimental assessments of different exploration
strategies on this corpus, e.g., Segura-Bedmar et al. (2010a), (2010b), (2011a) and
(2011b). For example, they manually created linguistic rules (i.e. pattern) using
shallow parsing and syntactic and lexical information with the aid of domain
expert in Segura-Bedmar et al. (2010a) and (2011b). Moreover, they adopted
shallow linguistic kernel-based supervised machine learning (SVM) method to
build relation classifier for DDI extraction. Their experimental results showed
#$
,
- ! .</p>
      <p>/
that the sequence kernel-based method performs significantly better than the
construction of linguistic rules.</p>
      <p>The basic idea of our system is to make use of feature-based supervised
machine learning approach for DDI extraction. Our work consists of two
explorations, i.e., comparison of different strategies of example generation from texts
and comparison of different feature types. The purpose of this work is twofold:
(1) compares the performance of different strategies of example generation,
different feature types for drug interaction extraction; (2) provides an overview of
our practical and effective process for this challenge.</p>
      <p>The rest of the paper is structured as follows. Section 2 describes the overview
of DDIExtraction Challenge 2011. Section 3 presents the methods adopted in our
participation. Section 4 describes the system configurations and results on the
test data. Finally, Section 5 summarizes the concluding remarks and suggests
the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Overview of DDIExtraction Challenge 2011</title>
      <p>In recent years, most biomedical relation extraction study and corpora have
focused on describing genetic or protein entity interactions, e.g., BioInfer (2007),
BioCreative II (2008) and II.5 (2009), or AIMed (2005), rather than drug-drug
interaction. The First Challenge of Drug-Drug Interaction Extraction (i.e.,
DDIExtraction Challenge 2011) provides a new standard benchmark and creates the
first annotated corpus for drug interaction extraction to a wider community. The
DDI corpus is created by Segura-Bedmar et al.(2011a). The Drug DDI corpus
consists of 579 documents describing DDI, which are randomly selected from
the DrugBank database (2008). In DDIExtraction Challenge 2011, this corpus
is split into 435 training documents (4267 sentences) and 144 test documents
(1539 sentences) for evaluation. Table 1 lists the detailed various statistical
information of training and test data set. From this table, we can see that the data
distribution in training data set is quite close to that in test data set.</p>
      <p>
        This corpus is provided in two different formats: (1) the unified XML
format as the PPI Extraction format proposed in
        <xref ref-type="bibr" rid="ref1">Pyysalo et al. (2008)</xref>
        and (2)
a Metamap format based on the information provided by the UMLS MetaMap
Transfer (MMTx) tool (2001). In MMTx format, the documents were analyzed
by the MMTx tool that performs sentence splitting, tokenization, POS-tagging,
shallow syntactic parsing, and linking of phrases with Unified Medical Language
System (UMLS) Metathesaurus concepts. Besides, the MMTx format documents
annotate a variety of biomedical entities occurring in texts according to the
UMLS semantic types. An experienced pharmacist recommended the inclusion
of the following UMLS semantic types as possible types of interacting drugs:
(1) Clinical Drug (clnd), (2) Pharmacological Substance (phsu), (3) Antibiotic
(antb), (4) Biologically Active Substance (bacs), (5) Chemical Viewed
Structurally (chvs) and (6) Amino Acid, Peptide, or Protein (aapp).
      </p>
      <p>Clearly, the MMTx format contains not only shallow NLP information but
also domain-specific annotations. Therefore it is expected to provide more useful
+
" (
"
( ) (
information than unified XML format for DDI extraction. Consequently,
participants are required to indicate the document format their methods involved.
Another thing need to note is that this challenge only considers the interactions
between drugs within the same sentence.</p>
      <p>Participants are allowed to submit a maximum of 5 runs. For each drug pair
within one sentence, the participated algorithm is expected to generate label “0”
for non-authentic DDI and label “1” for predicted DDI. For performance
evaluation, this challenge adopted the most widely-used text classification evaluation
measures, i.e., precision (P), recall (R) and their combination F1 score.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>In our work we cast drug relation extraction as a classification problem, in which
each example is generated from texts and formed as a feature vector for
classification. Specifically, we generate examples from all sentences containing at least
two drug entities. That is, the sentences which have none or only one drug should
be removed first before they come into the pipeline of text processing.</p>
      <p>Here we need to take into account the following special considerations. One is
the issue of example generation from texts. Another is the issue of feature types
extracted from texts. Next we will discuss these two special considerations.
3.1</p>
      <sec id="sec-3-1">
        <title>Example Generation</title>
        <p>The training and test examples from texts can be generated at different levels,
e.g., sentence level or drug pair level.</p>
        <p>At sentence level, each example corresponds to one sentence. That is, each
sentence is represented as a feature vector, no matter how many DDIs this
sentence has. Typically, a sentence having n drugs (n ≥ 2) generates Cn2 drug
,
- ! .</p>
        <p>/
pairs but not all drug pairs are DDIs. Thus, in order to assign the DDI label to
each sentence, we have the following two assumptions and they serve as baselines
in our work.</p>
        <p>Assumption 1: In training step, if there is at least one DDI annotated in
the sentence, we assign the DDI label of this sentence 1. That is, this sentence
is assumed to be a DDI sentence. In test step, if one sentence is predicted by
classifier to be a DDI sentence, then all drug pairs within this sentence are
predicted to be DDIs as well.</p>
        <p>Assumption 2: In training step, if the number of DDIs is equal to or larger
than the number of non-DDIs in the sentence, we label this sentence as DDI
sentence. That is, for a sentence having n drugs, if it has at least Cn2/2 DDIs, it
is regarded as DDI sentence. In test step, if one sentence is predicted by classifier
to be a DDI sentence, all drug pairs within this sentence are predicted to be DDIs
as well.</p>
        <p>Clearly, the built-in flaw of the above two assumptions is that they consider
all drug-pairs in one sentence have one common taxonomy label. This is not true
in real world case. We use the two assumptions as baseline systems in our work.</p>
        <p>At drug pair level, each example corresponds to each drug pair in a sentence.
That is, the number of examples generated for each sentence is given by the
combinations of distinct drug entities (n) selected two at a time, i.e. Cn2. For
example, if one sentence contains three drug entities, the total number of examples
generated from this sentence is C32 = 3. In training step, for each example, we
use its annotated DDI label as the label of this example. If a DDI relation holds
between a drug pair, the example is labeled 1; otherwise 0. In test step, for each
drug pair, the classification system predicts its DDI label based on the classifier
constructed on training examples.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Features Extraction</title>
        <p>No matter which level examples are generated from texts, the examples are
represented as feature vectors for classifier construction and prediction. Here we
describe the feature sets adopted by above two example generation approaches.</p>
        <p>As for sentence level feature representation, we adopt a feature set
consisting of all words in texts. Specifically, we remove stop words (504 stop words),
punctuation, special characters and numbers from sentences.</p>
        <p>As for drug pair level feature representation, instead of using all words in
texts, we explore different feature types, i.e., lexical, morpho-syntactic, semantic
and heuristic features (from annotated biomedical information), with the
purpose of capturing information between drug pairs. The features consist of the
following 6 types. The first two feature types are generated from unified XML
text format. The following four feature types are obtained from MMTx text
format.</p>
        <p>
          F1: Token between drug pair. This feature includes the tokens (words)
between two target drug entities. Given two annotated target drug entities, first
all the words between them are extracted and then the Porter’s ste
          <xref ref-type="bibr" rid="ref12">mming (1980</xref>
          )
is performed to reduce words to their base forms.
        </p>
        <p>$
" (
"
( ) (</p>
        <p>F2: Lemma of target entities. This feature consists of the lemma of the
target drug entities annotated in the given sentence. That is, this feature records
the words of the target drug names.</p>
      </sec>
      <sec id="sec-3-3">
        <title>F3: UMLS semantic types of target entities. This feature is to record</title>
        <p>the six UMLS semantic types of the drug entities annotated in the given sentence.</p>
      </sec>
      <sec id="sec-3-4">
        <title>F4: Information of other drug entities. This feature is to indicate</title>
        <p>whether there is other drugs between the current target drug pair and the
number of other drug entities.</p>
      </sec>
      <sec id="sec-3-5">
        <title>F5: Relative position between verbs and target drug entities. This</title>
        <p>feature is to record if there is verb before, between or after the target drug pair.</p>
        <p>Except for the above two approaches, we also explore experiment using only
the position information of verbs and target drug entities as follows.</p>
        <p>F6: Position of verbs and target drug entities. This feature is different
from above 5 feature types, which only records the position information of verbs
and drug entities. To do so, for the first drug entity, we record the relative
positions of three closest verbs before it and after it. For example, if the position
of the two verbs offset is 10 and 11, and the position of the first drug is 15,
the first three feature values is 5, 4 (relative position) and 0 (since no third
verb before the first drug). For the second drug entity, we record the relative
positions of three closest verbs after it. In addition, we also assign one label for
each verb to record if there is a negation before it, yes for 1 and no for 0. We
manually created list of 16 negation words including: little, few, hardly, never,
none, neither, seldom, scarcely, rarely, cannot, can’t, isn’t, hasn’t, couldn’t, unlike,
without.
3.3</p>
      </sec>
      <sec id="sec-3-6">
        <title>Learning Algorithms</title>
        <p>Generally, according to the different kernel functions from computational
learning theory, SVMs are classified into two categories, i.e., linear and nonlinear (such
as polynomial, radial-based function (RBF), etc). Specifically, in this study, we
adopt the radial-based nonlinear SVM because in our preliminary study the
nonlinear SVM performs better than linear SVM models. The SVM software we
used in all experiments is LIBSVM-2.9 (2001).
4
4.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results And Discussion</title>
      <sec id="sec-4-1">
        <title>Text Preprocessing</title>
        <p>
          In text processing step, the stop words (504 stop words), punctuation and
numbers were re
          <xref ref-type="bibr" rid="ref12">moved. The Porter’s stemming (1980</xref>
          ) was performed to reduce words
to their base forms. The resulting vocabulary has 3715 words (terms).
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>System configuration and Results</title>
        <p>In this work, we config five different classification systems with different example
generation strategies and different feature types. The classifiers for all systems
,
- ! .</p>
        <p>/
were optimized independently in a number of 5-fold cross-validation (CV)
experiments on the provided training sets. First we consider two baseline systems
at sentence level described in section 3.1. We create a global feature set
consisting of all words in texts. The resulting vocabulary of the two systems has 3715
and 3224 words (terms) respectively. Table 2 shows the results of the first two
systems at sentence level.</p>
        <p>In the third system, we conducted several comparative experiments at drug
pair level using different combination of features described in section 3.2. In
addition, in the fourth system, we evaluated the system with only relative position
information between drugs and verbs in one sentence. Finally, in the fifth
system, we performed majority voting to combine the best results of the first four
systems to further improve performance. Table 3 shows the results of these three
systems at drug pair level using different feature sets.
Based on the above series of experiments and results shown in Table 2 and Table
3, some interesting observations can be found as follows.</p>
        <p>Specifically, the first two baseline systems at sentence level yield quite
similar F-measures of 24.21 and 23.75 but different recall and precision. The first
system has high recall but low precision. Conversely, the second system has high
precision but quite low recall. This difference comes from the different
principle of the two assumptions. This F-measure is similar to the result reported in
Segura-Bedmar et al. (2011b) using only linguistical patterns with the aid of
domain expert.</p>
        <p>Generally, the systems at drug pair level (Table 3) perform better than those
at sentence level (Table 2). This result is consistent with our preliminary surmise
that it is too rough for example generation at sentence level and it did not take
the relation between drug pair into consideration. Certainly many previous work
on entity relation extraction generated example using this representation.</p>
        <p>Moreover, the comparative result of the third serial of systems, i.e., the
systems at drug pair level with different feature sets, is beyond our preliminary
expectation. Surprisingly, the system with only words between two drug entities
performs the best among the serial of the third systems. Although we extracted
and constructed more features which are supposed to hold more useful
information, such as drug names, drug types and the position information between drug
and verb, these features did not improve the performance. One possible
explanation is that the number of F1 feature is much larger than other features, and
thus F1 feature dominates the performance of classifier. Another possible reason
is that these manually constructed or NLP features may not be appropriate for
representation and thus more advanced NLP techniques and advanced ways of
incorporating NLP output is necessary for future exploration.</p>
        <p>Another surprise is that the fourth system performs better than the two
baseline systems at sentence level but still worse than the third system. Since
the fourth system only considers relative position information rather than words
and other features, this result is quite interesting. However, we do not expect
more improvement on this simple feature set and we have no further explorations.</p>
        <p>As an ensemble system, the fifth system combines the best results of the
previous four systems. However, this majority voting strategy has not shown
significant improvements. The possible reason may be that these classifiers come
from a family of SVM classifiers and thus the random errors are not significantly
different.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Summary</title>
      <p>Based on the comparative experimental results, we summarized that, first,
example generated at drug pair level performs better than sentence level; second,
using only words between drug pair entities performs better than adding more
constructed NLP and domain-specific features. It indicates that NLP output has
not yet succeeded in improving classification performance over the simple
bagof-words approach and more advanced way of incorporating NLP output need
to be explored.</p>
      <p>We have to mention that although the best performance on the test set yields
a final score of no more than 45% (F-measure), which is quite lower than the
best performance 60.01% reported in Segura-Bedmar et al. (2011a), it is still
quite promising since we do not involve domain expert, domain knowledge and
complicated NLP outputs neither. In other words, this suggests that there may
be ample room for improving the performance.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGMENTS</title>
      <p>This research is supported by grants from National Natural Science Foundation
of China (No.60903093), Shanghai Pujiang Talent Program (No.09PJ1404500)
and Doctoral Fund of Ministry of Education of China (No.20090076120029).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Pyysalo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Airola</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heimonen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bjorne</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ginter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Salakoski</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <article-title>Comparative analysis of protein-protein interaction corpora</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>9</volume>
          (
          <issue>Suppl 3</issue>
          ) : S6 (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Isabel</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          , Paloma Martinez,
          <string-name>
            <surname>Cesar de Pablo-Sanchez</surname>
          </string-name>
          .
          <article-title>Extracting drugdrug interactions from biomedical texts</article-title>
          .
          <source>BMC Bioinformatics</source>
          <year>2010</year>
          ,
          <volume>11</volume>
          (
          <issue>Suppl 5</issue>
          ):
          <fpage>P9</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Isabel</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          , Paloma Martinez,
          <string-name>
            <surname>Cesar de Pablo-Sanchez</surname>
          </string-name>
          .
          <article-title>A linguistic rulebased approach to extract drug-drug interactions from pharmacological documents</article-title>
          .
          <source>BMC Bioinformatics</source>
          <year>2011</year>
          ,
          <volume>12</volume>
          (
          <issue>Suppl 2</issue>
          ):
          <fpage>S1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Giuliano</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lavelli</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romano</surname>
            <given-names>L</given-names>
          </string-name>
          .
          <article-title>Exploiting shallow linguistic information for relation extraction from biomedical literature</article-title>
          .
          <source>Proceedings of the Eleventh Conference of the European Chapter of the Association for Computational Linguistics (EACL2006)</source>
          <year>2006</year>
          ,
          <fpage>5</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Isabel</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          , Paloma Martinez,
          <string-name>
            <surname>Cesar de Pablo-Sanchez</surname>
          </string-name>
          .
          <article-title>Using a shallow linguistic kernel for drug-drug interaction extraction</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          ,
          <year>April 2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Isabel</given-names>
            <surname>Segura-Bedmar</surname>
          </string-name>
          , Paloma Martinez, Cesar de Pablo-Sanchez.
          <article-title>Combining syntactic information and domain-specific lexical patterns to extract drugCdrug interactions from biomedical texts</article-title>
          .
          <source>In: Proceedings of the ACM fourth international workshop on data and text mining in biomedical informatics (DTMBIO10)</source>
          ;
          <year>2010</year>
          . p.
          <fpage>49</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Sampo</given-names>
            <surname>Pyysalo</surname>
          </string-name>
          , Filip Ginter , Juho Heimonen , Jari Bjorne , Jorma Boberg , Jouni Jarvinen and
          <string-name>
            <given-names>Tapio</given-names>
            <surname>Salakoski</surname>
          </string-name>
          .
          <article-title>BioInfer: a corpus for information extraction in the biomedical domain</article-title>
          .
          <source>BMC Bioinformatics</source>
          <year>2007</year>
          , 8:
          <fpage>50</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Krallinger</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leitner</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodriguez-Penagos</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <article-title>Valencia A. Overview of the proteinprotein interaction annotation extraction task of BioCreative II</article-title>
          .
          <source>Genome Biology</source>
          <year>2008</year>
          ,
          <volume>9</volume>
          (
          <issue>Suppl 2</issue>
          ):
          <fpage>S4</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Bunescu</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ge</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kate</surname>
            <given-names>RJ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marcotte</surname>
            <given-names>EM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mooney</surname>
            <given-names>RJ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramani</surname>
            <given-names>AK</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wong</surname>
            <given-names>YW</given-names>
          </string-name>
          .
          <article-title>Comparative experiments on learning information extractors for proteins and their interactions</article-title>
          .
          <source>Artificial Intelligence in Medicine</source>
          <year>2005</year>
          ,
          <volume>33</volume>
          (
          <issue>2</issue>
          ):
          <fpage>139</fpage>
          -
          <lpage>155</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Wishart</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knox</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheng</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrivastava</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tzur</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gautam</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hassanali</surname>
            <given-names>M.</given-names>
          </string-name>
          <article-title>DrugBank: a knowledgebase for drugs, drug actions and drug targets</article-title>
          .
          <source>Nucleic acids research</source>
          <year>2008</year>
          ,
          <volume>36</volume>
          (Database issue):
          <fpage>D901</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Aronson</surname>
            <given-names>A</given-names>
          </string-name>
          :
          <article-title>Effective mapping of biomedical text to the UMLS Metathesaurus: the MetaMap program</article-title>
          .
          <source>Proceedings of the AMIA Symposium</source>
          <year>2001</year>
          ,
          <fpage>17</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Porter</surname>
          </string-name>
          .
          <article-title>An algorithm for suffix stripping</article-title>
          .
          <source>Program</source>
          , vol.
          <volume>14</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>130</fpage>
          -
          <lpage>137</lpage>
          ,
          <year>1980</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>C.-C. Chang</surname>
            and
            <given-names>C.-J.</given-names>
          </string-name>
          <string-name>
            <surname>Lin</surname>
          </string-name>
          .
          <article-title>LIBSVM: A Library for Support Vector Machines</article-title>
          . http://www.csie.ntu.edu.tw/ cjlin/libsvm,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>