← Search

Chonghan Liu

4 accepted papers

2026

Flatter Tokens are More Valuable for Speculative Draft Model Training

ICLR 2026poster

Speculative Decoding (SD) is a key technique for accelerating Large Language Model (LLM) inference, but it typically requires training a draft model on a large dataset. We approach this problem from a data-centric perspective, finding that not all training samples contribute equally to the SD accept…

Cited by 0SourcecodeScholar
2026

Rethinking LLM Ensembling from the Perspective of Mixture Models

ICML 2026spotlight

Model ensembling is a well-established technique for improving the performance of machine learning models. Conventionally, this involves averaging the output distributions of multiple models and selecting the most probable label. This idea has been naturally extended to large language models (LLMs),…

Cited by 0SourceScholar
2026

d$^2$Cache: Accelerating Diffusion-Based LLMs via Dual Adaptive Caching

ICLR 2026poster

Diffusion-based large language models (dLLMs), despite their promising performance, still suffer from inferior inference efficiency. This is because dLLMs rely on bidirectional attention and cannot directly benefit from the standard key-value (KV) cache as autoregressive models (ARMs) do. To tackle…

Cited by 0SourcecodeScholar
2025

AdaptiveStep: Automatically Dividing Reasoning Step through Model Confidence

ICML 2025poster

Current approaches for training Process Reward Models (PRMs) often involve deconposing responses into multiple reasoning steps using rule-based techniques, such as using predefined placeholder tokens or setting the reasoning step's length to a fixed size. These approaches overlook the fact that cert…