30 July 2026 · AI × Safety reporting

Can AI summarize safety tables without losing the evidence?

A 30-minute pack about CSR writing, factual accuracy, provenance, structured table ingestion and human review.

DifficultyC1
Time30 minutes
Main sourceJAMIA Open
Output90-second workflow proposal

Why this reading

Fluent writing is not enough.

This topic connects statistical programming outputs with regulatory interpretation. The main article reports a Pfizer-led challenge in which six teams generated safety-summary text from CSR tables.

The evaluation separates factual accuracy, lean writing and provenance, showing why a polished paragraph can still fail regulatory review.

Reading order

Your 30-minute plan.

0-3 minPreview

Read the evaluation dimensions and predict the largest failure mode.

3-15 minMain article

Read the Abstract, Methods, Results and Discussion.

15-20 minICH E3

Scan the safety-evaluation structure and required tables.

20-25 minCDISC 2026

Connect current end-to-end automation plans with traceability.

25-30 minOutput

Design a controlled TFL-to-CSR drafting pipeline.

Open-access sources

Evidence, regulation and current direction.

Brief background

From validated tables to defensible language.

A CSR integrates protocol information, statistical methods, efficacy results and safety findings. Safety sections summarize adverse events, deaths, laboratory data, vital signs, ECGs and physical examinations.

The challenge used 72 reports for training and a held-out test set from 22 reports. Six teams generated safety text within 24 hours from tables, protocols and narrative plans.

Solutions differed most in factual accuracy. Some understood treatment arms and table structure well, yet parsing mistakes altered reported facts. The authors therefore recommend weighting factual accuracy above surface-level text similarity.

Provenance was evaluated separately: reviewers checked whether claims were traceable, whether outside information was introduced and whether hallucinations occurred.

The proposed improvements include structured inputs such as JSON, protocol context, arithmetic modules, larger training sets and knowledge graphs. Ranking findings by clinical importance still requires subject-matter experts.

Key vocabulary

Fifteen terms worth retrieving.

Term中文Meaning / use
clinical study report临床研究报告The integrated regulatory report for a completed trial.
safety summary安全性总结Concise interpretation of adverse events and safety findings.
factual accuracy事实准确性Whether each claim is supported by source data.
provenance来源可追溯性Evidence showing where a statement came from.
table ingestion表格解析与摄取Converting tables into a machine-processable format.
treatment arm治疗组A group receiving a treatment or comparator.
adverse event不良事件An unfavorable medical occurrence during a study.
lean writing精炼写作Concise writing without repetition or unsupported inference.
hallucination幻觉A claim unsupported by supplied evidence.
numerical consistency数值一致性Agreement between narrative numbers and tables.
cross-table inference跨表推断Connecting evidence from multiple tables.
narrative plan叙述计划Instructions defining what a summary should cover.
structured intermediate representation结构化中间表示A controlled format between source tables and text.
claim-level citation论断级引用A reference linking a claim to its evidence.
human oversight人工监督Qualified review and approval of automated output.

Useful phrases

Language for a validation discussion.

  1. remain faithful to the source table - Every numerical claim must remain faithful to the source table.
  2. separate factual accuracy from writing quality - The evaluation separates factual accuracy from writing quality.
  3. trace each claim back to its evidence - Reviewers should trace each claim back to its evidence.
  4. introduce an unsupported inference - A fluent paragraph may introduce an unsupported inference.
  5. prioritize clinically meaningful findings - Experts prioritize clinically meaningful findings.
  6. use structured inputs instead of rendered PDFs - Structured inputs reduce parsing errors.
  7. perform numerical checks deterministically - Numerical checks should be deterministic.
  8. preserve an auditable link between output and source - The system must preserve an auditable link.
  9. require medical and statistical review - Draft text requires medical and statistical review.
  10. generate a concise summary from validated outputs - The assistant generates a concise summary from validated outputs.

Comprehension

Five questions.

  1. What data were supplied during training and testing?
  2. Why is factual accuracy more important than text-similarity scores?
  3. How did the study define provenance?
  4. Which tasks still require subject-matter experts?
  5. Why may structured JSON be safer than PDF ingestion?

Retelling

Say it three times.

  • 30 seconds · Task → evaluation → limitation.
  • 45 seconds · TFL → structured data → checks → draft → provenance review.
  • 60 seconds · Explain how SP and medical writing teams could validate the system.

5-minute output task

Design a TFL-to-CSR assistant.

Your role: Propose a controlled assistant for one safety section.

  1. Minute 1: Select TEAEs, SAEs, deaths, labs or vital signs.
  2. Minutes 2-3: Define structured input, deterministic calculations and allowed LLM actions.
  3. Minute 4: Add reconciliation, terminology, provenance and medical-review controls.
  4. Minute 5: Give a 90-second recommendation and acceptance criteria.

One sentence to keep

A trustworthy CSR assistant must optimize for evidence fidelity and provenance before fluency.