Single-cell RNA sequencing has transformed our understanding of cellular diversity, yet current single-cell foundation models (scFMs) remain limited in their scalability, flexibility across diverse tasks, and ability to natively integrate textual information. In this work, we build upon the Cell2Sentence (C2S) framework, which represents scRNA-seq profiles as textual "cell sentences," to train Large Language Models (LLMs) on a corpus comprising over one billion tokens of transcriptomic data, biological text, and metadata. Scaling the model to 27 billion parameters yields consistent improvements in predictive and generative capabilities and supports advanced downstream tasks that require synthesis of information across multi-cellular contexts. Targeted fine-tuning with modern reinforcement learning techniques produces strong performance in perturbation response prediction, natural language interpretation, and complex biological reasoning. This predictive strength enabled a dual-context virtual screen that nominated the kinase inhibitor silmitasertib (CX-4945) as a candidate for context-selective upregulation of antigen presentation. Experimental assessment in human cell models unseen during training supported this prediction, demonstrating that C2S-Scale can effectively guide the discovery of context-conditioned biology. C2S-Scale unifies transcriptomic and textual data at unprecedented scales, surpassing both specialized single-cell models and general-purpose LLMs to provide a platform for next-generation single-cell analysis and the development of "virtual cells."
Discrete diffusion models offer a flexible, controllable approach to structured sequence generation, yet they still lag behind causal language models in expressive power. A key limitation lies in their reliance on the Markovian assumption, which restricts each step to condition only on the current state, leading to potential uncorrectable error accumulation. In this paper, We introduce CaDDi, a discrete diffusion model that conditions on the entire generative trajectory, thereby lifting the Markov constraint and allowing the model to revisit and improve past states. By unifying sequential (causal) and temporal (diffusion) reasoning in a single non‑Markovian transformer, CaDDi also treats standard causal language models as a special case and permits the direct reuse of pretrained LLM weights with no architectural changes. Empirically, CaDDi outperforms state‑of‑the‑art discrete diffusion baselines on natural‑language benchmarks, substantially narrowing the remaining gap to large autoregressive transformers.
Despite promise in preclinical models, most immuno-oncology drug candidates fail in clinical trials. These failures reflect limitations in our ability to directly model the response of human tumor and immune cells to immunotherapies. To address this gap and test the effect of innate immune agonists, we developed PERCEPT, an approach that uses ex vivo perturbational single-cell RNA sequencing to compare the response of immunomodulatory treatments with unstimulated controls directly in patient samples. Using PERCEPT, we tested cytokines and innate immune agonists in melanoma and Merkel cell carcinoma (MCC) and identified the dsRNA mimetic, RIG-I agonist, Stem Loop RNA (SLR) 14 as a powerful inducer of anti-viral states and enhancer of T cell activation. We compared transcriptional responder and non-responder patient samples and identified midkine (MDK), a multifunctional cytokine, as a potent repressor of IFN signaling in both tumor and immune cells. MDK expression dampened MHC-I presentation in human tumor cells and reduced activation of antigen-presenting cells, disrupting tumor immunity at multiple levels. In contrast to prior studies, we identified MDK as specifically enriched in neuroendocrine cancers such as MCC and small cell lung cancer compared with melanoma, suggesting the importance of lineage- and context-specific targeting. Our results demonstrate the utility of high-dimensional controlled perturbation of patient samples to identify mechanisms of innate immune response and resistance and demonstrate an actionable path towards clinical development of MDK-inhibiting therapies including FDA-approved ALK inhibitors in neuroendocrine cancers. ### Competing Interest Statement A.I. co-founded RIGImmune, Xanadu Bio and PanV, and is a member of the Board of Directors of Roche Holding and Genentech. A.I. is a co-inventor on patents related to Stem-Loop RNA (SLR) compounds. NIH Common Fund, https://ror.org/001d55x84, 1R37CA279834, 5P50CA121974, 3P50DE030707, T32CA233414, 5K12CA215110, T32AI07019 NIH Common Fund, https://ror.org/001d55x84, T32GM136651 AstraZeneca (Switzerland), https://ror.org/034rhks82 Conquer Cancer Foundation, https://ror.org/027327e78, Endowed Young Investigator Award, in Memory of John R. Durant, MD
Deep neural networks, despite their success in numerous applications, often function without established theoretical foundations. In this paper, we bridge this gap by drawing parallels between deep learning and classical numerical analysis. By framing neural networks as operators with fixed points representing desired solutions, we develop a theoretical framework grounded in iterative methods for operator equations. Under defined conditions, we present convergence proofs based on fixed point theory. We demonstrate that popular architectures, such as diffusion models and AlphaFold, inherently employ iterative operator learning. Empirical assessments highlight that performing iterations through network operators improves performance. We also introduce an iterative graph neural network, PIGN, that further demonstrates benefits of iterations. Our work aims to enhance the understanding of deep learning by merging insights from numerical analysis, potentially guiding the design of future networks with clearer theoretical underpinnings and improved performance.
We introduce Cell2Sentence (C2S), a novel method to directly adapt large language models to a biological context, specifically single-cell transcriptomics. By transforming gene expression data into “cell sentences,” C2S bridges the gap between natural language processing and biology. We demonstrate cell sentences enable the finetuning of language models for diverse tasks in biology, including cell generation, complex celltype annotation, and direct data-driven text generation. Our experiments reveal that GPT-2, when fine-tuned with C2S, can generate biologically valid cells based on cell type inputs, and accurately predict cell types from cell sentences. This illustrates that language models, through C2S finetuning, can acquire a significant understanding of single-cell biology while maintaining robust text generation capabilities. C2S offers a flexible, accessible framework to integrate natural language processing with transcriptomics, utilizing existing models and libraries for a wide range of biological applications.
We introduce CaLMFlow (Causal Language Models for Flow Matching), a novel framework that casts flow matching as a Volterra integral equation (VIE), leveraging the power of large language models (LLMs) for continuous data generation. CaLMFlow enables the direct application of LLMs to learn complex flows by formulating flow matching as a sequence modeling task, bridging discrete language modeling and continuous generative modeling. Our method implements tokenization across space and time, thereby solving a VIE over these domains. This approach enables efficient handling of high-dimensional data and outperforms ODE solver-dependent methods like conditional flow matching (CFM). We demonstrate CaLMFlow's effectiveness on synthetic and real-world data, including single-cell perturbation response prediction, showcasing its ability to incorporate textual context and generalize to unseen conditions. Our results highlight LLM-driven flow matching as a promising paradigm in generative modeling, offering improved scalability, flexibility, and context-awareness.