Next Article in Journal
Impact of High Intensity Contact Physical Activity During a Match on Echocardiographic Parameters and High-Sensitivity Troponin I in Competitive Rugby Players
Previous Article in Journal
Cardiovascular Risk Assessment and Lipid-Lowering Therapy Recommendations in Primary Prevention
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Mapping the Advanced-Stage Epithelial Ovarian Cancer Landscape Goes Beyond Words: Two Large Language Models, Eight Tasks, One Journey

by
Michela Quaranta
1,†,
Alexandros Laios
1,*,†,
Charlie Rogers
1,
Anastasia Ioanna Mavromatidou
2,
Amudha Thangavelu
1,
Georgios Theophilou
1,
David Nugent
1,
Diederick DeJong
1 and
Evangelos Kalampokis
2
1
Department of Gynaecologic Oncology, ESGO Centre of Excellence for Ovarian Cancer Surgery, St James’s University Hospital, Leeds LS9 7TF, UK
2
Information Systems Lab, Department of Business Administration, University of Macedonia, 54636 Thessaloniki, Greece
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
J. Clin. Med. 2025, 14(7), 2223; https://doi.org/10.3390/jcm14072223
Submission received: 19 February 2025 / Revised: 21 March 2025 / Accepted: 24 March 2025 / Published: 25 March 2025

Abstract

:
Background/Objectives: The advancement of natural language processing (NLP) technologies has transformed various sectors. However, their application in the healthcare domain, particularly for analysing clinical notes, remains underdeveloped. We investigated the use of deep neural networks, specifically transformer-based models, to predict intraoperative and post-operative outcomes related to advanced-stage epithelial ovarian cancer cytoreduction (aEOC) using unstructured surgical notes. Methods: We evaluated the performance of RoBERTa, a general-purpose language model, and GatorTron, a domain-specific model, across eight binary classification tasks using the same dataset. The dataset consisted of 560 surgical records from patients with aEOC who underwent cytoreductive surgery at a tertiary UK reference centre. Predictive outcomes were converted into binary features to facilitate classification tasks. To enhance the contextual information available to the models, textual data from “operative findings” and “operative notes” were concatenated. Results: Our findings highlight the tangible benefits of employing domain-specific language models for clinical text analysis. GatorTron generally outperformed RoBERTa across most predictive tasks, underscoring the advantages of domain-specific pretraining for understanding medical terminology and context. Both models struggled to predict certain outcomes, particularly those involving post-operative events like major complications and length of hospital stay, despite adjustments in hyperparameters and training strategies. This limitation suggests that operative text alone may not sufficiently capture the complexities of post-operative recovery. Conclusions: These findings have valuable implications for developing medical AI systems to improve the delivery of modern aEOC healthcare.

1. Introduction

Advanced stage epithelial ovarian cancer (aEOC) remains clinically challenging as a leading cause of gynecological cancer mortality [1]. Patients often present with non-specific symptoms, and the disease is frequently diagnosed at a late stage. Optimal surgical cytoreduction combined with platinum-based chemotherapy is the cornerstone of therapy, with the extent of tumour debulking being a strong predictor of overall survival [2]. However, major cytoreductive procedures carry considerable morbidity, making risk stratification and perioperative management paramount for patient counselling and improved outcomes [3].
The COVID-19 pandemic was a catalyst for a rapid digital transformation in healthcare, reflected in the widespread adoption of electronic health records (EHRs) [4]. Despite the wealth of clinical information in EHRs, up to 80% of these data stored in unstructured text, such as clinical notes, operative findings, and discharge summaries, are not used [5]. Although traditional statistical approaches often overlook these unstructured data, leveraging natural language processing (NLP) could offer additional insights from free-text clinical documents [6].
Language models have been applied in diverse healthcare contexts. The deployment of large language models (LLMs) like GPT-3 and GPT-4 in the medical field has opened new avenues for patient care and medical research. These models assist in tasks such as automated medical record summarisation and clinical decision support, demonstrating the transformative potential of LLMs in healthcare [7]. Their performance varies depending on factors such as domain-specific training data and the complexity of clinical tasks. GatorTron, a domain-specific language model designed for clinical text, has shown promise in several healthcare-related tasks [8]. RoBERTa, built on the Bidirectional Encoder Representations from Transformers (BERT) architecture, has also demonstrated strong performance in general text classification, including biomedical applications [9]. We previously demonstrated that RoBERTa-based classifiers, when employed to process unstructured operative notes, outperformed traditional risk factor-based models in the prediction of surgical outcomes [10].
However, few direct comparisons between these two models exist [11], and not within gynaecological oncology and, more specifically, in the context of advanced EOC cytoreductive surgery. This gap could be bridged by combining the NLP work with domain-specific knowledge and deep insight into clinical workflows. To address this, we conducted a head-to-head comparison of GatorTron and RoBERTa for eight binary classification tasks associated with perioperative outcomes and post-operative morbidity in aEOC. By integrating text from operative notes with additional operative findings, we hypothesised that our selected NLP-based neural network models could identify signals predictive of key risk factors, including the likelihood of complete cytoreduction, the length of hospital stay, the estimated blood loss, the operative time, the need for intensive treatment unit admission, and post-operative complications. Ultimately, our goal is to demonstrate the potential of modern NLP techniques in improving perioperative risk management and standardising the reporting of key surgical outcomes after advanced cytoreduction of EOC.

