← Search

Yongchang Hao

10 accepted papers

2026

Cactus: Accelerating Auto-Regressive Decoding with Constrained Acceptance Speculative Sampling

ICLR 2026poster

Speculative sampling (SpS) has been successful in accelerating the decoding throughput of auto-regressive large language models by leveraging smaller draft models. SpS strictly enforces the generated distribution to match that of the verifier LLM. This is unnecessarily restrictive as slight variatio…

Cited by 0SourcecodeScholar
2025

Exploiting the Index Gradients for Optimization-Based Jailbreaking on Large Language Models

COLING 2025main

Despite the advancements in training Large Language Models (LLMs) with alignment techniques to enhance the safety of generated content, these models remain susceptible to jailbreak, an adversarial attack method that exposes security vulnerabilities in LLMs. Notably, the Greedy Coordinate Gradient (G…

2025

Radar: Fast Long-Context Decoding for Any Transformer

ICLR 2025poster

Transformer models have demonstrated exceptional performance across a wide range of applications. Though forming the foundation of Transformer models, the dot-product attention does not scale well to long-context data since its time requirement grows quadratically with context length. In this work,…

2024

LLMR: Knowledge Distillation with a Large Language Model-Induced Reward

COLING 2024main

Large language models have become increasingly popular and demonstrated remarkable performance in various natural language processing (NLP) tasks. However, these models are typically computationally expensive and difficult to be deployed in resource-constrained environments. In this paper, we propos…

2023

An Equal-Size Hard EM Algorithm for Diverse Dialogue Generation

ICLR 2023poster

Open-domain dialogue systems aim to interact with humans through natural language texts in an open-ended fashion. Despite the recent success of super large dialogue systems such as ChatGPT, using medium-to-small-sized dialogue systems remains the common practice as they are more lightweight and acce…

Cited by 11SourcePDFScholar
2022

Understanding and Improving Sequence-to-Sequence Pretraining for Neural Machine Translation

ACL 2022long

In this paper, we present a substantial step in better understanding the SOTA sequence-to-sequence (Seq2Seq) pretraining for neural machine translation (NMT). We focus on studying the impact of the jointly pretrained decoder, which is the main difference between Seq2Seq pretraining and previous enco…

2021

Multi-Task Learning with Shared Encoder for Non-Autoregressive Machine Translation

NAACL 2021long

Non-Autoregressive machine Translation (NAT) models have demonstrated significant inference speedup but suffer from inferior translation accuracy. The common practice to tackle the problem is transferring the Autoregressive machine Translation (AT) knowledge to NAT models, e.g., with knowledge disti…