<!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>
      <journal-title-group>
        <journal-title>A novel algorithm for
detection of adverse drug reaction signals using a
hospital electronic medical record database. Phar-
macoepidemiology and Drug Safety</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Automated Detection of Adverse Drug Reactions in the Biomedical Literature Using Convolutional Neural Networks and Biomedical Word Embeddings</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Basel diego.saldana miranda@novartis.com</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>In: Mark Cieliebak, Don Tuggener and Fernando Benites (eds.): Proceedings of the 3rd Swiss Text Analytics Conference (Swiss- Text 2018)</institution>
          ,
          <addr-line>Winterthur</addr-line>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2011</year>
      </pub-date>
      <volume>20</volume>
      <issue>6</issue>
      <fpage>598</fpage>
      <lpage>607</lpage>
      <abstract>
        <p>Monitoring the biomedical literature for cases of Adverse Drug Reactions (ADRs) is a critically important and time consuming task in pharmacovigilance. The development of computer assisted approaches to aid this process in different forms has been the subject of many recent works. One particular area that has shown promise is the use of Deep Neural Networks, in particular, Convolutional Neural Networks (CNNs), for the detection of ADR relevant sentences. Using token-level convolutions and general purpose word embeddings, this architecture has shown good performance relative to more traditional models as well as Long Short Term Memory (LSTM) models. In this work, we evaluate and compare two different CNN architectures using the ADE corpus. In addition, we show that by deduplicating the ADR relevant sentences, we can greatly reduce overoptimism in the classification results. Finally, we evaluate the use of word embeddings specifically developed for biomedical text and show that they lead to a better performance in this task.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Pharmacovigilance is a crucial component at every
stage of the drug development cycle, and regulations
require pharmaceutical companies to prepare
periodic reports such as Development Safety Update
Reports (DSURs) and Periodic Safety Update Reports
(PSURs) regarding the safety of their drugs and
products
        <xref ref-type="bibr" rid="ref14">(Krishnamurthy et al., 2017)</xref>
        .
      </p>
      <p>One of the most important sources of information
to be monitored in pharmacovigilance is the
biomedical literature (Pontes et al., 2014). To this end, large
numbers of scientific abstracts and publications need
to be screened and/or read in full in order to collect
information relevant to safety, and in particular
Adverse Drug Reactions (ADRs) associated to a
particular drug.</p>
      <p>Screening and reading the biomedical literature is
a time consuming task and is of critical importance.
It requires particular expertise, and needs to be
performed by well-trained readers. Given this, systems
that enable human readers to perform this task faster
and more effectively would be of great value.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>Computer assisted pharmacovigilance and, more
specifically, the automation of the detection of ADR
relevant information across various data sources has
the potential to have great positive impact on the
pharmaceutical industry. There is a very vast
array of sources of potential ADR relevant information,
including both structured and unstructured data
resources.</p>
      <p>
        In many cases, adverse reactions are initially
detected through unstructured means of communication,
such as a patient speaking to a healthcare
professional, and case reports written by physicians and
published in biomedical literature sources, such as
MEDLINE, PubMed and EMBASE (Rison, 2013).
Spontaneous reporting can also be made through telephone
calls, email communication, and even fax
        <xref ref-type="bibr" rid="ref20">(Vallano
et al., 2005)</xref>
        . Such information is processed,
generally through human intervention in order to properly
categorize them and add the necessary metadata.
      </p>
      <p>
        Other potential sources of safety signals include
electronic medical/health records (EMRs/EHRs)
(Park et al., 2011). Similarly, omics, chemical,
phenotypic and metabolic pathway data can be analyzed
using a diverse array of methods to find associations
between drugs and specific side effects
        <xref ref-type="bibr" rid="ref15 ref17 ref18">(Liu et al.,
2012; Mizutani et al., 2012; Lee et al., 2011)</xref>
        . In
recent years, social media websites have also become
a potential source of safety signals
        <xref ref-type="bibr" rid="ref11 ref24 ref25">(Karimi et al.,
2015; Sarker and Gonzalez, 2015; Tafti et al., 2017)</xref>
        .
      </p>
      <p>
        Finally, after careful processing, the data is usually
aggregated and stored in structured databases for
reporting and/or aggregation. Many regulatory agencies
maintain databases that aggregate information
regarding reported adverse events, such as the FDA Adverse
Event Reporting System (FAERS)
        <xref ref-type="bibr" rid="ref4">(Fang et al., 2014)</xref>
        in the U.S., EudraVigilance in Europe
        <xref ref-type="bibr" rid="ref2">(Banovac et al.,
2017)</xref>
        , and the MedEffect Adverse Reaction Online
Database in Canada
        <xref ref-type="bibr" rid="ref3">(Barry et al., 2014)</xref>
        .
      </p>
      <p>The aim of our work is to contribute towards the
development of systems that provide assistance to
readers in charge of finding ADR signals in the biomedical
literature. As such, the ideal system should be able to
accurately discriminate between ADR relevant and
irrelevant sentences in the documents that it processes.</p>
      <p>In the following section, we detail some of the past
efforts to automate this as well as other tasks related to
the extraction of ADR relevant information from the
biomedical literature.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Related Work</title>
      <p>
        The automation of the detection of ADR relevant
information across various data sources has received
much attention in recent years. Ho et al. performed
a systematic review and summarized their findings
on various methods to predict ADEs ranging from
omics to social media
        <xref ref-type="bibr" rid="ref8">(Ho et al., 2016)</xref>
        . In addition,
the authors presented a list of public and commercial
data sources available for the task. Similarly, Tan et
al. summarized the available data resources and
presented the state of computational decision support
systems for ADRs (Tan et al., 2016). Harpaz et al.
prepared an overview of the state of the art in text mining
for Adverse Drug Events (ADEs)
        <xref ref-type="bibr" rid="ref7">(Harpaz et al., 2014)</xref>
        in various contexts, such as the biomedical literature,
product labelling, social media and web search logs.
      </p>
      <p>
        Xu et al. initially proposed a method based on
manually curated lexicons which could be used to
build cancer drug-side effect (drug SE) pair
knowledge bases from scientific publications
        <xref ref-type="bibr" rid="ref13 ref21 ref22 ref23 ref24 ref4">(Xu and Wang,
2014c)</xref>
        . The authors also described a method to
extract syntactical patterns, via parse trees from the
Stanford Parser
        <xref ref-type="bibr" rid="ref13 ref21 ref22 ref23 ref24 ref4">(Xu and Wang, 2014a)</xref>
        , based on
known seed cancer drug-SE pairs. The patterns can
then be used to extract new cancer drug-SE pairs.
They further proposed an approach using SVM
classifiers to categorize tables from cancer related literature
as either ADR relevant or not
        <xref ref-type="bibr" rid="ref24 ref25">(Xu and Wang, 2015a)</xref>
        .
The authors then extracted cancer drug-SE pairs from
the tables using a lexicon-based approach and
compared them with data from the FDA label information.
Xu et al. also evaluated their method in a large scale,
full text corpus of oncological publications
        <xref ref-type="bibr" rid="ref24 ref25">(Xu and
Wang, 2015b)</xref>
        , extracting drug-SE pairs and showing
good correlation of the extracted pairs with gene
targets and disease indications.
      </p>
      <p>
        There are a number of available data resources for
the purpose of ADR signal detection. Gurulingappa
et al. introduced the ADE corpus, a large corpus of
MEDLINE sentences annotated as ADR relevant or
not
        <xref ref-type="bibr" rid="ref6">(Gurulingappa et al., 2012)</xref>
        . Karimi et al.
described CADEC, a corpus of social media posts with
ADE annotations
        <xref ref-type="bibr" rid="ref11">(Karimi et al., 2015)</xref>
        including
mappings to vocabularies such as SNOMED. Further, the
annotations include detailed information such as
drugevent and drug-dose relationships. Sarker et al.
described an approach using SVM classifiers, as well as
diverse feature engineering methods, to classify
clinical reports and social media posts from multiple
corpora as ADR relevant or not
        <xref ref-type="bibr" rid="ref24 ref25">(Sarker and Gonzalez,
2015)</xref>
        . Odom et al. explored an approach using
relational gradient boosting (FRGB) models to combine
information learned from labelled data with advice
from human readers in the identification of ADRs in
the biomedical literature
        <xref ref-type="bibr" rid="ref19">(Odom et al., 2015)</xref>
        . Adams
et al. proposed an approach using custom search
PubMed queries making use of MeSH subheadings to
automatically identify ADR related publications. The
authors conducted an evaluation by comparing with
results manually tagged by investigators, obtaining a
precision of 0.90 and a recall of 0.93.
      </p>
      <p>
        Some researchers have tried to combine
information from structured databases with the unstructured
data found in the biomedical literature. For
example, Xu et al. showed that, by combining
information from FAERS and MEDLINE using signal
boosting and ranking algorithms, its’ possible to improve
cancer drug-side effect (drug-SE pair) signal detection
        <xref ref-type="bibr" rid="ref13 ref21 ref22 ref23 ref24 ref4">(Xu and Wang, 2014b)</xref>
        .
      </p>
      <p>
        There have recently been efforts to use neural
networks to improve the performance of the ADR
sentence detection, entity and relation extraction tasks.
Gupta et al. proposed a two step approach for
extracting mentions of adverse events from social media:
(1) predicting the drug based on the context,
unsupervised; (2) predicting adverse event mentions based on
a tweet and the features learned in the previous step,
supervised
        <xref ref-type="bibr" rid="ref5">(Gupta et al., 2017)</xref>
        . Li et al. proposed
