← Search

Chenze Shao

16 accepted papers

2025

Beyond Next Token Prediction: Patch-Level Training for Large Language Models

ICLR 2025spotlight

The prohibitive training costs of Large Language Models (LLMs) have emerged as a significant bottleneck in the development of next-generation LLMs. In this paper, we show that it is possible to significantly reduce the training costs of LLMs without sacrificing their performance. Specifically, we in…

2025

Efficient Speech Language Modeling via Energy Distance in Continuous Latent Space

NeurIPS 2025poster

We introduce \emph{SLED}, an alternative approach to speech language modeling by encoding speech waveforms into sequences of continuous latent representations and modeling them autoregressively using an energy distance objective. The energy distance offers an analytical measure of the distributional…

Cited by 0SourcecodeScholar
2024

Instruction Position Matters in Sequence Generation with Large Language Models

ACL 2024findings

Large language models (LLMs) are capable of performing conditional sequence generation tasks, such as translation or summarization, through instruction fine-tuning. The fine-tuning data is generally sequentially concatenated from a specific task instruction, an input sentence, and the corresponding…

2024

Understanding and Addressing the Under-Translation Problem from the Perspective of Decoding Objective

ACL 2024long

Neural Machine Translation (NMT) has made remarkable progress over the past years. However, under-translation and over-translation remain two challenging problems in state-of-the-art NMT systems. In this work, we conduct an in-depth analysis on the underlying cause of under-translation in NMT, provi…

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…

2023

Non-autoregressive Streaming Transformer for Simultaneous Translation

EMNLP 2023long main

Simultaneous machine translation (SiMT) models are trained to strike a balance between latency and translation quality. However, training these models to achieve high quality while maintaining low latency often leads to a tendency for aggressive anticipation. We argue that such issue stems from the…

Cited by 0SourcecodeScholar
2023

Rephrasing the Reference for Non-autoregressive Machine Translation

AAAI 2023technical

Non-autoregressive neural machine translation (NAT) models suffer from the multi-modality problem that there may exist multiple possible translations of a source sentence, so the reference sentence may be inappropriate for the training when the NAT output is closer to other translations. In response…

2022

Non-Monotonic Latent Alignments for CTC-Based Non-Autoregressive Machine Translation

NeurIPS 2022accept

Non-autoregressive translation (NAT) models are typically trained with the cross-entropy loss, which forces the model outputs to be aligned verbatim with the target sentence and will highly penalize small shifts in word positions. Latent alignment models relax the explicit alignment by marginalizing…

2022

One Reference Is Not Enough: Diverse Distillation with Reference Selection for Non-Autoregressive Translation

NAACL 2022long

Non-autoregressive neural machine translation (NAT) suffers from the multi-modality problem: the source sentence may have multiple correct translations, but the loss function is calculated only according to the reference sentence. Sequence-level knowledge distillation makes the target more determini…

2022

Overcoming Catastrophic Forgetting beyond Continual Learning: Balanced Training for Neural Machine Translation

ACL 2022long

Neural networks tend to gradually forget the previously learned knowledge when learning multiple tasks sequentially from dynamic data distributions. This problem is called catastrophic forgetting, which is a fundamental challenge in the continual learning of neural networks. In this work, we observe…

2022

Viterbi Decoding of Directed Acyclic Transformer for Non-Autoregressive Machine Translation

EMNLP 2022finding

Non-autoregressive models achieve significant decoding speedup in neural machine translation but lack the ability to capture sequential dependency. Directed Acyclic Transformer (DA-Transformer) was recently proposed to model sequential dependency with a directed acyclic graph. Consequently, it has t…

2021

Guiding Teacher Forcing with Seer Forcing for Neural Machine Translation

ACL 2021long

Although teacher forcing has become the main training paradigm for neural machine translation, it usually makes predictions only conditioned on past information, and hence lacks global planning for the future. To address this problem, we introduce another decoder, called seer decoder, into the encod…