ABSTRACT
Objective Social media mining may provide surprising information about unknown effects of drugs. We endeavored to uncover such unknown drug-disease relationships by text mining of audio record transcripts from the popular NPR show, The People’s Pharmacy.
Materials and Methods We used Google Cloud to transcribe episodes of the NPR podcast into textual documents. We then built a pipeline for systematically pre-processing the text to ensure quality input to the core classification model. Finally, results of the model were filtered by a series of post-processing steps. Our classification model itself uses the FLAIR language model pre-trained on PubMed abstracts. The modular nature of our pipeline allows for ease of future developments in this area by substituting higher quality components at each stage of the pipeline. To validate the drug-disease relating assertions extracted from the podcast, we utilized the DrugCentral database and ROBOKOP biomedical knowledge graph, which capture drug-disease relationships for FDA approved medications.
Results Our model identified 128 drug-disease pairs that were found in DrugCentral and 112 novel candidate pairs requiring expert review. To demonstrate the expert review process, we found literature evidence supporting the assertions for novel drug-disease pairs.
Discussion and Conclusion Text mining of social media is increasingly used to uncover novel relationships between semantic concepts corresponding to biomedical concepts. However, mining audio transcripts of specialized podcast shows has not been explored previously for this purpose. Using this approach, we have identified several unknown drug-disease relationships with support in biomedical literature. The proposed approach can extend beyond radio podcasts and could be applied to any source of audio and textual data.
Competing Interest Statement
AT and ENM are co-founders of Predictive, LLC, which develops computational methodologies and software for toxicity prediction. All other authors declare they have nothing to disclose.
Funding Statement
Authors from UNC-Chapel Hill were supported by a grant from the National Institutes of Health (Grant OT2TR002514).
Author Declarations
I confirm all relevant ethical guidelines have been followed, and any necessary IRB and/or ethics committee approvals have been obtained.
Yes
I confirm that all necessary patient/participant consent has been obtained and the appropriate institutional forms have been archived, and that any patient/participant/sample identifiers included were not known to anyone (e.g., hospital staff, patients or participants themselves) outside the research group so cannot be used to identify individuals.
Yes
I understand that all clinical trials and any other prospective interventional studies must be registered with an ICMJE-approved registry, such as ClinicalTrials.gov. I confirm that any such study reported in the manuscript has been registered and the trial registration ID is provided (note: if posting a prospective study registered retrospectively, please provide a statement in the trial ID field explaining why the study was not registered in advance).
Yes
I have followed all appropriate research reporting guidelines and uploaded the relevant EQUATOR Network research reporting checklist(s) and other pertinent material as supplementary files, if applicable.
Yes
Data Availability
The code and software developed in this project have been made publicly accessible at https://github.com/yrahul3910/drug-repurposing-textmining.