← Search

Nabeel Seedat

21 accepted papers

2026

Guideline-Grounded Evidence Accumulation for High-Stakes Agent Verification

ICML 2026poster

As LLM-powered agents have been used for high-stakes decision-making, such as clinical diagnosis, it becomes critical to develop reliable verification of their decisions to facilitate trustworthy deployment. Yet, existing verifiers usually underperform owing to a lack of domain knowledge and limited…

Cited by 0SourceScholar
2026

Influence-Guided Symbolic Regression: Scientific Discovery via LLM-Driven Equation Search with Granular Feedback

ICML 2026poster

Large Language Models (LLMs) offer a promising avenue for scientific discovery, yet their application to symbolic regression is often constrained by inefficient search strategies and coarse feedback signals. Current methods typically guide LLMs using scalar metrics (e.g., global Mean Squared Error),…

Cited by 0SourceScholar
2025

Bootstrapping Self-Improvement of Language Model Programs for Zero-Shot Schema Matching

ICML 2025poster

Schema matching -- the task of finding matches between attributes across disparate data sources with different tables and hierarchies -- is critical for creating interoperable machine learning (ML)-ready data. Addressing this fundamental data-centric problem has wide implications, especially in doma…

Cited by 0SourcePDFScholar
2025

Going Beyond Static: Understanding Shifts with Time-Series Attribution

ICLR 2025poster

Distribution shifts in time-series data are complex due to temporal dependencies, multivariable interactions, and trend changes. However, robust methods often rely on structural assumptions that lack thorough empirical validation, limiting their practical applicability. In order to support an empi…

Cited by 0SourcePDFScholar
2024

Active Learning with LLMs for Partially Observed and Cost-Aware Scenarios

NeurIPS 2024poster

Conducting experiments and gathering data for machine learning models is a complex and expensive endeavor, particularly when confronted with limited information. Typically, extensive _experiments_ to obtain features and labels come with a significant acquisition cost, making it impractical to carry…

Cited by 3SourcePDFScholar
2024

Context-Aware Testing: A New Paradigm for Model Testing with Large Language Models

NeurIPS 2024poster

The predominant *de facto* paradigm of testing ML models relies on either using only held-out data to compute aggregate evaluation metrics or by assessing the performance on different subgroups. However, such *data-only testing* methods operate under the restrictive assumption that the available em…

Cited by 5SourcePDFScholar
2024

Curated LLM: Synergy of LLMs and Data Curation for tabular augmentation in low-data regimes

ICML 2024poster

Machine Learning (ML) in low-data settings remains an underappreciated yet crucial problem. Hence, data augmentation methods to increase the sample size of datasets needed for ML are key to unlocking the transformative potential of ML in data-deprived regions and domains. Unfortunately, the limited…

Cited by 17SourcePDFScholar
2024

DAGnosis: Localized Identification of Data Inconsistencies using Structures

AISTATS 2024poster

Identification and appropriate handling of inconsistencies in data at deployment time is crucial to reliably use machine learning models. While recent data-centric methods are able to identify such inconsistencies with respect to the training set, they suffer from two key limitations: (1) suboptimal…

2024

Dissecting Sample Hardness: A Fine-Grained Analysis of Hardness Characterization Methods for Data-Centric AI

ICLR 2024poster

Characterizing samples that are difficult to learn from is crucial to developing highly performant ML models. This has led to numerous Hardness Characterization Methods (HCMs) that aim to identify ''hard'' samples. However, there is a lack of consensus regarding the definition and evaluation of ''ha…

2024

Large Language Models to Enhance Bayesian Optimization

ICLR 2024poster

Bayesian optimization (BO) is a powerful approach for optimizing complex and expensive-to-evaluate black-box functions. Its importance is underscored in many applications, notably including hyperparameter tuning, but its efficacy depends on efficiently balancing exploration and exploitation. While t…

2024

Relaxed Quantile Regression: Prediction Intervals for Asymmetric Noise

ICML 2024poster

Constructing valid prediction intervals rather than point estimates is a well-established approach for uncertainty quantification in the regression setting. Models equipped with this capacity output an interval of values in which the ground truth target will fall with some prespecified probability.…

2024

Self-Healing Machine Learning: A Framework for Autonomous Adaptation in Real-World Environments

NeurIPS 2024poster

Real-world machine learning systems often encounter model performance degradation due to distributional shifts in the underlying data generating process (DGP). Existing approaches to addressing shifts, such as concept drift adaptation, are limited by their *reason-agnostic* nature. By choosing from…

Cited by 7SourcePDFScholar
2023

Can You Rely on Your Model Evaluation? Improving Model Evaluation with Synthetic Test Data

NeurIPS 2023poster

Evaluating the performance of machine learning models on diverse and underrepresented subgroups is essential for ensuring fairness and reliability in real-world applications. However, accurately assessing model performance becomes challenging due to two main issues: (1) a scarcity of test data, espe…

Cited by 19SourcePDFScholar
2023

Differentiable and Transportable Structure Learning

ICML 2023poster

Directed acyclic graphs (DAGs) encode a lot of information about a particular distribution in their structure. However, compute required to infer these structures is typically super-exponential in the number of variables, as inference requires a sweep of a combinatorially large space of potential st…

2023

Improving Adaptive Conformal Prediction Using Self-Supervised Learning

AISTATS 2023poster

Conformal prediction is a powerful distribution-free tool for uncertainty quantification, establishing valid prediction intervals with finite-sample guarantees. To produce valid intervals which are also adaptive to the difficulty of each instance, a common approach is to compute normalized nonconfor…

2023

Reimagining Synthetic Tabular Data Generation through Data-Centric AI: A Comprehensive Benchmark

NeurIPS 2023poster

Synthetic data serves as an alternative in training machine learning models, particularly when real-world data is limited or inaccessible. However, ensuring that synthetic data mirrors the complex nuances of real-world data is a challenging task. This paper addresses this issue by exploring the pote…

Cited by 31SourcePDFScholar
2023

TRIAGE: Characterizing and auditing training data for improved regression

NeurIPS 2023poster

Data quality is crucial for robust machine learning algorithms, with the recent interest in data-centric AI emphasizing the importance of training data characterization. However, current data characterization methods are largely focused on classification settings, with regression settings largely un…

Cited by 8SourcePDFScholar
2023

What is Flagged in Uncertainty Quantification? Latent Density Models for Uncertainty Categorization

NeurIPS 2023poster

Uncertainty quantification (UQ) is essential for creating trustworthy machine learning models. Recent years have seen a steep rise in UQ methods that can flag suspicious examples, however, it is often unclear what exactly these methods identify. In this work, we propose a framework for categorizing…

Cited by 5SourcePDFScholar
2022

Continuous-Time Modeling of Counterfactual Outcomes Using Neural Controlled Differential Equations

ICML 2022spotlight

Estimating counterfactual outcomes over time has the potential to unlock personalized healthcare by assisting decision-makers to answer "what-if" questions. Existing causal inference approaches typically consider regular, discrete-time intervals between observations and treatment decisions and hence…

2022

Data-IQ: Characterizing subgroups with heterogeneous outcomes in tabular data

NeurIPS 2022accept

High model performance, on average, can hide that models may systematically underperform on subgroups of the data. We consider the tabular setting, which surfaces the unique issue of outcome heterogeneity - this is prevalent in areas such as healthcare, where patients with similar features can have…

Cited by 34SourcePDFScholar
2022

Data-SUITE: Data-centric identification of in-distribution incongruous examples

ICML 2022spotlight

Systematic quantification of data quality is critical for consistent model performance. Prior works have focused on out-of-distribution data. Instead, we tackle an understudied yet equally important problem of characterizing incongruous regions of in-distribution (ID) data, which may arise from feat…