Skip to main content

ORIGINAL RESEARCH article

Front. Neurosci. , 19 March 2025

Sec. Autonomic Neuroscience

Volume 19 - 2025 | https://doi.org/10.3389/fnins.2025.1421792

Automated detection of cervical spondylotic myelopathy: harnessing the power of natural language processing

\r\nGuanRui Ren&#x;GuanRui Ren1PeiYang Wang&#x;PeiYang Wang2ZhiWei Wang&#x;ZhiWei Wang1ZhiYang XieZhiYang Xie2Lei LiuLei Liu2YunTao Wang,
YunTao Wang2,3*XiaoTao Wu
XiaoTao Wu2*
  • 1Department of Orthopedics, Zhongda Hospital, Medical College, Southeast University, Nanjing, Jiangsu, China
  • 2Department of Spine Surgery, Zhongda Hospital, Medical College, Southeast University, Nanjing, Jiangsu, China
  • 3Xuyi County People's Hospital, Huai'an, Jiangsu, China

Background: The objective of this study was to develop machine learning (ML) algorithms utilizing natural language processing (NLP) techniques for the automated detection of cervical spondylotic myelopathy (CSM) through the analysis of positive symptoms in free-text admission notes. This approach enables the timely identification and management of CSM, leading to optimal outcomes.

Methods: The dataset consisted of 1,214 patients diagnosed with cervical diseases as their primary condition between June 2013 and June 2020. A random ratio of 7:3 was employed to partition the dataset into training and testing subsets. Two machine learning models, Extreme Gradient Boosting (XGBoost) and Bidirectional Long Short Term Memory Network (LSTM), were developed. The performance of these models was assessed using various metrics, including the Receiver Operating Characteristic (ROC) curve, Area Under the Curve (AUC), accuracy, precision, recall, and F1 score.

Results: In the testing set, the LSTM achieved an AUC of 0.9025, an accuracy of 0.8740, a recall of 0.9560, an F1 score of 0.9122, and a precision of 0.8723. The LSTM model demonstrated superior clinical applicability compared to the XGBoost model, as evidenced by calibration curves and decision curve analysis.

Conclusions: The timely identification of suspected CSM allows for prompt confirmation of diagnosis and treatment. The utilization of NLP algorithm demonstrated excellent discriminatory capabilities in identifying CSM based on positive symptoms in free-text admission notes complaint data. This study showcases the potential of a pre-diagnosis system in the field of spine.

Introduction

Cervical Spondylotic Myelopathy (CSM) is recognized as the most prevalent cause of spinal cord dysfunction worldwide (Fehlings et al., 2013). Hospitalizations for CSM are projected to occur at a rate of 4.04 per 100,000 person-years, with a significant annual increase in the number of surgical procedures (Lad et al., 2009; Wu et al., 2013; Bakhsheshian et al., 2017). The timely identification and management of CSM are imperative in order to achieve optimal outcomes before the occurrence of spinal cord injury (Bakhsheshian et al., 2017). However, previous research has indicated a delay in diagnosis averaging 6.3 years, primarily attributed to the lack of specific complaints (Sadasivan et al., 1993). Consequently, there is a need to devise an automated pre-diagnosis tool that can expedite the time between symptom onset and treatment, thereby alleviating the labor-intensive manual efforts of surgeons.

The domain of natural language processing (NLP) empowers computers to analyze, comprehend, and utilize human language. This artificial intelligence (AI) technology has proven to be effective across various industries, particularly in the extraction of structured data from huge databases (Wyles et al., 2019). NLP is suitable for the medical sector, due to the prevalence of time-consuming clinical notes (Wyles et al., 2019). Prior research has demonstrated the benefits of NLP in enhancing risk stratification models and conducting computerized semantic analysis of clinical notes (Kreimeyer et al., 2017). In the context of investigating diagnosis and clinical decision-making under ambiguity, NLP demonstrated its utility in extracting clinically significant information from electronic health records (EHRs) to record initial diagnostic hypotheses (Jones et al., 2018; Castro et al., 2017; Afshar et al., 2019).

