中文
相关论文

相关论文: Text Generation with Text-Editing Models

200 篇论文

Recently, Vector Quantized AutoRegressive (VQ-AR) models have shown remarkable results in text-to-image synthesis by equally predicting discrete image tokens from the top left to bottom right in the latent space. Although the simple…

计算机视觉与模式识别 · 计算机科学 2023-09-21 Zhengcong Fei , Mingyuan Fan , Li Zhu , Junshi Huang

The SQL-to-text generation task traditionally uses template base, Seq2Seq, tree-to-sequence, and graph-to-sequence models. Recent models take advantage of pre-trained generative language models for this task in the Seq2Seq framework.…

计算与语言 · 计算机科学 2025-04-10 Meher Bhardwaj , Hrishikesh Ethari , Dennis Singh Moirangthem

Sequence generation models for dialogue are known to have several problems: they tend to produce short, generic sentences that are uninformative and unengaging. Retrieval models on the other hand can surface interesting responses, but are…

计算与语言 · 计算机科学 2018-09-07 Jason Weston , Emily Dinan , Alexander H. Miller

Text generation is ubiquitous in many NLP tasks, from summarization, to dialogue and machine translation. The dominant parametric approach is based on locally normalized models which predict one word at a time. While these work remarkably…

计算与语言 · 计算机科学 2020-04-27 Yuntian Deng , Anton Bakhtin , Myle Ott , Arthur Szlam , Marc'Aurelio Ranzato

Sequence-to-Sequence (seq2seq) models have become overwhelmingly popular in building end-to-end trainable dialogue systems. Though highly efficient in learning the backbone of human-computer communications, they suffer from the problem of…

计算与语言 · 计算机科学 2018-10-09 Hui Su , Xiaoyu Shen , Wenjie Li , Dietrich Klakow

While liking or upvoting a post on a mobile app is easy to do, replying with a written note is much more difficult, due to both the cognitive load of coming up with a meaningful response as well as the mechanics of entering the text. Here…

社会与信息网络 · 计算机科学 2017-11-29 Parminder Bhatia , Marsal Gavalda , Arash Einolghozati

Prompting approaches have been recently explored in text style transfer, where a textual prompt is used to query a pretrained language model to generate style-transferred texts word by word in an autoregressive manner. However, such a…

计算与语言 · 计算机科学 2023-12-25 Guoqing Luo , Yu Tong Han , Lili Mou , Mauajama Firdaus

As Large Language Models (LLMs) are deployed more widely, customization with respect to vocabulary, style, and character becomes more important. In this work, we introduce model arithmetic, a novel inference framework for composing and…

计算与语言 · 计算机科学 2024-03-07 Jasper Dekoninck , Marc Fischer , Luca Beurer-Kellner , Martin Vechev

Text editing frames grammatical error correction (GEC) as a sequence tagging problem, where edit tags are assigned to input tokens, and applying these edits results in the corrected text. This approach has gained attention for its…

计算与语言 · 计算机科学 2025-06-03 Bashar Alhafni , Nizar Habash

Controlled text perturbation is useful for evaluating and improving model generalizability. However, current techniques rely on training a model for every target perturbation, which is expensive and hard to generalize. We present Tailor, a…

计算与语言 · 计算机科学 2022-03-21 Alexis Ross , Tongshuang Wu , Hao Peng , Matthew E. Peters , Matt Gardner

Diffusion language models have emerged as a promising approach for text generation. One would naturally expect this method to be an efficient replacement for autoregressive models since multiple tokens can be sampled in parallel during each…

机器学习 · 计算机科学 2025-06-10 Guhao Feng , Yihan Geng , Jian Guan , Wei Wu , Liwei Wang , Di He

We introduce SeedEdit, a diffusion model that is able to revise a given image with any text prompt. In our perspective, the key to such a task is to obtain an optimal balance between maintaining the original image, i.e. image…

计算机视觉与模式识别 · 计算机科学 2024-11-12 Yichun Shi , Peng Wang , Weilin Huang

Deep generative models are known to produce undesirable samples such as harmful content. Traditional mitigation methods include re-training from scratch, filtering, or editing; however, these are either computationally expensive or can be…

机器学习 · 计算机科学 2024-02-22 Zhifeng Kong , Kamalika Chaudhuri

The generation of industrial Computer-Aided Design (CAD) models from user requests and specifications is crucial to enhancing efficiency in modern manufacturing. Traditional methods of CAD generation rely heavily on manual inputs and…

计算机视觉与模式识别 · 计算机科学 2024-11-12 Mohsen Yavartanoo , Sangmin Hong , Reyhaneh Neshatavar , Kyoung Mu Lee

Recent diffusion-based generative models show promise in their ability to generate text images, but limitations in specifying the styles of the generated texts render them insufficient in the realm of typographic design. This paper proposes…

计算机视觉与模式识别 · 计算机科学 2024-02-23 KhayTze Peong , Seiichi Uchida , Daichi Haraguchi

Open-ended text generation has become a prominent task in natural language processing due to the rise of powerful (large) language models. However, evaluating the quality of these models and the employed decoding strategies remains…

Recently, various neural encoder-decoder models pioneered by Seq2Seq framework have been proposed to achieve the goal of generating more abstractive summaries by learning to map input text to output text. At a high level, such neural models…

计算与语言 · 计算机科学 2023-04-11 Yichong Huang , Xiachong Feng , Xiaocheng Feng , Bing Qin

Recently, much progress in natural language processing has been driven by deep contextualized representations pretrained on large corpora. Typically, the fine-tuning on these pretrained models for a specific downstream task is based on…

信息检索 · 计算机科学 2022-08-11 Jia-Huei Ju , Jheng-Hong Yang , Chuan-Ju Wang

We address an important problem in sequence-to-sequence (Seq2Seq) learning referred to as copying, in which certain segments in the input sequence are selectively replicated in the output sequence. A similar phenomenon is observable in…

计算与语言 · 计算机科学 2016-06-09 Jiatao Gu , Zhengdong Lu , Hang Li , Victor O. K. Li

Prompting, which casts downstream applications as language modeling tasks, has shown to be sample efficient compared to standard fine-tuning with pre-trained models. However, one pitfall of prompting is the need of manually-designed…

计算与语言 · 计算机科学 2022-09-21 Zichun Yu , Tianyu Gao , Zhengyan Zhang , Yankai Lin , Zhiyuan Liu , Maosong Sun , Jie Zhou