paper-with-me

Papers

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 using soft prompts at both encoder and decoder levels together in a T5 model and investigate the performance as the behaviour of an additional soft prompt related to the decoder of a T5 model in controlled text generation remained unexplored. Then we also investigate the feasibility of steering the output of this extended soft prompted T5 model at decoder level and finally analyse the utility of generated text to be used in AI related tasks such as training AI models with an interpretability analysis of the classifier trained with synthetic text, as there is a lack of proper analysis of methodologies in generating properly labelled data to be utilized in AI tasks. Through the performed in-depth intrinsic and extrinsic evaluations of this generation model along with the artificially generated data, we found that this model produced better results compared to the T5 model with a single soft prompt at encoder level and the sentiment classifier trained using this artificially generated data can produce comparable classification results to the results of a classifier trained with real labelled data and also the classifier decision is interpretable with respect to the input text content.

📄 PDF Abstract BibTeX arXiv:2212.02924

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…

Similar Papers 제목 키워드 기반

Zero-Shot Controlled Generation with Encoder-Decoder Transformers

2021-06-11 · Devamanyu Hazarika, Mahdi Namazifar, Dilek Hakkani-Tür

Controlling neural network-based models for natural language generation (NLG) has broad applications in numerous areas such as machine translation, document summarization, and dialog systems. Approaches that enable such …

DecoderDocument SummarizationMachine TranslationText Generation

Stylistic MR-to-Text Generation Using Pre-trained Language Models

2021-12-01 · ICON 2021 12 · Kunal Pagarey, Kanika Kalra, Abhay Garg, Saumajit Saha 외

We explore the ability of pre-trained language models BART, an encoder-decoder model, GPT2 and GPT-Neo, both decoder-only models for generating sentences from structured MR tags as input. We observe best results on sever…

DecoderPOSSentenceText Generation

Rhetorically Controlled Encoder-Decoder for Modern Chinese Poetry Generation

2019-07-01 · ACL 2019 7 · Zhi-Qiang Liu, Zuohui Fu, Jie Cao, Gerard de Melo 외

Rhetoric is a vital element in modern poetry, and plays an essential role in improving its aesthetics. However, to date, it has not been considered in research on automatic poetry generation. In this paper, we propose a …

Decoder

Controlled Text Generation for Data Augmentation in Intelligent Artificial Agents

2019-10-04 · WS 2019 11 · Nikolaos Malandrakis, Minmin Shen, Anuj Goyal, Shuyang Gao 외

Data availability is a bottleneck during early stages of development of new capabilities for intelligent artificial agents. We investigate the use of text generation techniques to augment the training data of a popular c…

Data AugmentationDecoderintent-classificationIntent Classification+1

Modelling Context Emotions using Multi-task Learning for Emotion Controlled Dialog Generation

2021-04-01 · EACL 2021 2 · Deeksha Varshney, Asif Ekbal, Pushpak Bhattacharyya

A recent topic of research in natural language generation has been the development of automatic response generation modules that can automatically respond to a user{'}s utterance in an empathetic manner. Previous researc…

DecoderMulti-Task LearningResponse GenerationText Generation