← Search

Jaekyeom Kim

13 accepted papers

2026

Process Reward Models That Think

ICML 2026poster

Step-by-step verifiers—also known as process reward models (PRMs)—are a key ingredient for test-time scaling, but training them requires expensive step-level supervision. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by gener…

Cited by 0SourcecodeScholar
2025

Interactive and Expressive Code-Augmented Planning with Large Language Models

ACL 2025long

Large Language Models (LLMs) demonstrate strong abilities in common-sense reasoning and interactive decision-making, but often struggle with complex, long-horizon planning tasks. Recent techniques have sought to structure LLM outputs using control flow and code to improve planning performance. Howev…

Cited by 0SourcePDFScholar
2025

MLRC-Bench: Can Language Agents Solve Machine Learning Research Challenges?

NeurIPS 2025poster

We introduce **MLRC-Bench**, a benchmark designed to quantify how effectively language agents can tackle challenging **M**achine **L**earning (ML) **R**esearch **C**ompetitions, with a focus on open research problems that demand novel methodologies. Unlike prior work, e.g., AI Scientist, which evalu…

Cited by 0SourceScholar
2024

Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents

EMNLP 2024finding

In this paper, we introduce Auto-Intent, a method to adapt a pre-trained large language model (LLM) as an agent for a target domain without direct fine-tuning, where we empirically focus on web navigation tasks. Our approach first discovers the underlying intents from target domain demonstrations un…

Cited by 7SourcePDFScholar
2024

AutoGuide: Automated Generation and Selection of Context-Aware Guidelines for Large Language Model Agents

NeurIPS 2024poster

Recent advances in large language models (LLMs) have empowered AI agents capable of performing various sequential decision-making tasks. However, effectively guiding LLMs to perform well in unfamiliar domains like web navigation, where they lack sufficient knowledge, has proven to be difficult with…

Cited by 7SourcePDFScholar
2024

Small Language Models Need Strong Verifiers to Self-Correct Reasoning

ACL 2024findings

Self-correction has emerged as a promising solution to boost the reasoning performance of large language models (LLMs), where LLMs refine their solutions using self-generated critiques that pinpoint the errors. This work explores whether small (≤ 13B) language models (LMs) have the ability of self-c…

2022

Constrained GPI for Zero-Shot Transfer in Reinforcement Learning

NeurIPS 2022accept

For zero-shot transfer in reinforcement learning where the reward function varies between different tasks, the successor features framework has been one of the popular approaches. However, in this framework, the transfer to new target tasks with generalized policy improvement (GPI) relies on only th…

2022

Lipschitz-constrained Unsupervised Skill Discovery

ICLR 2022poster

We study the problem of unsupervised skill discovery, whose goal is to learn a set of diverse and useful skills with no external reward. There have been a number of skill discovery methods based on maximizing the mutual information (MI) between skills and states. However, we point out that their MI…

Cited by 72SourcePDFScholar
2021

Drop-Bottleneck: Learning Discrete Compressed Representation for Noise-Robust Exploration

ICLR 2021poster

We propose a novel information bottleneck (IB) method named Drop-Bottleneck, which discretely drops features that are irrelevant to the target variable. Drop-Bottleneck not only enjoys a simple and tractable compression objective but also additionally provides a deterministic compressed representati…

2021

Time Discretization-Invariant Safe Action Repetition for Policy Gradient Methods

NeurIPS 2021poster

In reinforcement learning, continuous time is often discretized by a time scale $\delta$, to which the resulting performance is known to be highly sensitive. In this work, we seek to find a $\delta$-invariant algorithm for policy gradient (PG) methods, which performs well regardless of the value of…

2020

Model-Agnostic Boundary-Adversarial Sampling for Test-Time Generalization in Few-Shot learning

ECCV 2020poster

Few-shot learning is an important research problem that tackles one of the greatest challenges of machine learning: learning a new task from a limited amount of labeled data. We propose a model-agnostic method that improves the test-time performance of any few-shot learning models with no additional…

2019

EMI: Exploration with Mutual Information

ICML 2019oral

Reinforcement learning algorithms struggle when the reward signal is very sparse. In these cases, naive random exploration methods essentially rely on a random walk to stumble onto a rewarding state. Recent works utilize intrinsic motivation to guide the exploration via generative models, predictive…