← Search

Idan Shenfeld

13 accepted papers

2026

Best-of-N through the Smoothing Lens: KL Divergence and Regret Analysis

ICLR 2026poster

A simple yet effective method for inference-time alignment of generative models is Best-of-$N$ (BoN), where $N$ outcomes are sampled from a reference policy, evaluated using a proxy-reward model, and the highest-scoring one is selected. While prior work argues that BoN is almost optimal in reward…

Cited by 0SourceScholar
2026

Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty

ICLR 2026poster

When language models (LMs) are trained via reinforcement learning (RL) to generate natural language “reasoning chains”, their performance improves on a variety of difficult question answering tasks. Today, almost all successful applications of RL for reasoning use binary reward functions that evalua…

Cited by 0SourceScholar
2026

Escaping the Mode: Multi-Answer Reinforcement Learning in LMs

ICML 2026poster

Large language models (LMs) are typically post-trained via RL to produce a single best answer per query, implicitly optimizing for modal correctness. While effective for benchmark accuracy, this approach is unideal for many applications of interest such as in medical diagnosis, which would benefit f…

Cited by 0SourceScholar
2026

Reinforcement Learning via Self-Distillation

ICML 2026poster

Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottlen…

Cited by 0SourceScholar
2025

From Imitation to Refinement - Residual Rl for Precise Assembly

ICRA 2025

Recent advances in Behavior Cloning (BC) have made it easy to teach robots new tasks. However, we find that the ease of teaching comes at the cost of unreliable performance that saturates with increasing data for tasks requiring precision. The performance saturation can be attributed to two critical

Cited by 67SourcecodeScholar
2025

KL-Regularized RLHF with Multiple Reference Models: Exact Solutions and Sample Complexity

NeurIPS 2025poster

Recent methods for aligning large language models (LLMs) with human feedback predominantly rely on a single reference model, which limits diversity, model overfitting, and underutilizes the wide range of available pre-trained models. Incorporating multiple reference models has the potential to addre…

Cited by 0SourceScholar
2025

Learning How Hard to Think: Input-Adaptive Allocation of LM Computation

ICLR 2025poster

Computationally intensive decoding procedures---including search, reranking, and self-critique---can improve the quality of language model (LM) outputs in problems spanning code generation, numerical reasoning, and dialog. Existing work typically applies the same decoding procedure for every input t…

Cited by 13SourcePDFScholar
2024

Curiosity-driven Red-teaming for Large Language Models

ICLR 2024poster

Large language models (LLMs) hold great potential for many natural language applications but risk generating incorrect or toxic content. To probe when an LLM generates unwanted content, the current paradigm is to recruit a $\textit{red team}$ of human testers to design input prompts (i.e., test case…

2024

JUICER: Data-Efficient Imitation Learning for Robotic Assembly

IROS 2024poster

While learning from demonstrations is powerful for acquiring visuomotor policies, high-performance imitation without large demonstration datasets remains challenging for tasks requiring precise, long-horizon manipulation. This paper proposes a pipeline for improving imitation learning performance wi…

Cited by 15SourcecodeScholar
2023

TGRL: An Algorithm for Teacher Guided Reinforcement Learning

ICML 2023poster

We consider solving sequential decision-making problems in the scenario where the agent has access to two supervision sources: $\textit{reward signal}$ and a $\textit{teacher}$ that can be queried to obtain a $\textit{good}$ action for any state encountered by the agent. Learning solely from rewards…

Cited by 18SourcePDFScholar
2021

Offline Meta Reinforcement Learning -- Identifiability Challenges and Effective Data Collection Strategies

NeurIPS 2021poster

Consider the following instance of the Offline Meta Reinforcement Learning (OMRL) problem: given the complete training logs of $N$ conventional RL agents, trained on $N$ different tasks, design a meta-agent that can quickly maximize reward in a new, unseen task from the same task distribution. In pa…