Skip to main content

Using word evolution to predict drug repurposing

Abstract

Background

Traditional literature based discovery is based on connecting knowledge pairs extracted from separate publications via a common mid point to derive previously unseen knowledge pairs. To avoid the over generation often associated with this approach, we explore an alternative method based on word evolution. Word evolution examines the changing contexts of a word to identify changes in its meaning or associations. We investigate the possibility of using changing word contexts to detect drugs suitable for repurposing.

Results

Word embeddings, which represent a word’s context, are constructed from chronologically ordered publications in MEDLINE at bi-monthly intervals, yielding a time series of word embeddings for each word. Focusing on clinical drugs only, any drugs repurposed in the final time segment of the time series are annotated as positive examples. The decision regarding the drug’s repurposing is based either on the Unified Medical Language System (UMLS), or semantic triples extracted using SemRep from MEDLINE.

Conclusions

The annotated data allows deep learning classification, with a 5-fold cross validation, to be performed and multiple architectures to be explored. Performance of 65% using UMLS labels, and 81% using SemRep labels is attained, indicating the technique’s suitability for the detection of candidate drugs for repurposing. The investigation also shows that different architectures are linked to the quantities of training data available and therefore that different models should be trained for every annotation approach.

Background

The development of new drugs is a very long and difficult process [1], often taking up to 10-15 years. The time required for the process can be decreased if an existing, previously tested, drug is being repurposed. Literature based discovery (LBD), which (in its original form) connects knowledge pairs extracted from publications as shown in Fig. 1 [2], has been used previously to suggest possible drug repurposing (e.g. [3]), however, it i) relies on the ability to accurately extract knowledge pairs from publications, ii) frequently generates a large number of candidate knowledge pairs, and iii) omits any knowledge which cannot be extracted as related pairs. Applications of neural networks (NNs) to LBD avoid the first and the last problems, as they can utilise text directly without relying on separate extraction of knowledge pairs. We propose exploring NNs further, specifically i) the use of word embeddings to indicate a drug’s context change prior to it being repurposed, and ii) to evaluate the accuracy of a model based on a time-series of word embeddings used to predict the suitability of a drug for repurposing.

Fig. 1
figure 1

A-B-C literature based discovery: knowledge pairs A-\(B_1\), ..., A-\(B_n\), are extracted from publication 1 and \(B_1\)-\(C_1\), ..., \(B_n\), ...\(C_r\) from publication 2

Literature based discovery approaches

Initial automated approaches to LBD involved inference based on words co-occurring in publication titles (e.g. [4]). However, this approach yielded such high quantities of candidate hidden knowledge pairs that refinements were required to reduce the output. These included more sophisticated relation extraction [5], filtering of the relations used in the inference model and / or the semantic types of the source and target terms (such as only considering relations between treatment and disease) [6]. Distributional semantics based models, which are based on word vectors representing the word’s context, have been shown to outperform traditional approaches when used for e.g. drug/side-effect detection [7].

Other approaches to LBD include knowledge graph based models, which construct a biomedical knowledge graph based on relations extracted from publications and extract new possible paths (e.g. [8]). Recently, machine learning approaches, including deep learning, have been explored further: for example, [9] train a deep learning model on the result of a path ranking algorithm over a knowledge graph built from relations. Most closely related to this work is the use of deep learning to construct vectors representing a word’s context from word definitions and the exploration of the properties of similarity and relation between these word embeddings to yield as yet unobserved hidden knowledge pairs [10].

Word embeddings

A word embedding, usually learnt from a large quantity of text in a purely unsupervised way, is a vector representing the word’s context within the document collection in a manner which places words with similar meanings close together in the vector space. This feature allows standard operations to be performed on the embedding vectors (denoted below by \(\vec {e}\)), e.g. [10]:

$$\begin{aligned} \vec {e}(prostate) - \vec {e}(male) + \vec {e}(female) \rightarrow \vec {e}(ovarian) \end{aligned}$$

