Pith. sign in

REVIEW 4 major objections 6 minor 41 references

An AI-Driven Live Systematic Reviews in the Brain-Heart Interconnectome: Minimizing Research Waste and Advancing Evidence Synthesis

T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read A modular AI pipeline can keep systematic reviews in the Brain-Heart Interconnectome living and reduce research waste.

desk verdict Good system description, weak comparative claim: the RAG-vs-GPT-4 comparison is unsubstantiated and the waste-reduction conclusion is an assertion. read the letter →

arxiv 2501.17181 v1 pith:NF2ZCOPM submitted 2025-01-25 cs.AI cs.CLcs.DLcs.IR

classification cs.AIcs.CLcs.DLcs.IR
keywords Brain-HeartInterconnectome(BHI)livingsystematicreviewsresearchwastePICOcomplianceRetrieval-AugmentedGeneration(RAG)topicmodelingstudydesignclassificationgraphdatabase
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that an AI pipeline can make systematic reviews in the Brain-Heart Interconnectome (BHI), the field studying two-way links between nervous and cardiovascular systems, a living process rather than a one-off project, and that this reduces research waste. The concrete claims are that a Bi-LSTM model identifies PICOS-compliant abstracts with 87% accuracy, a hierarchical study-design classifier reaches 95.7% accuracy, and Retrieval-Augmented Generation with GPT-3.5 outperforms plain GPT-4 on specialized, relationship-heavy BHI queries. If these claims hold, clinicians and researchers could get current, methodologically filtered evidence on brain-heart interactions without waiting for periodic manual reviews, and funding bodies could see where studies duplicate each other or where topics are underexplored. The modular design is intended to transfer to other biomedical fields.

What carries the argument

The load-bearing machinery is the integration of four components. A Bi-LSTM sequence model, made of an embedding layer, two bidirectional LSTM layers, two dense layers, and dropout, classifies whether an abstract satisfies PICOS. A hierarchical study-design classifier, built with LLMs, assigns each record a design type. A Neo4j graph database, paired with pgVector embedding storage, allows Cypher queries and semantic vector search over relationships among interventions, outcomes, authors, and venues. BERTopic performs class-based TF-IDF topic modeling, producing cluster terms and redundancy alerts. The RAG component, coordinated by LangGraph and LangChain, retrieves relevant graph and vector results and passes them to GPT-3.5, which generates answers; this retrieval-before-generation mechanism is what the paper credits with reducing hallucination and beating plain GPT-4 on relationship-centric queries.

What would settle it

Pre-register a fixed sample of BHI queries with blinded expert raters and a pre-specified scoring rubric; if RAG plus GPT-3.5 does not receive higher blinded ratings than plain GPT-4, or if rater agreement is too low to rank the systems, the comparative claim fails. Separately, track whether use of the system lowers the rate of redundant or duplicate BHI studies over time; if redundancy rates do not fall, the waste-reduction claim is unsupported.

Watch

Extended reading notes

Core claim

The paper claims that a single system can automate the whole systematic-review pipeline for brain-heart research: automated PICOS detection filters abstracts for reporting compliance, a hierarchical classifier sorts studies into designs such as RCT, cohort, and case-control, a Neo4j graph database stores relationships among interventions, outcomes, venues, and affiliations, pgVector embeddings support semantic search, BERTopic clusters the literature into themes and flags redundancy, and a RAG layer using GPT-3.5 answers natural-language queries with retrieved evidence. The reported numbers are 87% accuracy for PICOS compliance, 95.7% accuracy for study-design classification on 164 reference records (precision 91.4%, recall 100%, specificity 92.2%), and a head-to-head expert evaluation in which 75% of RAG-augmented responses met or exceeded expectations; 25% of queries were answered well by both systems, 25% better by RAG-plus-GPT-3.5, 20% better by plain GPT-4, and 25% needed further work. The waste-reduction claim follows from the system's redundancy alerts, its spotlighting of underexplored topics, and its continuously updated living database.

Load-bearing premise

