← Search

Rajeev Alur

10 accepted papers

2025

CTSketch: Compositional Tensor Sketching for Scalable Neurosymbolic Learning

NeurIPS 2025poster

Many computational tasks benefit from being formulated as the composition of neural networks followed by a discrete symbolic program. The goal of neurosymbolic learning is to train the neural networks using end-to-end input-output labels of the composite. We introduce CTSketch, a novel, scalable neu…

Cited by 0SourceScholar
2025

Logicbreaks: A Framework for Understanding Subversion of Rule-based Inference

ICLR 2025poster

We study how to subvert large language models (LLMs) from following prompt-specified rules. We first formalize rule-following as inference in propositional Horn logic, a mathematical system in which rules have the form "if $P$ and $Q$, then $R$" for some propositions $P$, $Q$, and $R$. Next, we prov…

Cited by 1SourcePDFScholar
2024

Data-Efficient Learning with Neural Programs

NeurIPS 2024poster

Many computational tasks can be naturally expressed as a composition of a DNN followed by a program written in a traditional programming language or an API call to an LLM. We call such composites "neural programs" and focus on the problem of learning the DNN parameters when the training data consis…

2024

Relational Programming with Foundational Models

AAAI 2024technical

Foundation models have vast potential to enable diverse AI applications. The powerful yet incomplete nature of these models has spurred a wide range of mechanisms to augment them with capabilities such as in-context learning, information retrieval, and code interpreting. We propose Vieira, a declara…

Cited by 9SourcePDFScholar
2023

Robust Subtask Learning for Compositional Generalization

ICML 2023poster

Compositional reinforcement learning is a promising approach for training policies to perform complex long-horizon tasks. Typically, a high-level task is decomposed into a sequence of subtasks and a separate policy is trained to perform each subtask. In this paper, we focus on the problem of trainin…

2021

Abstract Value Iteration for Hierarchical Reinforcement Learning

AISTATS 2021poster

We propose a novel hierarchical reinforcement learning framework for control with continuous state and action spaces. In our framework, the user specifies subgoal regions which are subsets of states; then, we (i) learn options that serve as transitions between these subgoal regions, and (ii) constru…

2021

Compositional Reinforcement Learning from Logical Specifications

NeurIPS 2021poster

We study the problem of learning control policies for complex tasks given by logical specifications. Recent approaches automatically generate a reward function from a given specification and use a suitable reinforcement learning algorithm to learn a policy that maximizes the expected reward. These a…

2019

A Composable Specification Language for Reinforcement Learning Tasks

NeurIPS 2019poster

Reinforcement learning is a promising approach for learning control policies for robot tasks. However, specifying complex tasks (e.g., with multiple objectives and safety constraints) can be challenging, since the user must design a reward function that encodes the entire task. Furthermore, the user…