Word2vec is an efficient technique for learning word embeddings using a shallow neural network [11], with a number of publicly available implementations available. When word embeddings are learnt from data produced across different time periods, changes in word embeddings can be used to detect changes of the word’s use, such as new meanings or semantic shift (e.g. [12]). In this work, we explore whether changes in word embeddings are present prior to a drug being suggested for repurposing.

Resources

A number of resources, regularly exploited in LBD, are also used in this work:

  • The Unified Medical Language System (UMLS) [13], a publicly available biomedical methathesaurus, which includes vocabulary standardization for concepts, semantic type information for each concept and a manually created relation file describing relationships between concepts. Mapping words to their UMLS unique identifiers is often the first step of an LBD system.

  • MEDLINE, the constantly increasing US National Library of Medicine’s collection of biomedical publication abstracts. For a large number of LBD approaches, this forms the basis of their knowledge base.

  • SemRep [14] and SemMedDB [15], a text mining tool which automatically extracts subject-predicate-object triples (such as Hemofiltration-TREATS-Patients) from biomedical text. This tool initially maps words to their UMLS unique identifiers and applies manually crafted internal rules to generate the desired triples, which are frequently used as the relations required for LBD. SemMedDB is a SemRep processed version of MEDLINE available for public download (version semmedVER43_2022_R is used in this work).

Novel contribution

We hypothesise that changes in a drug’s word embeddings may be detectable over time prior to a new potential application of the drug, as (for example) a new body response is observed, and therefore that evolving word embeddings can be used to suggest potential drugs for repurposing investigation. It is important to note that this technique will not necessarily yield the same drugs for repurposing as traditional LBD, as it requires neither the connection between a drug and a body response nor the body response to condition to be overtly present and easy to extract accurately in the document collection.

Results and discussion

To allow changes in word embeddings to be explored, a large collection of biomedical publication abstracts, MEDLINE, is used to create bi-monthly word embeddings for all drugs appearing in the collection (subject to a minimum frequency requirement). The hypothesis states that a predictable change in word embeddings can be seen before a repurposing. To test this hypothesis, a time series of word embeddings, along with repurposing annotation provided based on UMLS or SemRep, is used to train a deep learning classifier, resulting in a model capable of predicting a drug being suitable for repurposing (see Additional file 1 for a pictorial representation of the pipeline). This novel method of setting up the task allows a large scale 5-fold cross validation evaluation to be performed, avoiding the need to use the small datasets available for LBD evaluation. The steps followed to yield this model follow.

Word embeddings

Abstracts are included for the majority of publications listed in MEDLINE, alongside a date of publication. This allows a chronologically ordered dataset to be created, listing abstracts with their publication dates in increasing order, which can be used to learn word embeddings. In this way, word embedding vectors representing each word’s context at numerous time periods are obtained. Figure 2 shows the cosine similarity between the evolving embedding for the drug balaglitazone and its nearest neighbours: the word embedding in 1966 is represented by a dotted black line and the word embedding in 2020 is a solid black line. The change of cosine similarities of these word embedding vectors to the nearest neighbours indicate that a change has taken place during this time period. The change of cosine similarity along the time (x) axis represents the inceptive drift, the change of that time point’s word embedding against the word embedding at the time t (for the dotted line, \(t=1966\)), further demonstrating that the vector representation of the word itself underwent change. (Note that many x-axis labels are not shown in Fig. 2 to preserve readability – the embeddings were computed at bi-monthly intervals.)

Fig. 2
figure 2

Cosine similarity between the evolving embedding for the drug balaglitazone and its nearest neighbours over time; the embeddings were constructed from 1966-2020 abstracts

