PubMed HealthSearch

SEARCH · PubMed Health

Results for “Natural Language Processing”

Explore indexed PubMed citations for clinical trials, systematic reviews and public health research. Read source abstracts and follow each citation to its original PubMed record.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 recordsLinked to original sources

Automated diagnostic indexing by natural language processing.

Developing tools for natural language understanding by computers represents an important and intense field of research. This paper describes a system developed for interpreting medical natural language in the domain of symptoms and diagnoses from complete discharge summaries and locating the correspondent category into the International Classification of Diseases, through indexing by the Systematized Nomenclature of Medicine. The indexing program makes use of the MEID dictionary and some auxiliary semantic databases for identifying adjectival forms, synonyms, hypernyms and other semantic relations while searching for the longest consistent match into SNOMED. A further subdivision of the SNOMED structure was also proposed in order to find the hierarchically superior representative of a conceptual class when this association is not assigned by the related SNOMED code number. The system can be used by any language that possesses a translation of SNOMED and ICD. The knowledge base was built using a conversion file that maps the terms of the nomenclature into the classification, which can be improved by learning from users.

Abstracting and Indexing

Natural language processing in psychiatry. Artificial intelligence technology and psychopathology.

The potential benefit of artificial intelligence (AI) technology as a tool of psychiatry has not been well defined. In this essay, the technology of natural language processing and its position with regard to the two main schools of AI is clearly outlined. Past experiments utilizing AI techniques in understanding psychopathology are reviewed. Natural language processing can automate the analysis of transcripts and can be used in modeling theories of language comprehension. In these ways, it can serve as a tool in testing psychological theories of psychopathology and can be used as an effective tool in empirical research on verbal behavior in psychopathology.

Computer Simulation

Natural language processing and semantical representation of medical texts.

For medical records, the challenge for the present decade is Natural Language Processing (NLP) of texts, and the construction of an adequate Knowledge Representation. This article describes the components of an NLP system, which is currently being developed in the Geneva Hospital, and within the European Community's AIM programme. They are: a Natural Language Analyser, a Conceptual Graphs Builder, a Data Base Storage component, a Query Processor, a Natural Language Generator and, in addition, a Translator, a Diagnosis Encoding System and a Literature Indexing System. Taking advantage of a closed domain of knowledge, defined around a medical specialty, a method called proximity processing has been developed. In this situation no parser of the initial text is needed, and the system is based on semantical information of near words in sentences. The benefits are: easy implementation, portability between languages, robustness towards badly-formed sentences, and a sound representation using conceptual graphs.

Abstracting and Indexing

Natural language processing-based model to predict radiation pneumonitis in patients with locally advanced non-small cell lung cancer undergoing chemoradiotherapy: a retrospective cohort study.

BACKGROUND: Radiation pneumonitis (RP) remains a significant treatment-related toxicity in patients with unresectable, locally advanced non-small cell lung cancer (NSCLC) undergoing chemoradiotherapy (CRT). Most existing predictive models rely on static baseline demographic or dosimetry variables and lack real-time clinical applicability. We developed a novel predictive framework that integrates longitudinal symptom data extracted from clinical notes using natural language processing (NLP) with clinical and dosimetry features to improve early RP prediction. METHODS: We retrospectively identified 227 patients with locally advanced NSCLC treated with definitive CRT at a high-volume cancer center in the United States. We included all patients older than 18 years who were diagnosed between Jan 1, 2006, and Dec 31, 2022 with histologically or cytologically confirmed unresectable Stage 2 or 3 NSCLC and treated with conformal radiotherapy to a minimum dose of ≥45 Gy with or without chemotherapy. Of these, 31 RP events were identified through manual adjudication using radiologic criteria and chart review. NLP was used to extract the temporal relationship of 16 pre-specified symptoms with treatment from over 100,000 clinical notes spanning pre- and during-treatment intervals. We trained and validated machine learning models on combinations of baseline clinical data, radiation dosimetry, and NLP-derived symptom features. Model performance was evaluated using a nested cross-validation framework, with an outer cross-validation loop reserved for performance assessment and an inner cross-validation loop used for model training and integration, and summarized using area under the receiver operating characteristic curve (AUC) and partial AUC (pAUC) at high specificity thresholds. Clinical utility was evaluated using decision curve analysis (DCA). FINDINGS: The best-performing model incorporated longitudinal NLP features and achieved a median AUC of 0.759 (90% confidence interval 0.753-0.766), significantly outperforming baseline models using only dosimetry (AUC 0.613) or clinical variables (AUC 0.635). NLP-based features such as cough trajectory, shortness of breath, and wheezing were among the most important predictors. Inclusion of NLP-derived symptom data improved early identification of high-risk patients, particularly in the clinically relevant high-specificity range (pAUC 0.021 vs. 0.010 for dosimetry alone). DCA showed that the calibrated MLP model provided greater net benefit than default strategies of treating all or no patients across clinically relevant threshold possibilities. INTERPRETATION: In this early work, NLP-based extraction of longitudinal symptoms from routine clinical documentation meaningfully enhances RP prediction in patients undergoing CRT for NSCLC. This approach leverages existing electronic health record infrastructure to deliver real-time, scalable, and interpretable risk estimates, offering a pathway toward potential early intervention and personalized toxicity management. The model and DCA requires external and prospective validation before clinical deployment; as such, future work should focus on this validation and integration into clinical decision support systems. FUNDING: AstraZeneca.

Chemoradiotherapy

The role of chromatin state in intron retention: A case study in leveraging large scale deep learning models.

Complex deep learning models trained on very large datasets have become key enabling tools for current research in natural language processing and computer vision. By providing pre-trained models that can be fine-tuned for specific applications, they enable researchers to create accurate models with minimal effort and computational resources. Large scale genomics deep learning models come in two flavors: the first are large language models of DNA sequences trained in a self-supervised fashion, similar to the corresponding natural language models; the second are supervised learning models that leverage large scale genomics datasets from ENCODE and other sources. We argue that these models are the equivalent of foundation models in natural language processing in their utility, as they encode within them chromatin state in its different aspects, providing useful representations that allow quick deployment of accurate models of gene regulation. We demonstrate this premise by leveraging the recently created Sei model to develop simple, interpretable models of intron retention, and demonstrate their advantage over models based on the DNA language model DNABERT-2. Our work also demonstrates the impact of chromatin state on the regulation of intron retention. Using representations learned by Sei, our model is able to discover the involvement of transcription factors and chromatin marks in regulating intron retention, providing better accuracy than a recently published custom model developed for this purpose.

Deep Learning

Locality-aware pooling enhances protein language model performance across varied applications.

MOTIVATION: Protein language models (PLMs) are amongst the most exciting recent advances for characterizing protein sequences, and have enabled a diverse set of applications, including structure determination, functional property prediction, and mutation impact assessment, all from single protein sequences alone. State-of-the-art PLMs leverage transformer architectures originally developed for natural language processing, and are pre-trained on large protein databases to generate contextualized representations of individual amino acids. To harness the power of these PLMs to predict protein-level properties, these per-residue embeddings are typically "pooled" to fixed-size vectors that are further utilized in downstream prediction networks. Common pooling strategies include Cls-Pooling and Avg-Pooling, but neither of these approaches can capture the local substructures and long-range interactions observed in proteins. RESULTS: We propose the use of attention pooling, which can naturally capture these important features of proteins. To make the expensive attention operator (quadratic in the length of the input protein) feasible in practice, we introduce bag-of-mer pooling, or BoM-Pooling, a locality-aware hierarchical pooling technique that combines windowed average pooling with attention pooling. We empirically demonstrate that both full attention pooling and BoM-Pooling outperform previous pooling strategies on three important, diverse tasks: (i) predicting the activities of two proteins as they are varied; (ii) detecting remote homologs; and (iii) predicting signaling protein interactions with peptides. Overall, our work highlights the advantages of biologically inspired pooling techniques in protein sequence modeling and is a step toward more effective adaptations of language models in biological settings. AVAILABILITY AND IMPLEMENTATION: https://github.com/Singh-Lab/bom-pooling.

Natural Language Processing

The Role of Artificial Intelligence for Intimate Partner Violence Prevention: A Systematic Review.

INTRODUCTION: Intimate partner violence (IPV), encompassing physical, sexual, emotional and economic abuse, remains a pervasive global health concern. Traditional prevention efforts face obstacles such as underreporting, delayed detection and limited personalised support. Emerging artificial intelligence (AI) approaches offer new opportunities to enhance IPV prevention. AIM: This systematic review maps and synthesises evidence on AI-driven tools in IPV prevention based on studies published between 2004 and 2024. METHODS: Following PRISMA 2020 guidelines and PROSPERO registration, we searched PubMed, Embase, CINAHL, PsycINFO, IEEE Xplore and Web of Science. Eligible studies explicitly evaluated AI technologies targeting IPV prediction, screening, intervention or support delivery. Study quality was appraised using the Mixed Methods Appraisal Tool (MMAT). RESULTS: Of 1304 records initially identified, 41 studies met eligibility criteria. AI applications ranged from machine learning (ML) for risk prediction and natural language processing (NLP) for IPV detection in clinical and social media data, to image analysis for forensic evaluation and chatbot-based support. Predictive modelling demonstrated strong discriminative performance, while NLP-based screening detected IPV with notable sensitivity. Chatbots showed feasibility and user acceptability, but evidence of their direct impact on reducing IPV incidence was limited, with one randomised controlled trial showing a modest reduction. Key challenges identified included algorithmic bias, data privacy risks and barriers to integration across health and social care systems. DISCUSSION: AI-informed interventions show promise for improving IPV detection, risk assessment, and scalable support, but questions remain about long-term effectiveness, ethical fairness, transparency and equitable implementation. Future interdisciplinary research should address these concerns to responsibly deploy AI in IPV prevention. RELEVANCE TO CLINICAL PRACTICE: The findings highlight the importance of trauma-informed, culturally responsive care and provider training in AI applications. Nurse-led innovation and policy advocacy will be crucial for safe, equitable integration of AI in IPV prevention.

Artificial Intelligence

Toward a Better Paradigm for Head and Neck Cancer Treatment Applying AI (HNC-TACTIC): Protocol for an International Cohort Study of Electronic Health Records.

BACKGROUND: Head and neck squamous cell carcinomas (HNSCCs) cause considerable morbidity and mortality. Multimodal treatment strategies can cause significant toxicity, and therapy options are limited for recurrent disease. Immunotherapy has emerged as a promising approach. However, patient response variability underscores the need for better predictive markers. OBJECTIVE: This study aims to use artificial intelligence to develop two predictive models in patients with HNSCC to assess (1) progression or recurrence following primary curative treatment and (2) long-term survival after immunotherapy schemes in recurrent and metastatic disease. This study will also describe the characteristics of patients with early, locally advanced, and recurrent or metastatic cancers. METHODS: This is a retrospective, observational study of data captured in electronic health records (EHRs) from participating hospitals between January 1, 2014, and December 31, 2021. This study's population comprises adults diagnosed with HNSCC at any stage. Study variables, including demographics, comorbidities, clinical variables, treatments, and outcomes, will be extracted using EHRead, a technology that applies natural language processing and machine learning to extract and analyze structured and unstructured clinical information in deidentified EHRs. Predictive models based on dynamic risk stratification for treatment response and progression or recurrence will be developed using multivariable logistic regressions, decision tree classifiers, and random forest approaches. Descriptive and outcome analyses will be shown for different anatomic subsites and stratified by stage and treatment. RESULTS: This study began enrolling sites in July 2021 and is currently ongoing. By December 2025, data from 10 centers has been collected, comprising a total of 151,934,990 EHRs from 2,159,719 patients. CONCLUSIONS: Development of predictive models using artificial intelligence will advance clinical understanding of HNSCC to improve patient outcomes.

Humans

Automated CEAP Classification of Venous Duplex Reports Using Multimodal Artificial Intelligence.

