← Search

Shangtong Gui

3 accepted papers

2024

Speculative Decoding with CTC-based Draft Model for LLM Inference Acceleration

NeurIPS 2024poster

Inference acceleration of large language models (LLMs) has been put forward in many application scenarios and speculative decoding has shown its advantage in addressing inference acceleration. Speculative decoding usually introduces a draft model to assist the base LLM where the draft model produces…

Cited by 1SourcePDFScholar
2023

Fuzzy Alignments in Directed Acyclic Graph for Non-Autoregressive Machine Translation

ICLR 2023poster

Non-autoregressive translation (NAT) reduces the decoding latency but suffers from performance degradation due to the multi-modality problem. Recently, the structure of directed acyclic graph has achieved great success in NAT, which tackles the multi-modality problem by introducing dependency betwee…

2023

Non-autoregressive Machine Translation with Probabilistic Context-free Grammar

NeurIPS 2023poster

Non-autoregressive Transformer(NAT) significantly accelerates the inference of neural machine translation. However, conventional NAT models suffer from limited expression power and performance degradation compared to autoregressive (AT) models due to the assumption of conditional independence among…