The load-bearing premise is that the expert evaluation in Sections 2.6 and 3.1 is a valid gold standard: an unreported number of unblinded queries rated by human experts is what establishes both the RAG-plus-GPT-3.5 advantage and the waste-reduction claim, and if those ratings are unrepresentative or biased, the central claims collapse.

Editorial extensions

If this is right

  • BHI systematic reviews could be updated continuously, so newly published evidence appears in the review near real time rather than after a multi-year cycle.
  • Redundancy alerts from topic clusters could redirect funders and editorial teams away from duplicated short-term outcome studies toward long-term neurocardiological questions.
  • PICOS screening and study-design classification at the reported accuracies would let reviewers triage large literatures to methodologically strong records before manual screening.
  • The modular architecture could be applied to other biomedical fields with large, heterogeneous evidence bases.
  • The conversational interface and dashboards would let clinicians and policymakers query the living evidence base without data-science expertise.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because the head-to-head comparison reports no number of queries, no blinding, and no inter-rater reliability, the paper's 'RAG beats GPT-4' claim is better read as evidence of feasibility than as a statistically established superiority.
  • The waste-reduction claim would need a direct test: measuring whether use of the system actually lowers the rate of redundant or never-published BHI studies, rather than only flagging clusters of similar abstracts.
  • Component accuracies were measured on particular training and validation sets, so deployment in other BHI subfields or other specialties would require re-validation against new distributions of abstracts and designs.
  • The design pattern 'structured graph retrieval plus a smaller LLM outperforms a larger standalone LLM on relation-centric questions' is a general hypothesis that could be tested on non-biomedical question-answering benchmarks.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper presents an AI-driven system for supporting living systematic reviews in the Brain-Heart Interconnectome (BHI). The system integrates automated PICOS compliance detection via a Bi-LSTM, a study design classifier, semantic search with pgVector, graph-based querying with Neo4j, topic modeling with BERTopic, a living database, and a conversational interface. The authors report that RAG with GPT-3.5 outperformed plain GPT-4 on specialized BHI queries, that the Bi-LSTM achieves 87% accuracy for PICOS compliance, that the study design classifier achieves 95.7% accuracy, and that the system reduces research waste by detecting redundancies and providing real-time updates. The paper concludes that the architecture is adaptable to other biomedical fields and improves the efficiency and rigor of evidence synthesis.

Significance. If the system works as described, it would be a useful contribution to the growing field of AI-assisted evidence synthesis, particularly for a niche domain like BHI. The paper's strengths include a concrete system architecture, a validation study with an internally consistent confusion matrix (Tables 2 and 3), and an explicit acknowledgment of several limitations in Section 5. However, the headline claims about RAG outperforming GPT-4 and about systematically reducing research waste are not supported by the evidence reported. The comparative evaluation in Section 3.1 lacks any experimental protocol, sample size, statistical test, or inter-rater reliability, and the waste-reduction claim is an inference from component behavior rather than a measured outcome. The validation of the Bi-LSTM and study design classifier also lacks essential methodological details, making generalizability claims premature.

major comments (4)
  1. [Section 3.1 (also Abstract and Section 2.2)] The claim that 'RAG combined with GPT-3.5 outperformed GPT-4 for specialized BHI queries' is not established by the reported evidence. No number of queries is given, no rating scale or scoring rubric is defined, there is no mention of blinding, inter-rater reliability, or a statistical test. The percentages in Section 3.1 are ambiguous and potentially inconsistent: if '30% adequately answered by both,' '25% where RAG excelled,' '20% where GPT-4 performed better,' and '25% requiring optimization' are mutually exclusive, they sum to 100%, and the '75% met or exceeded expectations' cannot be derived from them; alternatively, if the categories overlap, the sizes and overlap are undefined. Because this comparison motivates the entire system architecture, the paper must either provide a rigorous evaluation (query set, scoring criteria, raters, sample size, and appropriate tests) or substantially downgrade the claim to a preliminary observation.
  2. [Section 3.5, Tables 2 and 3] The confusion matrix counts (TP=74, FP=7, TN=83, FN=0) are arithmetically consistent with the reported precision, recall, specificity, and accuracy values. However, the paper does not describe how the gold-standard labels were constructed, whether the 164 references were independent of the training data, what the class distribution was, or whether the evaluation was performed on held-out data. The perfect recall (FN=0) is suspicious and could indicate in-sample evaluation, an overly easy classification task, or data leakage. Without this information, the claim that the classifier is 'robust' and can 'rapidly identify and prioritize methodologically rigorous studies' is unsupported.
  3. [Section 3.4 and Section 2.3] The Bi-LSTM's 87% accuracy for PICOS compliance is reported without any test-set description: the number of instances, class distribution, train/test split, confidence intervals, or comparison with existing PICO extraction models. The paper states the model was trained on an 'extended PubMed-PICO dataset' but does not say how it was extended or whether the extension includes the 'S' (study design) component, which is part of PICOS. Since this component is supposed to flag low-quality studies early, the evaluation needs enough detail to assess whether the accuracy reflects real-world screening conditions rather than a laboratory setup.
  4. [Abstract, Section 4.1, and Section 3.2] The claim that the system 'systematically reduces waste' is not directly measured. The paper infers waste reduction from the presence of BERTopic clustering, redundancy alerts, and a living database, but it does not measure any waste-related outcome, such as the number of redundant studies identified, the time saved in screening, decisions to change research priorities, or reductions in resource use. Without a direct evaluation, the waste-reduction claim is overreaching and should be reframed as a potential benefit of the system architecture.
minor comments (6)
  1. [Title and header] The first line of the full text contains a typo: 'AN AI-D RIVEN' should read 'AN AI-DRIVEN' or 'AN AI-DRIVEN' without the space.
  2. [Section 1.3] The heading 'BHI Human Requirements' is unclear; the section describes stakeholder feedback and should be renamed to something like 'Stakeholder Input and System Requirements'.
  3. [Throughout] The abbreviations PICOS and PICO are used inconsistently; the Bi-LSTM is described as trained on PubMed-PICO (which traditionally extracts PICO, not Study design), while the system claims PICOS compliance. The text should clarify whether the Bi-LSTM detects all five elements or only the original four.
  4. [Section 3.5, Table 3] The performance metrics in Table 3 (precision, recall, specificity, accuracy) are presented as point estimates without confidence intervals or any measure of variability; adding intervals would help interpret the small validation set.
  5. [Section 2.4.1] Figure 6 is referenced before Figure 5 in the text; the figures should be numbered in order of first mention.
  6. [Table 1] Table 1's layout is confusing: the 'Topic' column contains entries such as '0 -1 -1_report_trial_studi_rct' that seem to combine a topic number, a count, and a label; the table should be simplified with separate columns for topic number, count, and representative terms.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: component evaluations are empirical and externally anchored; the under-specified RAG comparison is a validity limitation, not a construction-level circular step.

full rationale

The paper reports an AI-assisted systematic-review pipeline and evaluates its components against external or human-judgment references, with no fitted-parameter derivation whose output is then relabeled as a prediction. The Bi-LSTM PICOS model is trained on the external PubMed-PICO corpus (Section 2.3, Ref [10]) and its 87% accuracy is a standard performance claim on that task. The study-design classifier is scored against a 164-reference confusion matrix (TP=74, FP=7, TN=83, FN=0) whose precision, recall, specificity, and accuracy are internally consistent (Section 3.5). The RAG-versus-GPT-4 comparison (Sections 2.2, 2.6, 3.1) is an empirical expert-rated comparison, albeit one lacking reported query counts, blinding, a scoring rubric, and statistical testing; the RAG system has access to the authors' curated graph database while plain GPT-4 does not, which makes the comparison unfair and the claimed advantage unsurprising, but this is a methodological weakness rather than a circular derivation. No equation in the paper reduces a predicted quantity to a fitted input, and no load-bearing uniqueness theorem or ansatz is imported from the authors' prior work. The self-citations (e.g., PRISMA [24], CONSORT [21]) are standard guideline references and do not carry the argument. The Limitations section explicitly acknowledges data-quality, verification, and usability constraints, confirming that the waste-reduction conclusion is an untested inference, not an analytically forced result. Under the required standard of exhibiting a specific reduction or fitted-input renaming, no circular step can be identified.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The platform depends on standard machine-learning components and several domain assumptions rather than on fitted constants or newly postulated entities. The most important assumptions concern representativeness of training data, validity of expert evaluation, and reliability of LLM outputs; none of these are independently verified in the paper.

