← Search

Jiaming Fan

3 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

GraphIC: A Graph-Based In-Context Example Retrieval Model for Multi-Step Reasoning

AAAI 2026technical

In-context learning (ICL) enhances large language models (LLMs) by incorporating demonstration examples, yet its effectiveness heavily depends on the quality of selected examples. Current methods typically use text embeddings to measure semantic similarity, which often introduces bias in multi-step

Cited by 0SourcePDFScholar
2025

Fast Large Language Model Collaborative Decoding via Speculation

ICML 2025poster

Large Language Model (LLM) collaborative decoding techniques improve output quality by combining the outputs of multiple models at each generation step, but they incur high computational costs. In this paper, we introduce **Collaborative decoding via Speculation (CoS)**, a novel framework that accel…