← Search

Kirankumar Shiragur

19 accepted papers

2026

Incorporating Token Importance in Multi-Vector Retrieval

AAAI 2026technical

ColBERT introduced a late interaction mechanism that independently encodes queries and documents using BERT, and computes similarity via fine-grained interactions over token-level vector representations. This design enables expressive matching while allowing efficient computation of scores, as the m

Cited by 0SourcePDFScholar
2025

Graph-Based Algorithms for Diverse Similarity Search

ICML 2025poster

Nearest neighbor search is a fundamental data structure problem with many applications. Although the main objective of the data structure is to quickly report data points that are closest to a given query, it has long been noted that without additional constraints the reported answers can be redunda…

Cited by 0SourcePDFScholar
2025

Sort Before You Prune: Improved Worst-Case Guarantees of the DiskANN Family of Graphs

ICML 2025poster

Graph-based data structures have become powerful and ubiquitous tools for scalable approximate nearest-neighbor (ANN) search over the past decade. In spite of their apparent practical performance, there has only recently been progress on the **worst-case** performance of these data structures. Indee…

Cited by 0SourcePDFScholar
2024

Causal Discovery with Fewer Conditional Independence Tests

ICML 2024poster

Many questions in science center around the fundamental problem of understanding causal relationships. However, most constraint-based causal discovery algorithms, including the well-celebrated PC algorithm, often incur an _exponential_ number of conditional independence (CI) tests, posing limitation…

2024

Membership Testing in Markov Equivalence Classes via Independence Queries

AISTATS 2024poster

Understanding causal relationships between variables is a fundamental problem with broad impact in numerous scientific fields. While extensive research has been dedicated to \emph{learning} causal graphs from data, its complementary concept of \emph{testing} causal relationships has remained largely…

Cited by 3SourcePDFScholar
2024

Quantifying the Gain in Weak-to-Strong Generalization

NeurIPS 2024poster

Recent advances in large language models have shown capabilities that are extraordinary and near-superhuman. These models operate with such complexity that reliably evaluating and aligning them proves challenging for humans. This leads to the natural question: can guidance from weak models (like hum…

2023

Meek Separators and Their Applications in Targeted Causal Discovery

NeurIPS 2023poster

Learning causal structures from interventional data is a fundamental problem with broad applications across various fields. While many previous works have focused on recovering the entire causal graph, in practice, there are scenarios where learning only part of the causal graph suffices. This is ca…

2023

Structured Semidefinite Programming for Recovering Structured Preconditioners

NeurIPS 2023poster

We develop a general framework for finding approximately-optimal preconditioners for solving linear systems. Leveraging this framework we obtain improved runtimes for fundamental preconditioning and linear system solving problems including: Diagonal preconditioning. We give an algorithm which, given…

Cited by 5SourcePDFScholar
2022

On the Efficient Implementation of High Accuracy Optimality of Profile Maximum Likelihood

NeurIPS 2022accept

We provide an efficient unified plug-in approach for estimating symmetric properties of distributions given $n$ independent samples. Our estimator is based on profile-maximum-likelihood (PML) and is sample optimal for estimating various symmetric properties when the estimation error $\epsilon \gg n^…

Cited by 1SourcePDFScholar
2022

Verification and search algorithms for causal DAGs

NeurIPS 2022accept

We study two problems related to recovering causal graphs from interventional data: (i) $\textit{verification}$, where the task is to check if a purported causal graph is correct, and (ii) $\textit{search}$, where the task is to recover the correct causal graph. For both, we wish to minimize the num…

2021

Reward Identification in Inverse Reinforcement Learning

ICML 2021spotlight

We study the problem of reward identifiability in the context of Inverse Reinforcement Learning (IRL). The reward identifiability question is critical to answer when reasoning about the effectiveness of using Markov Decision Processes (MDPs) as computational models of real world decision makers in o…

Cited by 51SourcePDFScholar
2020

Instance Based Approximations to Profile Maximum Likelihood

NeurIPS 2020poster

In this paper we provide a new efficient algorithm for approximately computing the profile maximum likelihood (PML) distribution, a prominent quantity in symmetric property estimation. We provide an algorithm which matches the previous best known efficient algorithms for computing approximate PML di…

Cited by 8SourcePDFScholar
2019

A General Framework for Symmetric Property Estimation

NeurIPS 2019poster

In this paper we provide a general framework for estimating symmetric properties of distributions from i.i.d. samples. For a broad class of symmetric properties we identify the {\em easy} region where empirical estimation works and the {\em difficult} region where more complex estimators are requir…