OBJECTIVE: To develop and internally validate a prototype multimodal artificial intelligence system for automated CEAP (Clinical, Etiological, Anatomical and Pathophysiological) classification of venous duplex ultrasound (VDUS) reports, integrating natural language processing of free-text components with computer vision analysis of hand-drawn anatomical diagrams. METHODS: Single centre retrospective observational study using routinely collected clinical data. One thousand consecutive venous duplex ultrasound reports from Cambridge University Hospitals NHS Foundation Trust, UK (July 2024 - May 2025) were labelled according to the CEAP classification, excluding the Etiological component, which could not be reliably determined from duplex reports alone. Transfer learning was applied using ClinicalBERT for text and MobileNetV3 for diagrammatic data. Clinical classes were predicted from request line text. Text- and image-based pathophysiological models were developed for four anatomical territories (Great Saphenous Vein, Small Saphenous Vein, Deep system, Perforators), combined using late fusion with probability averaging. RESULTS: The clinical CEAP model achieved accuracy of 0.91, macro-F1 of 0.82, and macro-AUC of 0.98. Pathophysiological prediction varied, with text models broadly outperforming image models. Fusion yielded heterogeneous benefits, improving SSV performance but reducing Deep system accuracy. The performance of the final pathophysiological CEAP fusion models varied across anatomical territories: accuracy ranged from 0.70-0.92 and macro-AUC from 0.80-0.92. CONCLUSION: This study demonstrates the feasibility of automated CEAP classification from VDUS reports. Despite class imbalance affecting minority class predictions, the strong discriminatory performance validates this multimodal ML model for extracting clinically meaningful information from real-world data. This approach offers potential, pending external validation, to streamline vascular services through automated triage and guideline-compliant decision making.

Artificial intelligence

Automated Extraction of Tumor Staging and Diagnosis Information From Surgical Pathology Reports.

PURPOSE: Typically stored as unstructured notes, surgical pathology reports contain data elements valuable to cancer research that require labor-intensive manual extraction. Although studies have described natural language processing (NLP) of surgical pathology reports to automate information extraction, efforts have focused on specific cancer subtypes rather than across multiple oncologic domains. To address this gap, we developed and evaluated an NLP method to extract tumor staging and diagnosis information across multiple cancer subtypes. METHODS: The NLP pipeline was implemented on an open-source framework called Leo. We used a total of 555,681 surgical pathology reports of 329,076 patients to develop the pipeline and evaluated our approach on subsets of reports from patients with breast, prostate, colorectal, and randomly selected cancer subtypes. RESULTS: Averaged across all four cancer subtypes, the NLP pipeline achieved an accuracy of 1.00 for International Classification of Diseases, Tenth Revision codes, 0.89 for T staging, 0.90 for N staging, and 0.97 for M staging. It achieved an F1 score of 1.00 for International Classification of Diseases, Tenth Revision codes, 0.88 for T staging, 0.90 for N staging, and 0.24 for M staging. CONCLUSION: The NLP pipeline was developed to extract tumor staging and diagnosis information across multiple cancer subtypes to support the research enterprise in our institution. Although it was not possible to demonstrate generalizability of our NLP pipeline to other institutions, other institutions may find value in adopting a similar NLP approach-and reusing code available at GitHub-to support the oncology research enterprise with elements extracted from surgical pathology reports.

Humans

The AI Revolution: Shaping the Present and Future of Pharmaceutical Research and Development.

The transformative role of artificial intelligence (AI) in the pharmaceutical industry is examined, with a focus on its significant contributions to drug discovery, development, and clinical trial processes. It highlights the inefficiencies and high costs associated with traditional drug development and explores how AI and machine learning (ML) can enhance these processes by analyzing extensive biological datasets. The historical context of AI in pharmaceutical development is examined, noting how advances in computational power and data accessibility have facilitated innovative methodologies, such as predictive analytics and natural language processing. Contemporary trends reveal the integration of AI technologies in drug design, repurposing, and patient response forecasting. This study also addresses the challenges of participant recruitment for clinical trials and proposes AI-driven solutions to optimize patient selection and data management. Furthermore, it discusses AI's role in tailored medicine, emphasizing its potential for advancing precision therapy through targeted drug development and personalized treatment strategies. The importance of digital tools, genomic data analysis, and AI-driven imaging technologies for customizing therapeutic approaches is underscored, along with the regulatory and ethical challenges posed by AI deployment in healthcare. This study illustrates the complexities of AI applications in the pharmaceutical sector, offering insights into both successful and unsuccessful initiatives. The findings suggest that the digitalization of the pharmaceutical industry and enhanced AI integration hold promise for developing safer and more effective therapeutic strategies, while also identifying obstacles to their widespread adoption and optimal functionality.

