paper-with-me

Papers

Enhancing Text Generation with Cooperative Training

2023-03-16 · Tong Wu, Hao Wang, Zhongshen Zeng, Wei Wang, Hai-Tao Zheng, Jiaxing Zhang

Recently, there has been a surge in the use of generated data to enhance the performance of downstream models, largely due to the advancements in pre-trained language models. However, most prevailing methods trained generative and discriminative models in isolation, which left them unable to adapt to changes in each other. These approaches lead to generative models that are prone to deviating from the true data distribution and providing limited benefits to discriminative models. While some works have proposed jointly training generative and discriminative language models, their methods remain challenging due to the non-differentiable nature of discrete data. To overcome these issues, we introduce a \textit{self-consistent learning} framework in the text field that involves training a discriminator and generator cooperatively in a closed-loop manner until a scoring consensus is reached. By learning directly from selected samples, our framework are able to mitigate training instabilities such as mode collapse and non-convergence. Extensive experiments on four downstream benchmarks, including AFQMC, CHIP-STS, QQP, and MRPC, demonstrate the efficacy of the proposed framework.

📄 PDF Abstract BibTeX arXiv:2303.09075

Code (1)

wutong4012/Self-Consistent-Learning 공식 구현 pytorch

Tasks

MRPCQQPSTSText Generation

Similar Papers 제목 키워드 기반

Meta-CoTGAN: A Meta Cooperative Training Paradigm for Improving Adversarial Text Generation

2020-03-12 · Haiyan Yin, Dingcheng Li, Xu Li, Ping Li

Training generative models that can generate high-quality text with sufficient diversity is an important open problem for Natural Language Generation (NLG) community. Recently, generative adversarial models have been app…

Adversarial TextDiversityLanguage ModelingLanguage Modelling+2

A Demand-Supply Cooperative Responding Strategy in Power System with High Renewable Energy Penetration

2023-09-26 · Yuanzheng Li, Xinxin Long, Yang Li, Yizhou Ding 외

Industrial demand response (IDR) plays an important role in promoting the utilization of renewable energy (RE) in power systems. However, it will lead to power adjustments on the supply side, which is also a non-negligib…

Long-SCOPE: Fully Sparse Long-Range Cooperative 3D Perception

2026-04-10 · Jiahao Wang, Zikun Xu, Yuner Zhang, Zhongwei Jiang 외 arxiv

Cooperative 3D perception via Vehicle-to-Everything communication is a promising paradigm for enhancing autonomous driving, offering extended sensing horizons and occlusion resolution. However, the practical deployment o…

Autonomous Driving

Semantic-Forward Relaying: A Novel Framework Towards 6G Cooperative Communications

2023-10-12 · Wensheng Lin, Yuna Yan, Lixin Li, Zhu Han 외

This letter proposes a novel relaying framework, semantic-forward (SF), for cooperative communications towards the sixth-generation (6G) wireless networks. The SF relay extracts and transmits the semantic features, which…

Which Discriminator for Cooperative Text Generation?

2022-04-25 · Antoine Chaffin, Thomas Scialom, Sylvain Lamprier, Jacopo Staiano 외

Language models generate texts by successively predicting probability distributions for next tokens given past ones. A growing field of interest tries to leverage external information in the decoding process so that the …

Language ModelingLanguage ModellingText Generation