Abstract

Identifying chemical–disease relations (CDR) from biomedical literature could improve chemical safety and toxicity studies. This article proposes a novel syntactic and semantic information exploitation method for CDR extraction. The proposed method consists of a feature-based model, a tree kernel-based model and a neural network model. The feature-based model exploits lexical features, the tree kernel-based model captures syntactic structure features, and the neural network model generates semantic representations. The motivation of our method is to fully utilize the nice properties of the three models to explore diverse information for CDR extraction. Experiments on the BioCreative V CDR dataset show that the three models are all effective for CDR extraction, and their combination could further improve extraction performance.

Database URL : http://www.biocreative.org/resources/corpora/biocreative-v-cdr-corpus/ .

Introduction

Understanding the relations between chemicals and diseases is relevant to many areas of biomedical research and health care, e.g. drug discovery and safety surveillance ( 1 ). Biomedical researchers have studied a great amount of associations between chemicals and diseases, and published their studies in the biomedical literature. However, manually extracting these relations is expensive and time-consuming, and it is impossible to keep up-to-date. Automated natural language processing (NLP) methods could extract the chemical–disease relation (CDR) to keep pace with the fast growth of biomedical literature.

The BioCreative V ( 2 ) proposes a challenge task of automatic CDR extraction from the biomedical literature by text mining technique. There are two specific subtasks: (i) disease named entity recognition and normalization (DNER) and (ii) chemical-induced diseases relation extraction (CID). This paper focuses on the CID subtask. For the task, a total of 1500 PubMed articles ( 3 ): 500 each for the training, development and test set are prepared.

Previous research on relation extraction (RE) can be divided into two categories: rule-based methods and machine learning-based methods. Rule-based methods extract CDR by adopting prototypical relation patterns. Lowe et al. ( 4 ) develop a simple pattern-based system to find chemical-induced disease relations within the same sentence and achieve 52.20% F -score on the BioCreative V CDR Task. Rule-based methods could make full use of syntactic information and have achieved good performance in the existing resource, but the extracted rules are hard to develop to a new dataset.

As for machine learning-based RE, feature-based methods and kernel-based methods are widely used. Feature-based methods focus on designing effective features including lexical, syntactic and semantic information. Gu et al. ( 5 ) utilize rich lexical features for CID task and achieve 55.3% F -score on the development set of BioCreative V CDR Task. Bui et al. ( 6 ) generate flat features from a suitable syntactic structure to improve the performance of drug–drug interaction extraction. Knowledge-based features derived from the database containing prior knowledge about chemicals and diseases are also applied for CDR extraction. Xu et al. ( 7 ) employ various drug-side-effect resources to generate knowledge-based features, and achieve the highest F -score of 57.03% in BioCreative V CDR Task. Pons et al. ( 8 ) also use knowledge-based features, and get the second best reported result (52.6% F -score). Feature-based methods are simple and could achieve good results. However, the traditional lexical and flat syntactic features are ‘one-hot’ representations, which could not adequately capture the deep semantic and syntactic structure information.

Kernel-based methods are more effective than feature-based methods for capturing syntactic structure information, which compute the structure similarity between two trees by tree kernel function ( 9 ). The representation of the tree structure is an essential prerequisite for kernel-based methods in state-of-the-art RE systems ( 10–,12 ). Zhang et al. ( 10 ) investigate five tree spans of a phrase tree for general RE task, among which the Path-enclosed Tree (PT) achieves the best performance. The phrase tree represents constituent of neighbors, which is suitable for capturing local syntactic information. Meanwhile, the dependency tree reflects semantic modification relationships of words in a sentence, which compactly represents global syntactic information. To grasp global and local syntactic information connecting chemical and disease entities, Zhou et al. ( 13 ) integrate phrase and dependency trees to improve the performance for the CDR task.

As for semantic information, deep learning techniques have recently shown to be superior in some NLP tasks. Deep neural networks, such as recurrent neural network (RNN) ( 14 ), convolution neural network (CNN) ( 15 , 16 ) and RNN with long short-term memory (LSTM) units ( 17 ), are successfully applied to semantic representations of surface sequences. Liu et al. ( 18 ) adopt CNN to learn the representation of the shortest dependency path (SDP) between two entities. Nguyen et al. ( 19 ) demonstrate that semantic representations are effective on the tree kernel-based RE system. They obtain semantic representations of entity pairs by concatenating the word representations of the two entity heads, and use them as features to learn a feature-based model. Xu et al. ( 17 ) first propose to use LSTM to pick up semantic information along the SDP for RE. LSTM is designed to cope with the gradients vanishing or exploding problem of RNN ( 20 , 21 ).

Each of the above three machine learning-based methods shows heterogeneous superiority for CDR extraction. This article integrates a feature-based model, a kernel-based model and a neural network model into a unified framework to exploit deep syntactic and semantic information for CDR extraction. Our study shows that surface lexical features with the feature-based model, structured syntactic features with the kernel-based model and semantic representations with the neural network model are all effective for CDR extraction. And their combination could further improve the performance significantly. We especially study how to combine the three models to optimize the performance of the hybrid system.

