← Search

Shiva Kasiviswanathan

18 accepted papers

2026

Dependence-Aware Label Aggregation for LLM-as-a-Judge via Ising Models

ICML 2026poster

Large-scale AI evaluation increasingly relies on aggregating binary judgments from $K$ annotators, including LLMs used as judges. Most classical methods, e.g., Dawid-Skene or (weighted) majority voting, assume annotators are conditionally independent given the true label $Y\in\\{0,1\\}$, an assumpti…

Cited by 0SourceScholar
2026

Learning to Answer from Correct Demonstrations

ICLR 2026poster

We study the problem of learning to generate an answer (or completion) to a question (or prompt), where there could be multiple correct answers, any one of which is acceptable at test time. Learning is based on demonstrations of some correct answer to each training question, as in Supervised Fine Tu…

Cited by 0SourceScholar
2026

Training Large Language Models To Reason In Parallel With Global Forking Tokens

ICLR 2026poster

Although LLMs have demonstrated improved performance by scaling parallel test-time compute, doing so relies on generating reasoning paths that are both diverse and accurate. For challenging problems, the forking tokens that trigger diverse yet correct reasoning modes are typically deep in the sampli…

Cited by 0SourcecodeScholar
2025

QA-Calibration of Language Model Confidence Scores

ICLR 2025poster

To use generative question-and-answering (QA) systems for decision-making and in any critical application, these systems need to provide well-calibrated confidence scores that reflect the correctness of their answers. Existing calibration methods aim to ensure that the confidence score is, *on avera…

Cited by 0SourcePDFScholar
2023

Sequential Kernelized Independence Testing

ICML 2023poster

Independence testing is a classical statistical problem that has been extensively studied in the batch setting when one fixes the sample size before collecting data. However, practitioners often prefer procedures that adapt to the complexity of a problem at hand instead of setting sample size in adv…

Cited by 25SourcePDFScholar
2023

Thompson Sampling with Diffusion Generative Prior

ICML 2023poster

In this work, we initiate the idea of using denoising diffusion models to learn priors for online decision making problems. We specifically focus on bandit meta-learning, aiming to learn a policy that performs well across bandit tasks of a same class. To this end, we train a diffusion model that lea…

Cited by 7SourcePDFScholar
2022

Balancing utility and scalability in metric differential privacy

UAI 2022poster

Metric differential privacy (mDP) is a modification of differential privacy that is more suitable when records can be represented in a general metric space, such as text data represented as word embed- dings or geographical coordinates on a map. We consider the task of releasing elements of the metr…

Cited by 17SourcePDFScholar
2022

On Measuring Causal Contributions via do-interventions

ICML 2022spotlight

Causal contributions measure the strengths of different causes to a target quantity. Understanding causal contributions is important in empirical sciences and data-driven disciplines since it allows to answer practical queries like “what are the contributions of each cause to the effect?” In this pa…

Cited by 36SourcePDFScholar
2022

Reconstructing Test Labels from Noisy Loss Functions

AISTATS 2022poster

Machine learning classifiers rely on loss functions for performance evaluation, often on a private (hidden) dataset. In a recent line of research, label inference was introduced as the problem of reconstructing the ground truth labels of this private dataset from just the (possibly perturbed) cross-…

Cited by 0SourcePDFScholar
2021

Label Inference Attacks from Log-loss Scores

ICML 2021oral

Log-loss (also known as cross-entropy loss) metric is ubiquitously used across machine learning applications to assess the performance of classification algorithms. In this paper, we investigate the problem of inferring the labels of a dataset from single (or multiple) log-loss score(s), without any…

Cited by 13SourcePDFScholar
2020

Efficient Intervention Design for Causal Discovery with Latents

ICML 2020poster

We consider recovering a causal graph in presence of latent variables, where we seek to minimize the cost of interventions used in the recovery process. We consider two intervention cost models: (1) a linear cost model where the cost of an intervention on a subset of variables has a linear form, and…

Cited by 38SourcePDFScholar
2018

Semi-Supervised Learning on Data Streams via Temporal Label Propagation

ICML 2018oral

We consider the problem of labeling points on a fast-moving data stream when only a small number of labeled examples are available. In our setting, incoming points must be processed efficiently and the stream is too large to store in its entirety. We present a semi-supervised learning algorithm for…

Cited by 66SourcePDFScholar