← Search

Jeevana Priya Inala

9 accepted papers

2024

Is Self-Repair a Silver Bullet for Code Generation?

ICLR 2024poster

Large language models have shown remarkable aptitude in code generation, but still struggle to perform complex tasks. Self-repair---in which the model debugs and repairs its own code---has recently become a popular way to boost performance in these settings. However, despite its increasing popularit…

2023

Learning Math Reasoning from Self-Sampled Correct and Partially-Correct Solutions

ICLR 2023poster

Pretrained language models have shown superior performance on many natural language processing tasks, yet they still struggle at multi-step formal reasoning tasks like grade school math problems. One key challenge of finetuning them to solve such math reasoning problems is that many existing dataset…

2022

CodeExp: Explanatory Code Document Generation

EMNLP 2022finding

Developing models that can automatically generate detailed code explanation can greatly benefit software maintenance and programming education. However, existing code-to-text generation models often produce only high-level summaries of code that do not capture implementation-level choices essential…

2022

Fault-Aware Neural Code Rankers

NeurIPS 2022accept

Large language models (LLMs) have demonstrated an impressive ability to generate code for various programming tasks. In many instances, LLMs can generate a correct program for a task when given numerous trials. Consequently, a recent trend is to do large scale sampling of programs using a model and…

2021

Likelihood-Based Diverse Sampling for Trajectory Forecasting

ICCV 2021poster

Forecasting complex vehicle and pedestrian multi-modal distributions requires powerful probabilistic approaches. Normalizing flows (NF) have recently emerged as an attractive tool to model such distributions. However, a key drawback is that independent samples drawn from a flow model often do not ad…

Cited by 33PDFcodeScholar
2021

Program Synthesis Guided Reinforcement Learning for Partially Observed Environments

NeurIPS 2021spotlight

A key challenge for reinforcement learning is solving long-horizon planning problems. Recent work has leveraged programs to guide reinforcement learning in these settings. However, these approaches impose a high manual burden on the user since they must provide a guiding program for every new task.…

2020

Neurosymbolic Transformers for Multi-Agent Communication

NeurIPS 2020poster

We study the problem of inferring communication structures that can solve cooperative multi-agent planning problems while minimizing the amount of communication. We quantify the amount of communication as the maximum degree of the communication graph; this metric captures settings where agents have…

2020

Synthesizing Programmatic Policies that Inductively Generalize

ICLR 2020poster

Deep reinforcement learning has successfully solved a number of challenging control tasks. However, learned policies typically have difficulty generalizing to novel environments. We propose an algorithm for learning programmatic state machine policies that can capture repeating behaviors. By doing s…

Cited by 62SourceScholar
2019

Task-Based Design of Ad-hoc Modular Manipulators

ICRA 2019poster

The great promise of modular robots is the ability to create on demand robots; however, choosing the “right” design based on a task is still a challenging problem. In this paper, we present an approach to automatically synthesize both the design and control for modular robots from a task description…

Cited by 24SourceScholar