> ## Documentation Index
> Fetch the complete documentation index at: https://playbook.pharmatools.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Summarise a Source Paper

> Turn a published clinical paper into a structured, verified summary ready for downstream medical writing.

export const RiskBadge = ({level = "low"}) => {
  const styles = {
    "low": {
      bg: "#D1FAE5",
      fg: "#065F46",
      label: "Low"
    },
    "low-medium": {
      bg: "#ECFCCB",
      fg: "#365314",
      label: "Low–Medium"
    },
    "medium": {
      bg: "#FEF3C7",
      fg: "#854D0E",
      label: "Medium"
    },
    "medium-high": {
      bg: "#FFEDD5",
      fg: "#9A3412",
      label: "Medium–High"
    },
    "high": {
      bg: "#FECACA",
      fg: "#991B1B",
      label: "High"
    },
    "critical": {
      bg: "#DC2626",
      fg: "#FFFFFF",
      label: "Critical"
    }
  };
  const s = styles[level] || styles.low;
  return <span style={{
    display: "inline-block",
    backgroundColor: s.bg,
    color: s.fg,
    padding: "2px 12px",
    borderRadius: "999px",
    fontSize: "0.75rem",
    fontWeight: 700,
    letterSpacing: "0.03em",
    textTransform: "uppercase",
    verticalAlign: "middle",
    whiteSpace: "nowrap"
  }}>
      Risk tier · {s.label}
    </span>;
};

<Tip>
  <RiskBadge level="low" />

  \~10 min with AI, \~45 min without
  Standard medical writing review required.

  Full paper → AI structured summary → Data verification → Final reviewed summary
</Tip>

## Best for

* Rapidly digesting source literature at the start of a new project
* Preparing evidence summaries or briefing documents for account teams or clients
* Building a reference library across a therapeutic area
* Creating a foundation summary to feed into content outlines or messaging work
* Summarising unfamiliar papers before a project kick-off

## Inputs

* Full text of the published paper (PDF or pasted text; do not rely on AI training data)
* Any specific focus areas (e.g., "primary endpoint only", "focus on safety results")
* Target summary length and format (structured abstract, narrative summary, or bullet-point overview)

## Steps

<Steps>
  <Step title="Read the paper yourself">
    At minimum, read the abstract, results, and conclusions. You need to understand the paper before you can evaluate an AI-generated summary of it.
  </Step>

  <Step title="Provide the full text to the AI">
    Paste or upload the complete paper. Do not rely on the AI's training data. It may have an incomplete or outdated version of the publication.
  </Step>

  <Step title="Run the prompt pattern">
    Use the prompt below, specifying your required output format and any focus areas. Adjust the section structure if the paper type demands it (e.g., a case series vs. an RCT).
  </Step>

  <Step title="Verify every data point">
    Open the source paper's results tables and check every numerical value (p-values, CIs, HRs, sample sizes) side by side against the summary. Check that each result is attributed to the correct study arm, population, and analysis type.
  </Step>

  <Step title="Adjust emphasis and fill gaps">
    Fix inaccuracies, add missing safety data, adjust the balance between efficacy and safety, and refine language for your specific audience and purpose.
  </Step>

  <Step title="Final review">
    Confirm the summary is accurate, complete for its intended use, appropriately sourced, and contains no unsourced AI-generated context.
  </Step>
</Steps>

## Output

A 400–800 word structured summary that follows the specified section format, reproduces numerical data exactly as stated in the source, and clearly distinguishes between primary, secondary, and exploratory endpoints. Any areas of uncertainty are flagged with \[VERIFY] markers. The summary uses professional medical writing language without promotional framing.

<Accordion title="Worked example: Phase III oncology trial summary">
  **Source paper excerpt (results section):**

  > In the ITT population (n=450), patients receiving Drug X demonstrated a statistically significant improvement in overall survival compared to placebo (median OS: 14.7 months vs 10.3 months; HR 0.68, 95% CI: 0.55–0.84; p=0.0003). The ORR was 42% in the Drug X arm vs 18% in the placebo arm. Grade ≥3 treatment-emergent adverse events occurred in 67% of patients receiving Drug X vs 48% receiving placebo. The most common grade ≥3 AEs were neutropenia (23%), fatigue (12%), and diarrhoea (9%).

  **AI-generated summary (before review):**

  > **Primary endpoint:** Drug X significantly improved overall survival in the ITT population, with a median OS of 14.7 months vs 10.3 months for placebo (HR 0.68, 95% CI: 0.55–0.84; p=0.0003). **Response:** The objective response rate was 42% vs 18%. **Safety:** Treatment-related adverse events were manageable, with neutropenia being the most common.

  **Issues caught in review:**

  * ❌ "Treatment-related adverse events were manageable": AI editorialised. The source says "treatment-emergent" not "treatment-related", and does not characterise them as "manageable"
  * ❌ Safety data is incomplete — grade ≥3 AE rate (67% vs 48%), fatigue (12%), and diarrhoea (9%) are omitted
  * ❌ Missing the qualifier that these results are from the ITT population

  **Reviewed summary (final):**

  > **Primary endpoint:** In the ITT population (n=450), Drug X demonstrated a statistically significant improvement in overall survival compared to placebo (median OS: 14.7 months vs 10.3 months; HR 0.68, 95% CI: 0.55–0.84; p=0.0003). **Response:** The ORR was 42% in the Drug X arm vs 18% in the placebo arm. **Safety:** Grade ≥3 treatment-emergent AEs occurred in 67% of patients receiving Drug X vs 48% receiving placebo. The most common grade ≥3 AEs were neutropenia (23%), fatigue (12%), and diarrhoea (9%).
</Accordion>

## Prompt pattern

