paper-with-me

Papers

Text Generation with Efficient (Soft) $Q$-Learning

2021-09-29 · Han Guo, Bowen Tan, Zhengzhong Liu, Eric Xing, Zhiting Hu

Maximum likelihood estimation (MLE) is the predominant algorithm for training text generation models. This paradigm relies on direct supervision examples, which is not applicable to many emerging applications, such as generating adversarial attacks or generating prompts to control language models. Reinforcement learning (RL) on the other hand offers a more flexible solution by allowing users to plug in arbitrary task metrics as reward. Yet previous RL algorithms for text generation, such as policy gradient (on-policy RL) and Q-learning (off-policy RL), are often notoriously inefficient or unstable to train due to the large sequence space and the sparse reward received only at the end of sequences. In this paper, we introduce a new RL formulation for text generation from the soft Q-learning (SQL) perspective. It enables us to draw from the latest RL advances, such as path consistency learning, to combine the best of on-/off-policy updates, and learn effectively from sparse reward. We apply the approach to a wide range of text generation tasks, including learning from noisy/negative examples, adversarial attacks, and prompt generation. Experiments show our approach consistently outperforms both task-specialized algorithms and the previous RL methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Q-LearningReinforcement Learning (RL)Text Generation

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Latent Code and Text-based Generative Adversarial Networks for Soft-text Generation

2019-04-15 · NAACL 2019 6 · Md. Akmal Haidar, Mehdi Rezagholizadeh, Alan Do-Omri, Ahmad Rashid

Text generation with generative adversarial networks (GANs) can be divided into the text-based and code-based categories according to the type of signals used for discrimination. In this work, we introduce a novel text-b…

Text Generation

Discourse-Aware Soft Prompting for Text Generation

2021-12-10 · Marjan Ghazvininejad, Vladimir Karpukhin, Vera Gor, Asli Celikyilmaz

Current efficient fine-tuning methods (e.g., adapters, prefix-tuning, etc.) have optimized conditional text generation via training a small set of extra parameters of the neural language model, while freezing the rest fo…

BlockingConditional Text GenerationLanguage ModelingLanguage Modelling+1

Controlled Text Generation using T5 based Encoder-Decoder Soft Prompt Tuning and Analysis of the Utility of Generated Text in AI

2022-12-06 · Damith Chamalke Senadeera, Julia Ive

Controlled text generation is a very important task in the arena of natural language processing due to its promising applications. In order to achieve this task we mainly introduce the novel soft prompt tuning method of …

DecoderText Generation

Diversifying Neural Text Generation with Part-of-Speech Guided Softmax and Sampling

2021-05-08 · COLING 2022 10 · Zhixian Yang, Pengxuan Xu, Xiaojun Wan

Neural text generation models are likely to suffer from the low-diversity problem. Various decoding strategies and training-based methods have been proposed to promote diversity only by exploiting contextual features, bu…

DiversityPOSText Generation

Diversifying Neural Text Generation with Part-of-Speech Guided Softmax and Sampling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Neural text generation models are likely to suffer from the low-diversity problem. Various decoding strategies and training-based methods have been proposed to promote diversity only by exploiting contextual features, bu…

DiversityPOSText Generation