2. Materials and Methods

2.1. Study Design and Population

We reviewed the hospital EHRs to identify women with aEOC (FIGO stage III or IV) who underwent cytoreductive surgery at a tertiary UK referral centre between January 2014 and December 2019. The EHR dataset consisted of 560 surgical notes detailing surgical findings. An aEOC clinical database, developed internally, was integrated with the EHR system to provide access to both discrete and engineered data [12]. Institutional research ethics board approval was granted by the Leeds Teaching Hospitals Trust (23/NE/0229/328779/12.01.24), and informed written consent was obtained from all participants. This study was registered with the UMIN Clinical Trials Registry (UMIN000049480). Exclusion criteria included missing operative notes, lack of histopathological aEOC confirmation, and incomplete post-operative follow-up data.

2.2. Data Extraction and Processing

A customised pipeline was developed to extract and pre-process data from the institutional EHR system. Structured fields—such as patient demographics, date of surgery, date of discharge, and standard laboratory values—were collected using query-based methods. The dataset originally contained 113 fields; however, this was reduced to 10 fields to focus on the unstructured text and most relevant data. These included two text fields (used as model inputs) and eight predictive outcomes (used as output variables) (Table 1). To address the variability in documentation styles amongst different surgeons, we applied synonym standardisation for text normalisations and observed some mild heterogeneity in terminology usage.
The unstructured text primarily consisted of the following:
Operative Notes: Detailed narratives documented by the surgeon describing the operative approach, location and extent of disease, specific manoeuvres undertaken at cytoreduction, and immediate surgical events and/or instructions.
Operative Findings: Additional text-based reports outlining tumour distribution and the involvement of various anatomical structures.
These narratives were concatenated into a unified corpus for each patient to allow for NLP analysis and improve model performance. All clinical features were transformed into binary to ensure a uniform comparison. For continuous variables (e.g., length of stay, procedure time, blood loss, and time between surgery and treatment), a median split was applied. Binary variables included whether the patient had a complete cytoreduction, major post-operative complications, ITU admission, and CA125 levels post-treatment. To address imbalanced fields, class weights were adjusted during the model training using this formula:
Weight = n samples ( n classes · np . bincount ( y ) )
The surgical outcomes included eight binary classification tasks reflecting peri-operative and post-operative parameters:
  • Complete Cytoreduction: Whether the surgeon recorded no visible residual disease at the end of the procedure.
  • Length of Stay: Whether the post-operative stay extended beyond 7 days (median), a clinically meaningful threshold to capture extended hospitalisation.
  • Operative Time: Documented in minutes.
  • Estimated Blood Loss: Documented in millilitres.
  • Intensive Care Unit (ICU) Admission: Whether the patient required ICU admission in the immediate post-operative period.
  • Clavien-Dindo Grade 3–5 post-operative complications: Complications that necessitated surgical, endoscopic, or radiological intervention (grade 3), that necessitate critical organ support (grade 4), or that resulted in death (grade 5) [13].
  • Time between surgery and end of treatment: Indicating potential treatment delays.
  • End-of-Treatment CA125: Whether the patient’s serum CA125, measured upon completion of chemotherapy or follow-up, remained elevated or not (≥35 U/mL).
Structured and unstructured entries in operative discharge summaries and follow-up notes were thoroughly reviewed by two clinicians (AL, DDJ) to establish ground truth labels. Identifiers and protected health information were removed to maintain patient confidentiality in line with institutional guidelines.

2.3. Large Language Model Architectures

GatorTron is a domain-specific Transformer-based language model developed from clinical notes, PubMed articles, and Wikipedia. It is designed to capture nuances of medical terminology [8].
RoBERTa (Robustly Optimised BERT Pretraining Approach) was chosen for its robust optimisation and dynamic masking technique, which enhances generalisation and reduces dependency on word order. It is trained on large datasets and has demonstrated superior performance across various NLP benchmarks [14]. RoBERTa has also been applied to detect negations in Dutch clinical texts, showing improved accuracy of clinical information extraction [15]. This suggests that RoBERTa, although not specifically designed for healthcare, can be fine-tuned for medical tasks, whilst specialised models like GatorTron retain their enhanced accuracy and efficiency in medical settings.
RoBERTa was trained and fine-tuned using the Simple Transformers library. Due to its computational cost, GatorTron was trained for 40 epochs using the default Simple Transformers learning rate ( 4.00 · 10 5 ). The same loss function (cross-entropy loss) was used for consistency. Both models were trained on an 80–20 train–test split. Class weights for imbalanced variables were incorporated during training to mitigate bias. Key hyperparameters are presented in Table 2.

2.4. Performance Metrics and Statistical Analysis

We assessed each model’s discriminative ability using the area under the receiver operating characteristic curve (AUROC). In addition, we computed accuracy, precision, recall, F1-score, Matthew’s correlation coefficient (MCC), and the area under the precision-recall curve (AUPRC). We evaluated differences in performance using DeLong’s test for AUROC comparisons where appropriate. Statistical significance was set at p < 0.05 . Each metric was calculated for every binary classification task, allowing for a thorough comparison of the models’ strengths and weaknesses.

3. Results

The descriptive statistics of the continuous variables are summarized in Table 3. The integer to binary transformation was performed by using the median value as the threshold. This concluded in relatively balanced distribution between most variables (Figure 1).
The concatenated field that was created from the merge of operative findings and operative notes is referred to as “operative text”. The descriptive statistic of the word counts for the three text fields are shown on Table 4.
The word count distribution showed significant variation between operative findings and operative notes fields, with the operative findings typically having shorter word counts (30–35 words). In contrast, operative notes had a wider spread, peaking around 100–150 words and extending up to 565 words in length (Figure 2A). To gain insights into commonly used terms, word clouds were generated (Figure 2B).
During model convergence, GatorTron displayed a steady increase in validation AUROC with fewer epochs, whilst RoBERTa required more tuning cycles. For RoBERTa, using only the text field of “operative findings”, performance accuracies for most outcomes were slightly above 50%, which is a little better than random chance. Similar observations were made for GatorTron. Therefore, the “operative text” was used as the data input. All variables except ICU admission and major post-operative complications were predicted by a 40-epoch training with the default learning rate of 4.00 × 10 5 . The two imbalanced fields underwent weight readjustment to improve model performance. Table 5 and Table 6 summarise the performance metrics for RoBERTa and GatorTron across the eight binary tasks, respectively.
GatorTron consistently outperformed RoBERTa, with the most pronounced differences observed in classification tasks requiring greater domain-specific knowledge, such as predicting the need for ICU admission, identifying post-operative CD grade 3–5 complications, and detecting the possibility of incomplete cytoreduction. Across all tasks, GatorTron’s AUROC values showed statistically significant improvements compared to RoBERTa ( p < 0.05 ).
The greatest improvement was for the ICU admission outcome (AUROC +0.06), which relied heavily on textual indicators such as extensive organ resection or blood transfusion, both of which were better captured by GatorTron’s domain-specific embeddings (Figure 3).
In addition to quantitative performance, the unstructured concatenated text revealed several unexpected correlations when analysed qualitatively. Shorter operative times did not always translate to minimal disease burdens as some fast-track surgeries involved critically unstable patients or limited attempts at cytoreduction owing to borderline feasibility. Similarly, while one might anticipate that higher EBL would correlate with prolonged hospital stay, certain cases displayed speedy recovery despite substantial intraoperative bleeding. These nuances underline the value of systematic text analysis, which can unveil latent factors influencing EOC surgical outcomes.

4. Discussion

