← Search

Kyunghyun Cho

88 accepted papers

2026

Characterizing the Predictive Impact of Modalities with Supervised Latent-Variable Modeling

ICML 2026poster

Despite the recent success of Multimodal Large Language Models (MLLMs), existing approaches predominantly assume the availability of multiple modalities during training and inference. In practice, multimodal data is often incomplete because modalities may be missing, collected asynchronously, or ava…

Cited by 0SourceScholar
2026

Forget Forgetting: Continual Learning in a World of Abundant Memory

ICLR 2026poster

Continual learning (CL) has traditionally focused on minimizing exemplar memory, a constraint often misaligned with modern systems where GPU time, not storage, is the primary bottleneck. This paper challenges this paradigm by investigating a more realistic regime: one where memory is abundant enough…

Cited by 0SourceScholar
2026

Multi-modal Data Spectrum: Multi-modal Datasets are Multi-dimensional

ICLR 2026poster

Understanding the interplay between intra-modality dependencies (the contribution of an individual modality to a target task) and inter-modality dependencies (the relationships between modalities and the target task) is fundamental to advancing multi-modal learning. However, the nature of and intera…

Cited by 0SourcecodeScholar
2026

TwinWeaver: An LLM-Based Foundation Model Framework for Pan-Cancer Digital Twins

ICML 2026poster

Precision oncology requires forecasting clinical events and trajectories, yet modeling sparse, multi-modal clinical time series remains a critical challenge. We introduce TwinWeaver, an open-source framework that serializes longitudinal patient histories into text, enabling unified event prediction …

Cited by 0SourceScholar
2026

Walrus: A Cross-domain Foundation Model for Continuum Dynamics

ICML 2026spotlight

Foundation models have transformed machine learning for language and vision, but achieving comparable impact in physical simulation remains a challenge. Data heterogeneity and unstable long-term dynamics inhibit learning from sufficiently diverse dynamics, while varying resolutions and dimensionalit…

Cited by 0SourceScholar
2026

scCBGM: Single-Cell Editing via Concept Bottlenecks

ICML 2026poster

Understanding cellular phenotypes and how they respond to perturbations is critical for disease biology and therapeutic design. Single-cell RNA sequencing enables characterization at cellular resolution, yet the combinatorial space of conditions makes exhaustive experimental mapping infeasible. We i…

Cited by 0SourceScholar
2025

$\mathbb{X}$-Sample Contrastive Loss: Improving Contrastive Learning with Sample Similarity Graphs

ICLR 2025poster

Learning good representations involves capturing the diverse ways in which data samples relate. Contrastive loss—an objective matching related samples—underlies methods from self-supervised to multimodal learning. Contrastive losses, however, can be viewed more broadly as modifying a similarity grap…

Cited by 0SourcePDFScholar
2025

AION-1: Omnimodal Foundation Model for Astronomical Sciences

NeurIPS 2025poster

While foundation models have shown promise across a variety of fields, astronomy lacks a unified framework for joint modeling across its highly diverse data modalities. In this paper, we present AION-1, the first large-scale multimodal foundation family of models for astronomy. AION-1 enables arbitr…

Cited by 0SourceScholar
2025

Aioli: A Unified Optimization Framework for Language Model Data Mixing

ICLR 2025poster

Language model performance depends on identifying the optimal mixture of data groups to train on (e.g., law, code, math). Prior work has proposed a diverse set of methods to efficiently learn mixture proportions, ranging from fitting regression models over training runs to dynamically updating propo…

2025

Concept Bottleneck Language Models For Protein Design

ICLR 2025poster

We introduce Concept Bottleneck Protein Language Models (CB-pLM), a generative masked language model with a layer where each neuron corresponds to an interpretable concept. Our architecture offers three key benefits: i) Control: We can intervene on concept values to precisely control the properties…

2025

Efficient semantic uncertainty quantification in language models via diversity-steered sampling

NeurIPS 2025poster

Accurately estimating *semantic* aleatoric and epistemic uncertainties in large language models (LLMs) is particularly challenging in free-form question answering (QA), where obtaining stable estimates often requires many expensive generations. We introduce a **diversity-steered sampler** that disco…