Unlike traditional neural networks, which often assume independence between inputs and outputs, such models fail to consider contextual information in sequential data such as text, audio, and video. Recurrent neural networks (RNNs) are deep learning algorithms that leverage continuous information across contexts. These networks consist of recurrent cells, which are influenced by both previous states and current input through feedback connections (Yu et al., 2019). In order to address the long-term dependencies encountered by conventional RNNs, the Long Short Term Memory Network (LSTM) cell incorporates a “gate” mechanism to enhance memory retention (Hochreiter and Schmidhuber, 1997). Previous studies have used machine learning to distinguish cervical spondylotic myelopathy from normal cases using X-rays and MRIs (Lee et al., 2022; Wang et al., 2018). Our research demonstrated that natural language-driven LSTM models can aid in diagnosing spinal disorders (Ren et al., 2022; Wang et al., 2024). However, timely access to medical imaging is limited in low-income countries. Developing a model based on patient complaints could reduce unnecessary visits and geographic barriers. Our objective is to use ML models based on NLP that can automatically identify CSM using the free-text complaints of patients.

Materials and methods

Data source

We enrolled patients diagnosed with cervical illness who received treatment at Zhongda Hospital Affiliated to Southeast University from June 2013 to June 2020. Patients with primary diagnoses in other organs or with insufficient clinical information were excluded from the study. A total of 1,214 Chinese free-text admission notes were examined, consisting of main symptoms, time of occurrence, and causes. The included cases consisted of 85 instances of cervical spondylotic radiculopathy (CSR), 19 cases of cervical tumors, 246 cases of cervical trauma, 12 cases of cervical infection, and 852 cases of cervical spondylotic myelopathy (CSM) (Table 1). Characteristic symptoms and signs of cervical spondylotic myelopathy (CSM) encompass various manifestations such as impaired manual dexterity, stiffness, proprioceptive loss, and diminished glove sensation in the hands. Positive symptoms were identified from free text describing the main symptom and reviewed by two researchers. Additionally, individuals may experience heightened urgency, frequency, or hesitation in urination, spasticity in the extremities, and gait dysfunction, including a stiff or spastic gait (Crandall and Batzdorf, 1966; Denno and Meadows, 1991). Two experienced surgeons independently confirmed each diagnosis through meticulous examination of hospital records, MRI scans, and CT scans.

Table 1
www.frontiersin.org

Table 1. Distribution of cervical diseases.

Data analysis

For data analysis, the Jieba package was employed in Python (version 3.7.6) to extract a word set comprising 428 words from the admission notes. The dataset underwent word set vectorization and was subsequently divided into a training set and a testing set at a random ratio of 7:3. Two NLP-based ML models were developed using the training set. Bidirectional LSTM models were implemented using the keras package in Tensorflow (version 2.3), with the addition of dropout for preventing overfitting (Figure 1). Detailed information of the LSTM model is shown in Table 2. The extreme gradient boosting (XGBoost) models were deployed using the Sci-Kit Learn package in Python (version 3.7.6).

Figure 1
www.frontiersin.org

Figure 1. Inner structure of LSTM model. Bidirectional LSTM layers were conducted with dropout layers to inhibit overfitting. LSTM, Long Short Term Memory Network.

Table 2
www.frontiersin.org

Table 2. The framework of the LSTM model.

The testing set was used to compare the performance of the two algorithms, utilizing the following measures: (1) Recall quantifies the proportion of accurately classified true positives. (2) Accuracy represents the percentage of accurate predictions among all predictions made. (3) Precision denotes the ratio of correct predictions within positive predictions. (4) The F1 score enables the calculation of the harmonic mean between recall and precision. (5) The utilization of the Receiver Operating Characteristic (ROC) curve demonstrates the trade-off between sensitivity and specificity. The area under the curve (AUC) is a measure of the probability that a classifier would assign a higher rank to a randomly selected positive instance compared to a randomly selected negative instance, when normalized units are employed (Ford et al., 2016). Calibration curves and decision curve analysis enhanced the model's clinical applicability. The Shapley additive interpretation (SHAP) based on XGBoost model identifying key predictive features.

Results

