← Search

Huajun Bai

3 accepted papers

2026

PARD: Accelerating LLM Inference with Low‑Cost PARallel Draft Model Adaptation

ICLR 2026poster

The autoregressive nature of large language models (LLMs) fundamentally limits inference speed, as each forward pass generates only a single token and is often bottlenecked by memory bandwidth. Speculative decoding has emerged as a promising solution, adopting a draft-then-verify strategy to acceler…

Cited by 0SourcecodeScholar
2026

SpecExit: Accelerating Large Reasoning Model via Speculative Exit

ICML 2026poster

Despite their strong performance on reasoning tasks, large reasoning models (LRMs) often suffer from overthinking, producing unnecessarily long outputs and incurring high end-to-end latency, a significant limitation to their real-world deployment. To address overthinking, early-exit mechanisms have …

Cited by 0SourceScholar
2023

FACE: Evaluating Natural Language Generation with Fourier Analysis of Cross-Entropy

NeurIPS 2023poster

Measuring the distance between machine-produced and human language is a critical open problem. Inspired by empirical findings from psycholinguistics on the periodicity of entropy in language, we propose FACE, a set of metrics based on Fourier Analysis of the estimated Cross-Entropy of language, for…