An efficient implementation, requiring only a single pass over the entire dataset (rather than separate passes over datasets created for each pre-defined time interval) was used [16]. The associated codeFootnote 1 was modified to enable multiprocessing and to avoid reading all data into memory, invoking the word2vec gensim implementation [17] with window size 5, minimum frequency 50 and 5 epochs. The length of embedding vectors was set to 50. Snapshots were taken at bi-monthly intervals starting from 31 November 1965, yielding 336 snapshots in total with 31 November 2021 being the last. By default, embeddings are generated for all words in the document collection (subject to the minimal frequency requirement). However, this work focuses on treatments only, therefore the snapshots were filtered to only include words identified as “clinical drug” (i.e. having the UMLS semantic code T200), resulting in word embeddings for 7,157 distinct clinical drugs.

Training data

To be able to determine whether a drug is likely to be repurposed, annotated data – i.e. points in time when a novel use for a drug was found – needs to be gathered. Two sources of this information are explored, the first based on UMLS and the second on SemRep extracted triples.

UMLS

As mentioned above, the UMLS includes a number of additional files, including a manually created file listing relationships between concepts, such as “alosetron hydrochloride may treat irritable bowel syndrome”. There has been an average of two releases a year since 2002, with new releases containing revisions and additions over the previous. Assuming the appearance of a new relationship for an existing drug in a new UMLS release signifies its repurposing, extracted relationship pairs can be used to create labels. Specifically, following the extraction of all treat and prevent relationship pairs from each release of UMLS, the date a new triple appears can be noted. This date can be mapped to one of the embedding snapshot dates, providing a link between the repurposed drug and the corresponding word embedding. Since UMLS versions are produced twice a year, only word embeddings produced at these times are considered with this labelling method.

SemRep

As stated, SemMedDB is a publicly available release of SemRep triples extracted from the whole of MEDLINE – i.e. the semantic triples extracted from all abstracts in MEDLINE. Similarly to the UMLS relationships, the relationships between concepts produced by SemRep use a restricted number of predicates including treats, affects and prevents. Each automatically derived relationship is listed alongside the publication identifier of the source abstract, allowing a mapping to the date of publication. It is therefore possible to use a similar approach to above: arranging drug-condition relationships in date order and observing any new drug-condition being added for each drug to detect repurposing instances. In this case, publication dates are continuous so all available embedding vectors can be annotated.

Repurposing prediction

With a time series of word embeddings for each drug, and an ability to annotate each time instance with respect to the drug’s new usage, prediction of drug repurposing can be set up as a classification problem. Each training instance for a word contains a number of the word’s consecutive word embedding vectors and a binary value based on the label source representing whether the final state (only) is deemed to be an instance of drug repurposing or not (i.e. whether a new relationship was added at the final time). For example the training data for SemRep based annotation, the window, whose size is a hyperparameter (|w|), of consecutive bi-monthly word embeddings (e) for times t to \(t+|w|\) for each word (\(1 \dots n\)) is presented to the algorithm with a label assigned based on the evaluation dataset as follows:

$$\begin{aligned} e1_{t}, e1_{t+1}, e1_{t+2}, ... e1_{t+|w|},{} & {} 1\\ e2_{t}, e2_{t+1}, e2_{t+2}, ... e2_{t+|w|},{} & {} 0\\ \dots{} & {} \\ en_{t}, en_{t+1}, en_{t+2}, ... en_{t+|w|},{} & {} 0\\ \end{aligned}$$

In this example, the word e1 shows repurposing in its final state (\(t+|w|\)), indicated by 1 in the final column. Words e2 and en do not show repurposing in their final states (shown by a 0). For the example introduced earlier, balaglitazone, assuming 2017-11-30 represents its only repurposing, 1 would be present at \(t+|w| = 2017\text {-}11\text {-}30\), while the previous states would have the label 0. It is the 0/1 label which will be predicted by the system. Since it is not clear how long prior to repurposing a word’s embedding may show change, the optimum size of the window w is explored.

A 5 fold stratified cross validation is performed for each hyperparameter combination to ensure validity and significance of the results. The keras python library [18] is used to explore possible architectures and hyperparameter settings. The explored layers include Long Short Term Memory (LSTM), Bi-directional Long Short Term Memory (BiLSTM), 1D convolution layer (Conv1D), Gated Recurrent Unit (GRU), Simple Recurrent Neural Network (SimpleRNN) and Dropout with varying layer combinations, numbers and sizes. Early stopping was employed with patience 10 to speed up hyperparameter optimization.