In the test set, the LSTM model achieved an AUC of 0.9025 (Figure 2), an accuracy of 0.8740, a recall of 0.9560, an F1 score of 0.9122, and a precision of 0.8723 (Table 3). The XGBoost model obtained an AUC of 0.8292 (Figure 2), an accuracy of 0.8247, a recall of 0.9200, an F1 score of 0.8779, and a precision of 0.8394 (Table 3). The LSTM model demonstrated superior clinical applicability compared to the XGBoost model, as evidenced by calibration curves and decision curve analysis (Figures 3, 4). The SHAP based on XGBoost elucidated feature importance, highlighting the terms that describe the primary symptoms in the statement with high confidence. The most frequently occurring words include “numbness”, “weakness”, and “instability” (Figure 5).

Figure 2
www.frontiersin.org

Figure 2. ROC curve of LSTM and XGBoost. LSTM, Long Short Term Memory Network; XGBoost, extreme gradient boosting.

Table 3
www.frontiersin.org

Table 3. Performance of LSTM and XGBoost.

Figure 3
www.frontiersin.org

Figure 3. Calibration curves for LSTM and XGBoost.

Figure 4
www.frontiersin.org

Figure 4. Decision curves for LSTM and XGBoost.

Figure 5
www.frontiersin.org

Figure 5. Feature importance based on SHAP.

Discussion

By utilizing positive symptoms in free-text admission notes that is easily accessible, the NLP-assisted tool has the capability to offer accurate medical guidance or conduct initial screening of cases. This study serves as a proof of concept for a spinal pre-diagnosis system, which has the potential to eliminate unnecessary visits and overcome geographical limitations (Zhou et al., 2021). The Medical pre-diagnosis system (Zhu et al., 2017) has garnered significant attention, with numerous disease prediction models being developed for neurological diseases (Güler and Ubeyli, 2007), pancreatic cancer (Wang et al., 2007), and diabetes (Barakat et al., 2010). The early identification of suspected CSM through the use of unstructured data has the potential to save patients time and reduce hospital costs, particularly in low-income countries with limited medical resources.

We developed NLP algorithms that effectively differentiate CSM based on positive symptoms in free-text admission notes. The LSTM model demonstrated accurate predictions for CSM, indicating the potential for predicting cervical illness using a limited amount of EHR data. The inclusion of cyclic connections allows LSTM to update its current state based on past states, making it suitable for analyzing sequential data (Yu et al., 2019). Due to its ability to handle long-term dependencies (Hochreiter and Schmidhuber, 1997), LSTM is widely used as an RNN model (Yu et al., 2019). XGBoost is a powerful model for predicting adverse events in free-text notes (Karhade et al., 2020a,b,c). However, Tassone et al. discovered that XGBoost exhibits lower performance compared to deep learning when dealing with big data (Tassone et al., 2020). While XGBoost achieves lower prediction accuracy than LSTM, this discrepancy may be attributed to the inherent difficulty of the current task, as both CSR and cervical tumors exhibit similar symptoms to CSM.

NLP algorithms leverage computer-based techniques to acquire, comprehend, and generate information in human language (Hirschberg and Manning, 2015). ML can enhance the efficiency of clinicians' workload, specifically for tasks that involve subjective judgment, thereby saving clinicians' valuable time (Reddy et al., 2019; Gambhir et al., 2016). Previous studies utilized NLP for automated surveillance of spine advent events (Karhade et al., 2020a,b,c, 2021). NLP predicted the severity of chest injuries using the initial eight hours of clinical records (Kulshrestha et al., 2021). An AI-based system diagnosed prevalent childhood diseases by extracting relevant information from EHRs using a hypothetico-deductive reasoning approach (Liang et al., 2019). Additionally, a Chinese medicine assistive diagnostic system was utilized to identify 187 well-known traditional Chinese medicine disorders and their associated symptoms, relying on unstructured freestyle records (Zhang et al., 2020). Furthermore, previous researches have predominantly concentrated on analyzing pathological changes through radiology reports (Huhdanpaa et al., 2018; Tan et al., 2018).

There are several limitations that necessitate acknowledgment. Firstly, this study was conducted retrospectively at a single hospital, which raises concerns about the generalizability of the findings. To ensure the broad applicability of the model and minimize potential bias, it is necessary to conduct external validation and employ prospective multi-institutional study designs. All patients included were surgical candidates, which inevitably enhances the severity of symptoms observed in our data compared to the overall population.

