paper-with-me

홈 › Papers

Token Manipulation Generative Adversarial Network for Text Generation

2020-05-06 · DaeJin Jo

MaskGAN opens the query for the conditional language model by filling in the blanks between the given tokens. In this paper, we focus on addressing the limitations caused by having to specify blanks to be filled. We decompose conditional text generation problem into two tasks, make-a-blank and fill-in-the-blank, and extend the former to handle more complex manipulations on the given tokens. We cast these tasks as a hierarchical multi agent RL problem and introduce a conditional adversarial learning that allows the agents to reach a goal, producing realistic texts, in cooperative setting. We show that the proposed model not only addresses the limitations but also provides good results without compromising the performance in terms of quality and diversity.

📄 PDF Abstract BibTeX arXiv:2005.02794

Code (1)

twidddj/tokmangan 공식 구현 tf

Tasks

Conditional Text GenerationDiversityGenerative Adversarial NetworkLanguage ModelingLanguage ModellingText Generation

Similar Papers 제목 키워드 기반

TextCLIP: Text-Guided Face Image Generation And Manipulation Without Adversarial Training

2023-09-21 · Xiaozhou You, Jian Zhang

Text-guided image generation aimed to generate desired images conditioned on given texts, while text-guided image manipulation refers to semantically edit parts of a given image based on specified texts. For these two si…

Image GenerationImage Manipulationtext-guided-generation

Adversarial Manipulation of Reasoning Models using Internal Representations

2025-07-03 · Kureha Yamaguchi, Benjamin Etheridge, Andy Arditi

Reasoning models generate chain-of-thought (CoT) tokens before their final output, but how this affects their vulnerability to jailbreak attacks remains unclear. While traditional language models make refusal decisions a…

Attention Hijacking: Response Manipulation Across Queries in Vision-Language Models

2026-05-17 · Zhiqiang Wang, Dongrui Liu, Yan Li, Zonghao Ying 외 arxiv

Existing adversarial attacks on vision-language models (VLMs) can steer model outputs toward attacker-specified target responses, but their effectiveness often degrades when the same perturbed input is paired with differ…

Response GenerationAdversarial Attack

Highly Compressed Tokenizer Can Generate Without Training

2025-06-09 · L. Lao Beyer, T. Li, X. Chen, S. Karaman 외

Commonly used image tokenizers produce a 2D grid of spatially arranged tokens. In contrast, so-called 1D image tokenizers represent images as highly compressed one-dimensional sequences of as few as 32 discrete tokens. W…

Image GenerationQuantizationtext-guided-image-editing

Unsupervised Text Embedding Space Generation Using Generative Adversarial Networks for Text Synthesis

2023-06-19 · Jun-Min Lee, Tae-Bin Ha

Generative Adversarial Networks (GAN) is a model for data synthesis, which creates plausible data through the competition of generator and discriminator. Although GAN application to image synthesis is extensively studied…

Image GenerationMemorizationText Generation