Evaluation

While the UMLS contains preferred versions of concept names, regular expressions were sometimes needed to reduce these to base form (for example, mapping 0.05 ml ranibizumab to ranibizumab) to give access to as many repurposed drugs as possible. However, only 3,840 drugs were found in UMLS with this property and overlapping with the drugs for which word embeddings were acquired (i.e. words with frequency more than 50 in MEDLINE) reduced the dataset further. Using a balanced number of examples gave rise to 1,410 training examples based on the UMLS dataset. The small number of UMLS examples governed the decision behind a 5 fold (rather than 10 fold) cross validation. The test portion therefore corresponded to 20% of the original data with 10% of the training portion dedicated to validation. The training, test and validation sets were stratified, ensuring equal distribution of positive and negative examples across the three subsets. Note that the test portion either represents a publication mentioning that a known drug treats a (previously unconnected) disease (SemRep), or the integration of the drug into UMLS as treating a (previously unlinked) disease, therefore finding the system suggesting a repurposing prior to the publication / UMLS release supports the system being correct in suggesting drugs which should be investigated for repurposing.

A balanced SemRep training corpus gives rise to 20,849 positive and negative instances. While UMLS annotations can only be provided for embeddings at 6-monthly intervals (due to UMLS release frequency), SemRep allows for more frequent annotation of embeddings: bi-monthly intervals were chosen to keep the embedding size within resource processing abilities (bi-monthly embeddings yield a 35GB pickle file). The start year for both evaluations is 2006, dictated by the earliest installable release of UMLS. A stratified 5-fold cross validation, with the number of epochs set to 100, is performed over the hyperparameters which include: batch size, layer types, number and sizes and the maximum history length. Note that the history length allows the optimization step to automatically select a larger embedding interval by ignoring embeddings at specific interval points.

Combinations of all layer types introduced in the previous sections are explored and the top three results, with their architectures and associated hyperparameter settings, for both label types are presented in Table 1, with the top performing SemRep architecture also shown in a more traditional form in Fig. 3. The results column contains the average accuracy across the 5 folds on the held out test data (whose baseline is 50%). While there is no significant difference between the top three similar architectures for each label type, the architecture for UMLS labels and SemRep labels involve different layers: the relative success of the GRU layer for the UMLS labelled data may be due to the lower number of parameters needing to be trained – while a GRU layer is similar to LSTM, the small quantity of data available for this label type means architectures including this layer type perform significantly worse than the GRU layer based architectures. The use of dropout layers is common across both label types, with suitability supported by their tendency to reduce over fitting. The success of the convolution layer with BiLSTM is supported by their previous success in text classification (e.g. [19]).

Table 1 The results for the top three hyperparameter settings: label denotes the source of the label of the last column, length is the length of the time sequence employed in training, L1 and L2 represent the type of layers 1 and 2 along with their sizes with D1 and D2 the size of the intervening dropout layers. If a pooling layer followed L1, its size appears under the column pool. The batch size is listed in batch
Fig. 3
figure 3

Highest performing SemRep architecture

Given a sequence of word embedding vectors for a selected drug, the models predict whether the drug should be explored for repurposing. While the performance using either labelling approach exceeds the 50% baseline, the performance of the UMLS labels is significantly lower than that of the SemRep labels. Due to its manual creation, the UMLS labels – while probably more accurate than the automatically derived SemRep labels – are likely to be suffering from errors of omission, resulting in potentially correctly predicted repurposing not being rewarded in the evaluation step. The UMLS performance can therefore be viewed as a type of lower bound.

Conclusions