Conclusions

Early identification of suspected CSM can facilitate timely confirmation of diagnosis and treatment. Our NLP algorithm exhibited commendable performance in diagnosing CSM through EHRs. The findings highlight the potential of a pre-diagnosis system that utilizes readily available descriptions of the primary symptom in the spine field.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding authors.

Ethics statement

The studies involving humans were approved by Zhongda Hospital Affiliated to Southeast University Ethics Committee. The studies were conducted in accordance with the local legislation and institutional requirements. The ethics committee/institutional review board waived the requirement of written informed consent for participation from the participants or the participants' legal guardians/next of kin because the study received ethical approval from the Ethics Committee of Zhongda Hospital Affiliated to Southeast University, with reference number 2021ZDSYLL295-P01. This study had met the requirements for exemption from informed consent, and approved to exemption from informed consent by Zhongda Hospital Affiliated to Southeast University Ethics Committee.

Author contributions

GR: Conceptualization, Data curation, Formal analysis, Software, Writing – original draft. PW: Data curation, Methodology, Writing – original draft. ZW: Supervision, Visualization, Writing – review & editing. ZX: Supervision, Validation, Writing – original draft. LL: Supervision, Validation, Writing – review & editing. YW: Supervision, Visualization, Writing – review & editing. XW: Supervision, Visualization, Writing – review & editing.

Funding

The author(s) declare that financial support was received for the research and/or publication of this article. This study was supported by grants from Southeast University affiliated Zhongda Hospital Foundation (CZXM-GSP-RC118) (JB202304Q), and the Project Supported by Science Foundation of Kangda College of Nanjing Medical University (KD2024KYJJ213). The authors and any research foundations with which they are affiliated have not received any other financial payments or other benefits from any other commercial entity related to the subject of this article.

Generative AI statement

The author(s) declare that Gen AI was used in the creation of this manuscript. During the preparation of this work, the authors utilized Generative AI solely for language editing and grammatical corrections. The Generative AI tool did not participate in data interpretation, result generation, or scientific decision-making. The authors take full responsibility for the content, accuracy, and originality of the research, and the final manuscript was thoroughly reviewed and approved by all co-authors.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

NLP, natural language processing; ML, machine learning; CSM, cervical spondylotic myelopathy; CSR, cervical spondylotic radiculopathy; EHRs, Electronic medical records; AI, artificial intelligence; RNNs, Recurrent neural networks; LSTM, Long short-term memory; XGBoost, Extreme Gradient Boosting; ROC, receiver operating characteristic curve; AUC, area under the curve.

References

Afshar, M., Phillips, A., Karnik, N., Mueller, J., To, D., Gonzalez, R., et al. (2019). Natural language processing and machine learning to identify alcohol misuse from the electronic health record in trauma patients: development and internal validation. J. Am. Med. Inform. Assoc. 26, 254–261. doi: 10.1093/jamia/ocy166

PubMed Abstract | Crossref Full Text | Google Scholar

Bakhsheshian, J., Mehta, V. A., and Liu, J. C. (2017). Current diagnosis and management of cervical spondylotic myelopathy. Global Spine J. 7, 572–586. doi: 10.1177/2192568217699208

PubMed Abstract | Crossref Full Text | Google Scholar

Barakat, N. H., Bradley, A. P., and Barakat, M. N. (2010). Intelligible support vector machines for diagnosis of diabetes mellitus. IEEE Trans. Inform. Technol. Biomed. 14, 1114–1120. doi: 10.1109/TITB.2009.2039485

PubMed Abstract | Crossref Full Text | Google Scholar

Castro, V. M., Dligach, D., Finan, S., Yu, S., Can, A., Abd-El-Barr, M., et al. (2017). Large-scale identification of patients with cerebral aneurysms using natural language processing. Neurology 88, 164–168. doi: 10.1212/WNL.0000000000003490

PubMed Abstract | Crossref Full Text | Google Scholar

Crandall, P. H., and Batzdorf, U. (1966). Cervical spondylotic myelopathy. J. Neurosurg. 25, 57–66. doi: 10.3171/jns.1966.25.1.0057

