Search bioRxiv⌕ Search

Biology subjects

Wollman, L.

Publications and source records attributed to Wollman, L..

2 recordsLinked to original sources

dialogi: Utilising NLP with chemical and disease similarities to drive the identification of Drug-Induced Liver Injury literature

Drug-Induced Liver Injury (DILI), despite its low occurrence rate, can cause severe side effects or even lead to death. Thus, it is one of the leading causes for terminating the development of new, and restricting the use of already-circulating, drugs. Moreover, its multifactorial nature, combined with a clinical presentation that often mimics other liver diseases, complicate the identification of DILI-related literature, which remains the main medium for sourcing results from the clinical practice and experimental studies. In this work- contributing to the Literature AI for DILI Challenge of the Critical Assessment of Massive Data Analysis (CAMDA) 2021- we present an automated pipeline for distinguishing between DILI-positive and negative papers. We used Natural Language Processing (NLP) to filter out the uninformative parts of a text, and identify and extract mentions of chemicals and diseases. We combined that information with small-molecule and disease embeddings, which are capable of capturing chemical and disease similarities, to improve classification performance. The former are directly sourced from the Chemical Checker (CC). For the latter, we collected data that encode different aspects of disease similarity from the National Library of Medicines (NLM) Medical Subject Headings (MeSH) thesaurus and the Comparative Toxicogenomics Database (CTD). Following a similar procedure as the one used in the CC, vector representations for diseases were learnt and evaluated. Two Neural Network (NN) classifiers were developed: one that only accepts texts as input (baseline model) and an augmented classifier that also utilises chemical and disease embeddings (extended model). We trained, validated, and tested the models through a Nested Cross-Validation (NCV) scheme with 10 outer and 5 inner folds. During this, the baseline and extended models performed virtually identically, with macro F1-scores of 95.04 {+/-} 0.61% and 94.80 {+/-} 0.41%, respectively. Upon validation on an external, withheld, dataset, representing imbalanced data, the extended model achieved an F1-score of 91.14 {+/-} 1.62%, outperforming its baseline counterpart, which got a lower score of 88.30 {+/-} 2.44%. We make further comparisons between the classifiers and discuss future improvements and directions, including utilising chemical and disease embeddings for visualisation and exploratory analysis of the DILI-positive literature.

bioinformatics↗

DILIc: An AI-based classifier to search for Drug-Induced Liver Injury literature

Drug-Induced Liver Injury (DILI) is a class of Adverse Drug Reactions (ADR) which causes problems in both clinical and research settings. It is the most frequent cause of acute liver failure in the majority of western countries and is a major cause of attrition of novel drug candidates. Manual trawling of literature for is the main route of deriving information on DILI from research studies. This makes it an inefficient process prone to human error. Therefore, an automatized AI model capable of retrieving DILI-related papers from the huge ocean of literature could be invaluable for the drug discovery community. In this project, we built an artificial intelligence (AI) model combining the power of Natural Language Processing (NLP) and Machine Learning (ML) to address this problem. This model uses NLP to filter out meaningless text (e.g. stopwords) and uses customized functions to extract relevant keywords as singleton, pair, triplet and so on. These keywords are processed by apriori pattern mining algorithm to extract relevant patterns which are used to estimate initial weightings for a ML classifier. Along with pattern importance and frequency, an FDA-approved drug list mentioning DILI adds extra confidence in classification. The combined power of these methods build a DILI classifier (DILIC) with 94.91% cross-validation and 94.14% external validation accuracy. To make DILIC as accessible as possible, including to researchers without coding experience, an R Shiny App capable of classifing single or multiple entries for DILI is developed to enhance ease of user experience and made available at https://researchmind.co.uk/diliclassifier/).

bioinformatics↗