Artificial intelligence

Identification of Risk Factors for Acral Melanoma in US Veterans.

IMPORTANCE: Acral melanoma (AM), localized to the palms, soles, and nail units, is a unique melanoma subtype less associated with UV radiation. Few studies have evaluated AM risk factors in a population of US veterans. OBJECTIVE: To identify AM risk factors in US veterans. DESIGN, SETTING, AND PARTICIPANTS: Nested case-control study (2000-2024) in the Veterans Affairs (VA) health care system. Individuals with AM were identified using the VA Cancer Registry and a validated natural language processing pipeline applied to pathology reports. Each AM case was matched to 4 nonacral cutaneous melanoma (CM) controls and 4 controls with no melanoma diagnoses at any time by diagnosis year and outpatient visit frequency. Controls with acral, mucosal, or ocular melanoma diagnoses at any time were excluded. Participants were veterans with histologically confirmed AM, nonacral CM controls, and controls with no melanoma diagnoses at any time. EXPOSURE: Age, sex, race and ethnicity, rurality, region, military branch, comorbidities (National Cancer Institute Comorbidity Index), smoking status, unhealthy alcohol use as measured by the Alcohol Use Disorders Identification Test-Consumption, body mass index, Agent Orange exposure (AOE), prior photosensitizing medications, nevi, keratinocyte carcinoma (KC), actinic keratosis (AK), and number of dermatology visits in the 2 years before diagnosis. MAIN OUTCOMES AND MEASURES: Adjusted odds ratios (AORs) comparing AM with controls using conditional logistic regression. Secondary outcomes included analyses limited to Vietnam Era veterans and AM localized to palmoplantar and subungual sites. RESULTS: In total, 1292 individuals with AM (median age, 70.13 [IQR, 61.87-78.66] years; 1215 [94.0%] male) were matched to 5168 controls without melanoma (median age, 73.97 [IQR, 65.53-82.08] years; 5044 [97.6%] male), and 1286 individuals with AM (median age, 70.13 [IQR, 61.97-78.67] years; 1210 [94.1%] male) were matched to 5144 CM controls (median age, 74.58 [IQR, 66.86-82.05] years; 5068 [98.5%] male); 6 individuals with AM were excluded from AM vs CM analyses due to lack of matches. AOE was significantly associated with higher odds of AM vs CM (AOR, 1.31; 95% CI, 1.06-1.62) and vs controls without melanoma (AOR, 1.27; 95% CI, 1.04-1.56). Current smoking was associated with lower odds of AM (vs CM: AOR, 0.65; 95% CI, 0.52-0.81; vs controls without melanoma: AOR, 0.50; 95% CI, 0.40-0.62). Prior KC and AK were associated with higher odds vs controls without melanoma but lower odds vs CM. Prior nevus was associated with higher odds of AM vs controls without melanoma. CONCLUSIONS AND RELEVANCE: Results of this study suggest that several factors were associated with AM in veterans and a need for continued investigation of AM as a distinct entity from CM and may inform future evaluations of the associations between AOE and AM in veteran populations.

Aged

Semantic commitments as a mode of non-programmable computation in the brain.

The natural language processor in the brain can cope with non-programmable computation. The average number of different lexical meanings per word serves as a quantitative figure in terms of which the extent of being non-programmable can be evaluated. The possible maximum average number of different lexical meanings per word that the brain of the subject reading the text can cope with while comprehending the context is found to be 3.3 with its standard deviation 0.15, beyond which the brain can no more succeed in comprehending the context. In contrast, the maximum average number of different lexical meanings per word that would make lexical disambiguation programmable is e = 2.718. Natural language processing in the brain is non-programmable in the sense that the manageable average number of different meanings per word is greater than e, but does not exceed roughly 3.3.

Brain

Predicting genome-wide functional constraints with GPN-Star.

