paper-with-me

홈 › Papers

Automatic and Human-AI Interactive Text Generation

2023-10-05 · Yao Dou, Philippe Laban, Claire Gardent, Wei Xu

In this tutorial, we focus on text-to-text generation, a class of natural language generation (NLG) tasks, that takes a piece of text as input and then generates a revision that is improved according to some specific criteria (e.g., readability or linguistic styles), while largely retaining the original meaning and the length of the text. This includes many useful applications, such as text simplification, paraphrase generation, style transfer, etc. In contrast to text summarization and open-ended text completion (e.g., story), the text-to-text generation tasks we discuss in this tutorial are more constrained in terms of semantic consistency and targeted language styles. This level of control makes these tasks ideal testbeds for studying the ability of models to generate text that is both semantically adequate and stylistically appropriate. Moreover, these tasks are interesting from a technical standpoint, as they require complex combinations of lexical and syntactical transformations, stylistic control, and adherence to factual knowledge, -- all at once. With a special focus on text simplification and revision, this tutorial aims to provide an overview of the state-of-the-art natural language generation research from four major aspects -- Data, Models, Human-AI Collaboration, and Evaluation -- and to discuss and showcase a few significant and recent advances: (1) the use of non-retrogressive approaches; (2) the shift from fine-tuning to prompting with large language models; (3) the development of new learnable metric and fine-grained human evaluation framework; (4) a growing body of studies and datasets on non-English languages; (5) the rise of HCI+NLP+Accessibility interdisciplinary research to create real-world writing assistant systems.

📄 PDF Abstract BibTeX arXiv:2310.03878

Code (0)

등록된 구현이 없습니다.

Tasks

Paraphrase GenerationStyle TransferText GenerationText SimplificationText Summarization

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Text Editing by Command

2020-10-24 · NAACL 2021 4 · Felix Faltings, Michel Galley, Gerold Hintz, Chris Brockett 외

A prevailing paradigm in neural text generation is one-shot generation, where text is produced in a single step. The one-shot setting is inadequate, however, when the constraints the user wishes to impose on the generate…

SentenceText Generation

MATRIX: Multi-Agent Trajectory Generation with Diverse Contexts

2024-03-09 · Zhuo Xu, Rui Zhou, Yida Yin, Huidong Gao 외

Data-driven methods have great advantages in modeling complicated human behavioral dynamics and dealing with many human-robot interaction applications. However, collecting massive and annotated real-world human datasets …

Data AugmentationMotion Planning

GPT-2-based Human-in-the-loop Theatre Play Script Generation

2022-07-01 · NAACL (WNU) 2022 7 · Rudolf Rosa, Patrícia Schmidtová, Ondřej Dušek, Tomáš Musil 외

We experiment with adapting generative language models for the generation of long coherent narratives in the form of theatre plays. Since fully automatic generation of whole plays is not currently feasible, we created an…

Language ModelingLanguage ModellingScript GenerationText Generation

Data-efficient Neural Text Compression with Interactive Learning

2019-06-01 · NAACL 2019 6 · Avinesh P. V. S, Christian M. Meyer

Neural sequence-to-sequence models have been successfully applied to text compression. However, these models were trained on huge automatically induced parallel corpora, which are only available for a few domains and tas…

Active LearningHeadline GenerationSmall Data Image ClassificationText Compression

NeuroPrompts: An Adaptive Framework to Optimize Prompts for Text-to-Image Generation

2023-11-20 · Shachar Rosenman, Vasudev Lal, Phillip Howard

Despite impressive recent advances in text-to-image diffusion models, obtaining high-quality images often requires prompt engineering by humans who have developed expertise in using them. In this work, we present NeuroPr…

Image GenerationLanguage ModelingLanguage ModellingPrompt Engineering+2