← Search

Kavosh Asadi

15 accepted papers

2026

Displacement-Resistant Extensions of DPO with Nonconvex $f$-Divergences

ICLR 2026poster

DPO and related algorithms align language models by directly optimizing the RLHF objective: find a policy that maximizes the Bradley-Terry reward while staying close to a reference policy through a KL divergence penalty. Previous work showed that this approach could be further generalized: the origi…

Cited by 0SourceScholar
2026

Learning to Reason Efficiently with Discounted Reinforcement Learning

ICLR 2026poster

Large reasoning models (LRMs) often consume excessive tokens, inflating computational cost and latency. We challenge the assumption that longer responses improve accuracy. By penalizing the reasoning tokens using a discounted reinforcement-learning setup (interpretable as a small per-token cost) and…

Cited by 0SourcecodeScholar
2026

Structure Enables Effective Self-Localization of Errors in LLMs

ICML 2026poster

Self-correction in language models remains elusive. In this work, we explore whether language models can explicitly localize errors in incorrect reasoning, as a path toward building AI systems that can effectively correct themselves. We introduce a prompting method that structures reasoning as discr…

Cited by 0SourceScholar
2024

TAIL: Task-specific Adapters for Imitation Learning with Large Pretrained Models

ICLR 2024poster

The full potential of large pretrained models remains largely untapped in control domains like robotics. This is mainly because of the scarcity of data and the computational challenges associated with training or fine-tuning these large models for such applications. Prior work mainly emphasizes eith…

Cited by 24SourcePDFScholar
2023

Coarse-Grained Smoothness for Reinforcement Learning in Metric Spaces

AISTATS 2023poster

Principled decision-making in continuous state–action spaces is impossible without some assumptions. A common approach is to assume Lipschitz continuity of the Q-function. We show that, unfortunately, this property fails to hold in many typical domains. We propose a new coarse-grained smoothness def…

Cited by 1SourcePDFScholar
2023

TD Convergence: An Optimization Perspective

NeurIPS 2023poster

We study the convergence behavior of the celebrated temporal-difference (TD) learning algorithm. By looking at the algorithm through the lens of optimization, we first argue that TD can be viewed as an iterative optimization algorithm where the function to be minimized changes per iteration. By care…

Cited by 8SourcePDFScholar
2022

Adaptive Interest for Emphatic Reinforcement Learning

NeurIPS 2022accept

Emphatic algorithms have shown great promise in stabilizing and improving reinforcement learning by selectively emphasizing the update rule. Although the emphasis fundamentally depends on an interest function which defines the intrinsic importance of each state, most approaches simply adopt a unifor…

Cited by 3SourcePDFScholar
2022

Faster Deep Reinforcement Learning with Slower Online Network

NeurIPS 2022accept

Deep reinforcement learning algorithms often use two networks for value function optimization: an online network, and a target network that tracks the online network with some delay. Using two separate networks enables the agent to hedge against issues that arise when performing bootstrapping. In th…

2021

Continuous Doubly Constrained Batch Reinforcement Learning

NeurIPS 2021poster

Reliant on too many experiments to learn good actions, current Reinforcement Learning (RL) algorithms have limited applicability in real-world settings, which can be too expensive to allow exploration. We propose an algorithm for batch RL, where effective policies are learned using only a fixed offl…

2021

Deep Radial-Basis Value Functions for Continuous Control

AAAI 2021technical

A core operation in reinforcement learning (RL) is finding an action that is optimal with respect to a learned value function. This operation is often challenging when the learned value function takes continuous actions as input. We introduce deep radial-basis value functions (RBVFs): value function…

2021

Lipschitz Lifelong Reinforcement Learning

AAAI 2021technical

We consider the problem of knowledge transfer when an agent is facing a series of Reinforcement Learning (RL) tasks. We introduce a novel metric between Markov Decision Processes and establish that close MDPs have close optimal value functions. Formally, the optimal value functions are Lipschitz con…