Genomic language models have emerged as a powerful approach for learning genome-wide functional constraints directly from DNA sequences1. However, standard genomic language models adapted from natural language processing often require large model sizes and computational resources, yet still fall short of classical evolutionary models in predictive tasks2-4. Here we introduce a genomic pretrained network with species tree and alignment representations (GPN-Star), which is a biologically grounded genomic language model featuring a phylogeny-aware architecture that leverages whole-genome alignments and species trees to model evolutionary relationships explicitly. Trained on alignments spanning vertebrate, mammal and primate evolutionary timescales, GPN-Star achieves state-of-the-art performance across a wide range of variant effect prediction tasks in both coding and non-coding regions of the human genome. Analyses across timescales show task-dependent advantages of modelling more recent versus deeper evolution. To demonstrate its potential to advance human genetics, we show that GPN-Star substantially outperforms previous methods in prioritizing pathogenic and fine-mapped genome-wide association study variants, yields strong enrichments of complex trait heritability and improves power in rare variant association testing5. Extending beyond humans, we train GPN-Star for five model organisms-Mus musculus, Gallus gallus, Drosophila melanogaster, Caenorhabditis elegans and Arabidopsis thaliana-demonstrating the robustness and generalizability of the framework. Taken together, these results position GPN-Star as a scalable, powerful and flexible tool for genome interpretation, well suited to leverage the growing abundance of comparative genomics data.

Journal Article

Artificial Intelligence for Colorectal Surgeons-Part II: Research Applications, Challenges in Adoption, and Practical Resources.

BACKGROUND: This is part II of a 2-part series examining artificial intelligence in colorectal surgery. Part I established foundational concepts and clinical applications. Implementation, however, requires understanding research methodologies, available resources, and the specific challenges currently limiting widespread adoption. These topics are the focus of part II. OBJECTIVE: To examine artificial intelligence's transformation of surgical research, provide practical implementation resources, address adoption challenges, and explore future directions in colorectal surgery. METHODS: Comprehensive literature review focusing on artificial intelligence research methodology, implementation barriers, educational resources, and emerging technologies relevant to colorectal surgeons. RESULTS: Artificial intelligence streamlines clinical trial design through predictive modeling and natural language processing, reducing enrollment challenges that contribute to failed or inadequate trial accrual. Machine learning enables heterogeneity analysis within clinical trials, identifying treatment-responsive subgroups. Foundation models unlock analysis of unstructured electronic health record data at scale. Professional societies and universities offer specialized artificial intelligence education programs, with open-access data sets facilitating research participation. However, implementation faces multifaceted challenges: technical infrastructure demands, with real-time processing requiring dedicated graphics processing unit clusters; regulatory frameworks struggling with continuously evolving algorithms; undefined liability distribution for artificial intelligence-assisted decisions; algorithmic bias risking health care disparities; and the "black box" problem limiting clinical trust. Economic barriers include substantial initial costs without clear reimbursement pathways. Future directions include multimodal artificial intelligence integrating imaging, genomics, and histopathology; cognitive robotic systems with real-time decision support; digital twin technology for patient-specific surgical simulation; and global surgical artificial intelligence networks enabling distributed learning across institutions. CONCLUSIONS: Although artificial intelligence offers transformative potential for colorectal surgery research and practice, successful implementation requires addressing technical, regulatory, ethical, and economic challenges. The surgeon's evolving role demands both traditional expertise and computational fluency. Future advances in multimodal integration, autonomous systems, and global collaboration will fundamentally reshape surgical practice but will require thoughtful implementation prioritizing patient benefit and clinical value.

Humans

Predicting functional constraints across evolutionary timescales with phylogeny-informed genomic language models.

