← Search

Jongho Park

7 accepted papers

2026

Lookahead Unmasking Elicits Reliable Decoding in Diffusion Language Models

ICML 2026poster

Masked Diffusion Models (MDMs) as language models generate by iteratively unmasking tokens, yet their performance crucially depends on the inference-time order of unmasking. Conventional methods such as confidence-based sampling are short-sighted, focusing on local optimization which neglects test-t…

Cited by 0SourceScholar
2026

Not All Bits Are Equal: How Model Scale Changes Memory-Optimal Reasoning

ICLR 2026poster

While 4-bit quantization has emerged as a memory-optimal choice for non-reasoning models and zero-shot tasks across scales, we show that this universal prescription fails for reasoning models, where KV cache rather than model size can dominate memory. Through systematic experiments on mathematical,…

Cited by 0SourcecodeScholar
2025

Lexico: Extreme KV Cache Compression via Sparse Coding over Universal Dictionaries

ICML 2025poster

We introduce Lexico, a novel KV cache compression method that leverages sparse coding with a universal dictionary. Our key finding is that key-value cache in modern LLMs can be accurately approximated using sparse linear combination from a small, input-agnostic dictionary of ~4k atoms, enabling effi…

2024

Can Mamba Learn How To Learn? A Comparative Study on In-Context Learning Tasks

ICML 2024poster

State-space models (SSMs), such as Mamba (Gu & Dao, 2023), have been proposed as alternatives to Transformer networks in language modeling, incorporating gating, convolutions, and input-dependent token selection to mitigate the quadratic cost of multi-head attention. Although SSMs exhibit competitiv…

2023

First Order Stochastic Optimization with Oblivious Noise

NeurIPS 2023poster

We initiate the study of stochastic optimization with oblivious noise, broadly generalizing the standard heavy-tailed noise setup. In our setting, in addition to random observation noise, the stochastic gradient may be subject to independent \emph{oblivious noise}, which may not have bounded momen…

Cited by 1SourcePDFScholar
2023

Prompted LLMs as Chatbot Modules for Long Open-domain Conversation

ACL 2023findings

In this paper, we propose MPC (Modular Prompted Chatbot), a new approach for creating high-quality conversational agents without the need for fine-tuning. Our method utilizes pre-trained large language models (LLMs) as individual modules for long-term consistency and flexibility, by using techniques…