This work showcases the growing intersection of clinical medicine and AI-driven NLP that holds vast promise for improving surgical oncology. Herein, we present the first comparison between RoBERTa and GatorTron in the context of aEOC. Our results demonstrate that domain-specific NLP architectures like GatorTron possess superior discriminatory power for predicting multiple perioperative and post-operative outcomes in cytoreductive surgery. The novel integration of operative notes with operative findings into a single textual input enabled enhancing the model performance. By employing unstructured free-text fields that are typically underutilised or entirely overlooked, GatorTron outperformed the more general-purpose RoBERTa model in nearly every classification task examined. For instance, in predicting procedure time, GatorTron achieved an accuracy of 76.6% and an MCC of 0.550, whereas RoBERTa attained 70.3% accuracy and 0.446 MCC.
There are several potential explanations for GatorTron’s superior performance. First, its training on large volumes of clinical text exposes it to unique context not seen in generic language corpora. Consequently, GatorTron more readily identifies conceptually relevant phrases such as “optimal cytoreduction”, “residual nodules”, or “significant ascites”. Secondly, the model’s domain-specific embedding space allows for the improved handling of ambiguous terms (e.g., “debulking” or “interval cytoreduction”), which may be interpreted differently by general-purpose models lacking clinical context. Finally, aEOC operative reports often contain complex, highly technical descriptions of procedures or tumour spread. GatorTron’s capacity to incorporate domain-sensitive relationships likely offers fine-grained predictions. That said, to improve model performance, more precise definitions of surgical subprocedures—such as the various types of peritonectomy—are required [16], or the use of standardised operative templates is warranted [17]. RoBERTa struggled more with domain-specific terms leading to lower performance in tasks requiring a deeper clinical understanding. These model performance variations may potentially benefit from multimodal data integration, such as laboratory values and imaging findings.
Beyond comparing these two models, our work underscores the importance of structured and standardised reporting of perioperative details. The combined textual data from operative notes and findings proved more effective for predictive modelling than either alone, suggesting that future informatics in aEOC (and in other oncological fields) should facilitate the integration of multiple textual sources. By capturing potential confounders such as tumour location, infiltration depth, and surgical complexity, text-based approaches can offer a holistic representation of the intraoperative scenario than simple numeric fields like duration of surgery or estimated blood loss.
Despite these promising results, both models encountered challenges in predicting certain outcomes, particularly those involving post-operative events like major complications and length of hospital stay. This limitation suggests that capturing the complexities of post-operative recovery solely from operative text may not be sufficient. Such picked counterintuitive correlations in the surgical outcomes could inform future research and clinical decision-making.
In this work we prioritised predictive performance over model interpretability. Nevertheless, it remains crucial for clinicians to trust the predictions AI systems make. Techniques like SHAP (SHapley Additive exPlanations) or LIME (Local Interpretable Model-Agnostic Explanations) could be used to highlight words or phrases in the surgical notes that contribute most to predictions. Model explainability was embodied in our previous work [10]. As NLP tools transition from research to real-world application, inherent biases to in-training data cannot be neglected. We propose a hybrid approach where AI-driven predictions are reviewed alongside clinician assessments to prevent automated decision-making biases.

4.1. Clinical Implications

By combining both quantitative and qualitative data, our work offers guidance towards the integration of NLP systems that provide clinicians with evidence-based, risk-adjusted patient counselling [18,19]. Integrative qualitative analysis revealed unexpected nuances, which underline the value of systematic text interrogation to unveil latent factors influencing aEOC surgical outcomes. From a practical viewpoint, the capacity to accurately stratifying perioperative risks in aEOC has clear implications for patient counselling, resource allocation, and post-operative care planning. For instance, an NLP system integrated into the electronic health environment could flag high-risk cases for additional monitoring allowing surgeons to intervene earlier or perhaps guide surgeons in discussing potential complications and recovery trajectories with patients [20]. This approach, embedded into an interactive Clinical Decision Support System might drive more personalised surgical plans, optimising the likelihood of complete cytoreduction whilst mitigating undue harm. Engagement of surgical teams via workshops to familiarise them with AI-generated insights can ensure informed adoption. These steps align with broader efforts to operationalise AI in surgical oncology.
Our study highlights prospects for future AI applications in aEOC more broadly. One intriguing application is the development of ovarian cancer-specific chatbots that could field patient questions on perioperative events, expected complications, or post-operative recovery. By drawing on real-world operative data and outcomes, such a chatbot could deliver targeted, evidence-based advice, aiding both clinicians and patients throughout the treatment continuum.

4.2. Strengths and Novel Contributions

The main strength of the study is the head-to-head comparison of state-of-art GatorTron and RoBERTa models for aEOC-related perioperative predictions, contributing to the ongoing discourse around domain-specific versus general-purpose language models in healthcare, based on same input data. We explored not only immediate measures of surgical success but also post-operative morbidity, resource utilisation (ICU admission), and biochemical endpoints (end-of-treatment CA125), thereby painting the bigger picture of the perioperative aEOC journey. By using actual operative notes and findings from a high-volume tertiary referral centre, our results are highly relevant to clinical practice, with potential for direct translational impact. Counterintuitive associations highlighted the complexity of surgical outcomes and illustrated how NLP can uncover nuanced insights that might not conform to standard assumptions. Our qualitative analysis indicated how, for example, shorter operative times were associated with unstable patients rather than straightforward procedures adding to recently published evidence [21]. It will be interesting to propose a future study where domain experts can perform annotation tasks for outlier cases to further understand underlying factors.

4.3. Limitations

