paper-with-me

Papers

Best Student Forcing: A Simple Training Mechanism in Adversarial Language Generation

2020-05-01 · LREC 2020 5 · Jonathan Sauder, Ting Hu, Xiaoyin Che, Goncalo Mordido, Haojin Yang, Christoph Meinel

Language models trained with Maximum Likelihood Estimation (MLE) have been considered as a mainstream solution in Natural Language Generation (NLG) for years. Recently, various approaches with Generative Adversarial Nets (GANs) have also been proposed. While offering exciting new prospects, GANs in NLG by far are nevertheless reportedly suffering from training instability and mode collapse, and therefore outperformed by conventional MLE models. In this work, we propose techniques for improving GANs in NLG, namely Best Student Forcing (BSF), a novel yet simple adversarial training mechanism in which generated sequences of high quality are selected as temporary ground-truth to further train the generator. We also use an ensemble of discriminators to increase training stability and sample diversity. Evaluation shows that the combination of BSF and multiple discriminators consistently performs better than previous GAN approaches over various metrics, and outperforms a baseline MLE in terms of Fr ́ech ́et Distance, a recently proposed metric capturing both sample quality and diversity.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityText Generation

Similar Papers 제목 키워드 기반

Merge-of-Thought Distillation

2025-09-10 · Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen 외 arxiv

Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and grow…

Which Student is Best? A Comprehensive Knowledge Distillation Exam for Task-Specific BERT Models

2022-01-03 · Made Nindyatama Nityasya, Haryo Akbarianto Wibowo, Rendi Chevi, Radityo Eko Prasojo 외

We perform knowledge distillation (KD) benchmark from task-specific BERT-base teacher models to various student models: BiLSTM, CNN, BERT-Tiny, BERT-Mini, and BERT-Small. Our experiment involves 12 datasets grouped in tw…

CPUData AugmentationKnowledge Distillationtext-classification+2

Asymmetric metric learning for knowledge transfer

2020-06-29 · CVPR 2021 1 · Mateusz Budnik, Yannis Avrithis

Knowledge transfer from large teacher models to smaller student models has recently been studied for metric learning, focusing on fine-grained classification. In this work, focusing on instance-level image retrieval, we …

Image RetrievalMetric LearningRetrievalTransfer Learning

Subclass Distillation

2020-02-10 · Rafael Müller, Simon Kornblith, Geoffrey Hinton

After a large "teacher" neural network has been trained on labeled data, the probabilities that the teacher assigns to incorrect classes reveal a lot of information about the way in which the teacher generalizes. By trai…

Rebellious Student: Reversing Teacher Signals for Reasoning Exploration with Self-Distilled RLVR

2026-05-11 · Jeonghye Kim, Jiwon Jeon, Dongsheng Li, Yuqing Yang arxiv

Self-distillation has emerged as a powerful framework for post-training LLMs, where a teacher conditioned on extra information guides a student without it, both from the same model. While this guidance is useful when the…