← Search

Jiebin Zhang

5 accepted papers

2026

Learning To Draft: Adaptive Speculative Decoding with Reinforcement Learning

ICLR 2026poster

Speculative decoding accelerates large language model (LLM) inference by using a small draft model to generate candidate tokens for a larger target model to verify. The efficacy of this technique hinges on the trade-off between the time spent on drafting candidates and verifying them. However, curre…

Cited by 0SourcecodeScholar
2025

Hierarchical Memory Organization for Wikipedia Generation

ACL 2025long

Generating Wikipedia articles autonomously is a challenging task requiring the integration of accurate, comprehensive, and well-structured information from diverse sources. This paper introduces the Memory Organization-based Generation (MOG) framework, a novel approach to address these challenges by…

2025

More Tokens, Lower Precision: Towards the Optimal Token-Precision Trade-off in KV Cache Compression

EMNLP 2025

As large language models (LLMs) process increasing context windows, the memory usage of KV cache has become a critical bottleneck during inference. The mainstream KV compression methods, including KV pruning and KV quantization, primarily focus on either token or precision dimensions separately. How

2025

WIKIGENBENCH:Exploring Full-length Wikipedia Generation under Real-World Scenario

COLING 2025main

It presents significant challenges to generate comprehensive and accurate Wikipedia articles for newly emerging events under real-world scenario. Existing attempts fall short either by focusing only on short snippets or by using metrics that are insufficient to evaluate real-world scenarios. In this…

2022

ConFiguRe: Exploring Discourse-level Chinese Figures of Speech

COLING 2022main

Figures of speech, such as metaphor and irony, are ubiquitous in literature works and colloquial conversations. This poses great challenge for natural language understanding since figures of speech usually deviate from their ostensible meanings to express deeper semantic implications. Previous resea…