LGCLAug 1, 2025

Classification of Psychiatry Clinical Notes by Diagnosis: A Deep Learning and Machine Learning Approach

arXiv:2508.00695v1h-index: 19PeerJ Computer Science
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of AI-assisted diagnostic tools in mental health for healthcare applications, but it is incremental as it compares existing methods on a specific dataset.

The study tackled the classification of psychiatry clinical notes into Anxiety and Adjustment Disorder diagnoses by comparing various AI models, finding that hyperparameter tuning significantly improved accuracy, with Decision Tree, eXtreme Gradient Boost, DistilBERT, and SciBERT all achieving 96% accuracy.

The classification of clinical notes into specific diagnostic categories is critical in healthcare, especially for mental health conditions like Anxiety and Adjustment Disorder. In this study, we compare the performance of various Artificial Intelligence models, including both traditional Machine Learning approaches (Random Forest, Support Vector Machine, K-nearest neighbors, Decision Tree, and eXtreme Gradient Boost) and Deep Learning models (DistilBERT and SciBERT), to classify clinical notes into these two diagnoses. Additionally, we implemented three oversampling strategies: No Oversampling, Random Oversampling, and Synthetic Minority Oversampling Technique (SMOTE), to assess their impact on model performance. Hyperparameter tuning was also applied to optimize model accuracy. Our results indicate that oversampling techniques had minimal impact on model performance overall. The only exception was SMOTE, which showed a positive effect specifically with BERT-based models. However, hyperparameter optimization significantly improved accuracy across the models, enhancing their ability to generalize and perform on the dataset. The Decision Tree and eXtreme Gradient Boost models achieved the highest accuracy among machine learning approaches, both reaching 96%, while the DistilBERT and SciBERT models also attained 96% accuracy in the deep learning category. These findings underscore the importance of hyperparameter tuning in maximizing model performance. This study contributes to the ongoing research on AI-assisted diagnostic tools in mental health by providing insights into the efficacy of different model architectures and data balancing methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes