Home / Trials

RATIONALE-306 (Japanese subgroup, 3-year): reconstructed Kaplan–Meier curves

Updated 2026-09-25 · reconstructed by TrialCurve from a CC BY-licensed publication

First-line tislelizumab plus chemotherapy versus placebo plus chemotherapy in adults with advanced or metastatic esophageal squamous cell carcinoma: a Japanese subgroup analysis of RATIONALE-306 with ≥ 3 years of follow-up. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationEsophagus. 2026 Apr 1;23(3):501–11. doi: 10.1007/s10388-026-01199-y
DOI10.1007/s10388-026-01199-y
RegistryNCT03783442
PhasePhase 3
ConditionsEsophageal Squamous Cell Carcinoma (ESCC)
InterventionsCisplatin, Oxaliplatin, Fluorouracil (5-FU), Capecitabine, Paclitaxel, Tislelizumab
SponsorBeiGene
Enrolment649
Source licenceFigure published under CC BY 4.0

Overall survival — Japanese analysis set (JAS)

From figure panel a · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Tislelizumab + Chemotherapy 24.4 months; Placebo + Chemotherapy 15.1 months. Survival at 18 months: Tislelizumab + Chemotherapy 67%; Placebo + Chemotherapy 45%. Hazard ratio Tislelizumab + Chemotherapy vs Placebo + Chemotherapy 0.75 (95% CI 0.43–1.30).

0%20%40%60%80%100%0612182430364248MonthsTislelizumab + ChemotherapyPlacebo + Chemotherapy
ArmNEventsMedian (Months)
Tislelizumab + Chemotherapy332624.4
Placebo + Chemotherapy332515.1

Landmark survival (reconstructed)

TimeTislelizumab + ChemotherapyPlacebo + Chemotherapy
6 mo90.9%78.8%
12 mo84.8%54.5%
18 mo66.7%45.5%
24 mo51.5%27.3%
36 mo24.2%24.2%
48 mo20.2%24.2%

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — JAS with tumor PD-L1 TAP score >= 10%

From figure panel b · validated against the values printed on the figure · curve source: vision model

Reconstructed from the published curve. Median: Tislelizumab + Chemotherapy 25.2 months; Placebo + Chemotherapy 16.8 months. Survival at 18 months: Tislelizumab + Chemotherapy 67%; Placebo + Chemotherapy 43%. Hazard ratio Tislelizumab + Chemotherapy vs Placebo + Chemotherapy 0.79 (95% CI 0.26–2.36).

0%20%40%60%80%100%0612182430364248MonthsTislelizumab + ChemotherapyPlacebo + Chemotherapy
ArmNEventsMedian (Months)
Tislelizumab + Chemotherapy12925.2
Placebo + Chemotherapy7516.8

Landmark survival (reconstructed)

TimeTislelizumab + ChemotherapyPlacebo + Chemotherapy
6 mo91.7%71.4%
12 mo83.3%71.4%
18 mo66.7%42.9%
24 mo58.3%28.6%
36 mo33.3%28.6%
48 mo25.0%28.6%

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — JAS with tumor PD-L1 TAP score < 10%

From figure panel c · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Tislelizumab + Chemotherapy 25.9 months; Placebo + Chemotherapy 11.7 months. Survival at 12 months: Tislelizumab + Chemotherapy 88%; Placebo + Chemotherapy 48%. Hazard ratio Tislelizumab + Chemotherapy vs Placebo + Chemotherapy 0.53 (95% CI 0.26–1.08).

0%20%40%60%80%100%061218243036MonthsTislelizumab + ChemotherapyPlacebo + Chemotherapy
ArmNEventsMedian (Months)
Tislelizumab + Chemotherapy171325.9
Placebo + Chemotherapy211811.7

Landmark survival (reconstructed)

TimeTislelizumab + ChemotherapyPlacebo + Chemotherapy
6 mo94.1%76.2%
12 mo88.2%47.6%
18 mo70.6%42.9%
24 mo58.8%19.0%
36 mo23.5%14.3%

Checks against the published figure

Download pseudo-IPD (CSV)

Progression-free survival (investigator assessment) — Japanese analysis set (JAS)

From figure panel · validated against the values printed on the figure · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: Tislelizumab + Chemotherapy 6.8 months; Placebo + Chemotherapy 4.5 months. Survival at 12 months: Tislelizumab + Chemotherapy 18%; Placebo + Chemotherapy 13%. Hazard ratio Tislelizumab + Chemotherapy vs Placebo + Chemotherapy 0.78 (95% CI 0.46–1.32).

0%20%40%60%80%100%06121824303642MonthsTislelizumab + ChemotherapyPlacebo + Chemotherapy
ArmNEventsMedian (Months)
Tislelizumab + Chemotherapy33276.8
Placebo + Chemotherapy33294.5

Landmark survival (reconstructed)

TimeTislelizumab + ChemotherapyPlacebo + Chemotherapy
6 mo57.6%35.6%
12 mo18.5%12.9%
18 mo7.4%12.9%
24 mo7.4%6.5%
36 mo7.4%—

Checks against the published figure

Download pseudo-IPD (CSV)

About these data

Pseudo-IPD reproduces the published curves and numbers at risk; the rows are not real patients. Cite the publication (DOI above) and TrialCurve. The source figure is © the authors (CC BY 4.0); the charts here are redrawn from the reconstruction.

Load these data in R or Python
# R
library(survival)
d <- read.csv("https://trialcurve.com/data/trials/rationale-306-japanese-subgroup-3-year-1.csv")
survfit(Surv(time, event) ~ arm, data = d)
coxph(Surv(time, event) ~ arm, data = d)

# Python
import pandas as pd
from lifelines import KaplanMeierFitter
d = pd.read_csv("https://trialcurve.com/data/trials/rationale-306-japanese-subgroup-3-year-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Esophagus. 2026 Apr 1;23(3):501–11. doi: 10.1007/s10388-026-01199-y doi:10.1007/s10388-026-01199-y. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/rationale-306-japanese-subgroup-3-year

Report a problem with these data

Related trials

Need reconstructed data for other trials? Upload any Kaplan–Meier figure, or ask about the TrialCurve oncology library.

Reconstruct a figure Browse all trials