assumptions (5)
  • domain assumption PICOS compliance is an appropriate proxy for methodological quality and relevance in BHI evidence synthesis.
    Introduction and Section 2.3 use PICOS as a quality filter; this links the system's value to a reporting guideline rather than to clinical validity.
  • domain assumption The extended PubMed-PICO dataset is representative of BHI abstracts for training the Bi-LSTM model.
    Section 2.3 states the model is trained on this dataset but provides no domain adaptation or BHI-specific validation set.
  • domain assumption Human expert ratings of answer relevance are a valid gold standard for comparing RAG versus GPT-4.
    Section 2.6 and Section 3.1 rely on expert reviewers without reporting sample size, blinding, or inter-rater reliability.
  • domain assumption The 164-reference validation set for study design classification corresponds to an unbiased sample with an independent gold standard.
    Section 3.5 reports a confusion matrix but does not describe how the 164 references were selected or how the gold labels were produced.
  • domain assumption GPT-3.5 and GPT-4 API outputs are deterministic enough for a reproducible evaluation.
    No temperature or sampling settings are reported, and LLM nondeterminism can affect the comparison.

how reviews work

0 comments
Cite this review

Pith. "Pith review of An AI-Driven Live Systematic Reviews in the Brain-Heart Interconnectome: Minimizing Research Waste and Advancing Evidence Synthesis." pith.science (2026). https://pith.science/paper/NF2ZCOPM

@misc{pith2026250117181,
  author       = {Pith},
  title        = {Pith review of: An AI-Driven Live Systematic Reviews in the Brain-Heart Interconnectome: Minimizing Research Waste and Advancing Evidence Synthesis},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/NF2ZCOPM}},
  note         = {Machine review of arXiv:2501.17181}
}
read the original abstract

The Brain-Heart Interconnectome (BHI) combines neurology and cardiology but is hindered by inefficiencies in evidence synthesis, poor adherence to quality standards, and research waste. To address these challenges, we developed an AI-driven system to enhance systematic reviews in the BHI domain. The system integrates automated detection of Population, Intervention, Comparator, Outcome, and Study design (PICOS), semantic search using vector embeddings, graph-based querying, and topic modeling to identify redundancies and underexplored areas. Core components include a Bi-LSTM model achieving 87% accuracy for PICOS compliance, a study design classifier with 95.7% accuracy, and Retrieval-Augmented Generation (RAG) with GPT-3.5, which outperformed GPT-4 for graph-based and topic-driven queries. The system provides real-time updates, reducing research waste through a living database and offering an interactive interface with dashboards and conversational AI. While initially developed for BHI, the system's adaptable architecture enables its application across various biomedical fields, supporting rigorous evidence synthesis, efficient resource allocation, and informed clinical decision-making.

Figures

Figures reproduced from arXiv: 2501.17181 by the authors.

