Kaiyan Chang
Other people with similar names: Kaiyan Chang
Unverified author pages with similar names: Kaiyan Chang
2026
Bypassing Neural Evaluations for Fast Audio Editing via Adaptive Trajectory Extrapolation
Xiaoqian Liu | Zhengkun Ge | Jianjin Wang | Haoran Zhang | Yuan Ge | Kaiyan Chang | Chen Xu | Tong Xiao | Zhengtao Yu | Linfeng Zhang | JingBo Zhu
Findings of the Association for Computational Linguistics: ACL 2026
Xiaoqian Liu | Zhengkun Ge | Jianjin Wang | Haoran Zhang | Yuan Ge | Kaiyan Chang | Chen Xu | Tong Xiao | Zhengtao Yu | Linfeng Zhang | JingBo Zhu
Findings of the Association for Computational Linguistics: ACL 2026
Recent advancements in audio diffusion models have significantly improved text-to-audio editing via inversion techniques. However, these models typically rely on dense, fixed-step sampling trajectories to maintain structural integrity during inversion and generation, leading to prohibitive computational costs. We propose AdaTE, a model-agnostic Adaptive Trajectory Extrapolation framework that accelerates the inversion-based editing process by dynamically evaluating only the most critical generative phases. Specifically, we introduce a hierarchical probing mechanism that monitors curvature acceleration and information gain to detect pivotal transitions within the latent flow. This allows the model to selectively skip redundant segments via linear extrapolation while preserving dense neural evaluations for complex semantic changes. Extensive experiments across AudioLDM2, Auffusion, and Tango2 demonstrate that AdaTE achieves up to a 3.9× speedup with negligible loss in fidelity. AdaTE significantly shifts the Pareto frontier, providing an efficient solution for high-fidelity audio synthesis and editing.
NiuTrans.LMT: Toward Inclusive and Scalable Multilingual Machine Translation with LLMs
Yingfeng Luo | Ziqiang Xu | Yuxuan Ouyang | MuRun Yang | DingYang Lin | Kaiyan Chang | Tong Zheng | Bei Li | Peinan Feng | Quan Du | Tong Xiao | JingBo Zhu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Yingfeng Luo | Ziqiang Xu | Yuxuan Ouyang | MuRun Yang | DingYang Lin | Kaiyan Chang | Tong Zheng | Bei Li | Peinan Feng | Quan Du | Tong Xiao | JingBo Zhu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Large language models have significantly advanced Multilingual Machine Translation (MMT), yet scaling to many languages while keeping quality robust across directions remains challenging.In this paper, we identify a failure mode of multilingual supervised fine-tuning (SFT) on multi-way parallel data: when such data are reused symmetrically around a pivot language (e.g., English), performance on reverse directions (X → pivot) can drop substantially.We term this phenomenon Directional Degeneration and attribute it to excessive many-to-one mappings, which encourage shortcut learning.We propose Strategic Downsampling (SD), a simple yet effective method to mitigate this degeneration.In addition, we introduce Parallel Multilingual Prompting (PMP), which augments translation instructions with an auxiliary parallel sentence to promote cross-lingual transfer during training and enables optional test-time enhancement when auxiliary translations are available. We further develop NiuTrans.LMT (Large-scale Multilingual Translation, abbreviated as LMT), a Chinese–English-centric suite of multilingual translation models spanning four sizes (0.6B/1.7B/4B/8B) and covering 60 languages and 234 directions.Comprehensive evaluations show that LMT is competitive among open-source MMT systems, and that our 4B LMT model performs on par with or better than substantially larger baselines. We release our models and project resources to support inclusive and scalable MMT.