Genomic language models (gLMs) have emerged as a powerful approach for learning genome-wide functional constraints directly from DNA sequences. However, standard gLMs adapted from natural language processing often require extremely large model sizes and computational resources, yet still fall short of classical evolutionary models in predictive tasks. Here, we introduce GPN-Star (Genomic Pretrained Network with Species Tree and Alignment Representation), a biologically grounded gLM featuring a phylogeny-aware architecture that leverages whole-genome alignments and species trees to model evolutionary relationships explicitly. Trained on alignments spanning vertebrate, mammalian, and primate evolutionary timescales, GPN-Star achieves state-of-the-art performance across a wide range of variant effect prediction tasks in both coding and non-coding regions of the human genome. Analyses across timescales reveal task-dependent advantages of modeling more recent versus deeper evolution. To demonstrate its potential to advance human genetics, we show that GPN-Star substantially outperforms prior methods in prioritizing pathogenic and fine-mapped GWAS variants; yields unprecedented enrichments of complex trait heritability; and improves power in rare variant association testing. Extending beyond humans, we train GPN-Star for five model organisms - Mus musculus, Gallus gallus, Drosophila melanogaster, Caenorhabditis elegans, and Arabidopsis thaliana - demonstrating the robustness and generalizability of the framework. Taken together, these results position GPN-Star as a scalable, powerful, and flexible new tool for genome interpretation, well suited to leverage the growing abundance of comparative genomics data.

Journal Article

Development of a questionnaire for detecting potential adverse drug reactions.

OBJECTIVE: To develop a comprehensive list of symptoms categorized by body system as part of a questionnaire for detecting potential adverse drug reactions. DATA SOURCES: A preliminary list of symptoms in lay terminology was extracted from the "Side Effects" section of all drug monographs contained in the United States Pharmacopeia Dispensing Information (USP DI) computerized database (Volume II, Advice for the Patient) using natural language processing software. The list was sorted alphabetically and duplicate terms were eliminated. Symptoms were then categorized by body system or anatomic region. A preferred term for each symptom was selected when multiple synonyms and related words were listed. Finally, all of the symptom terms were incorporated into a thesaurus from which the questionnaire was derived. RESULTS: The questionnaire will be used as part of a computer-assisted interview, developed to solicit information from patients regarding their medication regimens and to systematically query them regarding the presence of salient symptoms or complaints. The computer system will eventually interface with the USP DI database to identify drugs from a patient's regimen that may be associated with adverse symptoms. The symptom thesaurus will provide the link to the USP DI database. Preliminary experience with the questionnaire in a limited number of patients has been encouraging. CONCLUSIONS: The questionnaire can assist clinicians in identifying drug-related symptoms including unreported adverse clinical effects of newly marketed or investigational therapeutic agents. When the questionnaire is computerized and linked to a comprehensive database, it can be more widely used to alert healthcare providers of potential adverse drug reactions that may otherwise go undetected.

Adverse Drug Reaction Reporting Systems

CLASPP: A unified model for predicting post-translational modifications.

Post-Translational Modifications (PTMs) are a fundamental mechanism for regulating cellular pathways and increasing the functional diversity of the proteome. Accurately predicting the PTM types that are likely to occur at a given site in the primary sequence is a key challenge in functional proteomics. Existing PTM prediction models predominantly focus on either single PTM types or employ ensemble methods that combine multiple models to predict different PTM types. This fragmentation is largely driven by the vast imbalance in data availability across PTM types, making it difficult to predict multiple PTM types with a single model. To address this limitation, we present the Contrastively Learned Attention-based Stratified PTM Predictor (CLASPP), a unified PTM prediction model. CLASPP addresses imbalance challenges by leveraging unsupervised clustering-based undersampling and a novel contrastive learning framework tailored to PTM data. Additionally, our hierarchical data organization and curation are shown to improve CLASPP's performance by balancing the representation of individual PTM types and provides a standardized dataset to train and validate future model designs. Drawing inspiration from advancements in image and natural language processing, the CLASPP model employs a multi-stage training strategy and a high-quality, curated training dataset to improve PTM prediction performance. To uncover what is learned during the contrastive learning stage, the CLASPP model is shown to distinguish known protein kinase substrate specificity profiles as a form of explainability. Finally, we evaluate the application of CLASPP in predicting PTMs in different model organisms and experimentally validated ubiquitination sites in the understudied DCLK3 kinase. Overall, CLASPP represents a unified model for PTM prediction that addresses key bottlenecks in data imbalance and offers new strategies for biological data curation, thereby improving PTM-type prediction performance across diverse organisms.

Protein Processing, Post-Translational