paper-with-me

홈 › Papers

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

2022-05-28 · NAACL 2022 7 · Chenze Shao, Xuanfu Wu, Yang Feng

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 deterministic by replacing the target with the output from an autoregressive model. However, the multi-modality problem in the distilled dataset is still nonnegligible. Furthermore, learning from a specific teacher limits the upper bound of the model capability, restricting the potential of NAT models. In this paper, we argue that one reference is not enough and propose diverse distillation with reference selection (DDRS) for NAT. Specifically, we first propose a method called SeedDiv for diverse machine translation, which enables us to generate a dataset containing multiple high-quality reference translations for each source sentence. During the training, we compare the NAT output with all references and select the one that best fits the NAT output to train the model. Experiments on widely-used machine translation benchmarks demonstrate the effectiveness of DDRS, which achieves 29.82 BLEU with only one decoding pass on WMT14 En-De, improving the state-of-the-art performance for NAT by over 1 BLEU. Source code: https://github.com/ictnlp/DDRS-NAT

📄 PDF Abstract BibTeX arXiv:2205.14333

Code (1)

ictnlp/ddrs-nat 공식 구현 pytorch

Tasks

Knowledge DistillationMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

ProDS: Preference-oriented Data Selection for Instruction Tuning

2025-05-19 · Wenya Guo, Zhengkun Zhang, Xumeng Liu, Ying Zhang 외

Instruction data selection aims to identify a high-quality subset from the training set that matches or exceeds the performance of the full dataset on target tasks. Existing methods focus on the instruction-to-response m…

Response Generation

CTPD: Cross Tokenizer Preference Distillation

2026-01-17 · Truong Nguyen, Phi Van Dat, Ngan Nguyen, Linh Ngo Van 외 arxiv

While knowledge distillation has seen widespread use in pre-training and instruction tuning, its application to aligning language models with human preferences remains underexplored, particularly in the more realistic cr…

Knowledge Distillation

ORPO-Distill: Mixed-Policy Preference Optimization for Cross-Architecture LLM Distillation

2025-09-29 · Aasheesh Singh, Vishal Vaddina, Dagnachew Birru arxiv

We introduce ORPO-Distill, a general-purpose method for cross-architecture LLM distillation that formulates the problem as a preference optimization task. Unlike standard CoT distillation, the approach transfers knowledg…

GenEvolve: Self-Evolving Image Generation Agents via Tool-Orchestrated Visual Experience Distillation

2026-05-20 · Sixiang Chen, Zhaohu Xing, Tian Ye, Xinyu Geng 외 arxiv

Open-ended image generation is no longer a simple prompt-to-image problem. High-quality generation often requires an agent to combine a model's internal generative ability with external resources. As requests become more…

Image Generation

Not All Preferences are What You Need for Post-Training: Selective Alignment Strategy for Preference Optimization

2025-07-10 · Zhijin Dong arxiv

Post-training alignment of large language models (LLMs) is a critical challenge, as not all tokens contribute equally to model performance. This paper introduces a selective alignment strategy that prioritizes high-impac…