Several limitations warrant consideration. First, a single-institution study with a modest sample size may limit the generalisability of findings. Nevertheless, replication in diverse settings is essential to affirm the broader utility of these models. Second, the manual labelling performed by two clinicians was resource-intensive and might have introduced subjective bias. Future research could explore semi-automated labelling or active learning to reduce reviewer burden [22]. Third, both models could be vulnerable to domain shifts, i.e., unexpected changes in documentation style or use of different “macro” templates, potentially affecting model accuracy. There was an exclusive reliance on the operative notes as input data. These narratives might not capture all factors affecting post-operative complications or time between surgery and end of treatment. An end-to-end risk prediction tool should better combine both numeric and free-text information for maximal predictive precision. We recognise the relatively small dataset albeit both domain-specific LLMs are pre-trained and they do not necessarily require a large dataset for modelling. We considered data augmentation strategies such as back translation, but they were not implemented due to the complexity of medical terminology.

4.4. Future Directions

Based on our findings, we propose the prospective implementation of GatorTron or similar domain-specific models into real-time clinical decision support tools within EHR platforms to help surgeons identify patients at higher risk of morbidity or incomplete cytoreduction. Although we prioritised predictive performance over interpretability, the adoption of model explainability might assist clinicians in understanding the basis for aEOC-specific predictions [23]. This research is expected to evolve including external validation, multimodal NLP models, and alternative explainability techniques.
For effective clinical adoption, integration into Hospital EHRs is essential. Model deployment as a real-time background process could continuously analyse new surgical notes for predictive insights. These considerations may be challenged by computing costs or institutional resistance through pilot programs.
Finally, this type of work can potentially pave the way towards the development of a bespoke, proprietary, domain-specific chatbot capable of synthesising textual EHR data. Such a system could join similar efforts [24,25] and act as a first point of contact for patient questions, bridging the gap between appointments and streamlining communications with clinical teams.

5. Conclusions

Our study confirms that domain-specific NLP models, exemplified by GatorTron, can effectively employ unstructured EHR data to predict a broad range of important clinical outcomes at aEOC cytoreductive surgery. In comparison, a general-purpose model such as RoBERTa displayed inferior performance, highlighting the value of clinical context and domain-specific language embeddings. Investing in domain-specific architectures, robust data extraction protocols, and comprehensive outcome metrics can yield actionable intelligence that informs the delivery of high-quality, patient-centric care in EOC, and more. Our work lays the groundwork for developing advanced AI applications, including chatbots.

Author Contributions

Conceptualisation, A.L. and E.K.; Data curation, A.L., E.K., C.R. and M.Q.; Software, A.I.M., C.R., G.T. and E.K.; Supervision, A.T., D.N., E.K. and D.D.; Writing—original draft, M.Q., A.I.M. and A.L.; Writing—review and editing, M.Q., G.T., A.T., A.L., D.N. and D.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

This study was approved by the Institutional Review Board of Leeds Teaching Hospitals Trust (23/NE/0229/328779/12 January 2024).

Informed Consent Statement

Informed consent was obtained from all the patients involved in the study. The consent form for participation was distributed to all participants and signed.

Data Availability Statement

