← Search

Swarat Chaudhuri

36 accepted papers

2026

Evaluating Agentic Optimization on Large Codebases

ICML 2026poster

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks largely rely on synthetic tasks, binary correctness signals, or single-objective…

Cited by 0SourceScholar
2026

Lean Finder: Semantic Search for Mathlib That Understands User Intents

ICLR 2026poster

We present Lean Finder, a semantic search engine for Lean and mathlib that understands and aligns with the intents of mathematicians. Progress in formal theorem proving is often hindered by the difficulty of locating relevant theorems and the steep learning curve of the Lean 4 language, making advan…

Cited by 0SourcecodeScholar
2025

CLEVER: A Curated Benchmark for Formally Verified Code Generation

NeurIPS 2025poster

We introduce ${\rm C{\small LEVER}}$, a high-quality, manually curated benchmark of 161 problems for end-to-end verified code generation in Lean. Each problem consists of (1) the task of generating a specification that matches a held-out ground-truth specification, and (2) the task of generating a L…

Cited by 0SourcecodeScholar
2025

Learning Interestingness in Automated Mathematical Theory Formation

NeurIPS 2025spotlight

We take two key steps in automating the open-ended discovery of new mathematical theories, a grand challenge in artificial intelligence. First, we introduce Fermat, a reinforcement learning (RL) environment that models concept discovery and theorem-proving using a set of symbolic actions, opening up…

Cited by 0SourcecodeScholar
2025

Position: Formal Mathematical Reasoning—A New Frontier in AI

ICML 2025spotlight

AI for Mathematics (AI4Math) is intellectually intriguing and is crucial for AI-driven system design and verification. Extensive efforts on AI4Math have mirrored techniques in NLP, in particular, training large language models on carefully curated math datasets in text form. As a complementary yet l…

Cited by 0SourcePDFScholar
2025

Self-Evolving Visual Concept Library using Vision-Language Critics

CVPR 2025poster

We study the problem of building a visual concept library for visual recognition. Building effective visual concept libraries is challenging, as manual definition is labor-intensive, while relying solely on LLMs for concept generation can result in concepts that lack discriminative power or fail to…

Cited by 0SourcePDFScholar
2024

A Probabilistic Framework for Modular Continual Learning

ICLR 2024poster

Modular approaches that use a different composition of modules for each problem are a promising direction in continual learning (CL). However, searching through the large, discrete space of module compositions is challenging, especially because evaluating a composition’s performance requires a round…

2024

MuSR: Testing the Limits of Chain-of-thought with Multistep Soft Reasoning

ICLR 2024spotlight

While large language models (LLMs) equipped with techniques like chain-of-thought prompting have demonstrated impressive capabilities, they still fall short in their ability to reason robustly in complex settings. However, evaluating LLM reasoning is challenging because system capabilities continue…

2024

Neurosymbolic Grounding for Compositional World Models

ICLR 2024poster

We introduce Cosmos, a framework for object-centric world modeling that is designed for compositional generalization (CompGen), i.e., high performance on unseen input scenes obtained through the composition of known visual "atoms." The central insight behind Cosmos is the use of a novel form of neur…

2024

Online Cascade Learning for Efficient Inference over Streams

ICML 2024poster

Large Language Models (LLMs) have a natural role in answering complex queries about data streams, but the high computational cost of LLM inference makes them infeasible in many such tasks. We propose *online cascade learning*, the first approach to address this challenge. The objective here is to le…

2024

Prompt Tuning Strikes Back: Customizing Foundation Models with Low-Rank Prompt Adaptation

NeurIPS 2024poster

Parameter-Efficient Fine-Tuning (PEFT) has become the standard for customising Foundation Models (FMs) to user-specific downstream tasks. However, typical PEFT methods require storing multiple task-specific adapters, creating scalability issues as these adapters must be housed and run at the FM serv…

2024

PutnamBench: Evaluating Neural Theorem-Provers on the Putnam Mathematical Competition

NeurIPS 2024poster

We present PutnamBench, a new multi-language benchmark for evaluating the ability of neural theorem-provers to solve competition mathematics problems. PutnamBench consists of 1692 hand-constructed formalizations of 640 theorems sourced from the William Lowell Putnam Mathematical Competition, the pre…

2024

Symbolic Regression with a Learned Concept Library

NeurIPS 2024poster

We present a novel method for symbolic regression (SR), the task of searching for compact programmatic hypotheses that best explain a dataset. The problem is commonly solved using genetic algorithms; we show that we can enhance such methods by inducing a library of abstract textual concepts. Our alg…

2024

Synthesize, Partition, then Adapt: Eliciting Diverse Samples from Foundation Models

NeurIPS 2024poster

Presenting users with diverse responses from foundation models is crucial for enhancing user experience and accommodating varying preferences. However, generating multiple high-quality and diverse responses without sacrificing accuracy remains a challenge, especially when using greedy sampling. In…

Cited by 0SourcePDFScholar
2022

Natural Language Deduction through Search over Statement Compositions

EMNLP 2022finding

In settings from fact-checking to question answering, we frequently want to know whether a collection of evidence (premises) entails a hypothesis. Existing methods primarily focus on the end-to-end discriminative version of this task, but less work has treated the generative version in which a model…

Cited by 50SourcePDFScholar
2022

Natural Language Deduction with Incomplete Information

EMNLP 2022main

A growing body of work studies how to answer a question or verify a claim by generating a natural language “proof:” a chain of deductive inferences yielding the answer based on a set of premises. However, these methods can only make sound deductions when they follow from evidence that is given. We p…

2022

Policy Optimization with Linear Temporal Logic Constraints

NeurIPS 2022accept

We study the problem of policy optimization (PO) with linear temporal logic (LTL) constraints. The language of LTL allows flexible description of tasks that may be unnatural to encode as a scalar cost function. We consider LTL-constrained PO as a systematic framework, decoupling task specification f…

Cited by 24SourcePDFScholar
2021

A Sampling-based Motion Planning Framework for Complex Motor Actions

IROS 2021poster

We present a framework for planning complex motor actions such as pouring or scooping from arbitrary start states in cluttered real-world scenes. Traditional approaches to such tasks use dynamic motion primitives (DMPs) learned from human demonstrations. We enhance a recently proposed state-of-the-a…

Cited by 6SourceScholar
2021

Few-Shot Image Classification: Just Use a Library of Pre-Trained Feature Extractors and a Simple Classifier

ICCV 2021poster

Recent papers have suggested that transfer learning can outperform sophisticated meta-learning methods for few-shot image classification. We take this hypothesis to its logical conclusion, and suggest the use of an ensemble of high-quality, pre-trained feature extractors for few-shot image classific…

Cited by 45PDFcodeScholar
2021

Flexible Generation of Natural Language Deductions

EMNLP 2021main

An interpretable system for open-domain reasoning needs to express its reasoning process in a transparent form. Natural language is an attractive representation for this purpose — it is both highly expressive and easy for humans to understand. However, manipulating natural language statements in log…

2021

Neural Program Generation Modulo Static Analysis

NeurIPS 2021spotlight

State-of-the-art neural models of source code tend to be evaluated on the generation of individual expressions and lines of code, and commonly fail on long-horizon tasks such as the generation of entire method bodies. We propose to address this deficiency using weak supervision from a static program…

Cited by 24SourcePDFScholar
2021

OneVision: Centralized to Distributed Controller Synthesis with Delay Compensation

IROS 2021poster

We propose a new algorithm to simplify the controller development for distributed robotic systems subject to external observations, disturbances, and communication delays. Unlike prior approaches that propose specialized solutions to handling communication latency for specific robotic applications,…

Cited by 5SourcecodeScholar
2020

Learning Differentiable Programs with Admissible Neural Heuristics

NeurIPS 2020poster

We study the problem of learning differentiable functions expressed as programs in a domain-specific language. Such programmatic models can offer benefits such as composability and interpretability; however, learning them requires optimizing over a combinatorial space of program "architectures". We…

Cited by 58SourcePDFScholar
2020

Neurosymbolic Reinforcement Learning with Formally Verified Exploration

NeurIPS 2020poster

We present REVEL, a partially neural reinforcement learning (RL) framework for provably safe exploration in continuous state and action spaces. A key challenge for provably safe deep RL is that repeatedly verifying neural networks within a learning loop is computationally infeasible. We address thi…

2019

Control Regularization for Reduced Variance Reinforcement Learning

ICML 2019oral

Dealing with high variance is a significant challenge in model-free reinforcement learning (RL). Existing methods are unreliable, exhibiting high variance in performance from run to run using different initializations/seeds. Focusing on problems arising in continuous control, we propose a functional…

2019

Imitation-Projected Programmatic Reinforcement Learning

NeurIPS 2019poster

We study the problem of programmatic reinforcement learning, in which policies are represented as short programs in a symbolic language. Programmatic policies can be more interpretable, generalizable, and amenable to formal verification than neural policies; however, designing rigorous learning appr…

Cited by 121SourcePDFScholar
2019

Representing Formal Languages: A Comparison Between Finite Automata and Recurrent Neural Networks

ICLR 2019poster

We investigate the internal representations that a recurrent neural network (RNN) uses while learning to recognize a regular formal language. Specifically, we train a RNN on positive and negative examples from a regular language, and ask if there is a simple decoding function that maps states of thi…

Cited by 33SourcePDFScholar
2018

HOUDINI: Lifelong Learning as Program Synthesis

NeurIPS 2018poster

We present a neurosymbolic framework for the lifelong learning of algorithmic tasks that mix perception and procedural reasoning. Reusing high-level concepts across domains and learning complex procedures are key challenges in lifelong learning. We show that a program synthesis approach that combine…

2018

Neural Sketch Learning for Conditional Program Generation

ICLR 2018oral

We study the problem of generating source code in a strongly typed, Java-like programming language, given a label (for example a set of API calls or types) carrying a small amount of information about the code that is desired. The generated programs are expected to respect a `"realistic" relationshi…

2018

Programmatically Interpretable Reinforcement Learning

ICML 2018oral

We present a reinforcement learning framework, called Programmatically Interpretable Reinforcement Learning (PIRL), that is designed to generate interpretable and verifiable agent policies. Unlike the popular Deep Reinforcement Learning (DRL) paradigm, which represents policies by neural networks, P…

Cited by 497SourcePDFScholar
2016

Incremental Task and Motion Planning: A Constraint-Based Approach

RSS 2016poster

We present a new algorithm for task and motion planning (TMP) and discuss the requirements and abstrac- tions necessary to obtain robust solutions for TMP in general. Our Iteratively Deepened Task and Motion Planning (IDTMP) method is probabilistically-complete and offers improved per- formance and…

Cited by 267SourcePDFScholar