← Search

Chirag Gupta

9 accepted papers

2025

Calibrating LLMs for Text-to-SQL Parsing by Leveraging Sub-clause Frequencies

EMNLP 2025

While large language models (LLMs) achieve strong performance on text-to-SQL parsing, they sometimes exhibit unexpected failures in which they are confidently incorrect. Building trustworthy text-to-SQL systems thus requires eliciting reliable uncertainty measures from the LLM. In this paper, we stu

Cited by 0SourcePDFScholar
2021

Distribution-Free Calibration Guarantees for Histogram Binning without Sample Splitting

ICML 2021spotlight

We prove calibration guarantees for the popular histogram binning (also called uniform-mass binning) method of Zadrozny and Elkan (2001). Histogram binning has displayed strong practical performance, but theoretical guarantees have only been shown for sample split versions that avoid ’double dipping…

2020

Distribution-free binary classification: prediction sets, confidence intervals and calibration

NeurIPS 2020spotlight

We study three notions of uncertainty quantification---calibration, confidence intervals and prediction sets---for binary classification in the distribution-free setting, that is without making any distributional assumptions on the data. With a focus towards calibration, we establish a 'tripod' of t…

Cited by 103SourcePDFScholar
2018

Support Recovery for Orthogonal Matching Pursuit: Upper and Lower bounds

NeurIPS 2018spotlight

This paper studies the problem of sparse regression where the goal is to learn a sparse vector that best optimizes a given objective function. Under the assumption that the objective function satisfies restricted strong convexity (RSC), we analyze orthogonal matching pursuit (OMP), a greedy algorith…

Cited by 8SourcePDFScholar
2017

ProtoNN: Compressed and Accurate kNN for Resource-scarce Devices

ICML 2017poster

Several real-world applications require real-time prediction on resource-scarce devices such as an Internet of Things (IoT) sensor. Such applications demand prediction models with small storage and computational complexity that do not compromise significantly on accuracy. In this work, we propose Pr…