Cited by 0SourceScholar
2025

Following Length Constraints in Instructions

EMNLP 2025

Aligned instruction following models can better fulfill user requests than their unaligned counterparts. However, it has been shown that there is a length bias in evaluation of such models, and that training algorithms tend to exploit this bias by learning longer responses. In this work we show how

2025

Generalists vs. Specialists: Evaluating LLMs on Highly-Constrained Biophysical Sequence Optimization Tasks

ICML 2025poster

Although large language models (LLMs) have shown promise in biomolecule optimization problems, they incur heavy computational costs and struggle to satisfy precise constraints. On the other hand, specialized solvers like LaMBO-2 offer efficiency and fine-grained control but require more domain exper…

Cited by 0SourcePDFScholar
2025

Implicit Generative Property Enhancer

NeurIPS 2025poster

Generative modeling is increasingly important for data-driven computational design. Conventional approaches pair a generative model with a discriminative model to select or guide samples toward optimized designs. Yet discriminative models often struggle in data-scarce settings, common in scientific…

Cited by 0SourceScholar
2025

Learning from Reward-Free Offline Data: A Case for Planning with Latent Dynamics Models

NeurIPS 2025poster

A long-standing goal in AI is to develop agents capable of solving diverse tasks across a range of environments, including those never seen during training. Two dominant paradigms address this challenge: (i) reinforcement learning (RL), which learns policies via trial and error, and (ii) optimal con…

Cited by 0SourceScholar
2025

NaturalReasoning: Reasoning in the Wild with 2.8M Challenging Questions

NeurIPS 2025poster

Scaling reasoning capabilities beyond traditional domains such as math and coding is hindered by the lack of diverse and high-quality questions. To overcome this limitation, we introduce a scalable approach for generating diverse and challenging reasoning questions, accompanied by reference answers.…

Cited by 0SourceScholar
2025

Predicting partially observable dynamical systems via diffusion models with a multiscale inference scheme

NeurIPS 2025poster

Conditional diffusion models provide a natural framework for probabilistic prediction of dynamical systems and have been successfully applied to fluid dynamics and weather prediction. However, in many settings, the available information at a given time represents only a small fraction of what is nee…

Cited by 0SourceScholar
2025

Scaling Laws Are Unreliable for Downstream Tasks: A Reality Check

EMNLP 2025

Downstream scaling laws aim to predict task performance at larger scales from the model’s performance at smaller scales. Whether such prediction should be possible is unclear: some works discover clear linear scaling trends after simple transformations of the performance metric, whereas others point

2025

Test Time Scaling for Neural Processes

NeurIPS 2025poster

Uncertainty-aware meta-learning aims not only for rapid adaptation to new tasks but also for reliable uncertainty estimation under limited supervision. Neural Processes (NPs) offer a flexible solution by learning implicit stochastic processes directly from data, often using a global latent variable…

Cited by 0SourceScholar
2025

The Geometry of Prompting: Unveiling Distinct Mechanisms of Task Adaptation in Language Models

NAACL 2025findings

Decoder-only language models have the ability to dynamically switch between various computational tasks based on input prompts. Despite many successful applications of prompting, there is very limited understanding of the internal mechanism behind such flexibility. In this work, we investigate how d…

Cited by 1SourcePDFScholar
2024

BOtied: Multi-objective Bayesian optimization with tied multivariate ranks

ICML 2024poster

Many scientific and industrial applications require the joint optimization of multiple, potentially competing objectives. Multi-objective Bayesian optimization (MOBO) is a sample-efficient framework for identifying Pareto-optimal solutions. At the heart of MOBO is the acquisition function, which det…

2024

Concept Bottleneck Generative Models

ICLR 2024poster

We introduce a generative model with an intrinsically interpretable layer---a concept bottleneck layer---that constrains the model to encode human-understandable concepts. The concept bottleneck layer partitions the generative model into three parts: the pre-concept bottleneck portion, the CB layer,…

Cited by 48SourcePDFScholar
2024

First Tragedy, then Parse: History Repeats Itself in the New Era of Large Language Models

