← Search

Arian Hosseini

7 accepted papers

2025

Asynchronous RLHF: Faster and More Efficient Off-Policy RL for Language Models

ICLR 2025poster

The dominant paradigm for RLHF is *online* and *on-policy* RL: synchronously generating from the large language model (LLM) policy, labelling with a reward model, and learning using feedback on the LLM's own outputs. While performant, this paradigm is computationally inefficient. Inspired by classic…

2025

Generative Verifiers: Reward Modeling as Next-Token Prediction

ICLR 2025poster

Verifiers or reward models are often used to enhance the reasoning performance of large language models (LLMs). A common approach is the Best-of-N method, where N candidate solutions generated by the LLM are ranked by a verifier, and the best one is selected. While LLM-based verifiers are typically…

Cited by 107SourcePDFScholar
2025

Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling

ICLR 2025poster

Training on high-quality synthetic data from strong language models (LMs) is a common strategy to improve the reasoning performance of LMs. In this work, we revisit whether this strategy is compute-optimal under a fixed inference budget (e.g., FLOPs). To do so, we investigate the trade-offs between…

Cited by 33SourcePDFScholar
2023

Joint Prompt Optimization of Stacked LLMs using Variational Inference

NeurIPS 2023poster

Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable parameters are the natural language prompts at each layer. By stacking two such…

2021

Understanding by Understanding Not: Modeling Negation in Language Models

NAACL 2021long

Negation is a core construction in natural language. Despite being very successful on many tasks, state-of-the-art pre-trained language models often handle negation incorrectly. To improve language models in this regard, we propose to augment the language modeling objective with an unlikelihood obje…

2019

Learning to Understand Goal Specifications by Modelling Reward

ICLR 2019poster

Recent work has shown that deep reinforcement-learning agents can learn to follow language-like instructions from infrequent environment rewards. However, this places on environment designers the onus of designing language-conditional reward functions which may not be easily or tractably implemented…

Cited by 175SourcePDFScholar
2019

Ordered Memory

NeurIPS 2019poster

Stack-augmented recurrent neural networks (RNNs) have been of interest to the deep learning community for some time. However, the difficulty of training memory models remains a problem obstructing the widespread use of such models. In this paper, we propose the Ordered Memory architecture. Inspired…