← Search

Yoonho Lee

19 accepted papers

2026

RLAD: Training LLMs to Discover Abstractions for Solving Reasoning Problems

ICLR 2026poster

Reasoning requires going beyond pattern matching or memorization of solutions to identify and implement algorithmic procedures that can be used to deduce answers to hard problems. Doing so requires reusing primitives, intermediate results, or procedures across multiple problems. While RL post-traini…

Cited by 0SourceScholar
2025

Bidirectional Decoding: Improving Action Chunking via Guided Test-Time Sampling

ICLR 2025poster

Predicting and executing a sequence of actions without intermediate replanning, known as action chunking, is increasingly used in robot learning from human demonstrations. Yet, its effects on the learned policy remain inconsistent: some studies find it crucial for achieving strong results, while oth…

2025

Disentangling Hyperedges through the Lens of Category Theory

NeurIPS 2025poster

Despite the promising results of disentangled representation learning in discovering latent patterns in graph-structured data, few studies have explored disentanglement for hypergraph-structured data. Integrating hyperedge disentanglement into hypergraph neural networks enables models to leverage hi…

Cited by 0SourceScholar
2025

Subgraph Federated Learning for Local Generalization

ICLR 2025oral

Federated Learning (FL) on graphs enables collaborative model training to enhance performance without compromising the privacy of each client. However, existing methods often overlook the mutable nature of graph data, which frequently introduces new nodes and leads to shifts in label distribution. S…

2024

Calibrating Language Models with Adaptive Temperature Scaling

EMNLP 2024main

The effectiveness of large language models (LLMs) is not only measured by their ability to generate accurate outputs but also by their calibration—how well their confidence scores reflect the probability of their outputs being correct. While unsupervised pre-training has been shown to yield LLMs wit…

2024

Project and Probe: Sample-Efficient Adaptation by Interpolating Orthogonal Features

ICLR 2024spotlight

Transfer learning with a small amount of target data is an effective and common approach to adapting a pre-trained model to distribution shifts. In some situations, target data labels may be expensive to obtain, so we may only have access to a limited number of target data points. To make the most o…

Cited by 3SourcePDFScholar
2024

Self-Guided Masked Autoencoders for Domain-Agnostic Self-Supervised Learning

ICLR 2024poster

Self-supervised learning excels in learning representations from large amounts of unlabeled data, demonstrating success across multiple data modalities. Yet, extending self-supervised learning to new modalities is non-trivial because the specifics of existing methods are tailored to each domain, suc…

2023

DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

ICML 2023oral

The increasing fluency and widespread usage of large language models (LLMs) highlight the desirability of corresponding tools aiding detection of LLM-generated text. In this paper, we identify a property of the structure of an LLM's probability function that is useful for such detection. Specificall…

2023

Diversify and Disambiguate: Out-of-Distribution Robustness via Disagreement

ICLR 2023poster

Real-world machine learning problems often exhibit shifts between the source and target distributions, in which source data does not fully convey the desired behavior on target inputs. Different functions that achieve near-perfect source accuracy can make differing predictions on test inputs, and su…

Cited by 36SourcePDFScholar
2023

Surgical Fine-Tuning Improves Adaptation to Distribution Shifts

ICLR 2023poster

A common approach to transfer learning under distribution shift is to fine-tune the last few layers of a pre-trained model, preserving learned features while also adapting to the new task. This paper shows that in such settings, selectively fine-tuning a subset of layers (which we term surgical fine…

2022

On Divergence Measures for Bayesian Pseudocoresets

NeurIPS 2022accept

A Bayesian pseudocoreset is a small synthetic dataset for which the posterior over parameters approximates that of the original dataset. While promising, the scalability of Bayesian pseudocoresets is not yet validated in large-scale problems such as image classification with deep neural networks. On…

2022

Wild-Time: A Benchmark of in-the-Wild Distribution Shift over Time

NeurIPS 2022accept

Distribution shifts occur when the test distribution differs from the training distribution, and can considerably degrade performance of machine learning models deployed in the real world. While recent works have studied robustness to distribution shifts, distribution shifts arising from the passage…

2020

Bootstrapping neural processes

NeurIPS 2020poster

Unlike in the traditional statistical modeling for which a user typically hand-specify a prior, Neural Processes (NPs) implicitly define a broad class of stochastic processes with neural networks. Given a data stream, NP learns a stochastic process that best describes the data. While this ``data-dri…

2019

Learning Dynamics of Attention: Human Prior for Interpretable Machine Reasoning

NeurIPS 2019poster

Without relevant human priors, neural networks may learn uninterpretable features. We propose Dynamics of Attention for Focus Transition (DAFT) as a human prior for machine reasoning. DAFT is a novel method that regularizes attention-based reasoning by modelling it as a continuous dynamical system u…

2019

Set Transformer: A Framework for Attention-based Permutation-Invariant Neural Networks

ICML 2019oral

Many machine learning tasks such as multiple instance learning, 3D shape recognition, and few-shot image classification are defined on sets of instances. Since solutions to such problems do not depend on the order of elements of the set, models used to address them should be permutation invariant. W…