Data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Doufekas, K.; Olaitan, A. Clinical epidemiology of epithelial ovarian cancer in the UK. Int. J. Women’S Health 2014, 6, 537–545. [Google Scholar]
  2. du Bois, A.; Reuss, A.; Pujade-Lauraine, E.; Harter, P.; Ray-Coquard, I.; Pfisterer, J. Role of surgical outcome as prognostic factor in advanced epithelial ovarian cancer: A combined exploratory analysis of 3 prospectively randomized phase 3 multicenter trials. Cancer 2009, 115, 1234–1244. [Google Scholar] [CrossRef] [PubMed]
  3. Chi, D.S.; Franklin, C.C.; Levine, D.A.; Akselrod, F.; Sabbatini, P.; Jarnagin, W.R.; DeMatteo, R.; Poynor, E.A.; Abu-Rustum, N.R.; Barakat, R.R. Improved optimal cytoreduction rates for stages IIIC and IV epithelial ovarian, fallopian tube, and primary peritoneal cancer: A change in surgical approach. Gynecol. Oncol. 2004, 94, 650–654. [Google Scholar] [PubMed]
  4. Dagliati, A.; Malovini, A.; Tibollo, V.; Bellazzi, R. Health informatics and EHR to support clinical research in the COVID-19 pandemic: An overview. Brief. Bioinform. 2021, 22, 812–822. [Google Scholar] [CrossRef]
  5. Martin-Sanchez, F.; Verspoor, K. Big data in medicine is driving big changes. Yearb. Med. Inform. 2014, 23, 14–20. [Google Scholar]
  6. Khurana, D.; Koli, A.; Khatter, K.; Singh, S. Natural language processing: State of the art, current trends and challenges. Multimed. Tools Appl. 2023, 82, 3713–3744. [Google Scholar]
  7. Nassiri, K.; Akhloufi, M.A. Recent Advances in Large Language Models for Healthcare. BioMedInformatics 2024, 4, 1097–1143. [Google Scholar] [CrossRef]
  8. Yang, X.; Chen, A.; PourNejatian, N.; Shin, H.C.; Smith, K.E.; Parisien, C.; Compas, C.; Martin, C.; Flores, M.G.; Zhang, Y.; et al. GatorTron: A Large Clinical Language Model to Unlock Patient Information from Unstructured Electronic Health Records. arXiv 2022, arXiv:2203.03540. [Google Scholar] [CrossRef]
  9. Devlin, J.; Chang, M.W.; Lee, K.; Toutanova, K. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), Minneapolis, MN, USA, 2–7 June 2019; Burstein, J., Doran, C., Solorio, T., Eds.; Association for Computational Linguistics: Stroudsburg, PA, USA, 2019; pp. 4171–4186. [Google Scholar] [CrossRef]
  10. Laios, A.; Kalampokis, E.; Mamalis, M.E.; Tarabanis, C.; Nugent, D.; Thangavelu, A.; Theophilou, G.; Jong, D.D. RoBERTa-Assisted Outcome Prediction in Ovarian Cancer Cytoreductive Surgery Using Operative Notes. Cancer Control 2023, 30, 10732748231209892. [Google Scholar] [CrossRef] [PubMed]
  11. Wu, Y.; Huang, J.; Xu, C.; Zheng, H.; Zhang, L.; Wan, J. Research on Named Entity Recognition of Electronic Medical Records Based on RoBERTa and Radical-Level Feature. Wirel. Commun. Mob. Comput. 2021, 2021, 2489754. [Google Scholar] [CrossRef]
  12. Newsham, A.C.; Johnston, C.; Hall, G.; Leahy, M.G.; Smith, A.B.; Vikram, A.; Donnelly, A.M.; Velikova, G.; Selby, P.J.; Fisher, S.E. Development of an advanced database for clinical trials integrated with an electronic patient record system. Comput. Biol. Med. 2011, 41, 575–586. [Google Scholar] [CrossRef] [PubMed]
  13. Clavien, P.A.; Barkun, J.; de Oliveira, M.L.; Vauthey, J.N.; Dindo, D.; Schulick, R.D.; de Santibañes, E.; Pekolj, J.; Slankamenac, K.; Bassi, C.; et al. The Clavien-Dindo classification of surgical complications: Five-year experience. Ann. Surg. 2009, 250, 187–196. [Google Scholar] [CrossRef] [PubMed]
  14. Yang, X.; Bian, J.; Hogan, W.R.; Wu, Y. Clinical concept extraction using transformers. J. Am. Med. Inform. Assoc. 2020, 27, 1935–1942. [Google Scholar] [CrossRef] [PubMed]
  15. van Es, B.; Reteig, L.C.; Tan, S.C.; Schraagen, M.; Hemker, M.M.; Arends, S.R.S.; Rios, M.A.R.; Haitjema, S. Negation detection in Dutch clinical texts: An evaluation of rule-based and machine learning methods. BMC Bioinform. 2023, 24, 10. [Google Scholar] [CrossRef]
  16. Laios, A.; Kalampokis, E.; Mamalis, M.E.; Thangavelu, A.; Hutson, R.; Broadhead, T.; Nugent, D.; De Jong, D. Exploring the Potential Role of Upper Abdominal Peritonectomy in Advanced Ovarian Cancer Cytoreductive Surgery Using Explainable Artificial Intelligence. Cancers 2023, 15, 5386. [Google Scholar] [CrossRef]
  17. Querleu, D.; Planchamp, F.; Chiva, L.; Fotopoulou, C.; Barton, D.; Cibula, D.; Aletti, G.; Carinelli, S.; Creutzberg, C.; Davidson, B.; et al. European Society of Gynaecological Oncology (ESGO) Guidelines for Ovarian Cancer Surgery. Int. J. Gynecol. Cancer Off. J. Int. Gynecol. Cancer Soc. 2017, 27, 1534–1542. [Google Scholar] [CrossRef]
  18. Yang, S.; Yang, X.; Lyu, T.; Huang, J.L.; Chen, A.; He, X.; Braithwaite, D.; Mehta, H.J.; Wu, Y.; Guo, Y.; et al. Extracting Pulmonary Nodules and Nodule Characteristics from Radiology Reports of Lung Cancer Screening Patients Using Transformer Models. J. Healthc. Inform. Res. 2024, 8, 463–477. [Google Scholar] [CrossRef]
  19. Klug, K.; Beckh, K.; Antweiler, D.; Chakraborty, N.; Baldini, G.; Laue, K.; Hosch, R.; Nensa, F.; Schuler, M.; Giesselbach, S. From admission to discharge: A systematic review of clinical natural language processing along the patient journey. BMC Med. Inform. Decis. Mak. 2024, 24, 238. [Google Scholar] [CrossRef]
  20. Sheikh, A.; Jha, A.; Cresswell, K.; Greaves, F.; Bates, D.W. Adoption of electronic health records in UK hospitals: Lessons from the USA. Lancet 2014, 384, 8–9. [Google Scholar] [CrossRef]
  21. Laios, A.; Kalampokis, E.; Mamalis, M.E.; Thangavelu, A.; Tan, Y.S.; Hutson, R.; Munot, S.; Broadhead, T.; Nugent, D.; Theophilou, G.; et al. Explaining the Elusive Nature of a Well-Defined Threshold for Blood Transfusion in Advanced Epithelial Ovarian Cancer Cytoreductive Surgery. Diagnostics 2024, 14, 94. [Google Scholar] [CrossRef]
  22. Chen, K.; Xu, W.; Li, X. The Potential of Gemini and GPTs for Structured Report Generation based on Free-Text 18F-FDG PET/CT Breast Cancer Reports. Acad. Radiol. 2024, 32, 624–633. [Google Scholar] [CrossRef] [PubMed]
  23. Banegas-Luna, A.J.; Peña-García, J.; Iftene, A.; Guadagni, F.; Ferroni, P.; Scarpato, N.; Zanzotto, F.M.; Bueno-Crespo, A.; Pérez-Sánchez, H. Towards the Interpretability of Machine Learning Predictions for Medical Applications Targeting Personalised Therapies: A Cancer Case Survey. Int. J. Mol. Sci. 2021, 22, 4394. [Google Scholar] [CrossRef] [PubMed]
  24. Siglen, E.; Vetti, H.H.; Lunde, A.B.F.; Hatlebrekke, T.A.; Strømsvik, N.; Hamang, A.; Hovland, S.T.; Rettberg, J.W.; Steen, V.M.; Bjorvatn, C. Ask Rosa – The making of a digital genetic conversation tool, a chatbot, about hereditary breast and ovarian cancer. Patient Educ. Couns. 2022, 105, 1488–1494. [Google Scholar] [CrossRef] [PubMed]
  25. Finch, L.; Broach, V.; Feinberg, J.; Al-Niaimi, A.; Abu-Rustum, N.R.; Zhou, Q.; Iasonos, A.; Chi, D.S. ChatGPT compared to national guidelines for management of ovarian cancer: Did ChatGPT get it right?—A Memorial Sloan Kettering Cancer Center Team Ovary study. Gynecol. Oncol. 2024, 189, 75–79. [Google Scholar] [CrossRef]
