← Search

Hanseul Cho

9 accepted papers

2026

Characterizing Pattern Matching and Its Limits on Compositional Task Structures

ICLR 2026poster

Despite impressive capabilities, LLMs' successes often rely on pattern-matching behaviors, yet these are also linked to OOD generalization failures in compositional tasks. However, behavioral studies commonly employ task setups that allow multiple generalization sources (e.g., algebraic invariances,…

Cited by 0SourceScholar
2025

Arithmetic Transformers Can Length-Generalize in Both Operand Length and Count

ICLR 2025poster

Transformers often struggle with *length generalization*, meaning they fail to generalize to sequences longer than those encountered during training. While arithmetic tasks are commonly used to study length generalization, certain tasks are considered notoriously difficult, e.g., multi-operand addit…

2025

Convergence and Implicit Bias of Gradient Descent on Continual Linear Classification

ICLR 2025poster

We study continual learning on multiple linear classification tasks by sequentially running gradient descent (GD) for a fixed budget of iterations per each given task. When all tasks are jointly linearly separable and are presented in a cyclic/random order, we show the directional convergence of the…

Cited by 2SourcePDFScholar
2024

DASH: Warm-Starting Neural Network Training in Stationary Settings without Loss of Plasticity

NeurIPS 2024poster

Warm-starting neural network training by initializing networks with previously learned weights is appealing, as practical neural networks are often deployed under a continuous influx of new data. However, it often leads to *loss of plasticity*, where the network loses its ability to learn new inform…

Cited by 5SourcePDFScholar
2024

Fundamental Benefit of Alternating Updates in Minimax Optimization

ICML 2024spotlight

The Gradient Descent-Ascent (GDA) algorithm, designed to solve minimax optimization problems, takes the descent and ascent steps either simultaneously (Sim-GDA) or alternately (Alt-GDA). While Alt-GDA is commonly observed to converge faster, the performance gap between the two is not yet well unders…

2024

Position Coupling: Improving Length Generalization of Arithmetic Transformers Using Task Structure

NeurIPS 2024poster

Even for simple arithmetic tasks like integer addition, it is challenging for Transformers to generalize to longer sequences than those encountered during training. To tackle this problem, we propose *position coupling*, a simple yet effective method that directly embeds the structure of the tasks i…

2023

Fair Streaming Principal Component Analysis: Statistical and Algorithmic Viewpoint

NeurIPS 2023poster

Fair Principal Component Analysis (PCA) is a problem setting where we aim to perform PCA while making the resulting representation fair in that the projected distributions, conditional on the sensitive attributes, match one another. However, existing approaches to fair PCA have two main problems: th…

2023

PLASTIC: Improving Input and Label Plasticity for Sample Efficient Reinforcement Learning

NeurIPS 2023poster

In Reinforcement Learning (RL), enhancing sample efficiency is crucial, particularly in scenarios when data acquisition is costly and risky. In principle, off-policy RL algorithms can improve sample efficiency by allowing multiple updates per environment interaction. However, these multiple updates…