approaches combining CNNs and bi-LSTMS to perform
named entity recognition as well as relation
extraction for ADRs in the annotated sentences in the ADE
dataset
        <xref ref-type="bibr" rid="ref16 ref9">(Li et al., 2017)</xref>
        . More recently,
Ramamoorthy et al. described an approach using bi-LSTMs with
an attentional mechanism to jointly perform relation
extraction as well as visualize the patterns in the
sentence.
      </p>
      <p>
        Huynh proposed using convolutional recurrent
neural networks (CRNN) and convolutional neural
networks with attention (CNNA) to identify ADR related
tweets and MEDLINE article sentences
        <xref ref-type="bibr" rid="ref10">(Huynh et al.,
2016)</xref>
        . The CNNAs’ attention component had the
attractive property that it allows visualization of the
influence of each word in the decision of the network.
      </p>
      <p>
        In this work, we introduce approaches building
upon previous results using convolutional neural
networks (CNNs)
        <xref ref-type="bibr" rid="ref10">(Huynh et al., 2016)</xref>
        to detect ADR
relevant sentences in the biomedical literature. Our key
contributions are as follows:
      </p>
      <p>
        We compare Huynhs’ CNN approach, which
is based on the architecture proposed by Kim
(2014), with a deeper architecture based on the
one proposed by Hughes et al. (2017), using the
ADE dataset, showing that Kims’ architecture
performs much better for this task and dataset.
We apply a de-duplication of the ADR relevant
sentences in the ADE dataset,
        <xref ref-type="bibr" rid="ref6">(Gurulingappa
et al., 2012)</xref>
        which we believe leads to a better
estimation of the performance of the algorithm
and does not seem to be applied in some of the
previous works.
•
•
•
by Pyysalo et al. (2013) and show that, by using
these embeddings in place of general-purpose
GloVe embeddings, it is possible to improve the
performance of the algorithm.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Dataset</title>
      <p>The ADE corpus was introduced by Gurulingappa et
al. (2012) in order to provide a benchmark dataset
for the development of algorithms for the detection of
ADRs in case reports. The original source of the data
was 2972 MEDLINE case reports. The data was
labelled by three trained annotators and their annotation
results were consolidated into a final dataset
including 6728 ADE relations (in 4272 sentences), as well
as 16688 non-ADR relevant sentences.</p>
      <p>
        The authors calculated Inter-Annotator Agreement
(IAA), using F1 scores as a criterion, for adverse event
entities between 0.77 and 0.80 for partial matches and
between 0.63 and 0.72 for exact matches. For more
detail, the reader can refer to the work of
Gurulingappa et al.
        <xref ref-type="bibr" rid="ref6">(Gurulingappa et al., 2012)</xref>
        .
4.1
      </p>
      <sec id="sec-4-1">
        <title>Preprocessing</title>
        <p>The dataset is suitable for two types of tasks: (1)
categorization of sentences as either relevant for ADRs
or not; and (2) extraction of drug-adverse event
relations and drug-dose relations. Because there can be
more than one relation in the same sentence, the ADR
relevant sentences are sometimes duplicated.</p>
        <p>
          The presence of duplicates can lead to situations
where the same sentence is present in both the training
and test datasets, as well as to an overall distortion of
the distribution of the sentences. In order to prevent
this, we de-duplicate these sentences, which results in
4272 ADR relevant sentences, as stated in the work of
Gurulingappa et al.
          <xref ref-type="bibr" rid="ref6">(Gurulingappa et al., 2012)</xref>
          .
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Methods</title>
      <p>In the following sections, we will describe (1) the
word embeddings used in our learning algorithms; and
(2) the two different CNN architectures evaluated in
our experiments.
5.1</p>
      <sec id="sec-5-1">
        <title>Embeddings</title>
      </sec>
      <sec id="sec-5-2">
        <title>GloVe 840B</title>
        <p>
          We evaluate the use of word embeddings
developed specifically for biomedical text introduced
As in Huynhs’ work
          <xref ref-type="bibr" rid="ref10">(Huynh et al., 2016)</xref>
          , we use
pre-trained word embeddings. Huynh focused mainly
on the general purpose GloVe Common Crawl 840B,
300 dimensional word embeddings (Pennington et al.,
2014).
        </p>
      </sec>
      <sec id="sec-5-3">
        <title>Pyysalos’ Embeddings</title>
        <p>We also evaluate the use of 200 dimensional word2vec
