← Search

Jimeng Sun

68 accepted papers

2026

ODEBrain: Continuous-Time EEG Graph for Modeling Dynamic Brain Networks

ICLR 2026poster

Modeling neural population dynamics is crucial for foundational neuroscientific research and various clinical applications. Conventional latent variable methods typically model continuous brain dynamics through discretizing time with recurrent architecture, which necessarily results in compounded cu…

Cited by 0SourceScholar
2026

PyHealth 2.0: A Comprehensive Open-Source Toolkit for Accessible and Reproducible Clinical Deep Learning

ICML 2026poster

Difficulty replicating baselines, high computational costs, and required domain expertise create persistent barriers to clinical AI research. To address these challenges, we introduce PyHealth 2.0, an enhanced clinical deep learning toolkit that enables predictive modeling in as few as 7 lines of co…

Cited by 0SourceScholar
2026

RAS: Retrieval-And-Structuring for Knowledge-Intensive LLM Generation

ICLR 2026poster

Large language models (LLMs) have achieved impressive performance on knowledge-intensive tasks, yet they often struggle with multi-step reasoning due to the unstructured nature of retrieved context. While retrieval-augmented generation (RAG) methods provide external information, the lack of explicit…

Cited by 0SourcecodeScholar
2026

Targeted Pathway Inference for Biological Knowledge Bases via Graph Learning and Explanation

AAAI 2026technical

Retrieving targeted pathways in biological knowledge bases, particularly when incorporating wet-lab experimental data, remains a challenging task and often requires downstream analyses and specialized expertise. In this paper, we frame this challenge as a solvable graph learning and explaining task

Cited by 0SourcePDFScholar
2026

Tokenizing Single-Channel EEG with Time-Frequency Motif Learning

ICLR 2026poster

Foundation models are reshaping EEG analysis, yet an important problem of EEG tokenization remains a challenge. This paper presents TFM-Tokenizer, a novel tokenization framework that learns a vocabulary of time-frequency motifs from *single-channel* EEG signals and encodes them into discrete tokens…

Cited by 0SourceScholar
2025

Bi-level Contrastive Learning for Knowledge-Enhanced Molecule Representations

AAAI 2025technical

Molecular representation learning is vital for various downstream applications, including the analysis and prediction of molecular properties and side effects. While Graph Neural Networks (GNNs) have been a popular framework for modeling molecular data, they often struggle to capture the full comple…

Cited by 2SourcePDFScholar
2025

GeSubNet: Gene Interaction Inference for Disease Subtype Network Generation

ICLR 2025oral

Retrieving gene functional networks from knowledge databases presents a challenge due to the mismatch between disease networks and subtype-specific variations. Current solutions, including statistical and deep learning methods, often fail to effectively integrate gene interaction knowledge from data…

Cited by 0SourcePDFScholar
2025

Long-Term EEG Partitioning for Seizure Onset Detection

AAAI 2025technical

Deep learning models have recently shown great success in classifying epileptic patients using EEG recordings. Unfortunately, classification-based methods lack a sound mechanism to detect the onset of seizure events. In this work, we propose a two-stage framework, SODor, that explicitly models seizu…

Cited by 0SourcePDFScholar
2025

Process-Supervised Reward Models for Verifying Clinical Note Generation: A Scalable Approach Guided by Domain Expertise

EMNLP 2025

Process-supervised reward models (PRMs) excel at providing step-by-step verification for large language model (LLM) outputs in domains like mathematics and coding. However, their application to fields lacking ground-truth answers, such as clinical note generation, poses significant challenges. We in

2025

Reasoning-Enhanced Healthcare Predictions with Knowledge Graph Community Retrieval

ICLR 2025poster

Large language models (LLMs) have demonstrated significant potential in clinical decision support. Yet LLMs still suffer from hallucinations and lack fine-grained contextual medical knowledge, limiting their high-stake healthcare applications such as clinical diagnosis. Traditional retrieval-augment…

2025

Reinforcement Learning for Out-of-Distribution Reasoning in LLMs: An Empirical Study on Diagnosis-Related Group Coding

NeurIPS 2025spotlight

Diagnosis-Related Group (DRG) codes are essential for hospital reimbursement and operations but require labor-intensive assignment. Large Language Models (LLMs) struggle with DRG coding due to the out-of-distribution (OOD) nature of the task: pretraining corpora rarely contain private clinical or bi…

Cited by 0SourceScholar
2025

SECRET: Semi-supervised Clinical Trial Document Similarity Search

ACL 2025long

Clinical trials are vital for evaluation of safety and efficacy of new treatments. However, clinical trials are resource-intensive, time-consuming and expensive to conduct, where errors in trial design, reduced efficacy, and safety events can result in significant delays, financial losses, and damag…

2025

Small Models are LLM Knowledge Triggers for Medical Tabular Prediction

ICLR 2025poster

Recent development in large language models (LLMs) has demonstrated impressive domain proficiency on unstructured textual or multi-modal tasks. However, despite with intrinsic world knowledge, their application on structured tabular data prediction still lags behind, primarily due to the numerical i…

2025

Towards Adapting Open-Source Large Language Models for Expert-Level Clinical Note Generation

ACL 2025finding

Proprietary Large Language Models (LLMs) such as GPT-4 and Gemini have demonstrated promising capabilities in clinical text summarization tasks. However, due to patient data privacy concerns and computational costs, many healthcare providers prefer using small, locally-hosted models over external ge…

2025

s3: You Don’t Need That Much Data to Train a Search Agent via RL

EMNLP 2025

Retrieval-augmented generation (RAG) systems empower large language models (LLMs) to access external knowledge during inference. Recent advances have enabled LLMs to act as search agents via reinforcement learning (RL), improving information acquisition through multi-turn interactions with retrieval

2024

Beyond Label Attention: Transparency in Language Models for Automated Medical Coding via Dictionary Learning

EMNLP 2024main

Medical coding, the translation of unstructured clinical text into standardized medical codes, is a crucial but time-consuming healthcare practice. Though large language models (LLM) could automate the coding process and improve the efficiency of such tasks, interpretability remains paramount for ma…

Cited by 1SourcePDFScholar
2024

CARES: A Comprehensive Benchmark of Trustworthiness in Medical Vision Language Models

NeurIPS 2024poster

Artificial intelligence has significantly impacted medical applications, particularly with the advent of Medical Large Vision Language Models (Med-LVLMs), sparking optimism for the future of automated and personalized healthcare. However, the trustworthiness of Med-LVLMs remains unverified, posing s…

2024

Certifiably Byzantine-Robust Federated Conformal Prediction

ICML 2024poster

Conformal prediction has shown impressive capacity in constructing statistically rigorous prediction sets for machine learning models with exchangeable data samples. The siloed datasets, coupled with the escalating privacy concerns related to local data sharing, have inspired recent innovations exte…

2024

ConSequence: Synthesizing Logically Constrained Sequences for Electronic Health Record Generation

AAAI 2024technical

Generative models can produce synthetic patient records for analytical tasks when real data is unavailable or limited. However, current methods struggle with adhering to domain-specific knowledge and removing invalid data. We present ConSequence, an effective approach to integrating domain knowledge…

2024

Contextualized Sequence Likelihood: Enhanced Confidence Scores for Natural Language Generation

EMNLP 2024main

The advent of large language models (LLMs) has dramatically advanced the state-of-the-art in numerous natural language generation tasks. For LLMs to be applied reliably, it is essential to have an accurate measure of their confidence. Currently, the most commonly used confidence score function is th…

2024

GenRES: Rethinking Evaluation for Generative Relation Extraction in the Era of Large Language Models

NAACL 2024long

The field of relation extraction (RE) is experiencing a notable shift towards generative relation extraction (GRE), leveraging the capabilities of large language models (LLMs). However, we discovered that traditional relation extraction (RE) metrics like precision and recall fall short in evaluating…

2024

GraphCare: Enhancing Healthcare Predictions with Personalized Knowledge Graphs

ICLR 2024poster

Clinical predictive models often rely on patients’ electronic health records (EHR), but integrating medical knowledge to enhance predictions and decision-making is challenging. This is because personalized predictions require personalized knowledge graphs (KGs), which are difficult to generate from…

Cited by 39SourcePDFScholar
2024

Instruction Tuning Large Language Models to Understand Electronic Health Records

NeurIPS 2024spotlight

Large language models (LLMs) have shown impressive capabilities in solving a wide range of tasks based on human instructions. However, developing a conversational AI assistant for electronic health record (EHR) data remains challenging due to (1) the lack of large-scale instruction-following dataset…

2024

KG-FIT: Knowledge Graph Fine-Tuning Upon Open-World Knowledge

NeurIPS 2024poster

Knowledge Graph Embedding (KGE) techniques are crucial in learning compact representations of entities and relations within a knowledge graph, facilitating efficient reasoning and knowledge discovery. While existing methods typically focus either on training KGE models solely based on graph structur…

2024

Making Pre-trained Language Models Great on Tabular Prediction

ICLR 2024spotlight

The transferability of deep neural networks (DNNs) has made significant progress in image and language processing. However, due to the heterogeneity among tables, such DNN bonus is still far from being well exploited on tabular data prediction (e.g., regression or classification tasks). Condensing k…

2024

MediTab: Scaling Medical Tabular Data Predictors via Data Consolidation, Enrichment, and Refinement

IJCAI 2024poster

Tabular data prediction has been employed in medical applications such as patient health risk prediction. However, existing methods usually revolve around the algorithm design while overlooking the significance of data engineering. Medical tabular datasets frequently exhibit significant heterogeneit…

2024

MindMap: Knowledge Graph Prompting Sparks Graph of Thoughts in Large Language Models

ACL 2024long

Large language models (LLMs) have achieved remarkable performance in natural language understanding and generation tasks. However, they often suffer from limitations such as difficulty in incorporating new knowledge, generating hallucinations, and explaining their reasoning process. To address these…

2024

Multimodal Patient Representation Learning with Missing Modalities and Labels

ICLR 2024poster

Multimodal patient representation learning aims to integrate information from multiple modalities and generate comprehensive patient representations for subsequent clinical predictive tasks. However, many existing approaches either presuppose the availability of all modalities and labels for each pa…

Cited by 18SourcePDFScholar
2024

Recent Advances in Predictive Modeling with Electronic Health Records

IJCAI 2024poster

The development of electronic health records (EHR) systems has enabled the collection of a vast amount of digitized patient data. However, utilizing EHR data for predictive modeling presents several challenges due to its unique characteristics. With the advancements in machine learning techniques, d…

Cited by 5SourcePDFScholar
2024

TriSum: Learning Summarization Ability from Large Language Models with Structured Rationale

NAACL 2024long

The advent of large language models (LLMs) has significantly advanced natural language processing tasks like text summarization. However, their large size and computational demands, coupled with privacy concerns in data transmission, limit their use in resource-constrained and privacy-centric settin…

2023

An Iterative Self-Learning Framework for Medical Domain Generalization

NeurIPS 2023poster

Deep learning models have been widely used to assist doctors with clinical decision-making. However, these models often encounter a significant performance drop when applied to data that differs from the distribution they were trained on. This challenge is known as the domain shift problem. Existing…

Cited by 6SourcePDFScholar
2023

BIOT: Biosignal Transformer for Cross-data Learning in the Wild

NeurIPS 2023poster

Biological signals, such as electroencephalograms (EEG), play a crucial role in numerous clinical applications, exhibiting diverse data formats and quality profiles. Current deep learning models for biosignals (based on CNN, RNN, and Transformers) are typically specialized for specific datasets and…

2023

CoDrug: Conformal Drug Property Prediction with Density Estimation under Covariate Shift

NeurIPS 2023poster

In drug discovery, it is vital to confirm the predictions of pharmaceutical properties from computational models using costly wet-lab experiments. Hence, obtaining reliable uncertainty estimates is crucial for prioritizing drug molecules for subsequent experimental validation. Conformal Prediction (…

Cited by 5SourcePDFScholar
2023

Fast Online Value-Maximizing Prediction Sets with Conformal Cost Control

ICML 2023poster

Many real-world multi-label prediction problems involve set-valued predictions that must satisfy specific requirements dictated by downstream usage. We focus on a typical scenario where such requirements, separately encoding *value* and *cost*, compete with each other. For instance, a hospital might…

2023

ManyDG: Many-domain Generalization for Healthcare Applications

ICLR 2023poster

The vast amount of health data has been continuously collected for each patient, providing opportunities to support diverse healthcare predictive tasks such as seizure detection and hospitalization prediction. Existing models are mostly trained on other patients’ data and evaluated on new patients.…

2023

Taking a Step Back with KCal: Multi-Class Kernel-Based Calibration for Deep Neural Networks

ICLR 2023poster

Deep neural network (DNN) classifiers are often overconfident, producing miscalibrated class probabilities. In high-risk applications like healthcare, practitioners require fully calibrated probability predictions for decision-making. That is, conditioned on the prediction vector, every class’ proba…

Cited by 7SourcePDFScholar
2023

Text Augmented Open Knowledge Graph Completion via Pre-Trained Language Models

ACL 2023findings

The mission of open knowledge graph (KG) completion is to draw new findings from known facts. Existing works that augment KG completion require either (1) factual triples to enlarge the graph reasoning space or (2) manually designed prompts to extract knowledge from a pre-trained language model (PLM…

2022

ATD: Augmenting CP Tensor Decomposition by Self Supervision

NeurIPS 2022accept

Tensor decompositions are powerful tools for dimensionality reduction and feature interpretation of multidimensional data such as signals. Existing tensor decomposition objectives (e.g., Frobenius norm) are designed for fitting raw data under statistical assumptions, which may not align with downstr…

2022

Differentiable Scaffolding Tree for Molecule Optimization

ICLR 2022poster

The structural design of functional molecules, also called molecular optimization, is an essential chemical science and engineering task with important applications, such as drug discovery. Deep generative models and combinatorial optimization methods achieve initial success but still struggle with…

2022

GOCPT: Generalized Online Canonical Polyadic Tensor Factorization and Completion

IJCAI 2022poster

Low-rank tensor factorization or completion is well-studied and applied in various online settings, such as online tensor factorization (where the temporal mode grows) and online tensor completion (where incomplete slices arrive gradually). However, in many real-world settings, tensors may have more…

2022

MedCLIP: Contrastive Learning from Unpaired Medical Images and Text

EMNLP 2022main

Existing vision-text contrastive learning like CLIP aims to match the paired image and caption embeddings while pushing others apart, which improves representation transferability and supports zero-shot prediction. However, medical image-text datasets are orders of magnitude below the general images…

2022

PAC-Bayes Information Bottleneck

ICLR 2022spotlight

Understanding the source of the superior generalization ability of NNs remains one of the most important problems in ML research. There have been a series of theoretical works trying to derive non-vacuous bounds for NNs. Recently, the compression of information stored in weights (IIW) is proved to p…

2022

PromptEHR: Conditional Electronic Healthcare Records Generation with Prompt Learning

EMNLP 2022main

Accessing longitudinal multimodal Electronic Healthcare Records (EHRs) is challenging due to privacy concerns, which hinders the use of ML for healthcare applications. Synthetic EHRs generation bypasses the need to share sensitive real patient records. However, existing methods generate single-modal…

2022

Reinforced Genetic Algorithm for Structure-based Drug Design

NeurIPS 2022accept

Structure-based drug design (SBDD) aims to discover drug candidates by finding molecules (ligands) that bind tightly to a disease-related protein (targets), which is the primary approach to computer-aided drug discovery. Recently, applying deep generative models for three-dimensional (3D) molecular…

2022

SCRIB: Set-Classifier with Class-Specific Risk Bounds for Blackbox Models

AAAI 2022technical

Despite deep learning (DL) success in classification problems, DL classifiers do not provide a sound mechanism to decide when to refrain from predicting. Recent works tried to control the overall prediction risk with classification with rejection options. However, existing works overlook the differe…

2022

Sample Efficiency Matters: A Benchmark for Practical Molecular Optimization

NeurIPS 2022accept

Molecular optimization is a fundamental goal in the chemical sciences and is of central interest to drug and material design. In recent years, significant progress has been made in solving challenging problems across various aspects of computational molecular optimizations, emphasizing high validity…

2022

Trial2Vec: Zero-Shot Clinical Trial Document Similarity Search using Self-Supervision

EMNLP 2022finding

Clinical trials are essential for drug development but are extremely expensive and time-consuming to conduct. It is beneficial to study similar historical trials when designing a clinical trial. However, lengthy trial documents and lack of labeled data make trial similarity search difficult. We prop…

2021

Change Matters: Medication Change Prediction with Recurrent Residual Networks

IJCAI 2021poster

Deep learning is revolutionizing predictive healthcare, including recommending medications to patients with complex health conditions. Existing approaches focus on predicting all medications for the current visit, which often overlaps with medications from previous visits. A more clinically relevant…

2021

Locally Valid and Discriminative Prediction Intervals for Deep Learning Models

NeurIPS 2021poster

Crucial for building trust in deep learning models for critical real-world applications is efficient and theoretically sound uncertainty quantification, a task that continues to be challenging. Useful uncertainty information is expected to have two key properties: It should be valid (guaranteeing co…

2021

MIMOSA: Multi-constraint Molecule Sampling for Molecule Optimization

AAAI 2021technical

Molecule optimization is a fundamental task for accelerating drug discovery, with the goal of generating new valid molecules that maximize multiple drug properties while maintaining similarity to the input molecule. Existing generative models and reinforcement learning approaches made initial succes…

2021

Multi-version Tensor Completion for Time-delayed Spatio-temporal Data

IJCAI 2021poster

Real-world spatio-temporal data is often incomplete or inaccurate due to various data loading delays. For example, a location-disease-time tensor of case counts can have multiple delayed updates of recent temporal slices for some locations or diseases. Recovering such missing or noisy (under-reporte…

Cited by 3SourcePDFScholar
2021

STELAR: Spatio-temporal Tensor Factorization with Latent Epidemiological Regularization

AAAI 2021technical

Accurate prediction of the transmission of epidemic diseases such as COVID-19 is crucial for implementing effective mitigation measures. In this work, we develop a tensor method to predict the evolution of epidemic trends for many regions simultaneously. We construct a 3-way spatio-temporal tensor (…

Cited by 24SourcePDFScholar
2021

SWIFT: Scalable Wasserstein Factorization for Sparse Nonnegative Tensors

AAAI 2021technical

Existing tensor factorization methods assume that the input tensor follows some specific distribution (i.e. Poisson, Bernoulli, and Gaussian), and solve the factorization by minimizing some empirical loss functions defined based on the corresponding distribution. However, it suffers from several dra…

Cited by 18SourcePDFScholar
2021

SafeDrug: Dual Molecular Graph Encoders for Recommending Effective and Safe Drug Combinations

IJCAI 2021poster

Medication recommendation is an essential task of AI for healthcare. Existing works focused on recommending drug combinations for patients with complex health conditions solely based on their electronic health records. Thus, they have the following limitations: (1) some important data such as drug m…

2021

Therapeutics Data Commons: Machine Learning Datasets and Tasks for Drug Discovery and Development

NeurIPS 2021poster

Therapeutics machine learning is an emerging field with incredible opportunities for innovation and impact. However, advancement in this field requires the formulation of meaningful tasks and careful curation of datasets. Here, we introduce Therapeutics Data Commons (TDC), the first unifying platfor…

Cited by 354SourcecodeScholar
2020

SDE-Net: Equipping Deep Neural Networks with Uncertainty Estimates

ICML 2020poster

Uncertainty quantification is a fundamental yet unsolved problem for deep learning. The Bayesian framework provides a principled way of uncertainty estimation but is often not scalable to modern deep neural nets (DNNs) that have a large number of parameters. Non-Bayesian methods are simple to implem…

2019

Guaranteed Scalable Learning of Latent Tree Models

UAI 2019poster

We present an integrated approach to structure and parameter estimation in latent tree graphical models, where some nodes are hidden. Our overall approach follows a “divide-and-conquer” strategy that learns models over small groups of variables and iteratively merges into a global solution. The s…

Cited by 10SourcePDFScholar
2018

MiME: Multilevel Medical Embedding of Electronic Health Records for Predictive Healthcare

NeurIPS 2018poster

Deep learning models exhibit state-of-the-art performance for many predictive healthcare tasks using electronic health records (EHR) data, but these models typically require training data volume that exceeds the capacity of most healthcare systems. External resources such as medical ontologies are u…

2016

RETAIN: An Interpretable Predictive Model for Healthcare using Reverse Time Attention Mechanism

NeurIPS 2016poster

Accuracy and interpretability are two dominant features of successful predictive models. Typically, a choice must be made in favor of complex black box models such as recurrent neural networks (RNN) for accuracy versus less accurate but more interpretable traditional models such as logistic regressi…

2015

Time-Sensitive Recommendation From Recurrent User Activities

NeurIPS 2015poster

By making personalized suggestions, a recommender system is playing a crucial role in improving the engagement of users in modern web-services. However, most recommendation algorithms do not explicitly take into account the temporal behavior and the recurrent activities of users. Two central but les…

Cited by 173SourcePDFScholar