PubMed Abstract | Crossref Full Text | Google Scholar

Denno, J. J., and Meadows, G. R. (1991). Early diagnosis of cervical spondylotic myelopathy. A useful clinical sign. Spine 16, 1353–1355. doi: 10.1097/00007632-199112000-00001

PubMed Abstract | Crossref Full Text | Google Scholar

Fehlings, M. G., Wilson, J. R., Kopjar, B., Yoon, S. T., Arnold, P. M., Massicotte, E. M., et al. (2013). Efficacy and safety of surgical decompression in patients with cervical spondylotic myelopathy: results of the AOSpine North America prospective multi-center study. J. Bone Joint Surg. Am. 95, 1651–1658. doi: 10.2106/JBJS.L.00589

PubMed Abstract | Crossref Full Text | Google Scholar

Ford, E., Carroll, J. A., Smith, H. E., Scott, D., and Cassell, J. A. (2016). Extracting information from the text of electronic medical records to improve case detection: a systematic review. J. Am. Med. Inform. Assoc. 23, 1007–1015. doi: 10.1093/jamia/ocv180

PubMed Abstract | Crossref Full Text | Google Scholar

Gambhir, S., Malik, S. K., and Kumar, Y. (2016). Role of soft computing approaches in healthcare domain: a mini review. J. Med. Syst. 40, 287. doi: 10.1007/s10916-016-0651-x

PubMed Abstract | Crossref Full Text | Google Scholar

Güler, I., and Ubeyli, E. D. (2007). Multiclass support vector machines for EEG-signals classification. IEEE Trans. Inform. Technol. Biomed. 11, 117–126. doi: 10.1109/TITB.2006.879600

PubMed Abstract | Crossref Full Text | Google Scholar

Hirschberg, J., and Manning, C. D. (2015). Advances in natural language processing. Science 349, 261–266. doi: 10.1126/science.aaa8685

PubMed Abstract | Crossref Full Text | Google Scholar

Hochreiter, S., and Schmidhuber, J. (1997). Long short-term memory. Neural Comput. 9, 1735–1780.

Google Scholar

Huhdanpaa, H. T., Tan, W. K., Rundell, S. D., Suri, P., Chokshi, F. H., Comstock, B. A., et al. (2018). Using Natural Language Processing of Free-Text Radiology Reports to Identify Type 1 Modic Endplate Changes. J. Digit. Imaging. 31, 84–90. doi: 10.1007/s10278-017-0013-3

PubMed Abstract | Crossref Full Text | Google Scholar

Jones, B. E., South, B. R., Shao, Y., Lu, C. C., Leng, J., Sauer, B. C., et al. (2018). Development and Validation of a natural language processing tool to identify patients treated for pneumonia across VA emergency departments. Appl. Clin. Inform. 9, 122–128. doi: 10.1055/s-0038-1626725

PubMed Abstract | Crossref Full Text | Google Scholar

Karhade, A. V., Bongers, M. E. R., Groot, O. Q., Cha, T. D., Doorly, T. P., Fogel, H. A., et al. (2020b). Development of machine learning and natural language processing algorithms for preoperative prediction and automated identification of intraoperative vascular injury in anterior lumbar spine surgery. Spine J. 21, 1635–1642. doi: 10.1016/j.spinee.2020.04.001

PubMed Abstract | Crossref Full Text | Google Scholar

Karhade, A. V., Bongers, M. E. R., Groot, O. Q., Cha, T. D., Doorly, T. P., Fogel, H. A., et al. (2020c). Can natural language processing provide accurate, automated reporting of wound infection requiring reoperation after lumbar discectomy? Spine J. 20, 1602–1609. doi: 10.1016/j.spinee.2020.02.021

PubMed Abstract | Crossref Full Text | Google Scholar

Karhade, A. V., Bongers, M. E. R., Groot, O. Q., Kazarian, E. R., Cha, T. D., Fogel, H. A., et al. (2020a). Natural language processing for automated detection of incidental durotomy. Spine J. 20, 695–700. doi: 10.1016/j.spinee.2019.12.006

PubMed Abstract | Crossref Full Text | Google Scholar

Karhade, A. V., Lavoie-Gagne, O., Agaronnik, N., Ghaednia, H., Collins, A. K., Shin, D., et al. (2021). Natural language processing for prediction of readmission in posterior lumbar fusion patients: which free-text notes have the most utility? Spine J. 22, 272–277 doi: 10.1016/j.spinee.2021.08.002

PubMed Abstract | Crossref Full Text | Google Scholar

Kreimeyer, K., Foster, M., Pandey, A., Arya, N., Halford, G., Jones, S. F., et al. (2017). Natural language processing systems for capturing and standardizing unstructured clinical information: a systematic review. J. Biomed. Inform. 73, 14–29. doi: 10.1016/j.jbi.2017.07.012

PubMed Abstract | Crossref Full Text | Google Scholar

Kulshrestha, S., Dligach, D., Joyce, C., Afshar, M., Churpek, M. M., Melton, G. B., et al. (2021). Prediction of severe chest injury using natural language processing from the electronic health record. Injury 52, 205–212. doi: 10.1016/j.injury.2020.10.094

PubMed Abstract | Crossref Full Text | Google Scholar

Lad, S. P., Patil, C. G., Berta, S., Santarelli, J. G., Ho, C., Boakye, M., et al. (2009). National trends in spinal fusion for cervical spondylotic myelopathy. Surg. Neurol. 71, 66–9. doi: 10.1016/j.surneu.2008.02.045

PubMed Abstract | Crossref Full Text | Google Scholar

Lee, G. W., Shin, H., and Chang, M. C. (2022). Deep learning algorithm to evaluate cervical spondylotic myelopathy using lateral cervical spine radiograph. BMC Neurol. 22:147. doi: 10.1186/s12883-022-02670-w

PubMed Abstract | Crossref Full Text | Google Scholar

Liang, H., Tsui, B. Y., Ni, H., Valentim, C. C. S., Baxter, S. L., Liu, G., et al. (2019). Evaluation and accurate diagnoses of pediatric diseases using artificial intelligence. Nat. Med. 25, 433–438. doi: 10.1038/s41591-018-0335-9

PubMed Abstract | Crossref Full Text | Google Scholar

Reddy, S., Fox, J., and Purohit, M. P. (2019). Artificial intelligence-enabled healthcare delivery. J. R. Soc. Med. 112, 22–28. doi: 10.1177/0141076818815510

PubMed Abstract | Crossref Full Text | Google Scholar

Ren, G., Yu, K., Xie, Z., Liu, L., Wang, P., Zhang, W., et al. (2022). Differentiation of lumbar disc herniation and lumbar spinal stenosis using natural language processing-based machine learning based on positive symptoms. Neurosurg. Focus. 52:E7. doi: 10.3171/2022.1.FOCUS21561

PubMed Abstract | Crossref Full Text | Google Scholar

Sadasivan, K. K., Reddy, R. P., and Albright, J. A. (1993). The natural history of cervical spondylotic myelopathy. Yale J. Biol. Med. 66, 235–242.

Google Scholar

Tan, W. K., Hassanpour, S., Heagerty, P. J., Rundell, S. D., Suri, P., Huhdanpaa, H. T., et al. (2018). Comparison of natural language processing rules-based and machine-learning systems to identify lumbar spine imaging findings related to low back pain. Acad. Radiol. 25, 1422–1432. doi: 10.1016/j.acra.2018.03.008

PubMed Abstract | Crossref Full Text | Google Scholar

Tassone, J., Yan, P., Simpson, M., Mendhe, C., Mago, V., Choudhury, S., et al. (2020). Utilizing deep learning and graph mining to identify drug use on Twitter data. BMC Med. Inform. Decis. Mak. 20:304. doi: 10.1186/s12911-020-01335-3

PubMed Abstract | Crossref Full Text | Google Scholar

Wang, P., Zhang, Z., Xie, Z., Liu, L., Ren, G., Guo, Z., et al. (2024). Natural language processing-driven artificial intelligence models for the diagnosis of lumbar disc herniation with L5 and S1 radiculopathy: a preliminary evaluation. World Neurosurg. 189, e300–e309. doi: 10.1016/j.wneu.2024.06.041

