Scientists in a clinical laboratory reviewing samples and data on screens
    Regulatory Writing

    Why Generic LLMs Fail at Regulatory Document Generation

    Generic LLMs hallucinate, miss cross-document consistency, and lack regulated audit trails. Here is why regulatory document generation demands purpose-built AI.

    Published by Kitsa Editorial Team
    ~19 min read
    Contents

    A 57% Accuracy Floor Is Not a Regulatory Document Strategy

    When researchers evaluated vanilla GPT-4o on informed consent form drafting across 900 clinical trials, the model achieved factual accuracy ranging from 57% to 82%, depending on study complexity [1]. In a document governed by FDA 21 CFR Part 50.25, where the sponsor carries legal accountability for ensuring that a participant genuinely understood the procedures, risks, and their rights before enrolling [14], a potential 43% error rate is a clinical and regulatory liability, not an acceptable margin.

    The same class of risk extends to other regulated document types. Research evaluating LLM performance on FDA regulatory review documents found meaningful limitations across all three models tested [8], and hallucination rates in eligibility criteria conversion reached 32.7% [7], suggesting the failure modes documented in ICF generation are not format-specific. Protocols, Investigator's Brochures, Development Safety Update Reports, and Clinical Study Reports can carry similar structural vulnerabilities: outputs that read authoritatively, flow fluently, and contain errors nearly invisible without deep protocol knowledge.

    This article draws on peer-reviewed evidence, regulatory guidances, and benchmark data to explain why the failure mode is structural, and why prompt engineering alone cannot address it.

    Evidence snapshot: why generic LLMs are not enough for regulated document generation
    57%-82%
    Generic ICF factual accuracy
    Vanilla GPT-4o across 900 clinical trials [1]
    32.7%
    Eligibility criteria hallucination
    LLM conversion of eligibility criteria [7]
    90%+
    Purpose-built ICF performance
    Purpose-built system with human review [1]

    Why Regulatory Documents Are Different From Any Other Writing Task

    A protocol is not a long technical brief. An ICF is not a patient information leaflet. These documents exist within an interlocking system of regulatory obligations: what content must appear, what language is permissible, how terms must remain consistent across an entire submission dossier, and what evidence trail must exist when an inspector asks how the document was produced.

    That compliance perimeter expanded substantially when ICH E6(R3) was finalized on January 6, 2025. The guidance introduced a comprehensive data governance framework explicitly addressing data integrity, traceability, and computer system accountability across the trial lifecycle [5]. ICH E6(R3) does not create a separate carve-out for AI-generated content. The guidance's principles are explicitly intended to remain relevant as technology evolves, and tools used to create, modify, or maintain GCP-regulated records are subject to the same data integrity and computer system oversight requirements as any other electronic system in the trial environment. Sponsors deploying general-purpose models for regulated document generation without corresponding computer system validation documentation may carry a compliance gap into submission workflows.

    Protocol complexity has been escalating in parallel. A Tufts Center for the Study of Drug Development analysis published in 2024, drawing on data from 950 protocols and 2,188 amendments across 16 pharmaceutical companies and CROs, found that the prevalence of protocol amendments across Phase I through Phase IV trials had risen from 57% in 2015 to 76%, with the mean number of amendments per protocol climbing 60% to 3.3 [3]. The financial consequences are well-documented: a separate Tufts CSDD analysis found the median direct cost of implementing a substantial amendment ranges from $141,000 for a Phase II protocol to $535,000 for a Phase III protocol, covering rewrites, IRB resubmissions, patient re-consent, and site retraining [4]. In that environment, a document generation tool that introduces errors or internal inconsistencies is not merely inconvenient. It adds directly to that bill.

    What the Research Says About Generic LLMs in Regulatory Contexts

    The evidence against deploying unmodified general-purpose models for regulated clinical documents has accumulated steadily since 2022.

    A 2025 study published in npj Digital Medicine evaluated 18 experimental configurations of LLMs for clinical note generation across 12,999 clinician-annotated sentences and found a 1.47% hallucination rate and a 3.45% omission rate, with 44% of those hallucinations rated as clinically "major" in significance [2]. That study examined clinical notes rather than regulatory submissions, but it provides a relevant baseline for understanding the error distribution in AI-generated clinical text at scale. Published research examining a sample of industry-sponsored clinical study reports found a median document length of 644 pages [18]; at that scale, even a low per-sentence error rate translates to multiple substantive inaccuracies within a single submission.

    For the specific task of handling clinical eligibility criteria, which form the backbone of both the protocol and the safety population described in the CSR, the performance gap is wider. A 2025 study evaluating LLMs on the conversion of trial eligibility criteria to structured queries found an overall hallucination rate of 32.7%, with wrong domain assignments in 34.2% of outputs. For certain diagnostic categories, including pregnancy status, the model failed completely, producing a Jaccard similarity of 0.00 against the reference [7].

    The InformGen benchmark, evaluated across ICFs from 900 clinical trial protocols, quantified the gap directly. A vanilla GPT-4o model produced 57% to 82% factual accuracy, while a purpose-built system with structured compliance logic, combined with human review, reached above 90%. The domain-specific system also achieved near-100% compliance with 18 core FDA regulatory rules derived from 21 CFR Part 50 guidelines, outperforming the general model by up to 30 percentage points [1]. A 2025 preprint evaluating ChatGPT-4o, Gemini 2.5 Pro, and DeepSeek R1 on FDA regulatory review documents found each demonstrated meaningful limitations in extracting nuanced methodological details from submissions containing cross-referenced analyses [8].

    The Cross-Document Consistency Problem

    The failure mode that receives the least discussion in AI-and-medical-writing conversations is also the one with the most direct regulatory consequence: cross-document consistency.

    Under ICH M4E(R2) and the Common Technical Document format adopted by FDA, EMA, and PMDA, regulatory submissions require alignment across Module 2.5 (Clinical Overview), Module 2.7 (Clinical Summaries), and the Clinical Study Reports in Module 5 [13]. The patient population defined in the protocol must appear without deviation in the SAP, the ICF, and the CSR. The primary endpoint specified in the protocol must map to the estimand framework defined under ICH E9(R1) [12], which must in turn underpin the statistical methodology documented in the SAP. Cross-document discrepancies in these elements are among the items regulatory reviewers examine when assessing submission quality, and ICH M4E(R2)'s emphasis on alignment across modules reflects the expectation that sponsors will maintain internal consistency throughout the dossier [13].

    General-purpose LLMs, when deployed through standard commercial interfaces, generate each document session without persistent state. There is no mechanism within such a system to cross-check the endpoint terminology used when drafting the protocol six weeks ago against the SAP being drafted today, or to detect that the exclusion criterion in Module 2.5 has diverged from the text in Module 5. A sponsor generating documents piecemeal through a commercial chat interface can produce a submission dossier with internally inconsistent definitions, without any automated signal that the inconsistency exists.

    Regulatory Compliance Logic Is Not General Knowledge

    FDA 21 CFR Part 50 requires that informed consent language be understandable to the participant or their legally authorized representative [14]. Many IRBs, institutions, and plain-language standards use a sixth to eighth grade reading level as a practical benchmark for meeting that requirement. A 2024 peer-reviewed analysis of 5,239 ICFs drawn from ClinicalTrials.gov found that 91% were written above the 8th-grade level those IRB standards target, with an average Flesch-Kincaid Grade Level of 10.99 [15]. The gap between the readability target and typical ICF output is not accidental. It reflects the technical density of source protocols. A general-purpose LLM prompted to draft an ICF from a complex oncology protocol defaults to the register of its training data, which skews toward academic and technical text. Prompt instructions alone cannot reliably enforce a reading level constraint across a 15-page section covering complex pharmacokinetic monitoring procedures.

    The same gap appears in the statistical domain. ICH E9(R1), adopted November 20, 2019, introduced an estimands framework requiring sponsors to define not just the primary outcome, but how intercurrent events will be handled, which of five estimand strategies applies, and how the sensitivity analysis will test whether the main estimand's conclusions hold under different analytical assumptions [12]. A general-purpose LLM asked to draft an SAP has no reliable internal representation of estimand construction logic. It produces a document that looks structurally like an SAP without the protocol-specific estimand alignment that FDA and EMA reviewers expect to find.

    The Audit Trail Gap Under 21 CFR Part 11

    For electronic records that fall under predicate rules and are created, modified, or transmitted in a GxP context, FDA 21 CFR Part 11 requires secure, computer-generated, time-stamped audit trails documenting who performed each action, when, and what changed [6]. It is worth clarifying that not every use of an AI drafting tool triggers Part 11; the compliance risk escalates when outputs are incorporated into controlled GxP workflows or submitted as part of a regulated record. At that point, the absence of a creation history becomes a gap that computer system validation documentation would ordinarily fill. Computer systems used to create such records are expected to be validated to demonstrate they perform as intended before use in regulated activities. Data integrity has been a consistent FDA enforcement priority: an industry analysis of FDA drug GMP warning letters found approximately 80% in 2015 and 2016 included a data integrity component, reflecting the agency's long-standing focus on electronic records controls [17].

    General-purpose LLMs deployed through commercial chat interfaces do not generate regulated audit trails suitable for GxP or Part 11 workflows. They do not record who submitted a prompt, which protocol version was active at the time of generation, what earlier draft was modified, or why a given section was revised. A regulated document produced through an unvalidated commercial interface may lack a verifiable origin within the sponsor's validated documentation environment.

    Long-Document Performance Breaks Down

    Clinical trial protocols have grown substantially longer as complexity has increased; a Tufts CSDD analysis documented a 139% increase in procedure quantity and 214% rise in endpoints since 2005 [3]. CSRs reach 644 pages or more at the median [18]. Research evaluating multiple models, including Claude 3, GPT-3.5 Turbo, and Gemini Pro, has found that model accuracy on analysis tasks degrades as input length grows, with information located in the middle sections of long contexts receiving less reliable attention than content near the beginning or end [16]. This pattern is sometimes called "Lost in the Middle."

    For regulatory documents, the practical consequence is specific. A general-purpose LLM generating a CSR synopsis from a 200-page protocol and study results package may correctly reflect the primary endpoint stated in the opening pages, and miss the subgroup amendment defined on page 147, or the safety assessment added in the second protocol amendment. Prompting alone does not reliably address this risk, because the limitation lies in the model's capacity to maintain coherent attention across very long inputs, not in how the prompt is phrased.

    Regulatory and Documentation Considerations

    Three regulatory frameworks define the environment in which these failure modes become concrete compliance risks.

    ICH E6(R3), finalized January 6, 2025, introduced a standalone data governance section covering data integrity, traceability, security, and computer system accountability for all aspects of trial conduct [5]. The guidance makes explicit that its GCP principles are intended to remain relevant as technology evolves, and that sponsors bear oversight responsibility for any electronic systems involved in GCP-regulated activities. A clinical document generated by an AI tool is subject to the same authenticity and traceability standards as one drafted manually, and the tool generating it carries the same computer system oversight obligations as any other system in the sponsor's GxP environment.

    ICH E3, which governs the structure and content of Clinical Study Reports, requires that CSRs provide a clear, complete, transparent, and reproducible account of the study [11]. "Reproducible" in this context means that a reviewer must be able to trace every analytical claim in the report to the underlying protocol and data. A CSR section generated by a general-purpose model that interpolates across source material, rather than grounding claims in the protocol, SAP, and study data, may fail this standard without the failure being visible on a surface read.

    ICH E9(R1), adopted November 2019, introduced the estimands framework to align trial objectives, design, analysis, and reporting in a single coherent structure [12]. Every element of an SAP, from the primary estimand through sensitivity analysis strategy, must trace back to the corresponding protocol section. That alignment requires a document generation process that treats the SAP and the protocol as parts of the same evidentiary chain, not two independent writing tasks.

    AI and Automation in Regulatory Writing: What Evidence Supports

    The research on domain-specific models points in a consistent direction. A 2025 peer-reviewed analysis in Frontiers in Artificial Intelligence found that adapting a general-purpose LLM with medical domain knowledge increases performance "dramatically" compared to the unadapted base model, and that inadequate domain-specific constraints can lead to erroneous outputs in clinical settings [9]. Published commentary in the biomedical AI space has further noted that high-quality domain training data tends to matter more than raw model parameter count for clinical reliability, with smaller fine-tuned models outperforming larger general-purpose alternatives on specialized benchmarks [10].

    For regulatory documents, domain accuracy is only part of what the task requires. Beyond getting clinical facts right, a purpose-built system must also maintain cross-document consistency by tracking terminology, population definitions, endpoints, and estimand alignment across the full document set; enforce regulatory compliance logic against specific guidances including ICH E6(R3), ICH E3, ICH E9(R1), and FDA 21 CFR Part 50; operate within an environment with audit trail functionality; and surface discrepancies rather than generating plausible-sounding text that obscures them.

    The table below summarizes where the structural gaps between general-purpose and purpose-built systems appear in practice.

    FactorGeneral-purpose LLM (commercial interface)Purpose-built regulatory AI system
    Factual accuracy: ICF drafting57%-82% [1]90%+ with human review [1]
    Eligibility criteria hallucination32.7% [7]Not systematically benchmarked; structured compliance logic and RAG are intended to reduce it
    Cross-document consistencyNot enforcedTracked across document set
    GxP computer system validationNot availableRequired for regulated GxP use
    Audit trail (21 CFR Part 11)Not generatedCreated at generation
    Regulatory compliance logicNot built inAligned to ICH and FDA-specific guidances

    These differences are architecture requirements, not prompt quality issues. Prompt engineering improves output fluency; it does not by itself add persistent state, create regulated audit trails, or encode compliance logic against specific regulatory guidances. The structural gap between general-purpose and purpose-built systems is not addressable through better prompting alone.

    How Kitsa Fits Into This Problem

    KScribe, Kitsa's regulatory document generation platform (kitsa.ai/regulatory-document-generation), addresses the document types where these failure modes matter most: protocols, ICFs, Investigator's Brochures, Development Safety Update Reports, and Clinical Study Reports. The platform is designed to track cross-document consistency across a related document set and maintain document lineage for audit purposes.

    Human review remains necessary in any AI-assisted regulatory writing workflow, including purpose-built systems, and medical writers retain professional accountability for the accuracy and completeness of every regulated document they submit. The difference a purpose-built regulatory platform makes is in reducing the structural risks that generic tools introduce before human review even begins. For sponsors and CROs evaluating AI tools for regulatory medical writing, the distinction between a general-purpose commercial model and a system built to the regulatory context is not a product preference. It is the difference between a drafting tool and an auditable clinical infrastructure.

    A Practical Illustration: Where Inconsistency Enters a CTD Dossier

    The following scenario is hypothetical but reflects the structural risks that arise from piecemeal document generation across separate LLM sessions.

    Consider a Phase III oncology trial where a sponsor uses a general-purpose LLM to draft, in separate sessions over several months, the protocol, ICF, SAP, and CSR synopsis.

    How divergence enters a CTD dossier across separate LLM sessions
    1. 1
      Protocol
      Primary analysis population: patients who received at least one dose and had baseline tumor assessment
    2. 2
      SAP drafted later in separate LLM session
      Population definition shifts: adds measurable disease at baseline
    3. 3
      CSR synopsis
      Reflects SAP wording instead of protocol wording
    4. 4
      ICF drafted separately
      Misses post-amendment exclusion criterion from Protocol Amendment 2
    5. 5
      Submission dossier risk
      Documents read well individually but diverge across the evidentiary chain

    The protocol defines the primary analysis population as patients who received at least one dose of study drug and had a baseline tumor assessment. Two months later, when drafting the SAP, the same general-purpose LLM is prompted with a summary of the study design. It renders a slightly different population definition, adding a qualification about measurable disease at baseline, because that language appeared frequently in its training data for oncology SAPs. The CSR synopsis, drafted six months after the protocol, reflects the SAP's wording, not the protocol's.

    The ICF, drafted separately, describes eligibility requirements in plain language drawn from the eligibility criteria section of the protocol, but omits one of the post-amendment exclusion criteria added in Protocol Amendment 2, which was incorporated into the SAP but not explicitly provided to the LLM when drafting the ICF.

    By submission, four documents have been produced. Each reads well in isolation. Together, they contain at least two cross-document discrepancies. A system that tracked source documents across the full document set would be designed to flag both.

    What to Ask Any AI Vendor Before Deploying for Regulatory Documents

    Sponsors and CROs evaluating tools for regulated document generation, including purpose-built platforms like KScribe, should request clear answers to the following before deployment.

    Does the system generate a time-stamped audit trail identifying who initiated each document generation, which source version was active, and what edits were made post-generation? This is the type of electronic record traceability that FDA 21 CFR Part 11 and ICH E6(R3) expect from computer systems operating in GxP environments [5],[6].

    Is the system validated as a GxP computer system, and is validation documentation available for review? This includes IQ/OQ/PQ reports and SOPs for document workflows.

    Does the platform track cross-document consistency? Specifically, if a protocol section is amended, does the system identify downstream documents (ICF, SAP, CSR) that may require updating?

    Is the system grounded in specific regulatory guidances, including ICH E6(R3), ICH E3, ICH E9(R1), and FDA 21 CFR Part 50, with compliance logic built into generation rather than relying on prompts?

    What is the human review workflow? Purpose-built systems should not position AI output as submission-ready; human expert review of every regulated document remains a requirement, not an option.

    Key Takeaways

    • A vanilla GPT-4o model achieved 57% to 82% factual accuracy on ICF drafting across 900 trials; a purpose-built system with human review reached above 90%, outperforming the general model by up to 30 percentage points on FDA regulatory compliance [1].
    • LLMs evaluated on clinical eligibility criteria conversion produced a 32.7% overall hallucination rate, including complete failure on certain diagnostic categories [7].
    • 76% of Phase I through Phase IV protocols now require at least one amendment, with Phase III amendment costs reaching a median of $535,000 per substantial amendment, and mean amendments per protocol up 60% since 2015 [3],[4].
    • ICH E6(R3), finalized January 2025, extends data governance, traceability, and computer system oversight requirements to electronic tools used in trial conduct, including AI document generation [5].
    • General-purpose LLMs deployed through commercial interfaces generate each document session without persistent state, with no mechanism to enforce the cross-document consistency required across a CTD submission [13].
    • For electronic records within scope of predicate rules, FDA 21 CFR Part 11 requires validated systems with time-stamped audit trails; commercial LLM interfaces carry none of the validation documentation those requirements imply [6].
    • Domain-specific training and high-quality clinical data can substantially improve LLM performance on medical and regulatory tasks relative to unadapted general-purpose models [9],[10].
    • Human review remains necessary in any AI-assisted regulatory writing workflow, including purpose-built systems; the value of a purpose-built regulatory platform is in reducing the structural risks that generic tools introduce before human review begins.
    KScribe · AI Regulatory Document Generation

    Generic LLMs were not built for regulated document generation. KScribe is designed for clinical trial protocols, ICFs, Investigator's Brochures, DSURs, and CSRs, with cross-document consistency and document lineage built into the workflow.

    Explore KScribe

    FAQ

    Can I use ChatGPT or a similar general tool to draft clinical trial protocols if a medical writer reviews and edits the output?
    Human review improves output quality but does not resolve the compliance architecture issues. Under FDA 21 CFR Part 11 and ICH E6(R3), electronic records in a GxP context require a verifiable creation history from a validated system with an audit trail [5],[6]. A commercial LLM interface produces none of that documentation. Human review also does not protect against cross-document inconsistency: a medical writer reviewing a CSR independently has no automated mechanism to detect that it diverges from an SAP drafted in a separate session months earlier.
    What is the practical difference between a general-purpose LLM and a purpose-built regulatory document system?
    General-purpose LLMs produce fluent text across any domain. Purpose-built regulatory AI incorporates domain-specific training, computer system validation documentation, cross-document consistency logic, compliance checks aligned to specific guidances, and audit trail functionality. The published accuracy gaps, including the 30-percentage-point compliance difference documented by InformGen [1], reflect those architecture differences. A general-purpose model can be prompted more carefully; that does not make it a validated GxP computer system.
    What does ICH E6(R3) say about AI tools used in clinical trials?
    ICH E6(R3), finalized January 6, 2025, does not create a separate category for AI-generated content [5]. The guidance's data governance framework, including requirements for data integrity, traceability, security, and computer system accountability, applies to any electronic system generating GCP-regulated records. Sponsors must approach AI document generation tools with the same oversight obligations that apply to any other computer system used in the trial, including appropriate validation documentation.
    How does cross-document inconsistency create regulatory problems in practice?
    Under ICH M4E(R2) and the CTD format, regulatory reviewers examine alignment across Module 2 summaries and Module 5 clinical study reports [13]. Cross-document discrepancies in population definitions, endpoint specifications, or statistical methodology can become a focus of regulatory questions, information requests, or inspection review. Discrepancies identified during inspection may constitute data integrity findings under GCP. Documents generated by an uncoordinated general-purpose LLM across separate sessions have no built-in consistency check, and the resulting divergences can be difficult to catch in manual review.
    Are there peer-reviewed studies documenting LLM hallucinations in clinical document generation contexts?
    Several relevant studies have been published. A 2025 study found a 32.7% hallucination rate when general-purpose LLMs processed clinical eligibility criteria, including complete failure on certain diagnostic categories [7]. A 2025 study in npj Digital Medicine found 44% of hallucinations in clinical note generation were rated as clinically major in significance [2]. The InformGen study documented that vanilla GPT-4o failed to meet 18 core FDA regulatory rules in ICF drafting, compared to a purpose-built system achieving near-100% compliance [1]. Most of these findings come from structured research settings; real-world deployments of general-purpose tools in regulated clinical contexts remain largely unaudited, which is itself a risk for sponsors proceeding without systematic output validation.

    References

    1. [1] Zhao Z, et al. "InformGen: An AI Copilot for Accurate and Compliant Clinical Research Consent Document Generation." arXiv preprint, April 2025. https://arxiv.org/abs/2504.00934 (Preprint; not peer-reviewed)
    2. [2] Minty E, et al. "A framework to assess clinical safety and hallucination rates of LLMs for medical text summarisation." npj Digital Medicine, May 2025. https://www.nature.com/articles/s41746-025-01670-7
    3. [3] Getz K, et al. "New Benchmarks on Protocol Amendment Practices, Trends and their Impact on Clinical Trial Performance." Therapeutic Innovation & Regulatory Science, 2024. PubMed PMID: 38438658. https://pubmed.ncbi.nlm.nih.gov/38438658/
    4. [4] Getz K, Stergiopoulos S, Short M, et al. "The Impact of Protocol Amendments on Clinical Trial Performance and Cost." Therapeutic Innovation & Regulatory Science, 2016;50(4):436-441. https://pubmed.ncbi.nlm.nih.gov/?term=Impact+of+Protocol+Amendments+on+Clinical+Trial+Performance+and+Cost
    5. [5] International Council for Harmonisation. "Good Clinical Practice E6(R3)." ICH Harmonised Guideline, Step 4, January 6, 2025. https://database.ich.org/sites/default/files/ICH_E6(R3)_Step4_FinalGuideline_2025_0106.pdf
    6. [6] FDA. "21 CFR Part 11: Electronic Records; Electronic Signatures." U.S. Code of Federal Regulations. https://www.ecfr.gov/current/title-21/chapter-I/subchapter-A/part-11
    7. [7] Hendricks-Sturrup R, et al. "Large Language Models for Automating Clinical Trial Criteria Conversion to OMOP CDM Queries: Validation and Evaluation Study." NCBI PMC, 2025. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12530336/
    8. [8] Bukhari K, Rodriguez-Monguio R, Lopez-Bermudez B, et al. "When AI Meets the FDA: An Evaluation of Large Language Models Performance in Regulatory and Clinical Trial Data Extraction, Synthesis, and Analysis." medRxiv preprint, December 2025. https://www.medrxiv.org/content/10.64898/2025.12.22.25342875v1 (Preprint; not peer-reviewed)
    9. [9] Keutzer L, et al. "Bridging the gap: a practical step-by-step approach to warrant safe implementation of large language models in healthcare." Frontiers in Artificial Intelligence, January 2025. https://www.frontiersin.org/journals/artificial-intelligence/articles/10.3389/frai.2025.1504805/full
    10. [10] BioPharm International. "Advancing Healthcare with Generative AI: From Promise to Practice." BioPharm International, 2025. https://www.biopharminternational.com/view/advancing-healthcare-generative-ai-practice
    11. [11] International Council for Harmonisation. "ICH E3: Structure and Content of Clinical Study Reports." ICH Harmonised Guideline. https://www.ema.europa.eu/en/documents/scientific-guideline/international-conference-harmonisation-technical-requirements-registration-pharmaceuticals-human-use-ich-guideline-e3-questions-and-answers-r1_en.pdf
    12. [12] International Council for Harmonisation. "E9(R1) Addendum on Estimands and Sensitivity Analysis in Clinical Trials." Adopted November 20, 2019. https://database.ich.org/sites/default/files/E9-R1_Step4_Guideline_2019_1203.pdf
    13. [13] International Council for Harmonisation. "ICH M4E(R2): The Common Technical Document for the Registration of Pharmaceuticals for Human Use, Efficacy." https://www.hhs.gov/guidance/sites/default/files/hhs-guidance-documents/FDA/10326061fnl_M4ER2_The-CTD_Efficacy.pdf
    14. [14] FDA. "21 CFR Part 50: Protection of Human Subjects, Subpart B, Sections 50.20 and 50.25." U.S. Code of Federal Regulations. https://www.ecfr.gov/current/title-21/chapter-I/subchapter-B/part-50/subpart-B
    15. [15] Zai AH, Faro JM, Allison J. "Unveiling readability challenges: An extensive analysis of consent document accessibility in clinical trials." Clinical and Translational Science, September 2024. PMC ID: 11428065. https://pmc.ncbi.nlm.nih.gov/articles/PMC11428065/
    16. [16] Hosseini P, Castro I, Ghinassi I, Purver M. "Efficient Solutions for an Intriguing Failure of LLMs: Long Context Window Does Not Mean LLMs Can Analyze Long Sequences Flawlessly." In Proceedings of COLING 2025, ACL, 2025; pp. 1880-1891. arXiv:2408.01866. https://aclanthology.org/2025.coling-main.128/
    17. [17] Unger B. "An Analysis of FDA Warning Letters on Data Governance and Data Integrity." Pharmaceutical Online, July 14, 2017 (analysis of 2016 drug GMP warning letters). https://www.pharmaceuticalonline.com/doc/an-analysis-of-fda-warning-letters-on-data-governance-data-integrity-0001
    18. [18] Doshi P, Jefferson T. "Clinical study reports of randomised controlled trials: an exploratory review of previously confidential industry reports." BMJ Open, 2013;3(2):e002496. PMC ID: 3586134. https://pmc.ncbi.nlm.nih.gov/articles/PMC3586134/

    Related Articles