We hypothesize that the textual context of a drug changes when a new effect (e.g. body response) is observed, and therefore that word embedding time series can be used to predict drugs worthy of examining for their repurposing potential. Bi-monthly word embeddings are generated from MEDLINE abstracts and a deep learning classifier, determining whether the final embedding in the series has repurposing potential, is built. Two sources of labels indicating repurposing are explored: based on 1) UMLS relations, and 2) SemRep extracted triples. Using a 5-fold cross validation, the UMLS labels yield a 65% accuracy on a balanced test set despite a small quantity of training data. Using the same cross validation, accuracy rises to 81% when SemRep labels are employed. The resulting model can be used on a time series of word embeddings for any drug to predict its suitability for repurposing investigation.

An increase in performance may be possible by mapping drug names to their components: for the purposes of this work, drug concentrations are not considered important and more systematic merging of these may produce a cleaner training set. Similarly, synonyms of diseases may be causing more repurposing observations than is accurate, when for example fish oil TREATS Raynaud phenomenon appears in known relations and a new relation, fish oil TREATS Raynaud disease is observed suggesting a repurposing of fish oil.

Exploiting full texts of publications for the creation of word embeddings may also yield an improvement: a body response to a drug may be discussed repeatedly in different contexts in the body of a paper, leading to a different embedding.

Using deep learning makes the approach a black box: explainability approaches may reveal importance of a significant embedding position (such as 2 time intervals prior to change) but further insight into a more concrete embedding change leading to repurposing would require significantly more data.

Methods

The work explores using word evolution to indicate a drug’s suitability for repurposing.

Timeseries of bi-monthly embeddings for each word are built from chronologically ordered publications listed in MEDLINE, and experiments investigate different 1) gold standards indicating repurposed drugs (UMLS or SemRep), 2) window sizes of word embeddings (number of consecutive word embeddings for each word to be used from its acquired word embedding timeseries), 3) architectures (type and quantity of layers) and 4) hyperparameters such as batch size.

A 5-fold cross validation on a balanced dataset is used to obtain an average accuracy of each approach.

Availability of data and materials

The scripts and a README for the pipeline used in this work are available at https://github.com/juditapreiss/evolution_for_repurposing.

Notes

  1. Available from https://github.com/cod3licious/evolvemb

Abbreviations

BiLSTM:

Bi-directional Long Short Term Memory

Conv1D:

1D convolution layer

GRU:

Gated Recurrent Unit

LBD:

Literature based discovery

LSTM:

Long Short Term Memory

NN:

Neural network

SimpleRNN:

Simple Recurrent Neural Network

UMLS:

Unified Medical Language System

