AUTHOR=Kang Hongyu , Hou Li , Gu Yaowen , Lu Xiao , Li Jiao , Li Qin TITLE=Drug–disease association prediction with literature based multi-feature fusion JOURNAL=Frontiers in Pharmacology VOLUME=Volume 14 - 2023 YEAR=2023 URL=https://www.frontiersin.org/journals/pharmacology/articles/10.3389/fphar.2023.1205144 DOI=10.3389/fphar.2023.1205144 ISSN=1663-9812 ABSTRACT=Exploring the potential efficacy of a drug is a valid approach for drug development with shorter development times and lower costs. Recently, several computational drug repositioning methods have been introduced to learn multi-features for potential association prediction. However, fully leveraging the vast amount of information in the scientific literature to enhance drug-disease association prediction is a great challenge. In this study, we constructed a drug-disease association prediction method called Literature Based Multi-Feature Fusion (LBMFF), which effectively integrated known drugs, diseases, side effects and target associations from public databases as well as literature semantic features. Specifically, a pre-training and fine-tuning BERT model was introduced to extract literature semantic information for similarity assessment. Then, we revealed drug and disease embeddings from the constructed fusion similarity matrix by a graph convolutional network with an attention mechanism. Finally, LBMFF achieved superior performance in drug-disease association prediction with an AUC value of 0.8818 and an AUPR value of 0.5916, relative improvements of 31.67% and 16.09%, respectively, over the second-best results, compared to single feature methods and seven existing state-of-the-art prediction methods. Meanwhile, case studies have verified that LBMFF can discover new associations to accelerate drug development. The proposed benchmark dataset and source code are available at https://github.com/kang-hongyu/LBMFF.