embeddings introduced by Pyysalo et al. (Pyysalo
et al., 2013). These word embeddings were fitted on
a corpus combining PubMed abstracts, PubMed
Central Open Access (PMC OA) full text articles as well
as Wikipedia articles. We also initialize zero valued
vectors for the unknown word symbol as well as for
the padding symbol.</p>
      </sec>
      <sec id="sec-5-4">
        <title>Preprocessing</title>
        <p>
          As in Huynhs’ work, no new word vectors are
initialized for tokens not present in the pre-trained
vocabulary, and only the tokens that are in the 20000
most frequent words in the dataset are included. The
remaining tokens are mapped to the unknown word
symbol vector. We enable the algorithm to optimize
the pre-trained weights after initialization. We
follow the preprocessing strategy used by Huynh
          <xref ref-type="bibr" rid="ref10">(Huynh
et al., 2016)</xref>
          , which is itself based on that of Kim
          <xref ref-type="bibr" rid="ref12">(Kim, 2014)</xref>
          , and includes expansion of contractions,
and additionally, all non-alphabetic characters are
replaced with spaces prior to tokenization.
6
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Convolutional Neural Network Architectures</title>
      <p>In all architectures described below, the sentences are
mapped to a vector representation, v. Dropout is
applied to v during training with a dropout probability
of 0.5. As in usual classification tasks, the predicted
probability of a possitive outcome, that is, of the
sentence being ADR relevant, is given by
yˆ = ρ vT w + b ,
(1)
where w is a vector of coefficients, b is the
intercept, and ρ is the sigmoid function.</p>
      <p>The objective function to be optimized is the cross
entropy, which can also be interpreted as an average
negative log-likelihood, and is given by</p>
      <p>(1 − yi)log 1 − yˆi i. (2)</p>
      <sec id="sec-6-1">
        <title>Huynhs’ CNN architecture</title>
        <p>This architecture consists of the use of a
1Dconvolution layer with 300 filters and a 5 token
window applied on the word vectors. This is followed by
a Rectified Linear Unit (ReLu) and a 1D-max
pooling over the full axis of 1D-convolution results. This
leads to a 300 dimensional vector representation, v,
which is used as an input for the classification
network described above. Figure 1 shows a diagram of
the resulting architecture. Note that M , the number of
embedding dimensions, may be equal to either 300 or
200, but is shown as 300 for illustration in the figure.</p>
        <p>
          To reduce overfitting, a constraint is added to
ensure that the L2 norms of each one of the 1D
convolution filters are never above a threshold value, s, after
each batch. For more detail, the reader can refer the
works of Huynh
          <xref ref-type="bibr" rid="ref10">(Huynh et al., 2016)</xref>
          and Kim
          <xref ref-type="bibr" rid="ref12">(Kim,
2014)</xref>
          .
        </p>
      </sec>
      <sec id="sec-6-2">
        <title>Hughes’ CNN architecture</title>
        <p>
          Based on the approach proposed by Hughes
          <xref ref-type="bibr" rid="ref9">(Hughes
et al., 2017)</xref>
          we explored a deeper architecture, with
multiple successive stages of 1D-convolution,
nonlinear transformations, and max pooling.
        </p>
        <p>This architecture starts with two successive stages
of 1D-convolutions with 256 filters and a 5 token
window, each followed by a ReLu transformation. After
this, a 1D-max pooling on the axis of the convolutions
with a window of length 5 is applied. Finally,
another two successive stages of 1D-convolutions with
256 filters and a window of length 5, each followed by
a ReLu transformation, is applied, followed by a
1Dmax pooling over the full axis of the 1D-convolutions.</p>
        <p>Similar to the case of the previous architecture, this
leads to a 256 dimensional vector representation, v,
and a constraint is used to keep the L2 norms of all
1D-convolution filters under a threshold value s.
Figure 2 shows a diagram of the resulting architecture. As
previously, note that M may be equal to either 300 or
200, but is shown as 300 for illustration in the figure.</p>
        <p>For further detail, the reader can refer to the work
of Hughes (2017).</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Experimental Setup</title>
      <p>Following the approach used by Huynh et al. (2016),
we used 10-fold cross validation to evaluate the
performance of our classifiers. The normalization
threshold used to clip the L2 norms of the filters, s, was set
to 9.</p>
      <p>
        The Adam optimizer
        <xref ref-type="bibr" rid="ref13 ref21 ref22 ref23 ref24">(Kingma and Ba, 2014)</xref>
        was
used to minimize the loss, L Θ , with 8 epochs and
a batch size of 50. To avoid overfitting, early stopping
is used based on a development set consisting of 10%
of the training data of each fold. For the decision of
the classifier, instead of a yˆ threshold of 0.5, we
determine the optimum threshold by evaluating all possible
thresholds present in the development set of each fold
and keeping the threshold that results in the best F1
score.
      </p>
      <p>After every 10 batches, the optimal threshold is