NAACL 2024long

Many NLP researchers are experiencing an existential crisis triggered by the astonishing success of ChatGPT and other systems based on large language models (LLMs). After such a disruptive change to our understanding of the field, what is left to do? Taking a historical lens, we look for guidance fr…

Cited by 17SourcePDFScholar
2024

Implicitly Guided Design with PropEn: Match your Data to Follow the Gradient

NeurIPS 2024poster

Across scientific domains, generating new models or optimizing existing ones while meeting specific criteria is crucial. Traditional machine learning frameworks for guided design use a generative model and a surrogate model (discriminator), requiring large datasets. However, real-world scientific ap…

2024

Iterative Reasoning Preference Optimization

NeurIPS 2024poster

Iterative preference optimization methods have recently been shown to perform well for general instruction tuning tasks, but typically make little improvement on reasoning tasks. In this work we develop an iterative approach that optimizes the preference between competing generated Chain-of-Thought…

Cited by 136SourcePDFScholar
2024

Jointly Modeling Inter- & Intra-Modality Dependencies for Multi-modal Learning

NeurIPS 2024poster

Supervised multi-modal learning involves mapping multiple modalities to a target label. Previous studies in this field have concentrated on capturing in isolation either the inter-modality dependencies (the relationships between different modalities and the label) or the intra-modality dependencies…

2024

Multiple Physics Pretraining for Spatiotemporal Surrogate Models

NeurIPS 2024poster

We introduce multiple physics pretraining (MPP), an autoregressive task-agnostic pretraining approach for physical surrogate modeling of spatiotemporal systems with transformers. In MPP, rather than training one model on a specific physical system, we train a backbone model to predict the dynamics o…

Cited by 3SourcePDFScholar
2024

Preference Learning Algorithms Do Not Learn Preference Rankings

NeurIPS 2024poster

Preference learning algorithms (e.g., RLHF and DPO) are frequently used to steer LLMs to produce generations that are more preferred by humans, but our understanding of their inner workings is still limited. In this work, we study the conventional wisdom that preference learning trains models to ass…

Cited by 18SourcePDFScholar
2024

Protein Discovery with Discrete Walk-Jump Sampling

ICLR 2024oral