Figure 1. Class distribution of Integer features.
Figure 1. Class distribution of Integer features.
Jcm 14 02223 g001
Figure 2. (A) Word count distribution of text variables. The variation reflects the different purposes of the fields. (B) Word cloud visualisation of the concatenated texts extracted from operative notes and operative findings. More frequent terms appear larger.
Figure 2. (A) Word count distribution of text variables. The variation reflects the different purposes of the fields. (B) Word cloud visualisation of the concatenated texts extracted from operative notes and operative findings. More frequent terms appear larger.
Jcm 14 02223 g002
Figure 3. Radar plots comparing performance between RoBerta and GatorTron models for all examined clinical tasks using Matthew’s correlation coefficient (MCC), recall, precision, F1 score, accuracy, area under precision–recall curve (AURPC), and area under receiver operating characteristic curve (AUROC).
Figure 3. Radar plots comparing performance between RoBerta and GatorTron models for all examined clinical tasks using Matthew’s correlation coefficient (MCC), recall, precision, F1 score, accuracy, area under precision–recall curve (AURPC), and area under receiver operating characteristic curve (AUROC).
Jcm 14 02223 g003
Table 1. Selected dataset fields.
Table 1. Selected dataset fields.
Text FieldsPatient CharacteristicsOriginal Data Type
Operative Notes (Op Note)Time procedure (minutes)Binary
Operative Findings (Op Findings)Length of stay (days)Binary
Time between surgery and end of treatmentBinary
Intensive Care Admission (after surgery)Integer
Estimated Blood Loss (EBL)Integer
End of Treatment CA125Integer
Complete cytoreduction vs non-complete cytoreductionInteger
Major post-operative complications Clavien Dindo (CD) (3–5)Integer
Table 2. Hyperparameter settings for RoBERTa and GatorTron fine-tuning.
Table 2. Hyperparameter settings for RoBERTa and GatorTron fine-tuning.
RoBERTaGatorTron
Epochs40, 6040
Learning Rate 4.00 · 10 5 (default),
1.00 · 10 7 , 1.00 · 10 5
4.00 · 10 5 (default)
Loss FunctionCross-entropy lossCross-entropy loss
Table 3. Descriptive statistics for key surgical and clinical parameters.
Table 3. Descriptive statistics for key surgical and clinical parameters.
Time Procedure (Minutes)Length of Stay (Days)Time Between Surgery and End of TreatmentEstimated Blood Loss (EBL)End of Treatment CA125
Count560560540560559
Mean170.398.3291.25524.5061.57
Median15077342513
Std77.558.6585.14387.78347.40
Min3020502
25%1156583008
75%2059119.560023
Max600174132545005646
Table 4. Descriptive statistics for operative text, operative findings, and operative notes.
Table 4. Descriptive statistics for operative text, operative findings, and operative notes.
Operative TextOperative FindingsOperative Note
Count560560560
Mean165.1243.12122.98
Median139.54199
Std90.8416.4480.44
Min000
25%10131.7564
75%21454.25165
Max64386565
Table 5. RoBERTa evaluation metrics—operative text with 40-epoch training.
Table 5. RoBERTa evaluation metrics—operative text with 40-epoch training.
Target FieldAccuracyRecallPrecisionF1-ScoreAUPRCAUROCMCC
CCO vs. non-CCO0.8020.7560.7560.7560.830.870.589
EBL0.5950.6610.6090.6340.610.600.182
End of treatment CA1250.5051.0000.5050.6710.400.330.000
Length of stay0.5681.0000.5680.7240.510.420.000
Time between surgery and end of treatment0.5050.4800.4710.4750.530.520.006
Time procedure0.7030.8570.6180.7180.790.830.446
HDU/ITU admission0.8110.4620.6320.5330.640.860.426
Major postop complications0.9100.1250.2500.1670.230.660.133
Table 6. GatorTron evaluation metrics—operative text with 40-epoch training.
Table 6. GatorTron evaluation metrics—operative text with 40-epoch training.
Target FieldAccuracyRecallPrecisionF1-ScoreAUPRCAUROCMCC
Time procedure0.7660.8570.6890.7640.810.850.550
Length of stay0.5770.6670.6180.6410.610.560.127
Time between surgery and end of treatment0.5050.5400.4740.5050.530.540.014
HDU/ITU admission0.8380.4620.7500.5710.730.880.500
EBL0.6580.6610.6840.6720.720.730.314
End of treatment CA1250.5320.4290.5450.4800.510.520.066
CCO vs. non-CCO0.8290.7560.8100.7820.870.860.642
Major postop complications CD (3–5)0.9370.1251.0000.2220.280.720.342
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Quaranta, M.; Laios, A.; Rogers, C.; Mavromatidou, A.I.; Thangavelu, A.; Theophilou, G.; Nugent, D.; DeJong, D.; Kalampokis, E. Mapping the Advanced-Stage Epithelial Ovarian Cancer Landscape Goes Beyond Words: Two Large Language Models, Eight Tasks, One Journey. J. Clin. Med. 2025, 14, 2223. https://doi.org/10.3390/jcm14072223