Materials and methods

To simplify CDR task, we ignore CDR across sentences and only identify CDR in a sentence. Each chemical–disease pair in a sentence is regarded as a candidate instance. The CDR corpus is preprocessed with GENIA Tagger ( http://www.nactem.ac.uk/GENIA/tagger/ ), Berkeley Parser ( http://nlp.cs.berkeley.edu/software.shtml ) and Gdep Parser ( http://people.ict.usc.edu/~sagae/parser/gdep ) to get lexical information, phrase trees and dependency trees, respectively.

The architecture of the hybrid system is shown in Figure 1 , which consists of a training phase and a testing phase. In the training phase, we extract flat features and structure features from the training data, and learn semantic representations by deep learning. Thus, the feature-based model, the kernel-based model and the neural network model are obtained. Two categories of neural networks, LSTM and CNN, are used to compute semantic representations of CDR pairs.

Figure 1.

Hybrid system architecture.

In the testing phase, the three models are applied to extract CDR. The predicted results of the three models are combined finally.

Feature-based model

The feature-based model is learned from flat features with polynomial kernel. We select widely used basic features for CDR extraction as shown below. These features reflect the characteristic of chemical entities, disease entities and their relations between them.

Context: word, stem, POS and chunk of two entities in the window [-3, 3].

Entity: head, POS and chunk.

Position: the positional relationship of two entities. If the chemical entity is before disease, the feature value is set to ‘ before ’. Otherwise the feature value is set to ‘ after ’.

Distance: the number of words between two entities. If there are fewer than three words between two entities, the feature value is set to ‘ LessThree ’. The other feature values include ‘ MoreThreeLessSix ’, ‘ MoreSixLessNine ’, ‘ MoreNineLessTwelve ’ and ‘ MoreTwelve ’.

Verb: if there are verbs before, between and after the two entities.

Tree kernel-based model

One of the core problems in tree kernel-based RE is how to represent the tree structure. Bunescu and Mooney ( 22 ) demonstrate that SDP between two entities could capture the predicate–argument sequences, which provide strong evidence for relation classification. We leverage the shortest dependency path tree (SDPT) to generate structured dependency features (SDF), structured phrase features (SPF) and flattened dependency features (FDF)

Shortest dependency path tree

SDPT is the shortest path subtree linking two entities in dependency tree. Taking Sentence 1 as an example, there is a chemical entity denoted by wave line and four disease entities denoted by underline. The chemical entity ‘ fentanyl ’ is associated with the four disease entities.

Sentence 1: Various reported side effects of fentanyl administration includechest wall rigidity ’, ‘ hypotension ’, ‘ respiratory depressionandbradycardia ’.

For the fragment of dependency tree (Sentence 1) shown in Figure 2A , SDPT of the candidate ‘ fentanyl ’ and ‘ hypotension ’ is shown in Figure 2B . SDPT is the most direct syntactic representation connecting the two entities.

Figure 2.

SDPT. ( A ) The fragment of dependency tree for Sentence 1. ( B ) SDPT. ( C ) SDF based on SDPT. ( D ) Extended SDPT. ( E ) Extended SDF based on SDPT.

SDF based on SDPT

For the SDPT shown in Figure 2B , tree kernel cannot capture dependency relation on the arcs (e.g. ‘ dobj ’ relation between node ‘ include ’ and ‘ hypotension ’). To capture dependency relation, we use the dependency relation labels to replace the corresponding word–POS pairs on the nodes of original SDPT as shown in Figure 2C . Then, make the POS tags as the children of the corresponding relation nodes, the fathers of their associated words.

Extended SDF based on SDPT

To enrich the context information, SDF is extended with the dependent nodes of all nodes in SDPT to construct extended SDF (shown in Figure 2D and E ).

SPF based on SDPT

To capture constituents and exclude redundancy of two entities with long distance, we propose SPF based on SDPT. For the fragment of phrase tree for Sentence 1 shown in Figure 3A , SPF of the candidate ‘ fentanyl ’ and ‘ hypotension ’ is shown in Figure 3B . SPF is a subtree consisting of the words in SDPT (denoted by underline in Figure 3A ) and their ancestral constituents (highlighted in bold).

Figure 3.

SPF based on SDPT. ( A ) The fragment of phrase tree for Sentence 1. ( B ) SPF based on SDPT.

FDF based on SDPT

As the root word of SDPT is important for CDR extraction, we use the root features about SDPT as the FDF as follows:

Position: the root word of the SDPT locates before, between or after the two entities.

Context: word, POS and chunk features in the window [-1, 1].

Neural network model

Specifically, we use LSTM to generate semantic representations of CDR pairs. LSTM introduces a gating mechanism, which comprises four components: an input gate i t , a forget gate f t , an output gate o t and a memory cell c t . For the standard LSTM, each of the three gates receives the information from the inputs at current time step and the outputs at previous time step. Many LSTM variants have been proposed for NLP problems. We adopt a variant, which adds the ‘ peephole connections ’ to the architecture ( 23 ) (shown in Figure 4 ) to let the memory cell c t1 directly control the gates as follows:
it=σ(W(i)xt+U(i)ht1+V(i)ct1+b(i)),
(1)
ft=σ(W(f)xt+U(f)ht1+V(f)ct1+b(f)),
(2)
ct=ftct1+ittanh(W(c)xt+U(c)ht1+b(c)),
(3)
where W , U and V are the transition matrices for the input x t , the hidden state vector h t1 and the memory cell c t1 , respectively. b is a bias term for the hidden state vector, σ represents the sigmoid function, and ⊙ denotes component-wise multiplication.
Figure 4.

Detailed architecture of the peephole LSTM.

The current hidden state value h t is controlled by the output gate o t , which is applied to the result of the application of a nonlinearity to the memory cell contents:
ot=σ(W(o)xt+U(o)ht1+V(o)ct+b(o))
(4)
ht=ottanh(ct).
(5)

The hidden state h t at current time step is used for the acquisition of h t + 1 at next time step. That is, LSTM processes the word sequence by recursively computing its internal hidden state h t at each time step. The hidden activations of the last time step could be considered as the semantic representation of the whole sequence and used as input to classification layer.

To explore deep semantic information behind CDR pairs, we adopt the following input methods to learn semantic representations from the surface sequences.

WORD

This method inputs the word sequences between chemical and disease entities into LSTM to capture semantic representations of CDR pairs. The dimension of word representations xwRd is d .

WORD-POS

Besides the word sequences, this method additionally inputs POS tags of the word sequences. The representations of each word w and its POS p are concatenated to form a vector representation xw,xpR2d .

HEAD

Compared with WORD, this method replaces all chemical and disease entities with their head words to enhance the generalization capacity. This representation is inherited from Nguyen et al. ( 19 ) that only concatenate the word representations of the two entity mention heads, whereas our method captures the semantic representation of the whole sequence.

SDP-dep

This method inputs a sequence of words and dependency relations of SDP as shown in Figure 5A . This is motivated by Liu et al. ( 18 ), which adopt CNN to learn the semantic representations behind SDP. Note that the sequence follows the left-to-right order in SDP. The dimensions of word representations xwRd and relation representation xrRd are both d .

Figure 5.

SDP sequences. ( A ) SDP-dep sequence. ( B ) SDP-seq sequence.

SDP-seq

This method also inputs a sequence of words and dependency relations of SDP. However, the sequence follows the natural order of words in a sentence as shown in Figure 5B . We consider that this order could reflect the actual semantic information in context.

We also try applying CNN to produce semantic representations of CDR pairs. The performance comparison between LSTM and CNN is given in the ‘Results and discussion’ section.

Hybrid CDR extraction system

We propose a hybrid CDR extraction system integrating the feature-based model F ( v i ), weighted by α , the tree kernel-based model K ( t i ), weighted by β , and the neural network model N ( s i ), weighted by 1αβ .

The predicted results of the feature-based and tree kernel-based models are the distances between the instances and the separating hyperplanes, whereas those of the neural network model are the probabilities of the test data. We adopt the sigmoid function in our experiments to transform the distance into a probability and extract CDR with a uniform framework:
P(Ri)=ασ(F(vi))+βσ(K(ti))+(1αβ)N(si)
(6)
where v i , t i and s i are the lexical features, the structure features and semantic representations of the CDR pair R i in test data, respectively. The parameters α[0,1] and β[0,1] could be controlled to investigate the impacts of lexical features vs. structure features vs. semantic representations. The sigmoid function is monotonic, and the point P(y=1|f)=0.5 occurs at the separating hyperplanes f=0 ( 24 ). Therefore in our experiments, the boundary probability to separate relations from non-relations is simply set to 0.5.

Results and discussion

Experiments are conducted on the BioCreative V CDR Task corpus. We train the system on the training and the development sets, and evaluate it on the test set. The evaluation of CDR extraction is reported by official evaluation toolkit ( http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/ ), which adopts Precision ( P ), Recall ( R ) and F -score ( F ) to measure the performance. SVM-LIGHT-TK toolkit ( http://disi.unitn.it/moschitti/Tree-Kernel.htm ) is used to construct the feature-based and tree kernel-based models. Neural network model (LSTM model and CNN model) is developed based on Theano system ( 25 ). We systematically evaluate the effectiveness of the feature-based model, the tree kernel-based model and the neural network model for CDR extraction. In addition, we investigate their complementarities by combining them with different weighting parameters. Note that all the performances are achieved by using golden standard entities.

Effects of flat features

The detailed performances of the feature-based model with different flat feature sets are summarized in Table 1 . From the results, we can see that:

  1. The feature-based model with only context features achieves acceptable results. With other basic features (entity, position, etc.) added one by one, the performance is improved continuously and reaches 53.70% F -score. All of the basic features are effective for CDR extraction.

  2. When adding the FDF features derived from SDPT, the performance is further improved. However, the improvement is slight. Thus, it can be seen that the flattened syntactic features are helpful for CDR extraction, but they are unable to represent the rich syntactic structure character.

Table 1.

Performance of the feature-based model with flat features

Flat featuresP (%) R (%) F (%)
Basic
 Context59.0744.0050.43
 +Entity60.7345.4051.96
 +Position60.9545.6852.23
 +Distance61.9946.8153.34
 +Verb62.1547.2853.70
FDF
 +Context62.3947.4753.92
 +Position62.8647.4754.09
Flat featuresP (%) R (%) F (%)
Basic
 Context59.0744.0050.43
 +Entity60.7345.4051.96
 +Position60.9545.6852.23
 +Distance61.9946.8153.34
 +Verb62.1547.2853.70
FDF
 +Context62.3947.4753.92
 +Position62.8647.4754.09
Table 1.

Performance of the feature-based model with flat features

Flat featuresP (%) R (%) F (%)
Basic
 Context59.0744.0050.43
 +Entity60.7345.4051.96
 +Position60.9545.6852.23
 +Distance61.9946.8153.34
 +Verb62.1547.2853.70
FDF
 +Context62.3947.4753.92
 +Position62.8647.4754.09
Flat featuresP (%) R (%) F (%)
Basic
 Context59.0744.0050.43
 +Entity60.7345.4051.96
 +Position60.9545.6852.23
 +Distance61.9946.8153.34
 +Verb62.1547.2853.70
FDF
 +Context62.3947.4753.92
 +Position62.8647.4754.09

Effects of structure features

Table 2 shows the CDR extraction performance of the kernel-based model with structure features. From Table 2 , we can see that the sole SDF or sole SPF with tree kernel is comparable to the sole context features. And their combination could improve the performance. These indicate that SDF and SPF are effective and complementary for CDR extraction. Tree kernel-based model can capture useful syntactic structure information inherent in parsing trees.

Table 2.

Performance of kernel-based model with structure features

Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
SPF59.0842.1249.18
SDF+SPF59.7044.1850.78
Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
SPF59.0842.1249.18
SDF+SPF59.7044.1850.78
Table 2.

Performance of kernel-based model with structure features

Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
SPF59.0842.1249.18
SDF+SPF59.7044.1850.78
Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
SPF59.0842.1249.18
SDF+SPF59.7044.1850.78

We also compare our SDF with the other syntactic structure features, PT ( 10 ) and Extended SDF, in Table 3 . Both of them perform worse than SDF, which shows that SDF could represent concise as well as precise syntactic structure connecting the two entities.

Table 3.

Comparison with other structured syntactic representation

Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
PT63.0041.3749.94
Extended SDF61.1742.1249.89
Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
PT63.0041.3749.94
Extended SDF61.1742.1249.89
Table 3.

Comparison with other structured syntactic representation

Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
PT63.0041.3749.94
Extended SDF61.1742.1249.89
Structure featuresP (%) R (%) F (%)
SDF57.8644.1850.11
PT63.0041.3749.94
Extended SDF61.1742.1249.89

Effects of semantic representations

In our experiments, the initial word representation is pre-trained by the Word2Vec tool ( https://code.google.com/p/word2vec/ ) ( 26 ) instead of randomly sampling. The dimension d of Word2Vec is 200, whereas the other parameters are set as default. We first provide the performance of LSTM model to investigate the different input methods as shown in Table 4 .

Table 4.

Performance of LSTM model with the different input methods

MethodsP (%) R (%) F (%)
WORD47.0856.0051.16
WORD-POS52.9650.2851.59
HEAD48.4155.8251.85
SDP-dep50.4453.8552.09
SDP-seq54.0851.0352.51
SDP-seq+POS54.0651.2252.60
SDP-seq+HEAD54.3351.2252.73
SDP-seq+POS+HEAD54.9151.4153.10
MethodsP (%) R (%) F (%)
WORD47.0856.0051.16
WORD-POS52.9650.2851.59
HEAD48.4155.8251.85
SDP-dep50.4453.8552.09
SDP-seq54.0851.0352.51
SDP-seq+POS54.0651.2252.60
SDP-seq+HEAD54.3351.2252.73
SDP-seq+POS+HEAD54.9151.4153.10
Table 4.

Performance of LSTM model with the different input methods

MethodsP (%) R (%) F (%)
WORD47.0856.0051.16
WORD-POS52.9650.2851.59
HEAD48.4155.8251.85
SDP-dep50.4453.8552.09
SDP-seq54.0851.0352.51
SDP-seq+POS54.0651.2252.60
SDP-seq+HEAD54.3351.2252.73
SDP-seq+POS+HEAD54.9151.4153.10
MethodsP (%) R (%) F (%)
WORD47.0856.0051.16
WORD-POS52.9650.2851.59
HEAD48.4155.8251.85
SDP-dep50.4453.8552.09
SDP-seq54.0851.0352.51
SDP-seq+POS54.0651.2252.60
SDP-seq+HEAD54.3351.2252.73
SDP-seq+POS+HEAD54.9151.4153.10

From Table 4 , we can conclude:

The sole WORD with only the word sequences has achieved an acceptable result by learning word representations.

When the POS tags (WORD-POS) are added into the word sequences, the performance improves. The reason may be that POS information could be encoded into word representations and used as additional information.

The generalization of the entities (HEAD) is effective for improving CDR extraction.

The semantic representations based on SDP (SDP-dep, SDP-seq) perform better than those based on the word sequences. This indicates that SDP contains more important information while diminishing less relevant noise. In addition, SDP-seq outperforms SDP-dep, suggesting that the natural order of words is more suitable for LSTM architecture to capture the semantic representation of sequences.

The combination of SDP-seq with either HEAD or POS further improves performance. The best performance is achieved when the HEAD and POS representations are utilized at the same time, reaching an F -score of 53.10%. HEAD and POS seem to capture different information.

Then, we experiment another neural network model (CNN model) to produce semantic representations of CDR pairs. The window size and the number of feature maps of convolution layer are set to 3 and 200, respectively. Traditional max-pooling layer is used to capture the most useful information to represent the entity pairs. Experimental results are given in Table 5 . It is somewhat disappointing that CNN model does not perform as well as LSTM model, which shows superior power of LSTM in modeling semantic representations of surface sequences.

Table 5.

Performance of CNN model with the different input methods

MethodsP (%) R (%) F (%)
WORD49.2546.4447.80
WORD-POS46.5450.4748.92
HEAD49.5748.9749.27
SDP-dep42.0053.6647.12
SDP-seq47.6447.2847.46
SDP-seq+POS49.5647.2848.39
SDP-seq+HEAD46.9748.0347.50
SDP-seq+POS+HEAD41.1355.2547.16
MethodsP (%) R (%) F (%)
WORD49.2546.4447.80
WORD-POS46.5450.4748.92
HEAD49.5748.9749.27
SDP-dep42.0053.6647.12
SDP-seq47.6447.2847.46
SDP-seq+POS49.5647.2848.39
SDP-seq+HEAD46.9748.0347.50
SDP-seq+POS+HEAD41.1355.2547.16
Table 5.

Performance of CNN model with the different input methods

MethodsP (%) R (%) F (%)
WORD49.2546.4447.80
WORD-POS46.5450.4748.92
HEAD49.5748.9749.27
SDP-dep42.0053.6647.12
SDP-seq47.6447.2847.46
SDP-seq+POS49.5647.2848.39
SDP-seq+HEAD46.9748.0347.50
SDP-seq+POS+HEAD41.1355.2547.16
MethodsP (%) R (%) F (%)
WORD49.2546.4447.80
WORD-POS46.5450.4748.92
HEAD49.5748.9749.27
SDP-dep42.0053.6647.12
SDP-seq47.6447.2847.46
SDP-seq+POS49.5647.2848.39
SDP-seq+HEAD46.9748.0347.50
SDP-seq+POS+HEAD41.1355.2547.16

Effects of weighting parameters

We investigate the impact of the parameters α , β (Hybrid CDR extraction system section) that control the weighting of feature-based model vs. tree kernel-based model vs. neural network model. The weighting parameters of the three models are optimized with a grid search procedure using 5-fold cross-validation experiments, which is conducted on the corpus consisting of training set and development set. The best feature sets of the feature-based and kernel-based models and the best representation method of the LSTM model are used in the hybrid system. From Figure 6 , the best performance weighting area (purple) is in the middle, and therefore all the three models are effective for CDR extraction. Apparently, the high weight of feature-based model enables increasing extraction performance. The best performance is obtained with the set of α = 0.68 and β = 0.15. This set of parameters is used in the following experiments for the hybrid extraction system.

Figure 6.

Performance of different weightings of the three models (feature-based model: top, kernel-based model: left, LSTM model: right). ‘ + ’ indicates the maximum; ‘O’ indicates the minimum.

Statistical analysis is also performed via 5-fold cross-validation on the corpus consisting of training set and development set. The weighting parameters for the combination of the three models are varied from 0 to 1 with an interval of 0.1. Table 6 reports the average performances of the different weighting parameters over all five cross-validation folds and the P -values for comparisons between different combination methods. From the table, we can see that the differences between the combination of the three models (FKL) and that of the two models (FK, FL, KL) are all statistically significant ( P  < 0.05). The analysis demonstrates that by combining the three models, we can get better syntactic or semantics information for CDR extraction.

Table 6.

Statistical analysis of different systems. (feature-based, kernel-based and LSTM models are shorted as F, K and L, respectively)

Combination systemsP (%) R (%) F (%) P -values
FKL60.3049.1954.18
FK64.6443.9452.310.025
FL57.3650.4653.830.032
KL57.3950.0753.480.011
Combination systemsP (%) R (%) F (%) P -values
FKL60.3049.1954.18
FK64.6443.9452.310.025
FL57.3650.4653.830.032
KL57.3950.0753.480.011
Table 6.

Statistical analysis of different systems. (feature-based, kernel-based and LSTM models are shorted as F, K and L, respectively)

Combination systemsP (%) R (%) F (%) P -values
FKL60.3049.1954.18
FK64.6443.9452.310.025
FL57.3650.4653.830.032
KL57.3950.0753.480.011
Combination systemsP (%) R (%) F (%) P -values
FKL60.3049.1954.18
FK64.6443.9452.310.025
FL57.3650.4653.830.032
KL57.3950.0753.480.011

Effects of post-processing

Our hybrid system with the set of α = 0.68 and β = 0.15 is evaluated on the test set. The evaluation result in Table 7 shows that the hybrid system achieves a high precision of 64.89%, but low recall (49.25%). To further pick the most likely CDR, the following two kinds of common post-processing techniques are applied to the results from the hybrid system one by one, and the effects of post-processing are also shown in Table 7 .

Table 7.

Effects of post-processing on the test set

SystemP (%) R (%) F (%)
Hybrid system64.8949.2556.00
+ Causal relation rules62.9951.4156.61
+ Focused chemical rules55.5668.3961.31
SystemP (%) R (%) F (%)
Hybrid system64.8949.2556.00
+ Causal relation rules62.9951.4156.61
+ Focused chemical rules55.5668.3961.31
Table 7.

Effects of post-processing on the test set

SystemP (%) R (%) F (%)
Hybrid system64.8949.2556.00
+ Causal relation rules62.9951.4156.61
+ Focused chemical rules55.5668.3961.31
SystemP (%) R (%) F (%)
Hybrid system64.8949.2556.00
+ Causal relation rules62.9951.4156.61
+ Focused chemical rules55.5668.3961.31

Causal relation rules

It is difficult to extract causal relationships between chemicals and diseases by machine learning-based methods. rules to extract causal relations.

  • Chemical <related> Disease

  • Disease <during> Chemical

  • Chemical <caused> Disease

  • Chemical <associated> Disease

  • Chemical <induced> Disease

  • Chemical Disease

Focused chemical rules

When no CDR is matched in an abstract, the focused chemical rules is applied to find likely relations.

All chemicals in the title are associated with all diseases in the entire abstract.

When there is no chemical in the title, the most-frequently mentioned chemical in the abstract is associated with all diseases in the entire abstract.

Added post-processing rules to the hybrid system, the recall increases significantly, and the F -score is improved from 56.00% to 61.31%. In particular, the focused chemical rules effectively help the hybrid system to pick some missed CDRs from the abstracts where no CDR is found by the hybrid system. As a supplement to the hybrid system, post-processing has a very strong effect.

Comparison with related work

Table 8 compares our systems with the top three systems in the Biocretive V CDR task. It shows that our system achieves 61.31% F -score by using golden standard entities. Compared with the state-of-the-art systems, we recognize the disease and chemical entities with tmChem ( 27 ) and Dnorm ( 28 , 29 ) toolkits, and then use our hybrid system to extract CDR. Our final F -score drops to 45.96%, which does not catch up with the performance of the state-of-the-art systems. The highest performance from DNorm requires the UMLS Metathesaurus to provide lexical hints to BANNER and also Ab3P to resolve abbreviations (from the readme.txt of DNorm installation document). However, we do not install the UMLS Metathesaurus successfully. Therefore, quite a few disease names are not recognized or normalized correctly, and the corresponding CDR could not be extracted. By contrast, the top three systems all perform DNER by their own. The results of DNER directly influence the performance of CDR extraction.

Table 8.

Comparison with related work

SystemP (%) R (%) F (%)
Ours (golden)55.5668.3961.31
Ours (NER)42.5949.9145.96
Xu et al. ( 7 ) 55.6758.4457.03
Pons et al. ( 8 ) 51.3453.8552.56
Lowe et al. ( 4 ) 52.6251.7852.20
SystemP (%) R (%) F (%)
Ours (golden)55.5668.3961.31
Ours (NER)42.5949.9145.96
Xu et al. ( 7 ) 55.6758.4457.03
Pons et al. ( 8 ) 51.3453.8552.56
Lowe et al. ( 4 ) 52.6251.7852.20
Table 8.

Comparison with related work

SystemP (%) R (%) F (%)
Ours (golden)55.5668.3961.31
Ours (NER)42.5949.9145.96
Xu et al. ( 7 ) 55.6758.4457.03
Pons et al. ( 8 ) 51.3453.8552.56
Lowe et al. ( 4 ) 52.6251.7852.20
SystemP (%) R (%) F (%)
Ours (golden)55.5668.3961.31
Ours (NER)42.5949.9145.96
Xu et al. ( 7 ) 55.6758.4457.03
Pons et al. ( 8 ) 51.3453.8552.56
Lowe et al. ( 4 ) 52.6251.7852.20

For CDR extraction, Xu et al. ( 7 ) and Pons et al. ( 8 ) both use large-scale prior knowledge about chemicals and diseases, and, respectively, achieve the highest F -score of 57.03% and the second highest F -score of 52.56% in BioCreative V CDR Task. However, our system has not used any external resources. Lowe et al. ( 4 ) predefine many rules to find CDR simply by a rule-based system. Their system achieves 52.20% F -score, but the hand-crafted rules are hard to develop to a new dataset. Compared with these systems, our system is more robust and does not heavily rely on knowledge bases or predefined rules. Our framework makes full use of lexical, syntactic and semantic information, and could be further extended by incorporating other effective information.

Error analysis

We perform an error analysis on the output of Ours (NER) (row 2 in Table 8 ) to detect the origins of false positives (FP) and false negatives (FN) errors, which are categorized in Figures 7 and 8 , respectively.

Figure 7.

Origins of FP errors.

Figure 8.

Origins of FN errors.

For FP ( Figure 7 ), some main error types are listed as follows:

False positive entity: Among the 717 CDR that are extracted incorrectly, 24.82% is caused by false positive disease or chemical entities, which are not in the gold-standard named entities but recognized by tmChem ( 26 ) and Dnorm ( 27 , 28 ) toolkits.

Incorrect classification: In spite of the rich syntactic structure features and the detailed semantic representations, 27.06% FP come from the incorrect classification made by the three individual models.

Rule-based extraction error: Post-processing rules introduce 345 FP, with a proportion of 48.12%.

For FN ( Figure 8 ), some main error types are listed as follows:

False negative entity: Among the 534 CDR that have not been extracted, 52.81% is caused by false negative entities, which are not recognized by tmChem ( 26 ) and Dnorm ( 27 , 28 ) toolkits.

Incorrect classification: The three single models misclassify 81 positive cases as negatives due to complex syntactic and latent semantic information of entity pairs.

Cross-sentence error: Cross-sentence CDR relation pairs are not extracted in our system. 32.02% FN is caused by span sentence CDRs.

Conclusions

Lexical features, syntactic structure features and semantic representations are all particularly effective for RE, which can be well captured by feature-based methods, kernel-based methods and deep neural networks, respectively. Different relation classification methods have their own properties. In this article, we have designed a hybrid system for RE. Benefiting from the complementary properties of feature-based methods, kernel-based methods and neural networks, the hybrid system could well combine lexical, syntactic, and semantic information, and therefore achieves significant improvements over the individual methods. To our knowledge, this is the first research that integrates the three methods into a uniform framework for RE.

The most immediate extension of our work is to improve the performance of CDR extraction by using additional biomedical knowledge bases. This can be done by constructing a knowledge-based system to include rich biomedical resources. Our future plan is to investigate the knowledge-based method to leverage more resources, and continue studying the hybrid approach to incorporate a wide variety of information.

Funding

This research was supported by the National Natural Science Foundation of China (No. 61272375).

References

1

Doğan
R.I.
Murray
G.C.
Névéol
A
. et al.  . (
2009
)
Understanding PubMed ® user search behavior through log analysis
.
Database 2009
.
doi:10.1093/database/bap018.

2

Wei
C.H.
Peng
Y.
Leaman
R
. et al.  . (
2015
) Overview of the BioCreative V Chemical Disease Relation (CDR) task. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain. pp.
154
166
.

3

Davis
A.P
Wiegers
T.C.
Roberts
P.M.
et al.  . (
2013
)
A CTD-Pfizer collaboration: manual curation of 88 000 scientific articles text mined for drug-disease and drug-phenotype interactions
.
Database 2013
.
doi:10.1093/database/bat080.

4

Lowe
D.M.
O’Boyle
N.M.
Sayle
R.A.
(
2015
) LeadMine: disease identification and concept mapping using Wikipedia. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain . pp.
240
246
.

5

Gu
J.H.
Qian
L.H
Zhou
G.D.
(
2015
) Chemical-induced disease relation extraction with lexical features. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain. pp.
220
225
.

6

Bui
Q.C.
Sloot
P.M.A.
van Mulligen
E.M
. et al.  . (
2014
)
A novel feature-based approach to extract drug-drug interactions from biomedical text
.
Bioinformatics 2014; 30: 3365-3371.
.

7

Xu
J.
Wu
Y.
Zhang
Y
. et al.  . (
2015
) UTH-CCB@ BioCreative V CDR task: identifying chemical-induced disease relations in biomedical text. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain . pp.
254
259
.

8

Pons
E.
Becker
B.F.H.
Akhondi
S.A
. et al.  . (
2015
) RELigator: chemical-disease relation extraction using prior knowledge and textual information. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain . pp.
247
253
.

9

Moschitti
A.
(
2004
) A study on convolution kernels for shallow semantic parsing. Proceedings of the 42nd Annual Meeting on Association for Computational Linguistics, Spain . pp.
335
342
.

10

Zhang
M.
Zhang
J.
Su
J
. et al.  . (
2006
) A composite kernel to extract relations between entities with both flat and structured features. Proceedings of The 21st International Conference on Computational Linguistics and the 44th annual meeting of the Association for Computational Linguistics, Sydney . pp.
825
832
.

11

Zhou
G.D.
Zhang
M.
Ji
D.H
. et al.  . (
2007
) Tree kernel-based relation extraction with context-sensitive structured parse tree information. Proceedings of the 2007 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning, Prague. pp.
728
736
.

12

Qian
L.H.
Zhou
G.D.
Kong
F
. et al.  . (
2008
) Tree kernel-based semantic relation extraction using unified dynamic relation tree. Proceedings of Advanced Language Processing and Web Information Technology, Dalian. pp.
64
69
.

13

Zhou
H.W.
Deng
H.J
He
J.
(
2015
) Chemical-disease relations extraction based on the shortest dependency path tree. Proceedings of the Fifth BioCreative Challenge Evaluation Workshop, Spain. pp.
214
219
.

14

Auli
M
Gao
J.F.
(
2014
) Decoder integration and expected BLEU training for recurrent neural network language models. Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Short Papers), Baltimore . pp.
136
142
.

15

Zeng
D.J.
Liu
K.
Lai
S.W
. et al.  . (
2014
) Relation classification via convolutional deep neural network. Proceedings COLING 2014, the 25th International Conference on Computational Linguistics: Technical Papers, Dublin . pp.
2335
2344
.

16

Santos
C.N.D.
Xiang
B.
Zhou
B.W.
(
2015
) Classifying relations by ranking with convolutional neural networks. Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics , Beijing . pp.
626
634
.

17

Xu
Y.
Mou
L.L.
Li
G
. et al.  . (
2015
) Classifying relations via long short term memory networks along shortest dependency paths. Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, Lisbon. pp.
1785
1794
.

18

Liu
P.F.
Qiu
X.P.
Chen
X.C
. et al.  . (
2015
) Multi-timescale long short-term memory neural network for modeling sentences and documents. Proceedings of the Conference on Empirical Methods in Natural Language Processing, Lisbon. pp.
2326
2335
.

19

Nguyen
T.H.
Plank
B
Grishman
R.
(
2015
) Semantic representations for domain adaptation: a case study on the tree kernel-based method for relation extraction . Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing, Beijing . pp.
635
644
.

20

Bengio
Y.
Simard
P.
Frasconi
P.
(
1994
)
Learning long-term dependencies with gradient descent is difficult
.
IEEE Trans. Neural Netw
.,
5
,
157
166
.

21

Hochreiter
S.
Schmidhuber
J.
(
1997
)
Long short-term memory
.
Neural Comput
.,
9
,
1735
1780
.

22

Bunescu
R.C
Mooney
R.J.
(
2005
) A shortest path dependency kernel for relation extraction. Proceedings of North American Chapter of the Association for Computational Linguistics , Vancouver . pp.
724
731
.

23

Gers
F.A.
Schmidhuber
J.
(
2000
)
Recurrent nets that time and count
.
Proceedings of Neural Networks: Como, Italy. IEEE-INNS-ENNS International Joint Conference on. IEEE
,
vol.3
, pp.
189
194
.

24

Platt
J.
(
1999
)
Probabilistic outputs for support vector machines and comparisons to regularized likelihood methods
.
Advances in Large Margin Classifiers
,
10
,
61
74
.

25

Bergstra
J.
Breuleux
O.
Bastien
F
. et al.  . (
2010
) Theano: a CPU and GPU math expression compiler. Proceedings of the Python for Scientific Computing Conference ( SciPy ): Austin, Texas.

26

Mikolov
T.
Sutskever
I.
Chen
K
. et al.  . (
2013
) Distributed representations of words and phrases and their compositionality. Proceedings of in Advances in Neural Information Processing Systems, USA. pp.
3111
3119
.

27

Leaman
R.
Wei
C.-H.
Lu
Z.Y.
(
2015
)
tmChem: a high performance approach for chemical named entity recognition and normalization
.
J Cheminform
.,
7
,
S3
.

28

Leaman
R.
Doğan
R.I.
Lu
Z.Y.
(
2013
)
DNorm: disease name normalization with pairwise learning to rank
.
Bioinformatics
,
29
,
2909
2917
.

29

Leaman
R
Lu
Z.Y.
(
2014
) Automated disease normalization with low rank approximations. Proceedings of BioNLP 2014, Baltimore. pp.
24
28
.

Author notes

Citation details: Zhou,H., Deng,H., Chen,L. et al. Exploiting syntactic and semantics information for chemical–disease relation extraction. Database (2016) Vol. 2016: article ID baw048; doi:10.1093/database/baw048

This is an Open Access article distributed under the terms of the Creative Commons Attribution License ( http://creativecommons.org/licenses/by/4.0/ ), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.