determined from the development set and the associated
best F1 score is obtained. Optimization is stopped if
the F1 score on the development set fails to improve
after 6 steps. The set of CNN parameters associated
with the best F1 score observed throughout the
training process is then kept and used to evaluate the
networks’ performance on the test set of each fold.</p>
      <p>
        We use the architecture originally proposed by
Huynh
        <xref ref-type="bibr" rid="ref10">(Huynh et al., 2016)</xref>
        without de-duplication as
the baseline results to understand the impact of the
de-duplication, choice of embeddings, and CNN
architecture.
      </p>
      <p>
        All CNN implementations were done using Python
3.4.5 (Rossum, 1995) and Tensorflow 1.2.0
        <xref ref-type="bibr" rid="ref1">(Abadi
et al., 2015)</xref>
        .
8
      </p>
    </sec>
    <sec id="sec-8">
      <title>Results</title>
      <sec id="sec-8-1">
        <title>8.1 Impact of De-duplication on Classification</title>
      </sec>
      <sec id="sec-8-2">
        <title>Performance Estimates</title>
        <p>affected. Note that the specificity, which is the true
negative rate, was higher after de-duplication.</p>
        <p>We initially obtained somewhat lower
performances for the baseline model without de-duplication
compared to the one reported by Huynh et al. (2016)
even though we accurately followed the described
architecture. After investigating the differences in the
code, we noticed that during pre-processing,
characters that are not alphabetic are replaced with spaces
prior to tokenization. After incorporating this step into
our code, the results matched the previously reported
ones much better.</p>
      </sec>
      <sec id="sec-8-3">
        <title>8.2 Impact of Biomedical Word Embeddings</title>
      </sec>
      <sec id="sec-8-4">
        <title>Word Embeddings</title>
        <p>Accuracy
Precision
Recall
F1-score
Specificity
AUROC</p>
        <p>This also led to an increased average F1 score from
0.790 to 0.798. The average AUROC also increased
from 0.954 to 0.958. Specificity increased from 0.943
to 0.949, and recall was the only metric that was
slightly reduced from 0.798 to 0.797.
8.3</p>
      </sec>
      <sec id="sec-8-5">
        <title>Comparison With Hughes’ CNN Architecture</title>
      </sec>
      <sec id="sec-8-6">
        <title>Architecture</title>
        <p>Accuracy
Precision
Recall
F1-score
Specificity
AUROC
The purpose of this work was to evaluate the use
of convolutional neural networks (CNNs)
architectures and biomedical word embeddings for the
automatic categorization of sentences relevant to
adverse drug reactions (ADRs) in case reports present
in the biomedical literature. For this purpose, we used
the ADE corpus, which consists of sentences coming
from 2972 MEDLINE case reports labelled by trained
annotators. This includes 4272 ADR relevant
sentences, as well as 16688 non-ADR relevant sentences.</p>
        <p>We showed that, because of duplications present in
the ADE corpus, the use of this dataset for sentence
classification without performing a de-duplication can
lead to overoptimistic performance estimates. In
addition, we showed that, by using biomedical word
embeddings, as opposed to general purpose word
embeddings, its’ possible to improve upon the performance
of the algorithm. Finally, we compared the
performance of our implementations of two CNN
architectures, with the architecture proposed by Huynh
outperforming the architecture proposed by Hughes in
this task and dataset in every metric.</p>
        <p>
          One important measure of the potential noise in
the inputs of human annotators is the Inter Annotator
Agreement (IAA)
          <xref ref-type="bibr" rid="ref6">(Gurulingappa et al., 2012)</xref>
          , which
in this dataset was measured by its original authors
by calculating inter annotator F1 scores. Although
this measure was calculated on the entity (partial and
exact) matching level, and although there has been
a harmonization process, it is informative of the
potential noise in the inputs used to build the dataset.
The fact that the IAAs for partial matches of adverse
events ranged between 0.77 and 0.80 indicates that
aiming for near perfect predictions may be unrealistic,
since there is a considerable degree of disagreement
between human annotators.
10
        </p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Conclusions and Future Work</title>
      <p>Our results highlight the importance of sentence
deduplication, pre-processing, choice of word
embeddings, and neural network architectures when
applying convolutional neural networks (CNNs) for the
detection of adverse drug reaction (ADR) relevant
sentences in the biomedical literature using the ADE
dataset. We believe that these are only a few of the
factors that can greatly influence the performance of
the algorithms performing these tasks.</p>
      <p>
        Future work could include the use of either
grid-based, random, or reinforcement-learning based
search for more optimal CNN architectures, as well
as the evaluation of architectures other than CNNs.
In addition, another very interesting area explored
in previous works
        <xref ref-type="bibr" rid="ref10">(Huynh et al., 2016)</xref>
        was the
