← Search

Xiaocong Yang

2 accepted papers

2024

Cascade Speculative Drafting for Even Faster LLM Inference

NeurIPS 2024poster

Introduced to enhance the efficiency of large language model (LLM) inference, speculative decoding operates by having a smaller model generate a draft. A larger target model then reviews this draft to align with its output, and any acceptance by the target model results in a reduction of the number…

2022

NLP From Scratch Without Large-Scale Pretraining: A Simple and Efficient Framework

ICML 2022spotlight

Pretrained language models have become the standard approach for many NLP tasks due to strong performance, but they are very expensive to train. We propose a simple and efficient learning framework, TLM, that does not rely on large-scale pretraining. Given some labeled task data and a large general…