AMA Style

Quaranta M, Laios A, Rogers C, Mavromatidou AI, Thangavelu A, Theophilou G, Nugent D, DeJong D, Kalampokis E. Mapping the Advanced-Stage Epithelial Ovarian Cancer Landscape Goes Beyond Words: Two Large Language Models, Eight Tasks, One Journey. Journal of Clinical Medicine. 2025; 14(7):2223. https://doi.org/10.3390/jcm14072223

Chicago/Turabian Style

Quaranta, Michela, Alexandros Laios, Charlie Rogers, Anastasia Ioanna Mavromatidou, Amudha Thangavelu, Georgios Theophilou, David Nugent, Diederick DeJong, and Evangelos Kalampokis. 2025. "Mapping the Advanced-Stage Epithelial Ovarian Cancer Landscape Goes Beyond Words: Two Large Language Models, Eight Tasks, One Journey" Journal of Clinical Medicine 14, no. 7: 2223. https://doi.org/10.3390/jcm14072223

APA Style

Quaranta, M., Laios, A., Rogers, C., Mavromatidou, A. I., Thangavelu, A., Theophilou, G., Nugent, D., DeJong, D., & Kalampokis, E. (2025). Mapping the Advanced-Stage Epithelial Ovarian Cancer Landscape Goes Beyond Words: Two Large Language Models, Eight Tasks, One Journey. Journal of Clinical Medicine, 14(7), 2223. https://doi.org/10.3390/jcm14072223

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop