← Search

Rushang Karia

7 accepted papers

2025

Autonomous Evaluation of LLMs for Truth Maintenance and Reasoning Tasks

ICLR 2025poster

This paper presents AutoEval, a novel benchmark for scaling Large Language Model (LLM) assessment in formal tasks with clear notions of correctness, such as truth maintenance in translation and logical reasoning. AutoEval is the first benchmarking paradigm that offers several key advantages necessar…

Cited by 0SourcePDFScholar
2025

Using Explainable AI and Hierarchical Planning for Outreach with Robots

AAAI 2025technical

Understanding how robots plan and execute tasks is crucial in today's world, where they are becoming more prevalent in our daily lives. However, teaching non-experts, such as K-12 students, the complexities of robot planning can be challenging. This work presents an open-source platform, JEDAI.Ed, t…

2023

Autonomous Capability Assessment of Sequential Decision-Making Systems in Stochastic Settings

NeurIPS 2023poster

It is essential for users to understand what their AI systems can and can't do in order to use them safely. However, the problem of enabling users to assess AI systems with sequential decision-making (SDM) capabilities is relatively understudied. This paper presents a new approach for modeling the c…

2022

Learning Generalized Policy Automata for Relational Stochastic Shortest Path Problems

NeurIPS 2022accept

Several goal-oriented problems in the real-world can be naturally expressed as Stochastic Shortest Path problems (SSPs). However, the computational complexity of solving SSPs makes finding solutions to even moderately sized problems intractable. State-of-the-art SSP solvers are unable to learn gener…

2022

Relational Abstractions for Generalized Reinforcement Learning on Symbolic Problems

IJCAI 2022poster

Reinforcement learning in problems with symbolic state spaces is challenging due to the need for reasoning over long horizons. This paper presents a new approach that utilizes relational abstractions in conjunction with deep learning to learn a generalizable Q-function for such problems. The learned…

2022

Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks

EMNLP 2022main

How well can NLP models generalize to a variety of unseen tasks when provided with task instructions? To address this question, we first introduce Super-NaturalInstructions, a benchmark of 1,616 diverse NLP tasks and their expert-written instructions. Our collection covers 76 distinct task types, in…

2021

Learning Generalized Relational Heuristic Networks for Model-Agnostic Planning

AAAI 2021technical

Computing goal-directed behavior is essential to designing efficient AI systems. Due to the computational complexity of planning, current approaches rely primarily upon hand-coded symbolic action models and hand-coded heuristic function generators for efficiency. Learned heuristics for such problems…