Papers › MultiSigBERT: Beyond Survival Analysis through Multimodal and Sequential Modeling in Oncology

MultiSigBERT: Beyond Survival Analysis through Multimodal and Sequential Modeling in Oncology

17 Aug 2026arXiv:2608.16972added by Syntology

Paul Minchella, Stéphane Chrétien, Guillaume Metzler, Loïc Verlingue, Rémi Vaucher

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Machine learning has become an essential component of modern healthcare, where the integration of heterogeneous data sources offers unprecedented opportunities to improve clinical decision-making. Electronic Health Records (EHR) contain complementary information -- including narrative clinical reports, numerical measurements, and structured variables -- yet most survival models remain limited to a single modality or fail to exploit the temporal nature of patient trajectories. We propose MultiSigBERT, a unified framework for multimodal sequential survival modeling in oncology based on path signature representations. Here, narrative medical reports (free-text) are converted into sentence embeddings by extracting and averaging contextual word embeddings. These representations are then compressed via modality-specific PCA and concatenated with structured covariates to form joint temporal trajectories which are then encoded using the Signature transform, a tool from Rough Paths theory that efficiently captures higher-order temporal interactions across modalities without supervision needed. The computed Signature features are finally incorporated as high dimensional features into a LASSO-regularized Cox model to estimate individualized risk scores. The performance of our novel MultiSigBERT pipeline is illustrated on the analysis of a real-world oncology cohort from the Léon Bérard Center, comprising over 120,000 medical reports and structured records from more than 2,500 patients. The model achieves a concordance index of 0.743 (sd 0.029) on an independent test set, demonstrating the benefit of jointly modeling multimodal temporal dynamics together with patient-level geometric structure for survival prediction.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.16972")

Code

Syntology Ran 23 of 24 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 23 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 23 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MINCHELLA-Paul/MultiSigBERT found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 23 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23ran
1unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MINCHELLA-Paul/MultiSigBERT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_linear_projection MINCHELLA-Paul/MultiSigBERT/src/multisigbert/compression_pkg.py found in paper text by Syntology ran no licence file found · pointer only · cd4f638430cd68e2 · report
build_knn_graph MINCHELLA-Paul/MultiSigBERT/src/multisigbert/spectral_cluster_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 73e9c42787bf6e6e · report
compute_pc MINCHELLA-Paul/MultiSigBERT/src/multisigbert/sif_embedding_pkg.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 285b7486f2757571 · report
convert_date_columns MINCHELLA-Paul/MultiSigBERT/src/multisigbert/_utils.py found in paper text by Syntology ran no licence file found · pointer only · bc97c6eb9036d51e · report
encode_and_complete_cancer_categories MINCHELLA-Paul/MultiSigBERT/src/multisigbert/descriptive_stats_pkg.py found in paper text by Syntology ran no licence file found · pointer only · af0ec474dbfb7d67 · report
evaluate_correlation MINCHELLA-Paul/MultiSigBERT/src/multisigbert/metrics_plot_results_pkg.py found in paper text by Syntology ran no licence file found · pointer only · e86699d91c55956d · report
expand_embedding_column MINCHELLA-Paul/MultiSigBERT/src/multisigbert/other_models.py found in paper text by Syntology ran no licence file found · pointer only · 080e1d0eee224b52 · report
feat_event_extract MINCHELLA-Paul/MultiSigBERT/src/multisigbert/survival_analysis_pkg.py found in paper text by Syntology ran no licence file found · pointer only · df26c1cb253a4646 · report
get_weighted_average MINCHELLA-Paul/MultiSigBERT/src/multisigbert/sif_embedding_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 0482a99136d08aae · report
interpolate_structured_sequences MINCHELLA-Paul/MultiSigBERT/src/multisigbert/other_models.py found in paper text by Syntology ran no licence file found · pointer only · de39a559eda6f5e1 · report
jackknife_confidence_interval MINCHELLA-Paul/MultiSigBERT/src/multisigbert/metrics_plot_results_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 701f008c059892a2 · report
largest_connected_component MINCHELLA-Paul/MultiSigBERT/src/multisigbert/spectral_cluster_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 47792dd78647b72d · report
lead_lag_transformation MINCHELLA-Paul/MultiSigBERT/src/multisigbert/signature_pkg.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3ef0cb776acb845b · report
load_dataframe_and_extract_unique_ids MINCHELLA-Paul/MultiSigBERT/src/multisigbert/descriptive_stats_pkg.py found in paper text by Syntology ran no licence file found · pointer only · d29402b58ed6af2f · report
load_signature_dataset MINCHELLA-Paul/MultiSigBERT/src/multisigbert/spectral_cluster_pkg.py found in paper text by Syntology ran no licence file found · pointer only · d0c60ddb084de15c · report
parse_embedding MINCHELLA-Paul/MultiSigBERT/src/multisigbert/other_models.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c7b9a8c8c3c0ea4c · report
pca_compression MINCHELLA-Paul/MultiSigBERT/src/multisigbert/compression_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 218950513f30aed3 · report
plot_risk_distribution MINCHELLA-Paul/MultiSigBERT/src/multisigbert/metrics_plot_results_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 6839f4165211c2e8 · report
preprocess_cox MINCHELLA-Paul/MultiSigBERT/src/multisigbert/survival_analysis_pkg.py found in paper text by Syntology ran no licence file found · pointer only · ef19193a90e2cc22 · report
preprocess_time MINCHELLA-Paul/MultiSigBERT/src/multisigbert/signature_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 310e9403085d908b · report
remove_pc MINCHELLA-Paul/MultiSigBERT/src/multisigbert/sif_embedding_pkg.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d4ee94c551994e94 · report
surv_curves MINCHELLA-Paul/MultiSigBERT/src/multisigbert/survival_analysis_pkg.py found in paper text by Syntology ran no licence file found · pointer only · 0b7980b231423782 · report
update_death_status MINCHELLA-Paul/MultiSigBERT/src/multisigbert/_utils.py found in paper text by Syntology ran no licence file found · pointer only · eac6993ad62a67e0 · report
build_cancer_category_dataframe MINCHELLA-Paul/MultiSigBERT/src/multisigbert/descriptive_stats_pkg.py found in paper text by Syntology unverified no licence file found · pointer only · c1c0a3cc48de2e15 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.16972, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections