← Search

Rahul Krishnan

12 accepted papers

2025

AutoElicit: Using Large Language Models for Expert Prior Elicitation in Predictive Modelling

ICML 2025poster

Large language models (LLMs) acquire a breadth of information across various domains. However, their computational complexity, cost, and lack of transparency often hinder their direct application for predictive tasks where privacy and interpretability are paramount. In fields such as healthcare, bio…

2025

Beyond Masked and Unmasked: Discrete Diffusion Models via Partial Masking

NeurIPS 2025poster

Masked diffusion models (MDM) are powerful generative models for discrete data that generate samples by progressively unmasking tokens in a sequence. Each token can take one of two states: masked or unmasked. We observe that token sequences often remain unchanged between consecutive sampling steps;…

Cited by 0SourceScholar
2025

CausalPFN: Amortized Causal Effect Estimation via In-Context Learning

NeurIPS 2025spotlight

Causal effect estimation from observational data is fundamental across various applications. However, selecting an appropriate estimator from dozens of specialized methods demands substantial manual effort and domain expertise. We present CausalPFN, a single transformer that *amortizes* this workflo…

Cited by 0SourcecodeScholar
2025

Diverse Prototypical Ensembles Improve Robustness to Subpopulation Shift

ICML 2025poster

Subpopulation shift, characterized by a disparity in subpopulation distribution between the training and target datasets, can significantly degrade the performance of machine learning models. Current solutions to subpopulation shift involve modifying empirical risk minimization with re-weighting str…

2025

Reliably detecting model failures in deployment without labels

NeurIPS 2025poster

The distribution of data changes over time; models operating in dynamic environments need retraining. But knowing when to retrain, without access to labels, is an open challenge since some, but not all shifts degrade model performance. This paper formalizes and addresses the problem of post-deploym…

Cited by 0SourcecodeScholar
2025

Sparse Training from Random Initialization: Aligning Lottery Ticket Masks using Weight Symmetry

ICML 2025poster

The Lottery Ticket Hypothesis (LTH) suggests there exists a sparse LTH mask and weights that achieve the same generalization performance as the dense model while using significantly fewer parameters. However, finding a LTH solution is computationally expensive, and a LTH sparsity mask does not gener…

2025

Teaching LLMs How to Learn with Contextual Fine-Tuning

ICLR 2025poster

Prompting Large Language Models (LLMs), or providing context on the expected model of operation, is an effective way to steer the outputs of such models to satisfy human desiderata after they have been trained. But in rapidly evolving domains, there is often need to fine-tune LLMs to improve either…

Cited by 0SourcePDFScholar
2024

A Geometric Explanation of the Likelihood OOD Detection Paradox

ICML 2024poster

Likelihood-based deep generative models (DGMs) commonly exhibit a puzzling behaviour: when trained on a relatively complex dataset, they assign higher likelihood values to out-of-distribution (OOD) data from simpler sources. Adding to the mystery, OOD samples are never generated by these DGMs despit…

2024

End-To-End Causal Effect Estimation from Unstructured Natural Language Data

NeurIPS 2024poster

Knowing the effect of an intervention is critical for human decision-making, but current approaches for causal effect estimation rely on manual data collection and structuring, regardless of the causal assumptions. This increases both the cost and time-to-completion for studies. We show how large, d…

Cited by 9SourcePDFScholar
2024

InterpreTabNet: Distilling Predictive Signals from Tabular Data by Salient Feature Interpretation

ICML 2024spotlight

Tabular data are omnipresent in various sectors of industries. Neural networks for tabular data such as TabNet have been proposed to make predictions while leveraging the attention mechanism for interpretability. However, the inferred attention masks are often dense, making it challenging to come up…

2024

Sequential Decision Making with Expert Demonstrations under Unobserved Heterogeneity

NeurIPS 2024poster

We study the problem of online sequential decision-making given auxiliary demonstrations from _experts_ who made their decisions based on unobserved contextual information. These demonstrations can be viewed as solving related but slightly different tasks than what the learner faces. This setting a…

2018

On the challenges of learning with inference networks on sparse, high-dimensional data

AISTATS 2018poster

We study parameter estimation in Nonlinear Factor Analysis (NFA) where the generative model is parameterized by a deep neural network. Recent work has focused on learning such models using inference (or recognition) networks; we identify a crucial problem when modeling large, sparse, high-dimensiona…