paper-with-me

홈 › Papers

Formality Style Transfer for Noisy, User-generated Conversations: Extracting Labeled, Parallel Data from Unlabeled Corpora

2019-11-01 · WS 2019 11 · Isak Czeresnia Etinger, Alan W. black

Typical datasets used for style transfer in NLP contain aligned pairs of two opposite extremes of a style. As each existing dataset is sourced from a specific domain and context, most use cases will have a sizable mismatch from the vocabulary and sentence structures of any dataset available. This reduces the performance of the style transfer, and is particularly significant for noisy, user-generated text. To solve this problem, we show a technique to derive a dataset of aligned pairs (style-agnostic vs stylistic sentences) from an unlabeled corpus by using an auxiliary dataset, allowing for in-domain training. We test the technique with the Yahoo Formality Dataset and 6 novel datasets we produced, which consist of scripts from 5 popular TV-shows (Friends, Futurama, Seinfeld, Southpark, Stargate SG-1) and the Slate Star Codex online forum. We gather 1080 human evaluations, which show that our method produces a sizable change in formality while maintaining fluency and context; and that it considerably outperforms OpenNMT{'}s Seq2Seq model directly trained on the Yahoo Formality Dataset. Additionally, we publish the full pipeline code and our novel datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Formality Style TransferSentenceStyle Transfer

Methods 이 논문이 사용한 방법론

Test 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Improving Formality Style Transfer with Context-Aware Rule Injection

2021-06-01 · ACL 2021 5 · Zonghai Yao, Hong Yu

Models pre-trained on large-scale regular text corpora often do not work well for user-generated data where the language styles differ significantly from the mainstream text. Here we present Context-Aware Rule Injection …

DecoderFormality Style TransferSentiment AnalysisStyle Transfer

Semi-supervised Formality Style Transfer using Language Model Discriminator and Mutual Information Maximization

2020-10-10 · Findings of the Association for Computational Linguistics 2020 · Kunal Chawla, Diyi Yang

Formality style transfer is the task of converting informal sentences to grammatically-correct formal sentences, which can be used to improve performance of many downstream NLP tasks. In this work, we propose a semi-supe…

Formality Style TransferLanguage ModelingLanguage ModellingSemi-Supervised Formality Style Transfer+4

Formality Style Transfer with Hybrid Textual Annotations

2019-03-15 · Ruochen Xu, Tao Ge, Furu Wei

Formality style transformation is the task of modifying the formality of a given sentence without changing its content. Its challenge is the lack of large-scale sentence-aligned parallel data. In this paper, we propose a…

Formality Style TransferSentenceStyle TransferText Style Transfer+1

Multi-Task Neural Models for Translating Between Styles Within and Across Languages

2018-06-12 · COLING 2018 8 · Xing Niu, Sudha Rao, Marine Carpuat

Generating natural language requires conveying content in an appropriate style. We explore two related tasks on generating text of varying formality: monolingual formality transfer and formality-sensitive machine transla…

Machine TranslationMulti-Task LearningTranslation

Formality Style Transfer with Shared Latent Space

2020-12-01 · COLING 2020 8 · Yunli Wang, Yu Wu, Lili Mou, Zhoujun Li 외

Conventional approaches for formality style transfer borrow models from neural machine translation, which typically requires massive parallel data for training. However, the dataset for formality style transfer is consid…

Formality Style TransferMachine TranslationStyle TransferTranslation