← Search

Sobhan Miryoosefi

8 accepted papers

2025

Efficient stagewise pretraining via progressive subnetworks

ICLR 2025poster

Recent developments in large language models have sparked interest in efficient pretraining methods. Stagewise training approaches to improve efficiency, like gradual stacking and layer dropping (Reddi et al., 2023; Zhang & He, 2020), have recently garnered attention. The prevailing view suggests th…

Cited by 8SourcePDFScholar
2024

On the Inductive Bias of Stacking Towards Improving Reasoning

NeurIPS 2024poster

Given the increasing scale of model sizes, efficient training strategies like gradual stacking have garnered interest. Stacking enables efficient training by gradually growing the depth of a model in stages and using layers from a smaller model in an earlier stage to initialize the next stage. Altho…

Cited by 2SourcePDFScholar
2023

Efficient Training of Language Models using Few-Shot Learning

ICML 2023poster

Large deep learning models have achieved state-of-the-art performance across various natural language processing (NLP) tasks and demonstrated remarkable few-shot learning performance. However, training them is often challenging and resource-intensive. In this paper, we study an efficient approach to…

Cited by 15SourcePDFScholar
2022

Provable Reinforcement Learning with a Short-Term Memory

ICML 2022spotlight

Real-world sequential decision making problems commonly involve partial observability, which requires the agent to maintain a memory of history in order to infer the latent states, plan and make good decisions. Coping with partial observability in general is extremely challenging, as a number of wor…

Cited by 52SourcePDFScholar
2021

Bellman Eluder Dimension: New Rich Classes of RL Problems, and Sample-Efficient Algorithms

NeurIPS 2021spotlight

Finding the minimal structural assumptions that empower sample-efficient learning is one of the most important research directions in Reinforcement Learning (RL). This paper advances our understanding of this fundamental question by introducing a new complexity measure—Bellman Eluder (BE) dimension.…

Cited by 277SourcePDFScholar
2020

Constrained episodic reinforcement learning in concave-convex and knapsack settings

NeurIPS 2020poster

We propose an algorithm for tabular episodic reinforcement learning with constraints. We provide a modular analysis with strong theoretical guarantees for settings with concave rewards and convex constraints, and for settings with hard constraints (knapsacks). Most of the previous work in constraine…

2019

Reinforcement Learning with Convex Constraints

NeurIPS 2019poster

In standard reinforcement learning (RL), a learning agent seeks to optimize the overall reward. However, many key aspects of a desired behavior are more naturally expressed as constraints. For instance, the designer may want to limit the use of unsafe actions, increase the diversity of trajectories…