← Search

Lihua Qian

4 accepted papers

2024

Diffusion Glancing Transformer for Parallel Sequence-to-Sequence Learning

NAACL 2024long

Previously, non-autoregressive models were widely recognized as being superior in generation efficiency but inferior in generation quality due to the challenges of modeling multiple target modalities.To enhance the multi-modality modeling ability, we propose the diffusion glancing transformer, which…

Cited by 3SourcePDFScholar
2022

latent-GLAT: Glancing at Latent Variables for Parallel Text Generation

ACL 2022long

Recently, parallel text generation has received widespread attention due to its success in generation efficiency. Although many advanced techniques are proposed to improve its generation quality, they still need the help of an autoregressive model for training to overcome the one-to-many multi-modal…

2022

switch-GLAT: Multilingual Parallel Machine Translation Via Code-Switch Decoder

ICLR 2022poster

Multilingual machine translation aims to develop a single model for multiple language directions. However, existing multilingual models based on Transformer are limited in terms of both translation performance and inference speed. In this paper, we propose switch-GLAT, a non-autoregressive multiling…

Cited by 13SourcePDFScholar
2021

Glancing Transformer for Non-Autoregressive Neural Machine Translation

ACL 2021long

Recent work on non-autoregressive neural machine translation (NAT) aims at improving the efficiency by parallel decoding without sacrificing the quality. However, existing NAT methods are either inferior to Transformer or require multiple decoding passes, leading to reduced speedup. We propose the G…