```
You are a medical writing assistant. Your task is to summarise the following published paper into a structured summary.

Structure your summary with these sections:
- Citation (authors, journal, year)
- Study design and objective
- Population (key inclusion criteria, sample size)
- Primary endpoint and results
- Key secondary endpoints and results
- Safety findings
- Authors' conclusions
- Limitations noted by the authors

Rules:
- Base your summary only on the content of the provided paper. Do not add information from other sources.
- Reproduce data points (p-values, confidence intervals, hazard ratios, percentages) exactly as stated in the paper.
- If a finding is from a subgroup or post-hoc analysis, state this explicitly.
- Do not interpret the results beyond what the authors state.
- If you are uncertain about any data point, flag it with [VERIFY].

Paper text:
[INSERT FULL TEXT]
```

<Tip>
  **Customisation:** Adjust the section headings for non-RCT study types (e.g., replace "Primary endpoint" with "Main findings" for observational studies). Add a "Focus on:" instruction at the top of the prompt if you only need specific sections summarised.
</Tip>

## Why this works

AI compresses a 12-page paper into a structured 500-word draft in minutes, consistently extracting standard elements (design, population, endpoints, results, conclusions) even across papers with different reporting structures. The human writer then focuses on the high-value work — verification, emphasis, and contextualisation — rather than blank-page drafting.

## Common mistakes

<AccordionGroup>
  <Accordion title="Transposed or incorrect data points">
    AI can swap hazard ratios (0.67 vs. 0.76), misattribute p-values, or confuse confidence intervals between study arms. Always verify every numerical value against the source paper's results tables before using the summary downstream.
  </Accordion>

  <Accordion title="Merged study arms or populations">
    AI sometimes combines drug arm and comparator results, or merges ITT and per-protocol populations into a single statement. Check that each result is attributed to the correct arm, population, and analysis type.
  </Accordion>

  <Accordion title="Minimised or omitted safety data">
    Summaries that foreground efficacy and omit adverse event data create an unbalanced picture that carries through to every deliverable built from the summary. Cross-check that safety findings are present and proportionate.
  </Accordion>

  <Accordion title="Overstated conclusions">
    AI may state the drug "significantly improved outcomes" when the paper reports a trend or a secondary endpoint result. Compare every conclusion statement against the authors' own Discussion and Conclusions sections.
  </Accordion>

  <Accordion title="Hallucinated context">
    AI sometimes adds background information (disease prevalence, standard of care) from training data rather than from the paper. Read the summary with the paper's Introduction open and flag any context not sourced from the provided text.
  </Accordion>
</AccordionGroup>

## Tool stack

| Tool                            | Role                                                                                                                    |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| [PubCrawl](/tools/pubcrawl)     | Find and retrieve the source paper if starting from an indication or research question rather than a specific reference |
| [PosterLens](/tools/posterlens) | Extract structured content from scientific posters before summarising                                                   |

**Alternatives:** [NotebookLM](https://notebooklm.google.com) for source-grounded summarisation and Q\&A across uploaded papers. [Claude](https://claude.ai) or [ChatGPT](https://chatgpt.com) for general-purpose summarisation. [Elicit](https://elicit.com) for finding and comparing related papers. [Perplexity](https://www.perplexity.ai) for quick context checks with cited sources.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I paste a full paper into ChatGPT or Claude to summarise it?">
    Yes, for working drafts — provided you are using an account and model that does not train on your inputs, and that sharing the content is permitted under your organisation's policy. For published papers, copyright still applies. For unpublished CSRs or embargoed content, use an enterprise tool with appropriate data handling.
  </Accordion>

  <Accordion title="How do I stop AI from adding detail that isn't in the paper?">
    Prompt the model to use only the text you provide and to mark any gap as "not reported." Ask for verbatim quotes for key numerical findings. On review, check that nothing in the summary describes disease background, mechanism, or context that did not appear in the source itself.
  </Accordion>

  <Accordion title="How long should an AI-generated paper summary be?">
    Match the deliverable. A one-page summary for a content outline needs 300–500 words. A briefing for a senior reviewer may need 1,000+ words with study design, results tables, and limitations. Ask for structured sections (Design, Population, Results, Safety, Limitations) so length follows content, not filler.
  </Accordion>

  <Accordion title="Can AI summarise a paper from the abstract alone?">
    It can, but the summary will inherit the abstract's blind spots — no Methods detail, no Limitations, no subgroup results. Treat abstract-only summaries as screening tools, not working summaries. If the paper is going to inform a deliverable, summarise from the full text.
  </Accordion>

  <Accordion title="What should I verify manually after AI summarises a paper?">
    Every numerical value (sample size, HR, CI, p-value), the analysis population for each result, endpoint definitions, and any stated limitations. Also check that safety is represented proportionately to the source, not minimised in favour of efficacy.
  </Accordion>
</AccordionGroup>

## Review checklist

<Accordion title="Human review checklist">
  * All data points (p-values, CIs, HRs, ORs, percentages, sample sizes) match the source paper
  * Study design is correctly described
  * Population and key inclusion/exclusion criteria are accurate
  * Primary endpoint result is correct and attributed to the right analysis (ITT, mITT, PP)
  * Secondary endpoints are accurately summarised
  * Safety data is present and not minimised
  * Conclusions match the authors' stated conclusions
  * No unsourced claims or AI-generated background information
  * Subgroup and post-hoc results are clearly labelled as such
  * Summary length and format meet the project requirements
</Accordion>

***

**Next steps:** Use your summary to [Extract Study Data](/workflows/extract-study-data) or [Extract Key Messages](/workflows/extract-key-messages), then [Build a Content Outline](/workflows/build-content-outline) for your deliverable.

***

*Last reviewed: 15 April 2026*