PubMed Abstract | Crossref Full Text | Google Scholar

Wang, S., Hu, Y., Shen, Y., and Li, H. (2018). Classification of diffusion tensor metrics for the diagnosis of a myelopathic cord using machine learning. Int. J. Neural Syst. 28:1750036. doi: 10.1142/S0129065717500368

PubMed Abstract | Crossref Full Text | Google Scholar

Wang, W., Chen, S., Brune, K. A., Hruban, R. H., Parmigiani, G., Klein, A. P., et al. (2007). PancPRO: risk assessment for individuals with a family history of pancreatic cancer. J. Clini. Oncol. 25, 1417–1422. doi: 10.1200/JCO.2006.09.2452

PubMed Abstract | Crossref Full Text | Google Scholar

Wu, J. C., Ko, C. C., Yen, Y. S., Huang, W. C., Chen, Y. C., Liu, L., et al. (2013). Epidemiology of cervical spondylotic myelopathy and its risk of causing spinal cord injury: a national cohort study. Neurosurg. Focus 35:E10. doi: 10.3171/2013.4.FOCUS13122

PubMed Abstract | Crossref Full Text | Google Scholar

Wyles, C. C., Tibbo, M. E., Fu, S., Wang, Y., Sohn, S., Kremers, W. K., et al. (2019). Use of natural language processing algorithms to identify common data elements in operative notes for total hip arthroplasty. J. Bone Joint Surg. Am. 101, 1931–1938. doi: 10.2106/JBJS.19.00071

PubMed Abstract | Crossref Full Text | Google Scholar

Yu, Y., Si, X., Hu, C., and Zhang, J. A. (2019). Review of recurrent neural networks: LSTM cells and network architectures. Neural Comput. 31, 1235–1270. doi: 10.1162/neco_a_01199

PubMed Abstract | Crossref Full Text | Google Scholar

Zhang, H., Ni, W., Li, J., and Zhang, J. (2020). Artificial intelligence-based traditional chinese medicine assistive diagnostic system: validation study. JMIR Med Inform. 8:e17608. doi: 10.2196/17608

PubMed Abstract | Crossref Full Text | Google Scholar

Zhou, X., Li, Y., and Liang, W. (2021). CNN-RNN based intelligent recommendation for online medical pre-diagnosis support. IEEE/ACM Trans. Comp. Biol. Bioinform. 18, 912–921. doi: 10.1109/TCBB.2020.2994780

PubMed Abstract | Crossref Full Text | Google Scholar

Zhu H. Liu X. Lu R. and Li, H. (2017). Efficient and privacy-preserving online medical prediagnosis framework using nonlinear SVM. IEEE J. Biomed. Health Inform. 21, 838–850. doi: 10.1109/JBHI.2016.2548248

PubMed Abstract | Crossref Full Text | Google Scholar

Keywords: Long Short Term Memory Network, machine learning, electronic health record, natural language processing, cervical spondylotic myelopathy

Citation: Ren G, Wang P, Wang Z, Xie Z, Liu L, Wang Y and Wu X (2025) Automated detection of cervical spondylotic myelopathy: harnessing the power of natural language processing. Front. Neurosci. 19:1421792. doi: 10.3389/fnins.2025.1421792

Received: 23 April 2024; Accepted: 03 March 2025;
Published: 19 March 2025.

Edited by:

Stephen Lewis, Case Western Reserve University, United States

Reviewed by:

Seong Dae Yun, Forschungszentrum Jülich, Germany
Balu Bhasuran, Florida State University, United States

Copyright © 2025 Ren, Wang, Wang, Xie, Liu, Wang and Wu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: XiaoTao Wu, d3V4aWFvdGFvemhvbmdkYUAxNjMuY29t; YunTao Wang, d2FuZ3l0dG9kQHNldS5lZHUuY24=

These authors have contributed equally to this work and share first authorship

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Research integrity at Frontiers

Man ultramarathon runner in the mountains he trains at sunset

95% of researchers rate our articles as excellent or good

Learn more about the work of our research integrity team to safeguard the quality of each article we publish.


Find out more