REVIEW 4 major objections 5 minor 38 references
CTG-Insight: A Multi-Agent Interpretable LLM Framework for Cardiotocography Analysis and Classification
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read CTG-Insight claims 96.4% accuracy on fetal heart traces by splitting analysis into five guideline-based LLM agents.
desk verdict Well-motivated multi-agent LLM for CTG interpretation, but the state-of-the-art claim rests on a 50-sample evaluation that does not support it. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is a pipeline of five parallel LLM agents plus an aggregator. Each feature agent is governed by a prompt containing the feature's clinical definition, a normal/suspicious/pathological rule set (from the FIGO and German S1 guidelines, with duration thresholds adapted to the 20-minute traces), the agent's role, and example outputs; the decelerations agent also receives a taxonomy of deceleration types. The aggregator applies the overall CTG classification policy—normal only if all features are normal, suspicious if one feature is suspicious, pathological if any feature is pathological or at least two are suspicious—and produces a final classification with a comprehensive explanation. This decomposition is what prevents the model from missing instructions in long single prompts and is what makes the system's reasoning auditable feature by feature.
What would settle it
Run CTG-Insight on the full NeuroFetalNet test partition, using the same evaluation protocol as the deep learning baselines, and compare accuracy and F1; if accuracy drops below 94.23% or F1 below 94.20%, the paper's central claim of state-of-the-art accuracy is refuted.
Extended reading notes
Core claim
The paper claims that a multi-agent LLM organized around clinical feature definitions can classify fetal health more accurately than end-to-end deep learning models while remaining transparent. Using the NeuroFetalNet dataset, CTG-Insight achieves 96.40% accuracy and a 97.81% F1-score, beating NeuroFetalNet (94.23%/94.20%), CNN+BiGRU (84.04%/84.16%), ResNet (82.88%/82.79%), and the Direct Prompt baseline (79.80%/80.10%). The authors attribute the improvement to modular decomposition, which avoids the instruction-following failures that occur when a single LLM is given a very long prompt, and to the explicit encoding of FIGO and S1 clinical guidelines into each agent's rule set. They argue that interpretability is built in, because every feature agent's classification and explanation can be inspected individually before the aggregator makes a final judgment.
Load-bearing premise
The claim that CTG-Insight outperforms deep learning baselines rests on evaluating it on a randomly sampled balanced subset of 50 test traces, while the deep learning baselines were scored on the full test set, and on clinical rule adaptations that are not clinically validated.
Editorial extensions
If this is right
- If the reported accuracy holds on a full-scale evaluation, LLM-based systems could match or exceed specialized deep learning classifiers on CTG while also supplying feature-level rationales for each decision.
- The modular architecture is extensible: adding a new signal feature or updating a guideline threshold requires editing only one agent's prompt, not retraining a whole model.
- Because every feature agent's verdict is emitted separately, clinicians can audit which feature drove a suspicious or pathological classification, supporting transparent triage in remote monitoring.
- The large gap between CTG-Insight and Direct Prompt suggests that task decomposition into guideline-defined subtasks materially improves LLM performance on physiological signal interpretation.
Reading between the lines
- A decisive test of the claim is a full-test-set run: if CTG-Insight's accuracy falls below the 94.23% reported for NeuroFetalNet when evaluated on the entire test partition, the 'state-of-the-art' comparison would not survive.
- The feature agents' intermediate classifications are never checked against expert annotations, so the explanation quality is currently assumed; a study comparing each agent's output with clinician judgments would show whether the transparency is real or merely plausible text.
- The paper's 'slight modifications' to clinical guidelines for the 20-minute traces raise a general concern: any LLM that embodies a clinical rule set needs a formal audit that the rules are the ones clinicians actually use at the intended trace length.
- The five-agent-plus-aggregator template is naturally transferable to other guideline-driven signal monitoring tasks, such as ECG or EEG triage, where a small set of named features captures most diagnostic variance.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents CTG-Insight, a multi-agent LLM framework that decomposes cardiotocography (CTG) traces into five clinically defined features—baseline, variability, accelerations, decelerations, and sinusoidal pattern—each handled by a dedicated feature agent, and then uses an aggregator agent to produce a final normal/suspicious/pathological classification with a natural-language explanation. The authors evaluate CTG-Insight on the NeuroFetalNet Dataset and report 96.40% accuracy and 97.81% F1-score, which they compare against deep learning baselines and a single-agent direct-prompt LLM baseline, claiming state-of-the-art performance and interpretability. The appendices include the full system prompts based on FIGO and German S1 guidelines.
Significance. If the performance and interpretability claims were properly supported, the framework would be a useful step toward transparent fetal monitoring: the modular feature-agent design mirrors clinical reasoning, the prompts are grounded in established guidelines, and the use of a public dataset is a strength. However, the current evidence does not substantiate the headline claims. The comparison is uneven because the LLM is tested on 50 balanced samples while deep learning baselines are tested on the full test set; no confidence intervals or significance tests are reported; and the interpretability claim is asserted without any validation of the feature agents' intermediate outputs. The contribution is potentially valuable, but the evaluation needs substantial strengthening before the claims can be accepted.
major comments (4)
- [Section 4.1, Table 1] The central performance claim rests on an invalid comparison. Section 4.1 states that LLM-based methods were evaluated on 50 randomly sampled test instances (25 abnormal, 25 normal), while deep learning baselines in Table 1 were trained and tested on the full NeuroFetalNet train/test split. Table 1 then directly compares CTG-Insight's 96.40%/97.81% with NeuroFetalNet's 94.23%/94.20%. With n=50, a single misclassification changes accuracy by 2 percentage points, and the approximate 95% Wilson interval for 96.4% spans roughly 86.6-99.4%, so the reported gap is not statistically meaningful. The authors must either evaluate all methods on the same test set (or the same 50-trace subset) and report per-trial counts, standard deviations, and significance tests, or withdraw the state-of-the-art claim.
- [Section 5 (Limitations)] The Limitations section acknowledges that the 50-sample subset 'may limit generalizability and statistical significance' and defers full-scale evaluation to future work. This directly contradicts the abstract's claim of 'state-of-the-art accuracy (96.4%) and F1-score (97.8%)'. A claim of state-of-the-art performance cannot be made from a small, convenience subsample while explicitly conceding that the evaluation lacks statistical significance. This issue is load-bearing because the entire contribution is framed around this quantitative result.
- [Appendix A.4 (Accelerations Analysis Prompt)] The accelerations rule 'Normal: two accelerations in 20minutes' is described in the methodology as a 'slight modification' of clinical guidelines to account for the 20-minute data window, but no justification, sensitivity analysis, or validation is provided. If thresholds were tuned after seeing test labels or after observing the system's errors, this introduces a circularity risk. The authors should justify each adaptation with reference to the original guideline and report how classification changes under alternative thresholds (e.g., one vs. two accelerations per 20 minutes).
- [Section 4.2, Table 1] The interpretability half of the claim is not measured. The feature agents output normal/suspicious/pathological classifications and explanations, but these intermediate outputs are never compared against expert annotations or clinician judgments. The aggregator's final explanation is therefore not validated as faithful or clinically sound. Without this, 'transparent and interpretable outputs' is an assertion, not a demonstrated result. The authors should report agreement between each feature agent and expert labels, and ideally human evaluation of explanation quality.
minor comments (5)
- [Section 3.1] The paper states that NeuroFetalNet provides binary labels with 'suspicious cases categorized as abnormal', yet the system outputs three categories (normal, suspicious, pathological). The mapping between the three-class output and the binary ground truth used for accuracy/F1 should be clarified.
- [Section 4.1] The repeated trials are described only as 'five repeated trials'; it is unclear whether the 50 instances are resampled independently each trial or whether the same 50 instances are used with different LLM sampling. This should be specified, as the effective sample size for the reported averages depends on it.
- [Appendix A.2-A.6] The prompts omit the 'Example Output' entries for space-saving reasons, but the paper claims these ensure consistent formatting. Including at least one full example per agent would improve reproducibility, especially since the LLM's output format directly affects the aggregator's input.
- [Section 3.2.2] No details are given about the LLM inference settings (temperature, max tokens, model version beyond 'GPT-4.1', number of runs per trial). These details matter for reproducibility of LLM-based results.
- [Throughout] There are several minor typographical issues, including 'the the' in the ACM reference format line and inconsistent spacing in '20minutes' in Appendix A.4. A careful proofreading pass is needed.
Circularity Check
No circular derivation: CTG-Insight's classifications are driven by external FIGO/S1 guidelines and a public clinician-labeled dataset, not by fitted parameters or self-citation.
full rationale
The claimed derivation chain runs from external clinical guidelines (FIGO [3], S1 [25]) through five feature agents and an aggregator prompt to the final classification. No parameter is fitted to the NeuroFetalNet test labels, and no system output is fed back as an input; the rules in Appendices A.1-A.6 are stated a priori. The comparison with NeuroFetalNet [30] and other deep-learning baselines uses a publicly available dataset and previously reported baseline numbers, so the SOTA claim rests on an external benchmark rather than on the paper's own results. The only author-overlapping citation is the dataset and baseline [30], but it is not load-bearing for the derivation: CTG-Insight does not inherit its predictions from that model. The acknowledged limitations (50-sample LLM evaluation, missing user studies, lack of expert validation of feature-agent outputs) are threats to validity or statistical power, not circularity. No equation or fitted parameter is reused as a prediction, so the derivation is self-contained.
Assumptions & free parameters
free parameters (3)
- Accelerations threshold =
two accelerations per 20 minutes
- Variability duration thresholds =
e.g., <5 bpm for >=15 minutes, >25 bpm for >=10 minutes
- Number of LLM evaluation samples =
50 instances (25 normal, 25 abnormal)
assumptions (4)
- domain assumption FIGO and German S1 guidelines are correct and transferable to antepartum 20-minute CTG traces
- domain assumption The NeuroFetalNet clinician annotations are ground truth
- domain assumption Rendered matplotlib CTG images preserve all information needed for LLM visual analysis
- domain assumption The LLM (GPT-4.1) correctly reads and analyzes rendered CTG images
Cite this review
Pith. "Pith review of CTG-Insight: A Multi-Agent Interpretable LLM Framework for Cardiotocography Analysis and Classification." pith.science (2026). https://pith.science/paper/VP2CI6L5
@misc{pith2026250722205,
author = {Pith},
title = {Pith review of: CTG-Insight: A Multi-Agent Interpretable LLM Framework for Cardiotocography Analysis and Classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/VP2CI6L5}},
note = {Machine review of arXiv:2507.22205}
}
read the original abstract
Remote fetal monitoring technologies are becoming increasingly common. Yet, most current systems offer limited interpretability, leaving expectant parents with raw cardiotocography (CTG) data that is difficult to understand. In this work, we present CTG-Insight, a multi-agent LLM system that provides structured interpretations of fetal heart rate (FHR) and uterine contraction (UC) signals. Drawing from established medical guidelines, CTG-Insight decomposes each CTG trace into five medically defined features: baseline, variability, accelerations, decelerations, and sinusoidal pattern, each analyzed by a dedicated agent. A final aggregation agent synthesizes the outputs to deliver a holistic classification of fetal health, accompanied by a natural language explanation. We evaluate CTG-Insight on the NeuroFetalNet Dataset and compare it against deep learning models and the single-agent LLM baseline. Results show that CTG-Insight achieves state-of-the-art accuracy (96.4%) and F1-score (97.8%) while producing transparent and interpretable outputs. This work contributes an interpretable and extensible CTG analysis framework.
Figures
Reference graph
Works this paper leans on
-
[1]
Devanshu Agrawal, Shang Gao, and Martin Gajek. 2024. Can’t Remember Details in Long Documents? You Need Some R&R.arXiv preprint arXiv:2403.05004 (2024)
work page Pith review arXiv 2024
-
[2]
Anna Markella Antoniadi, Yuhan Du, Yasmine Guendouz, Lan Wei, Claudia Mazo, Brett A Becker, and Catherine Mooney. 2021. Current challenges and future opportunities for XAI in machine learning-based clinical decision support systems: a systematic review. Applied Sciences 11, 11 (2021), 5088
work page 2021
-
[3]
Diogo Ayres-de Campos, Catherine Y Spong, Edwin Chandraharan, et al. 2015. FIGO consensus guidelines on intrapartum fetal monitoring: Cardiotocography. International Journal of Gynecology & Obstetrics 131, 1 (2015), 13–24
work page 2015
-
[4]
Reuben Binns, Max Van Kleek, Michael Veale, Ulrik Lyngs, Jun Zhao, and Nigel Shadbolt. 2018. ’It’s Reducing a Human Being to a Percentage’ Perceptions of Justice in Algorithmic Decisions. In Proceedings of the 2018 Chi conference on human factors in computing systems . 1–14
work page 2018
-
[5]
Adrian Bussone, Simone Stumpf, and Dympna O’Sullivan. 2015. The role of explanations on trust and reliance in clinical decision support systems. In 2015 international conference on healthcare informatics . IEEE, 160–169
work page 2015
-
[6]
D. Campos and J. Bernardes. 2000. Cardiotocography. UCI Machine Learning Repository. DOI: https://doi.org/10.24432/C51S4N
doi:10.24432/c51s4n 2000
-
[7]
Haomin Chen, Catalina Gomez, Chien-Ming Huang, and Mathias Unberath. 2022. Explainable medical imaging AI needs human-centered design: guidelines and evidence from a systematic review. NPJ digital medicine 5, 1 (2022), 156
work page 2022
-
[8]
Václav Chudáček, Jiří Spilka, Miroslav Bursa, Petr Janků, Lukáš Hruban, Michal Huptych, and Lenka Lhotská. 2014. Open access intrapartum CTG database. BMC Pregnancy and Childbirth 14 (2014), 16 – 16. https://api.semanticscholar. org/CorpusID:6256936
work page 2014
Show all 38 references
-
[9]
Finale Doshi-Velez and Been Kim. 2017. Towards a rigorous science of inter- pretable machine learning. arXiv preprint arXiv:1702.08608 (2017)
2017 arXiv
-
[10]
Malin Eiband, Hanna Schneider, Mark Bilandzic, Julian Fazekas-Con, Mareike Haug, and Heinrich Hussmann. 2018. Bringing transparency design into practice. In Proceedings of the 23rd international conference on intelligent user interfaces . 211–223
2018
-
[11]
Kai He, Rui Mao, Qika Lin, Yucheng Ruan, Xiang Lan, Mengling Feng, and Erik Cambria. 2025. A survey of large language models for healthcare: from data, technology, and applications to accountability and ethics. Information Fusion (2025), 102963
2025
-
[12]
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition . 770–778
2016
-
[13]
Yongquan Hu, Shuning Zhang, Ting Dang, Hong Jia, Flora D Salim, Wen Hu, and Aaron J Quigley. 2024. Exploring large-scale language models to evaluate eeg-based multimodal data for mental health. In Companion of the 2024 on ACM International Joint Conference on Pervasive and Ubi...
2024
-
[14]
Constance M Johnson, Todd R Johnson, and Jiajie Zhang. 2005. A user-centered framework for redesigning health care interfaces. Journal of biomedical infor- matics 38, 1 (2005), 75–87
2005
-
[15]
Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. 2017. ImageNet classi- fication with deep convolutional neural networks. Commun. ACM 60, 6 (2017), 84–90
2017
-
[16]
Genki Kusano, Kosuke Akimoto, and Kunihiro Takeoka. 2024. Are Longer Prompts Always Better? Prompt Selection in Large Language Models for Recom- mendation Systems. arXiv preprint arXiv:2412.14454 (2024)
2024 arXiv
-
[17]
Dehe Li, Yinhuan Hu, Sha Liu, Chuntao Lu, Jiayi Li, Jinghan Zhou, Yeyan Zhang, and Shaoyu Lu. 2022. A latent profile analysis of Chinese physicians’ workload tethered to paperwork during outpatient encounters. Frontiers in Public Health 10 (2022), 854772
2022
-
[18]
Huanwen Liang and Yu Lu. 2023. A CNN-RNN unified framework for intrapartum cardiotocograph classification. Computer Methods and Programs in Biomedicine 229 (2023), 107300
2023
-
[19]
Yuan Liang, Lei He, and Xiang ‘Anthony’Chen. 2021. Human-centered ai for medical imaging. Artificial Intelligence for human computer interaction: A modern approach (2021), 539–570
2021
-
[20]
Scott M Lundberg and Su-In Lee. 2017. A unified approach to interpreting model predictions. Advances in neural information processing systems 30 (2017)
2017
-
[21]
Mohammad Naiseh, Dena Al-Thani, Nan Jiang, and Raian Ali. 2023. How the different explanation classes impact trust calibration: The case of clinical decision support systems. International Journal of Human-Computer Studies 169 (2023), 102941
2023
-
[22]
Why should i trust you?
Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. 2016. " Why should i trust you?" Explaining the predictions of any classifier. In Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining . 1135–1144
2016
-
[23]
Wojciech Samek, Thomas Wiegand, and Klaus-Robert Müller. 2017. Explainable artificial intelligence: Understanding, visualizing and interpreting deep learning models. arXiv preprint arXiv:1708.08296 (2017)
2017 arXiv
-
[24]
Max Schemmer, Niklas Kuehl, Carina Benz, Andrea Bartos, and Gerhard Satzger
-
[25]
KTM Schneider, Maternal Fetal Medicine Study Group, et al. 2014. S1-guideline on the use of CTG during pregnancy and labor. Geburtshilfe und Frauenheilkunde 74, 08 (2014), 721–732
2014
-
[26]
Ben Shneiderman. 2020. Bridging the gap between ethics and practice: guidelines for reliable, safe, and trustworthy human-centered AI systems.ACM Transactions on Interactive Intelligent Systems (TiiS) 10, 4 (2020), 1–31
2020
-
[27]
Ben Shneiderman. 2020. Human-centered artificial intelligence: Reliable, safe & trustworthy. International Journal of Human–Computer Interaction 36, 6 (2020), 495–504
2020
-
[28]
Ben Shneiderman. 2022. Human-centered AI. Oxford University Press
2022
-
[29]
Edward H Shortliffe. 1974. A rule-based computer program for advising physi- cians regarding antimicrobial therapy selection. In Proceedings of the 1974 annual ACM conference-Volume 2. 739–739
1974
-
[30]
Black Sun, Jiaqi Zhao, Xinrong Miao, Yanqiao Wu, and Min Fang. 2024. Neu- roFetalNet: Advancing remote electronic fetal monitoring with a new dataset and comparative analysis of FHR and UCP impact. In 2024 IEEE International Conference on Digital Health (ICDH) . IEEE, 181–188
2024
-
[31]
Tao Tu, Shekoofeh Azizi, Danny Driess, Mike Schaekermann, Mohamed Amin, Pi-Chuan Chang, Andrew Carroll, Charles Lau, Ryutaro Tanno, Ira Ktena, et al
-
[32]
Michael A Tutty, Lindsey E Carlasare, Stacy Lloyd, and Christine A Sinsky
-
[33]
Josephus FM van den Heuvel, Samira Ayubi, Arie Franx, and Mireille N Bekker
-
[34]
saw-tooth
Ming Yin, Jennifer Wortman Vaughan, and Hanna Wallach. 2019. Understanding the effect of accuracy on trust in machine learning models. In Proceedings of the 2019 chi conference on human factors in computing systems . 1–12. UbiComp Companion ’25, October 12–16, 2025, Espoo, Fin...
2019
-
[2019]
Journal of the American Medical Informatics Association 26, 7 (2019), 673–677
The complex case of EHRs: examining the factors impacting the EHR user experience. Journal of the American Medical Informatics Association 26, 7 (2019), 673–677
2019
-
[2020]
JMIR mHealth and uHealth 8, 10 (2020), e18966
Home-based monitoring and telemonitoring of complicated pregnancies: nationwide cross-sectional survey of current practice in the Netherlands. JMIR mHealth and uHealth 8, 10 (2020), e18966
2020
-
[2023]
In Proceedings of the 28th International Conference on Intelligent User Interfaces
Appropriate reliance on AI advice: Conceptualization and the effect of explanations. In Proceedings of the 28th International Conference on Intelligent User Interfaces. 410–422
-
[2024]
Nejm Ai 1, 3 (2024), AIoa2300138
Towards generalist biomedical AI. Nejm Ai 1, 3 (2024), AIoa2300138
2024
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.