← Search

Ido Hakimi

9 accepted papers

2026

ActiveUltraFeedback: Efficient Preference Data Generation using Active Learning

ICML 2026poster

Reinforcement Learning from Human Feedback (RLHF) has become the standard for aligning Large Language Models (LLMs), yet its efficacy is bottlenecked by the high cost of acquiring preference data, especially in low-resource and expert domains. To address this, we introduce ActiveUltraFeedback, a mod…

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

Efficiently Learning at Test-Time: Active Fine-Tuning of LLMs

ICLR 2025poster

Recent efforts in fine-tuning language models often rely on automatic data selection, commonly using Nearest Neighbors retrieval from large datasets. However, we theoretically show that this approach tends to select redundant data, limiting its effectiveness or even hurting performance. To address t…

2025

From Problem-Solving to Teaching Problem-Solving: Aligning LLMs with Pedagogy using Reinforcement Learning

EMNLP 2025

Large language models (LLMs) can transform education, but their optimization for direct question-answering often undermines effective pedagogy which requires strategically withholding answers. To mitigate this, we propose an online reinforcement learning (RL)-based alignment framework that can quick

2025

MathTutorBench: A Benchmark for Measuring Open-ended Pedagogical Capabilities of LLM Tutors

EMNLP 2025

Evaluating the pedagogical capabilities of AI-based tutoring models is critical for making guided progress in the field. Yet, we lack a reliable, easy-to-use, and simple-to-run evaluation that reflects the pedagogical abilities of models. To fill this gap, we present MathTutorBench, an open-source b

2023

q2d: Turning Questions into Dialogs to Teach Models How to Search

EMNLP 2023long main

One of the exciting capabilities of recent language models for dialog is their ability to independently search for relevant information to ground a given dialog response. However, obtaining training data to teach models how to issue search queries is time and resource consuming. In this work, we pro…

Cited by 0SourceScholar
2021

Asynchronous Distributed Learning : Adapting to Gradient Delays without Prior Knowledge

ICML 2021spotlight

We consider stochastic convex optimization problems, where several machines act asynchronously in parallel while sharing a common memory. We propose a robust training method for the constrained setting and derive non asymptotic convergence guarantees that do not depend on prior knowledge of update d…

Cited by 23SourcePDFScholar
2021

Faster Neural Network Training with Approximate Tensor Operations

NeurIPS 2021poster

We propose a novel technique for faster deep neural network training which systematically applies sample-based approximation to the constituent tensor operations, i.e., matrix multiplications and convolutions. We introduce new sampling techniques, study their theoretical properties, and prove that t…