Figure 1
Figure 1. Workflow of the AI-Driven System for Systematic Reviews in BHI Research [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Workflow for Knowledge Extraction and Querying [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Neo4j Graph Visualization of Relationships [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Architecture of the Bi-LSTM Model for PICO Compliance Detection [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 5
Figure 5. Figure 5: Power BI Dashboard Visualizing Research Trends [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Relational Database Schema for Metadata, Document Chunks, and Topic Clusters [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: Line chart showing the count of documents assigned to each discovered topic. Higher peaks indicate clusters [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Stacked area chart displaying how the topic composition shifts over time (2010–2024). Individual colors [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]
Figure 9
Figure 9. Figure 9: Heatmap depicting the number of documents per topic (y-axis) per publication year (x-axis). Brighter [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 10
Figure 10. Figure 10: Word cloud example 3.3 Document Relevance and Hallucination Prevention The LangGraph module proved successful at minimizing off-target references. By mapping retrieved texts back to original user queries, the system drastically reduced irrelevant or fabricated outputs…
Figure 11
Figure 11. Figure 11: Workflow for Query Processing, Retrieval, and Relevance Grading [PITH_FULL_IMAGE:figures/full_fig_p009_11.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

41 extracted references · 31 canonical work pages

  1. [1]

    Avoidable waste in the production and reporting of research evidence

    Chalmers, Iain and Glasziou, Paul. Avoidable waste in the production and reporting of research evidence. The Lancet, 374(9683):86–89, 2009

  2. [2]

    Chapman, M

    Stephen, J. Chapman, M. Aldaffaa, Candice L. Downey, and David Jayne. Research waste in surgical randomized controlled trials. British Journal of Surgery , 106(11):1464–1471, 2019. https://doi.org/10.1002/BJS. 11266

  3. [3]

    Zheutlin, Joshua D

    Alexander, R. Zheutlin, Joshua D. Niforatos, Eric Stulberg, and Jeremy B. Sussman. Research Waste in Random- ized Clinical Trials: a Cross-Sectional Analysis. Journal of General Internal Medicine, 35(10):3105–3107, 2020. https://doi.org/10.1007/S11606-019-05523-4

  4. [4]

    Discontinuation and non-publication of surgical randomised controlled trials: observational study

    Chapman, S.J., Shelton, B., Mahmood, H., Fitzgerald, J.E., Harrison, E.M., and Bhangu, A. Discontinuation and non-publication of surgical randomised controlled trials: observational study. BMJ Open, 9(10):e032019, 2019

  5. [5]

    Reporting quality and research waste in gastric cancer randomized controlled trials

    Lu, L., Sun, J., Ren, X., Ma, X., Guo, Q., Wang, X., and others. Reporting quality and research waste in gastric cancer randomized controlled trials. Annals of Surgical Oncology, 28(6):2991–3000, 2021

  6. [6]

    Meta-research studies of reporting guidelines and reporting quality in trials: An overview

    Santo, S.D., Delgado-Rodriguez, M., and Bonfill, X. Meta-research studies of reporting guidelines and reporting quality in trials: An overview. Systematic Reviews, 11:34, 2022. 11 An AI-Driven Live Systematic Reviews in the Brain-Heart Interconnectome

  7. [7]

    AlpaPICO: Advancing PICO extraction for systematic reviews in low- resource settings

    Ghosh, S., Thomas, R., and Wang, Y . AlpaPICO: Advancing PICO extraction for systematic reviews in low- resource settings. AI in Medicine, 78:203–212, 2024

  8. [8]

    Research waste from poor reporting of core methods and results and redundancy in studies of reporting guideline adherence: a meta-research review

    Dal Santo, Teresa S., Rice, Danielle B., Amiri, Loabat, Tasleem, A., Li, K., Boruff, Jill, Geoffroy, Mcg, Benedetti, Andrea, and Thombs, Brett D. Research waste from poor reporting of core methods and results and redundancy in studies of reporting guideline adherence: a meta-research review. medRxiv, 2022. https: //doi.org/10.1101/2022.12.19.22283669

Show all 41 references
  1. [9]

    Several methods for assessing research waste in reviews with a systematic search: a scoping review

    Rosengaard, Louise Olsbro, Andersen, Mikkel Zola, Rosenberg, Jacob, and Fonnes, Siv. Several methods for assessing research waste in reviews with a systematic search: a scoping review. PeerJ, 12:e18466–e18466, 2024. https://doi.org/10.7717/peerj.18466

  2. [10]

    PICO Element Detection in Medical Text via Long Short-Term Memory Neural Networks

    Jin, Di, and Szolovits, Peter. PICO Element Detection in Medical Text via Long Short-Term Memory Neural Networks. In Proceedings of the BioNLP 2018 Workshop, pages 67–75. Melbourne, Australia: Association for Computational Linguistics, 2018

  3. [11]

    PICO to PICOS: Weak Supervision to Extend Datasets with New Labels

    Dhrangadhariya, Anjani, Manzo, Gaetano, and Müller, Henning. PICO to PICOS: Weak Supervision to Extend Datasets with New Labels. Studies in Health Technology and Informatics, 2024. https://doi.org/10.3233/ shti240775

  4. [12]

    Task-Specific Model Allocation Medical Papers PICOS Information Extraction

    Zhang, Qi, Qu, Jing, Zhao, Qi, and Xue, Fuzhong. Task-Specific Model Allocation Medical Papers PICOS Information Extraction. In Communications in Computer and Information Science , pages 166–177. Springer,

  5. [13]

    Addressing global research inefficiencies through AI and interdisciplinary collabora- tion

    Panda, S., and Williams, G. Addressing global research inefficiencies through AI and interdisciplinary collabora- tion. Nature Reviews Medicine, 19:345–358, 2022

  6. [14]

    Interactions between the brain and heart

    Deking, Sarah, and Liman, Jan. Interactions between the brain and heart. Nervenarzt, 92(10):977–985, 2021. https://doi.org/10.1007/S00115-021-01170-5

  7. [15]

    Exploring the Evidence: Generating a Research Question: Using the PICOT Framework for Clinical Inquiry

    Feldner, Katie, and Dutka, Paula. Exploring the Evidence: Generating a Research Question: Using the PICOT Framework for Clinical Inquiry. Nephrology Nursing Journal, 51(4):393–393, 2023. https://doi.org/10. 37526/1526-744x.2024.51.4.393

  8. [16]

    Systematic Reviews Journal, 2024

    RobotReviewer and SciSpace automation tools for systematic reviews. Systematic Reviews Journal, 2024. Note: Available at Systematic Reviews Journal. Accessed 2024

  9. [17]

    Petri, D. La sintesi delle evidenze 2.0: come l’intelligenza artificiale sta rendendo più efficienti le revisioni sistematiche [Evidence synthesis 2.0: how artificial intelligence is making systematic reviews more efficient.]. Recenti progressi in medicina, 114(6):359–361, 202...

  10. [18]

    Leveraging artificial intelligence to enhance systematic reviews in health research: advanced tools and challenges

    Ge, L., Agrawal, R., Singer, M., and others. Leveraging artificial intelligence to enhance systematic reviews in health research: advanced tools and challenges. Systematic Reviews, 13:269, 2024. https://doi.org/10. 1186/s13643-024-02682-2

  11. [20]

    Systematic literature review in five steps

    Arvanitis, Costas D. Systematic literature review in five steps. Berkeley Program in Law & Economics , 155(3_Supplement):A103–A103, 2024. Publisher: Acoustical Society of America. https://doi.org/10. 1121/10.0026958

  12. [21]

    La Declaración CONSORT: Recomendaciones revisadas para mejorar la calidad de los informes de ensayos aleatorizados de grupos paralelos

    Moher, David, Schulz, Kenneth F., Altman, Douglas G., Almanza Muñoz, José de Jesús, and De Roux Reyes, Santiago. La Declaración CONSORT: Recomendaciones revisadas para mejorar la calidad de los informes de ensayos aleatorizados de grupos paralelos. Revista de sanidad militar (...

  13. [22]

    Development and Testing of Retrieval Augmented Generation in Large Language Models – A Case Study Report

    Ke, YuHe, Jin, Liyuan, Elangovan, Kabilan, Abdullah, Hairil Rizal, Liu, Nan, Soh, Chai Rick, Tung, Joshua Yi Min, Ong, Jasmine Chiat Ling, and Ting, Daniel Shu Wei. Development and Testing of Retrieval Augmented Generation in Large Language Models – A Case Study Report. arXiv ...

  14. [23]

    The potential of Generative Pre-trained Transformer 4 (GPT-4) to analyse medical notes in three different languages: a retrospective model-evaluation study

    Menezes, Maria Clara Saad, and others. The potential of Generative Pre-trained Transformer 4 (GPT-4) to analyse medical notes in three different languages: a retrospective model-evaluation study. The Lancet Digital Health, 7(1):e35–e43, 2023

  15. [24]

    The PRISMA 2020 statement: an updated guideline for reporting systematic reviews

    Page, Matthew J., McKenzie, Joanne E., Bossuyt, Patrick M., Boutron, Isabelle, Hoffmann, Tammy C., Mulrow, Cynthia D., Shamseer, Larissa, Tetzlaff, Jennifer M., Akl, Elie A., Brennan, Sue E., Chou, Roger, Glanville, Julie, Grimshaw, Jeremy M., Hróbjartsson, Asbjørn, Lalu, Mano...

  16. [25]

    BERTopic: Neural topic modeling with a class-based TF-IDF procedure

    Grootendorst, Maarten. BERTopic: Neural topic modeling with a class-based TF-IDF procedure. arXiv preprint arXiv:2203.05794, 2022. https://arxiv.org/abs/2203.05794

  17. [26]

    (Neo4j)ˆ Browser: Visualizing Variable-Aware Analysis Results

    Toledo, Rafael F., Atlee, Joanne M., Xiong, Rui Ming, and Liu, Mingyu. (Neo4j)ˆ Browser: Visualizing Variable-Aware Analysis Results. Proceedings of the 16th ACM SIGSOFT International Conference on Software Engineering for Adaptive and Self-Managing Systems , pages 69–73, 2024...

  18. [27]

    The application of the “PICO” teaching model in clinical research course for medical students

    Ma, Wei, Pan, Pei, Xu, Gang, Yang, Wenyi, Li, Dong, Tian, Shen, Wang, Zhichao, Cai, Yong, and Yao, Ming. The application of the “PICO” teaching model in clinical research course for medical students. Global Medical Education, 2024. Publisher: Walter de Gruyter GmbH. https://do...

  19. [28]

    Task-Specific Model Allocation Medical Papers PICOS Information Extraction

    Zhang, Qi, Qu, Jing, Zhao, Qi, and Xue, Fuzhong. Task-Specific Model Allocation Medical Papers PICOS Information Extraction. Communications in Computer and Information Science, pages 166–177, 2023. Publisher: Springer Science+Business Media. https://doi.org/10.1007/978-981-97-...

  20. [29]

    Enhancing PICOS Information Extraction with UIE and ERNIE-Health

    Zhang, Lei, Wu, Tian, Zheng, Yuan, and Jian, Yue. Enhancing PICOS Information Extraction with UIE and ERNIE-Health. Communications in Computer and Information Science, pages 186–194, 2023. Publisher: Springer Science+Business Media. https://doi.org/10.1007/978-981-97-1717-0_17

  21. [30]

    Physiologic Network-based Brain-heart Interaction Quantification during Visual Emotional Elicitation

    Cai, Z., Gao, H., and Wu, M. Physiologic Network-based Brain-heart Interaction Quantification during Visual Emotional Elicitation. IEEE Transactions on Neural Systems and Rehabilitation Engineering, 32:2482–2491,

  22. [31]

    BHI-Net: Brain-Heart Interaction-Based Deep Architectures for Epileptic Seizures and Firing Location Detection

    Sabor, N., Mohammed, H., Li, Z., and Wang, G. BHI-Net: Brain-Heart Interaction-Based Deep Architectures for Epileptic Seizures and Firing Location Detection. IEEE Transactions on Neural Systems and Rehabilitation Engineering, 30:1576–1588, 2022. https://doi.org/10.1109/TNSRE.2...

  23. [32]

    Complex Brain-Heart Mapping in Mental and Physical Stress.IEEE Journal of Translational Engineering in Health and Medicine , 1, 2023

    Catrambone, V ., and Valenza, G. Complex Brain-Heart Mapping in Mental and Physical Stress.IEEE Journal of Translational Engineering in Health and Medicine , 1, 2023. https://doi.org/10.1109/jtehm.2023. 3280974

  24. [33]

    Research waste from poor reporting of core methods and results and redundancy in studies of reporting guideline adherence: a meta-research review

    Dal Santo, T.S., Rice, D.B., Amiri, L., Tasleem, A., Li, K., Boruff, J., Geoffroy, M., Benedetti, A., and Thombs, B.D. Research waste from poor reporting of core methods and results and redundancy in studies of reporting guideline adherence: a meta-research review. medRxiv, 20...

  25. [34]

    Avoidable Waste of Research Related to Outcome Planning and Reporting in Clinical Trials

    Yordanov, Y ., Dechartres, A., Atal, I., Tran, V .-T., Boutron, I., Créquit, P., and Ravaud, P. Avoidable Waste of Research Related to Outcome Planning and Reporting in Clinical Trials. BMC Medicine, 16(1):87, 2018. https://doi.org/10.1186/S12916-018-1083-X

  26. [35]

    (Semi)automated Approaches to Data Extraction for Systematic Reviews and Meta-analyses in Social Sciences: A Living Review

    Legate, A., Nimon, K., and Noblin, A. (Semi)automated Approaches to Data Extraction for Systematic Reviews and Meta-analyses in Social Sciences: A Living Review. F1000Research, 13:664, 2024. https://doi.org/10. 12688/f1000research.151493.2

  27. [36]

    AI Meets Academia: Transforming Systematic Literature Reviews

    Tomczyk, P., Brüggemann, P., and Vrontis, D. AI Meets Academia: Transforming Systematic Literature Reviews. Euromed Journal of Business, 2024. https://doi.org/10.1108/emjb-03-2024-0055

  28. [37]

    Towards Autonomous Living Meta-Analyses: A Framework for Automation of Systematic Review and Meta-Analyses

    Górska, A., and Tacconelli, E. Towards Autonomous Living Meta-Analyses: A Framework for Automation of Systematic Review and Meta-Analyses. Studies in Health Technology and Informatics, 316:378–382, 2024. https://doi.org/10.3233/shti240427

  29. [38]

    Towards the Automation of Sys- tematic Reviews Using Natural Language Processing, Machine Learning, and Deep Learning: A Comprehensive Review

    Ofori-Boateng, R., Aceves-Martins, M., Wiratunga, N., and Moreno-García, C.F. Towards the Automation of Sys- tematic Reviews Using Natural Language Processing, Machine Learning, and Deep Learning: A Comprehensive Review. Artificial Intelligence Review, 57(8), 2024. https://doi...

  30. [39]

    Automation of Systematic Reviews of Biomedical Literature: A Scoping Review of Stud- ies Indexed in PubMed

    Tóth, B., and Péntek, M. Automation of Systematic Reviews of Biomedical Literature: A Scoping Review of Stud- ies Indexed in PubMed. Systematic Reviews, 13(1), 2024. https://doi.org/10.1186/s13643-024-02592-3

  31. [40]

    A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models

    Fan, Wenqi, Ding, Yujuan, Ning, Liangbo, Wang, Shijie, Li, Hengyun, Yin, Dawei, Chua, Tat-Seng, and Li, Qing. A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models. arXiv preprint arXiv:2405.06211, 2024. https://arxiv.org/abs/2405.06211

  32. [41]

    Graph Retrieval-Augmented Generation: A Survey

    Peng, Boci, Zhu, Yun, Liu, Yongchao, Bo, Xiaohe, Shi, Haizhou, Hong, Chuntao, Zhang, Yan, and Tang, Siliang. Graph Retrieval-Augmented Generation: A Survey. arXiv preprint arXiv:2408.08921, 2024. https: //arxiv.org/abs/2408.08921. 13

  33. [2024]

    https://doi.org/10.1109/tnsre.2024.3424543

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.