aspect of visualization using CNNs with Attention
(CNNAs). However, this algorithm seemed to
underperform compared to the normal CNN. Building upon
this approach to improve its performance while
retaining its attractive visualization properties would be
an important step towards the development of systems
that assist human readers.
11
      </p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgements</title>
      <p>The author would like to thank Abhimanyu Verma as
well as the Technology Architecture &amp; Digital
department at Novartis Pharma A.G. for their support in this
research.</p>
      <p>Adam:
CoRR</p>
      <p>Jeffrey Pennington, Richard Socher, and Christopher D.</p>
      <p>Manning. 2014. Glove: Global vectors for word
representation. In Empirical Methods in Natural
Language Processing (EMNLP). pages 1532–1543.
http://www.aclweb.org/anthology/D14-1162.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>Mart´ın Abadi, Ashish Agarwal</article-title>
          , Paul Barham, Eugene Brevdo, Zhifeng Chen, Craig Citro, Greg S. Corrado, Andy Davis,
          <string-name>
            <given-names>Jeffrey</given-names>
            <surname>Dean</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Matthieu</given-names>
            <surname>Devin</surname>
          </string-name>
          , Sanjay Ghemawat, Ian Goodfellow, Andrew Harp, Geoffrey Irving, Michael Isard, Yangqing Jia, Rafal Jozefowicz, Lukasz Kaiser, Manjunath Kudlur, Josh Levenberg, Dandelion Mane´,
          <string-name>
            <surname>Rajat</surname>
            <given-names>Monga</given-names>
          </string-name>
          , Sherry Moore, Derek Murray, Chris Olah, Mike Schuster, Jonathon Shlens, Benoit Steiner, Ilya Sutskever, Kunal Talwar, Paul Tucker, Vincent Vanhoucke, Vijay Vasudevan, Fernanda Vie´gas, Oriol Vinyals, Pete Warden, Martin Wattenberg, Martin Wicke,
          <string-name>
            <given-names>Yuan</given-names>
            <surname>Yu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Xiaoqiang</given-names>
            <surname>Zheng</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>TensorFlow: Large-scale machine learning on heterogeneous systems. Software available from tensorflow</article-title>
          .org. https://www.tensorflow.org/.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Marin</given-names>
            <surname>Banovac</surname>
          </string-name>
          , Gianmario Candore, Jim Slattery, Francois Houez, David Haerry,
          <string-name>
            <given-names>Georgy</given-names>
            <surname>Genov</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Peter</given-names>
            <surname>Arlett</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Patient reporting in the EU: Analysis of EudraVigilance data</article-title>
          .
          <source>Drug Safety</source>
          <volume>40</volume>
          (
          <issue>7</issue>
          ):
          <fpage>629</fpage>
          -
          <lpage>645</lpage>
          . https://doi.org/10.1007/s40264-017-0534-1.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Arden R. Barry</surname>
          </string-name>
          , Sheri L.
          <string-name>
            <surname>Koshman</surname>
            , and
            <given-names>Glen J.</given-names>
          </string-name>
          <string-name>
            <surname>Pearson</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Adverse drug reactions</article-title>
          .
          <source>Canadian Pharmacists Journal / Revue des Pharmaciens du Canada</source>
          <volume>147</volume>
          (
          <issue>4</issue>
          ):
          <fpage>233</fpage>
          -
          <lpage>238</lpage>
          . https://doi.org/10.1177/1715163514536523.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>H</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z</given-names>
            <surname>Su</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P C</given-names>
            <surname>Howard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W</given-names>
            <surname>Tong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S M</given-names>
            <surname>Lin</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Exploring the FDA adverse event reporting system to generate hypotheses for monitoring of disease characteristics</article-title>
          .
          <source>Clinical Pharmacology &amp; Therapeutics</source>
          <volume>95</volume>
          (
          <issue>5</issue>
          ):
          <fpage>496</fpage>
          -
          <lpage>498</lpage>
          . https://doi.org/10.1038/clpt.
          <year>2014</year>
          .
          <volume>17</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Shashank</given-names>
            <surname>Gupta</surname>
          </string-name>
          , Sachin Pawar, Nitin Ramrakhiyani, Girish Keshav Palshikar, and
          <string-name>
            <given-names>Vasudeva</given-names>
            <surname>Varma</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Semi-supervised recurrent neural network for adverse drug reaction mention extraction</article-title>
          .
          <source>CoRR abs/1709</source>
          .01687. http://arxiv.org/abs/1709.01687.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Harsha</given-names>
            <surname>Gurulingappa</surname>
          </string-name>
          , Abdul Mateen Rajput, Angus Roberts, Juliane Fluck, Martin
          <string-name>
            <surname>Hofmann-Apitius</surname>
            , and
            <given-names>Luca</given-names>
          </string-name>
          <string-name>
            <surname>Toldo</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Development of a benchmark corpus to support the automatic extraction of drugrelated adverse effects from medical case reports</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>45</volume>
          (
          <issue>5</issue>
          ):
          <fpage>885</fpage>
          -
          <lpage>892</lpage>
          . https://doi.org/10.1016/j.jbi.
          <year>2012</year>
          .
          <volume>04</volume>
          .008.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Rave</given-names>
            <surname>Harpaz</surname>
          </string-name>
          , Alison Callahan, Suzanne Tamang, Yen Low, David Odgers,
          <string-name>
            <given-names>Sam</given-names>
            <surname>Finlayson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Kenneth</given-names>
            <surname>Jung</surname>
          </string-name>
          , Paea LePendu, and
          <string-name>
            <surname>Nigam</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Shah</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Text mining for adverse drug events: the promise, challenges, and state of the art</article-title>
          .
          <source>Drug Safety</source>
          <volume>37</volume>
          (
          <issue>10</issue>
          ):
          <fpage>777</fpage>
          -
          <lpage>790</lpage>
          . https://doi.org/10.1007/s40264-014-0218-z.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Tu-Bao</surname>
            <given-names>Ho</given-names>
          </string-name>
          , Ly Le, Dang Tran Thai, and
          <string-name>
            <given-names>Siriwon</given-names>
            <surname>Taewijit</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Data-driven approach to detect and predict adverse drug reactions</article-title>
          .
          <source>Current Pharmaceutical Design</source>
          <volume>22</volume>
          (
          <issue>23</issue>
          ):
          <fpage>3498</fpage>
          -
          <lpage>3526</lpage>
          . https://doi.org/10.2174/1381612822666160509125047.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Mark</given-names>
            <surname>Hughes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Irene</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Spyros</given-names>
            <surname>Kotoulas</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Toyotaro</given-names>
            <surname>Suzumura</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Medical text classification using convolutional neural networks</article-title>
          .
          <source>CoRR abs/1704</source>
          .06841. http://arxiv.org/abs/1704.06841.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Trung</given-names>
            <surname>Huynh</surname>
          </string-name>
          , Yulan He,
          <string-name>
            <surname>Alistair Willis</surname>
            , and
            <given-names>Stefan</given-names>
          </string-name>
          <string-name>
            <surname>Rger</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Adverse drug reaction classification with deep learning</article-title>
          .
          <source>In International Conference of Computational Linguistics (COLING).</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Sarvnaz</given-names>
            <surname>Karimi</surname>
          </string-name>
          , Alejandro Metke-Jimenez,
          <string-name>
            <given-names>Madonna</given-names>
            <surname>Kemp</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Chen</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Cadec: A corpus of adverse drug event annotations</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>55</volume>
          :
          <fpage>73</fpage>
          -
          <lpage>81</lpage>
          . https://doi.org/10.1016/j.jbi.
          <year>2015</year>
          .
          <volume>03</volume>
          .010.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Yoon</given-names>
            <surname>Kim</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Convolutional neural networks for sentence classification</article-title>
          .
          <source>CoRR abs/1408</source>
          .5882. http://arxiv.org/abs/1408.5882.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Diederik P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jimmy</given-names>
            <surname>Ba</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A method for stochastic optimization</article-title>
          .
          <source>abs/1412</source>
          .6980. http://arxiv.org/abs/1412.6980.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Arun</given-names>
            <surname>Chander Yadav Krishnamurthy</surname>
          </string-name>
          , Jayasudha Dhanasekaran, and
          <string-name>
            <given-names>Anusha</given-names>
            <surname>Natarajan</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A succinct medical safety: periodic safety update reports</article-title>
          .
          <source>International Journal of Basic &amp; Clinical Pharmacology</source>
          <volume>6</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1545</fpage>
          . https://doi.org/10.18203/
          <fpage>2319</fpage>
          -
          <lpage>2003</lpage>
          .
          <year>ijbcp20172714</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Sejoon</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>Kwang H Lee</surname>
            ,
            <given-names>Min</given-names>
          </string-name>
          <string-name>
            <surname>Song</surname>
            , and
            <given-names>Doheon</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Building the process-drug-side effect network to discover the relationship between biological processes and side effects</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>12</volume>
          (
          <issue>Suppl 2</issue>
          ):S2. https://doi.org/10.1186/
          <fpage>1471</fpage>
          -2105-
          <fpage>12</fpage>
          -s2-s2.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Fei</given-names>
            <surname>Li</surname>
          </string-name>
          , Meishan Zhang, Guohong Fu, and
          <string-name>
            <given-names>Donghong</given-names>
            <surname>Ji</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>A neural joint model for entity and relation extraction from biomedical text</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>18</volume>
          (
          <issue>1</issue>
          ). https://doi.org/10.1186/s12859-017-1609-9.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Mei</given-names>
            <surname>Liu</surname>
          </string-name>
          , Yonghui Wu, Yukun Chen, Jingchun Sun,
          <string-name>
            <given-names>Zhongming</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <source>Xue wen Chen</source>
          , Michael Edwin Matheny, and
          <string-name>
            <given-names>Hua</given-names>
            <surname>Xu</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Large-scale prediction of adverse drug reactions using chemical, biological, and phenotypic properties of drugs</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>19</volume>
          (
          <year>e1</year>
          ):
          <fpage>e28</fpage>
          -
          <lpage>e35</lpage>
          . https://doi.org/10.1136/amiajnl-2011-000699.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>S.</given-names>
            <surname>Mizutani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Pauwels</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Stoven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Goto</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yamanishi</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Relating drug-protein interaction network with drug side effects</article-title>
          .
          <source>Bioinformatics</source>
          <volume>28</volume>
          (18):
          <fpage>i522</fpage>
          -
          <lpage>i528</lpage>
          . https://doi.org/10.1093/bioinformatics/bts383.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Odom</surname>
          </string-name>
          , Vishal Bangera, Tushar Khot, David Page,
          <string-name>
            <given-names>and Sriraam</given-names>
            <surname>Natarajan</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Extracting adverse drug events from text using human advice</article-title>
          .
          <source>In Artificial Intelligence in Medicine</source>
          , Springer International Publishing, pages
          <fpage>195</fpage>
          -
          <lpage>204</lpage>
          . https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          - 19551-3
          <fpage>26</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>A.</given-names>
            <surname>Vallano</surname>
          </string-name>
          , G. Cereza,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Pedro`s, A. Agust´ı, I. Dane´s, C. Aguilera, and</article-title>
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Arnau</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Obstacles and solutions for spontaneous reporting of adverse drug reactions in the hospital</article-title>
          .
          <source>British Journal of Clinical Pharmacology</source>
          <volume>60</volume>
          (
          <issue>6</issue>
          ):
          <fpage>653</fpage>
          -
          <lpage>658</lpage>
          . https://doi.org/10.1111/j.1365-
          <fpage>2125</fpage>
          .
          <year>2005</year>
          .
          <volume>02504</volume>
          .x.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Rong</given-names>
            <surname>Xu and QuanQiu Wang</surname>
          </string-name>
          .
          <year>2014a</year>
          .
          <article-title>Automatic construction of a large-scale and accurate drug-side-effect association knowledge base from biomedical literature</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>51</volume>
          :
          <fpage>191</fpage>
          -
          <lpage>199</lpage>
          . https://doi.org/10.1016/j.jbi.
          <year>2014</year>
          .
          <volume>05</volume>
          .013.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Rong</given-names>
            <surname>Xu and QuanQiu Wang</surname>
          </string-name>
          .
          <year>2014b</year>
          .
          <article-title>Large-scale combining signals from both biomedical literature and the FDA adverse event reporting system (FAERS) to improve post-marketing drug safety signal detection</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>15</volume>
          (1):
          <fpage>17</fpage>
          . https://doi.org/10.1186/
          <fpage>1471</fpage>
          - 2105-15-17.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <given-names>Rong</given-names>
            <surname>Xu and QuanQiu Wang</surname>
          </string-name>
          .
          <year>2014c</year>
          .
          <article-title>Toward creation of a cancer drug toxicity knowledge base: automatically extracting cancer drug-side effect relationships from the literature</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          <volume>21</volume>
          (
          <issue>1</issue>
          ):
          <fpage>90</fpage>
          -
          <lpage>96</lpage>
          . https://doi.org/10.1136/amiajnl-2012-001584.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Rong</given-names>
            <surname>Xu and QuanQiu Wang</surname>
          </string-name>
          . 2015a.
          <article-title>Combining automatic table classification and relationship extraction in extracting anticancer drug-side effect pairs from fulltext articles</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>53</volume>
          :
          <fpage>128</fpage>
          -
          <lpage>135</lpage>
          . https://doi.org/10.1016/j.jbi.
          <year>2014</year>
          .
          <volume>10</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Rong</given-names>
            <surname>Xu and QuanQiu Wang</surname>
          </string-name>
          .
          <year>2015b</year>
          .
          <article-title>Large-scale automatic extraction of side effects associated with targeted anticancer drugs from full-text oncological articles</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          <volume>55</volume>
          :
          <fpage>64</fpage>
          -
          <lpage>72</lpage>
          . https://doi.org/10.1016/j.jbi.
          <year>2015</year>
          .
          <volume>03</volume>
          .009.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>