We resolve difficulties in training and sampling from a discrete generative model by learning a smoothed energy function, sampling from the smoothed data manifold with Langevin Markov chain Monte Carlo (MCMC), and projecting back to the true data manifold with one-step denoising. Our $\textit{Discre…

2024

Regularizing with Pseudo-Negatives for Continual Self-Supervised Learning

ICML 2024poster

We introduce a novel Pseudo-Negative Regularization (PNR) framework for effective continual self-supervised learning (CSSL). Our PNR leverages pseudo-negatives obtained through model-based augmentation in a way that newly learned representations may not contradict what has been learned in the past.…

2024

Self-Rewarding Language Models

ICML 2024poster

We posit that to achieve superhuman agents, future models require superhuman feedback in order to provide an adequate training signal. Current approaches commonly train reward models from human preferences, which may then be bottlenecked by human performance level, and secondly these reward models r…

Cited by 0SourcePDFScholar
2024

Sudden Drops in the Loss: Syntax Acquisition, Phase Transitions, and Simplicity Bias in MLMs

ICLR 2024spotlight

Most interpretability research in NLP focuses on understanding the behavior and features of a fully trained model. However, certain insights into model behavior may only be accessible by observing the trajectory of the training process. We present a case study of syntax acquisition in masked languag…

2024

Training Greedy Policy for Proposal Batch Selection in Expensive Multi-Objective Combinatorial Optimization

ICML 2024poster

Active learning is increasingly adopted for expensive multi-objective combinatorial optimization problems, but it involves a challenging subset selection problem, optimizing the batch acquisition score that quantifies the goodness of a batch for evaluation. Due to the excessively large search space…

2023

A Comparison of Semi-Supervised Learning Techniques for Streaming ASR at Scale

ICASSP 2023accepted

Unpaired text and audio injection have emerged as dominant methods for improving ASR performance in the absence of a large labeled corpus. However, little guidance exists on deploying these methods to improve production ASR systems that are trained on very large supervised corpora and with realistic…

Cited by 0SourceScholar
2023

AbDiffuser: full-atom generation of in-vitro functioning antibodies

NeurIPS 2023spotlight

We introduce AbDiffuser, an equivariant and physics-informed diffusion model for the joint generation of antibody 3D structures and sequences. AbDiffuser is built on top of a new representation of protein structure, relies on a novel architecture for aligned proteins, and utilizes strong diffusion p…

Cited by 52SourcePDFScholar
2023

Linear Connectivity Reveals Generalization Strategies

ICLR 2023poster

In the mode connectivity literature, it is widely accepted that there are common circumstances in which two neural networks, trained similarly on the same data, will maintain loss when interpolated in the weight space. In particular, transfer learning is presumed to ensure the necessary conditions f…

2023

On the Blind Spots of Model-Based Evaluation Metrics for Text Generation

ACL 2023long

In this work, we explore a useful but often neglected methodology for robustness analysis of text generation evaluation metrics: stress tests with synthetic data. Basically, we design and synthesize a wide range of potential errors and check whether they result in a commensurate drop in the metric s…

2023

Protein Design with Guided Discrete Diffusion

NeurIPS 2023spotlight

A popular approach to protein design is to combine a generative model with a discriminative model for conditional sampling. The generative model samples plausible sequences while the discriminative model guides a search for sequences with high fitness. Given its broad success in conditional sampling…

2023

Towards Understanding and Improving GFlowNet Training

ICML 2023poster

Generative flow networks (GFlowNets) are a family of algorithms that learn a generative policy to sample discrete objects $x$ with non-negative reward $R(x)$. Learning objectives guarantee the GFlowNet samples $x$ from the target distribution $p^*(x) \propto R(x)$ when loss is globally minimized ove…

2022

Characterizing and Overcoming the Greedy Nature of Learning in Multi-modal Deep Neural Networks

ICML 2022spotlight

We hypothesize that due to the greedy nature of learning in multi-modal deep neural networks, these models tend to rely on just one modality while under-fitting the other modalities. Such behavior is counter-intuitive and hurts the models’ generalization, as we observe empirically. To estimate the m…

2022

Chemical-Reaction-Aware Molecule Representation Learning

ICLR 2022poster

Molecule representation learning (MRL) methods aim to embed molecules into a real vector space. However, existing SMILES-based (Simplified Molecular-Input Line-Entry System) or GNN-based (Graph Neural Networks) MRL methods either take SMILES strings as input that have difficulty in encoding molecule…

2022

DEEP: DEnoising Entity Pre-training for Neural Machine Translation

ACL 2022long

It has been shown that machine translation models usually generate poor translations for named entities that are infrequent in the training corpus. Earlier named entity translation methods mainly focus on phonetic transliteration, which ignores the sentence context for translation and is limited in…

2022

Generative multitask learning mitigates target-causing confounding

NeurIPS 2022accept

We propose generative multitask learning (GMTL), a simple and scalable approach to causal machine learning in the multitask setting. Our approach makes a minor change to the conventional multitask inference objective, and improves robustness to target shift. Since GMTL only modifies the inference ob…

Cited by 5SourcePDFScholar
2022

HUE: Pretrained Model and Dataset for Understanding Hanja Documents of Ancient Korea

NAACL 2022findings

Historical records in Korea before the 20th century were primarily written in Hanja, an extinct language based on Chinese characters and not understood by modern Korean or Chinese speakers. Historians with expertise in this time period have been analyzing the documents, but that process is very diff…

2022

On the Effect of Pretraining Corpora on In-context Learning by a Large-scale Language Model

NAACL 2022long

Many recent studies on large-scale language models have reported successful in-context zero- and few-shot learning ability. However, the in-depth analysis of when in-context learning occurs is still lacking. For example, it is unknown how in-context learning performance changes as the training corpu…

2022

Translating Hanja Historical Documents to Contemporary Korean and English

EMNLP 2022finding

The Annals of Joseon Dynasty (AJD) contain the daily records of the Kings of Joseon, the 500-year kingdom preceding the modern nation of Korea.The Annals were originally written in an archaic Korean writing system, ‘Hanja’, and were translated into Korean from 1968 to 1993.The resulting translation…

2022

Translation between Molecules and Natural Language

EMNLP 2022main

We present MolT5 - a self-supervised learning framework for pretraining models on a vast amount of unlabeled natural language text and molecule strings. MolT5 allows for new, useful, and challenging analogs of traditional vision-language tasks, such as molecule captioning and text-based de novo mole…

2021

Catastrophic Fisher Explosion: Early Phase Fisher Matrix Impacts Generalization

ICML 2021spotlight

The early phase of training a deep neural network has a dramatic effect on the local curvature of the loss function. For instance, using a small learning rate does not guarantee stable optimization because the optimization trajectory has a tendency to steer towards regions of the loss surface with i…

Cited by 80SourcePDFScholar
2021

Comparing Test Sets with Item Response Theory

ACL 2021long

Recent years have seen numerous NLP datasets introduced to evaluate the performance of fine-tuned models on natural language understanding tasks. Recent results from large pretrained models, though, show that many of these datasets are largely saturated and unlikely to be able to detect further prog…

Cited by 45SourcePDFScholar
2021

Generative Language-Grounded Policy in Vision-and-Language Navigation with Bayes' Rule

ICLR 2021poster

Vision-and-language navigation (VLN) is a task in which an agent is embodied in a realistic 3D environment and follows an instruction to reach the goal node. While most of the previous studies have built and investigated a discriminative approach, we notice that there are in fact two possible approa…

Cited by 27SourcePDFScholar
2021

KLUE: Korean Language Understanding Evaluation

NeurIPS 2021poster

We introduce Korean Language Understanding Evaluation (KLUE) benchmark. KLUE is a collection of eight Korean natural language understanding (NLU) tasks, including Topic Classification, Semantic Textual Similarity, Natural LanguageInference, Named Entity Recognition, Relation Extraction, Dependency P…

Cited by 331SourcecodeScholar
2021

Length-Adaptive Transformer: Train Once with Length Drop, Use Anytime with Search

ACL 2021long

Despite transformers’ impressive accuracy, their computational cost is often prohibitive to use with limited computational resources. Most previous approaches to improve inference efficiency require a separate model for each possible computational budget. In this paper, we extend PoWER-BERT (Goyal e…

2021

MLE-Guided Parameter Search for Task Loss Minimization in Neural Sequence Modeling

AAAI 2021technical

Neural autoregressive sequence models are used to generate sequences in a variety of natural language processing (NLP) tasks, where they are evaluated according to sequence-level task losses. These models are typically trained with maximum likelihood estimation, which ignores the task loss, yet empi…

2021

NaturalProofs: Mathematical Theorem Proving in Natural Language

NeurIPS 2021poster

Understanding and creating mathematics using natural mathematical language - the mixture of symbolic and natural language used by humans - is a challenging and important problem for driving progress in machine learning. As a step in this direction, we develop NaturalProofs, a multi-domain corpus of…

Cited by 69SourcecodeScholar
2021

Rissanen Data Analysis: Examining Dataset Characteristics via Description Length

ICML 2021spotlight

We introduce a method to determine if a certain capability helps to achieve an accurate model of given data. We view labels as being generated from the inputs by a program composed of subroutines with different capabilities, and we posit that a subroutine is useful if and only if the minimal program…

2021

The Future is not One-dimensional: Complex Event Schema Induction by Graph Modeling for Event Prediction

EMNLP 2021main

Event schemas encode knowledge of stereotypical structures of events and their connections. As events unfold, schemas are crucial to act as a scaffolding. Previous work on event schema induction focuses either on atomic events or linear temporal event sequences, ignoring the interplay between events…

2020

Improving Conversational Question Answering Systems after Deployment using Feedback-Weighted Learning

COLING 2020main

The interaction of conversational systems with users poses an exciting opportunity for improving them after deployment, but little evidence has been provided of its feasibility. In most applications, users are not able to provide the correct answer to the system, but they are able to provide binary…

2020

Mixout: Effective Regularization to Finetune Large-scale Pretrained Language Models

ICLR 2020poster

In natural language processing, it has been observed recently that generalization could be greatly improved by finetuning a large-scale language model pretrained on a large unlabeled corpus. Despite its recent success and wide adoption, finetuning a large pretrained language model on a downstream ta…

Cited by 242SourcecodeScholar
2020

Neural Text Generation With Unlikelihood Training

ICLR 2020poster

Neural text generation is a key tool in natural language applications, but it is well known there are major problems at its core. In particular, standard likelihood training and decoding leads to dull and repetitive outputs. While some post-hoc fixes have been proposed, in particular top-k and nucle…

Cited by 622SourcecodeScholar
2019

DialogWAE: Multimodal Response Generation with Conditional Wasserstein Auto-Encoder

ICLR 2019poster

Variational autoencoders (VAEs) have shown a promise in data-driven conversation modeling. However, most VAE conversation models match the approximate posterior distribution over the latent variables to a simple prior such as standard normal distribution, thereby restricting the generated responses…

Cited by 168SourcePDFScholar
2018

Breast Density Classification with Deep Convolutional Neural Networks

ICASSP 2018accepted

Breast density classification is an essential part of breast cancer screening. Although a lot of prior work considered this problem as a task for learning algorithms, to our knowledge, all of them used small and not clinically realistic data both for training and evaluation of their models. In this…

Cited by 0SourceScholar
2018

Emergent Communication in a Multi-Modal, Multi-Step Referential Game

ICLR 2018poster

Inspired by previous work on emergent communication in referential games, we propose a novel multi-modal, multi-step referential game, where the sender and receiver have access to distinct modalities of an object, and their information exchange is bidirectional and of arbitrary duration. The multi-…

2018

Loss Functions for Multiset Prediction

NeurIPS 2018poster

We study the problem of multiset prediction. The goal of multiset prediction is to train a predictor that maps an input to a multiset consisting of multiple items. Unlike existing problems in supervised learning, such as classification, ranking and sequence generation, there is no known order among…

Cited by 24SourcePDFScholar
2017

Convolutional recurrent neural networks for music classification

ICASSP 2017accepted

We introduce a convolutional recurrent neural network (CRNN) for music tagging. CRNNs take advantage of convolutional neural networks (CNNs) for local feature extraction and recurrent neural networks for temporal summarisation of the extracted features. We compare CRNN with three CNN structures that…

Cited by 0SourceScholar
2017

Saliency-based Sequential Image Attention with Multiset Prediction

NeurIPS 2017poster

Humans process visual scenes selectively and sequentially using attention. Central to models of human visual attention is the saliency map. We propose a hierarchical visual architecture that operates on a saliency map and uses a novel attention mechanism to sequentially focus on salient regions and…

Cited by 27SourcePDFScholar
2016

Iterative Refinement of the Approximate Posterior for Directed Belief Networks

NeurIPS 2016poster

Variational methods that rely on a recognition network to approximate the posterior of directed graphical models offer better inference and learning than previous methods. Recent advances that exploit the capacity and flexibility in this approach have expanded what kinds of models can be trained. Ho…

2015

Attention-Based Models for Speech Recognition

NeurIPS 2015spotlight

Recurrent sequence generators conditioned on input data through an attention mechanism have recently shown very good performance on a range of tasks including machine translation, handwriting synthesis and image caption generation. We extend the attention-mechanism with features needed for speech re…

Cited by 3496SourcePDFScholar
2015

Describing Videos by Exploiting Temporal Structure

ICCV 2015poster

Recent progress in using recurrent neural networks (RNNs) for image description has motivated the exploration of their application for video description. However, while images are static, working with videos requires modeling their dynamic temporal structure and then properly integrating that inform…

Cited by 1392PDFcodeScholar
2015

Show, Attend and Tell: Neural Image Caption Generation with Visual Attention

ICML 2015poster

Inspired by recent work in machine translation and object detection, we introduce an attention based model that automatically learns to describe the content of images. We describe how we can train this model in a deterministic manner using standard backpropagation techniques and stochastically by ma…

Cited by 13573SourcePDFScholar