References

  1. Rudrapal M, Khairnar SJ, Jadhav AG. Drug Repurposing (DR): An Emerging Approach in Drug Discovery. In: Badria FA, editor. Drug Repurposing. Rijeka: IntechOpen; 2020.

    Google Scholar 

  2. Swanson DR. Fish oil, Raynaud’s syndrome, and undiscovered public knowledge. Perspect Biol Med. 1986;30:7–18.

    Article  CAS  PubMed  Google Scholar 

  3. Zhang R, Cairelli MJ, Fiszman M, Kilicoglu H, Rindflesch TC, Pakhomov SV, et al. Exploiting Literature-derived Knowledge and Semantics to Identify Potential Prostate Cancer Drugs. Cancer Informatics. 2014;13s1:CIN.S13889.

  4. Smalheiser NR, Swanson DR. Assessing a gap in the biomedical literature: Magnesium deficiency and neurologic disease. Neurosci Res Commun. 1994;15(1):1–9.

    CAS  Google Scholar 

  5. Hristovski D, Friedman C, Rindflesch TC, Peterlin B. Exploiting semantic relations for literature-based discovery. In: Proceedings of the 2006 AMIA Annual Symposium. Bethesda: American Medical Informatics Association; 2006. pp. 349–53.

  6. Pratt W, Yetisgen-Yildiz M. LitLinker: capturing connections across the biomedical literature. In: Proceedings of K-CAP '03. New York: Association for Computing Machinery; 2003. p. 105–12.

  7. Mower J, Subramanian D, Cohen T. Learning predictive models of drug side-effect relationships from distributed representations of literature-derived semantic predications. J Am Med Inform Assoc. 2018;25(10):1339–50.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Sang S, Yang Z, Wang L, Liu X, Lin H, Wang J. SemaTyP: a knowledge graph based literature mining method for drug discovery. BMC Bioinformatics. 2018;19(193). https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2167-5#citeas.

  9. Zhao D, Wang J, Sang S, Lin H, Wen J, Yang C. Relation path feature embedding based convolutional neural network method for drug discovery. BMC Med Inform Decis Making. 2019;19(2):59.

    Article  Google Scholar 

  10. Rather NN, Patel CO, Khan SA. Using deep learning towards biomedical knowledge discovery. Int J Math Sci Comput. 2017;3(2):1–10.

    Google Scholar 

  11. Mikolov T, Sutskever I, Chen K, Corrado G, Dean J. Distributed Representations of Words and Phrases and Their Compositionality. In: Proceedings of the International Conference on Neural Information Processing Systems. Red Hook: Curran Associates, Inc.; 2013. pp. 3111–9.

  12. Hamilton WL, Leskovec J, Jurafsky D. Cultural Shift or Linguistic Drift? Comparing Two Computational Measures of Semantic Change. In: Proc Conf Empir Methods Nat Lang Process. Stroudsburg: Association for Computational Linguistics; 2016.

  13. Bodenreider O. The Unified Medical Language System (UMLS): integrating biomedical terminology. Nucleic Acids Res. 2004;32:D267–70.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Rindflesch TC, Fiszman M. The interaction of domain knowledge and linguistic structure in natural language processing: interpreting hypernymic propositions in biomedical text. J Biomed Inform. 2003;36(6):462–77.

    Article  PubMed  Google Scholar 

  15. Kilicoglu H, Shin D, Fiszman M, Rosemblat G, Rindflesch TC. SemMedDB: A PubMed-scale repository of biomedical semantic predications. Bioinformatics. 2012;28(23):3158–60.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Horn F. Exploring Word Usage Change with Continuously Evolving Embeddings. In: Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations. Stroudsburg: Association for Computational Linguistics; 2021. pp. 290–7.

  17. Řehůřek R, Sojka P. Software Framework for Topic Modelling with Large Corpora. In: Proceedings of the LREC 2010 Workshop on New Challenges for NLP Frameworks. Paris: ELRA; 2010. pp. 45–50.

  18. Chollet F, et al. Keras. 2015. https://keras.io. Accessed 1 Oct 2022.

  19. Jang B, Kim M, Harerimana G, Kang Su, Kim JW. Bi-LSTM Model to Increase Accuracy in Text Classification: Combining Word2vec CNN and Attention Mechanism. Appl Sci. 2020;10(17):5841.

Download references

Acknowledgements

The author would like to thank the anonymous reviewers for their feedback on an earlier version of this paper.

About this supplement

This article has been published as part of BMC Medical Informatics and Decision Making Volume 24 Supplement 2, 2024: Proceedings of the 16th International Conference on Data and Text Mining in Biomedical Informatics (DTMBIO 2022): medical informatics and decision making. The full contents of the supplement are available online at https://bmcmedinformdecismak.biomedcentral.com/articles/supplements/volume-24-supplement-1.

Funding

Publication costs are covered by the University of Sheffield where the author holds a lectureship. The funding body had no role in the study design, data collection and analysis, interpretation of data, or preparation of the manuscript. For the purpose of open access, the author has applied a Creative Commons Attribution (CC BY) license to any Author Accepted Manuscript version arising from this submission.

Author information

Authors and Affiliations

Authors

Contributions

The work was entirely undertaken by JP.

Corresponding author

Correspondence to Judita Preiss.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1.

Diagram of the classifier pipeline.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Preiss, J. Using word evolution to predict drug repurposing. BMC Med Inform Decis Mak 24 (Suppl 2), 114 (2024). https://doi.org/10.1186/s12911-024-02496-1

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-024-02496-1

Keywords