paper-with-me

Papers

Semi-Supervised Formality Style Transfer with Consistency Training

2022-03-25 · ACL 2022 5 · Ao Liu, An Wang, Naoaki Okazaki

Formality style transfer (FST) is a task that involves paraphrasing an informal sentence into a formal one without altering its meaning. To address the data-scarcity problem of existing parallel datasets, previous studies tend to adopt a cycle-reconstruction scheme to utilize additional unlabeled data, where the FST model mainly benefits from target-side unlabeled sentences. In this work, we propose a simple yet effective semi-supervised framework to better utilize source-side unlabeled sentences based on consistency training. Specifically, our approach augments pseudo-parallel data obtained from a source-side informal sentence by enforcing the model to generate similar outputs for its perturbed version. Moreover, we empirically examined the effects of various data perturbation methods and propose effective data filtering strategies to improve our framework. Experimental results on the GYAFC benchmark demonstrate that our approach can achieve state-of-the-art results, even with less than 40% of the parallel data.

📄 PDF Abstract BibTeX arXiv:2203.13620

Code (1)

aolius/semi-fst 공식 구현 pytorch

Tasks

Formality Style TransferSentence

Similar Papers 제목 키워드 기반

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

Contextual Text Style Transfer

2020-04-30 · Findings of the Association for Computational Linguistics 2020 · Yu Cheng, Zhe Gan, Yizhe Zhang, Oussama Elachqar 외

We introduce a new task, Contextual Text Style Transfer - translating a sentence into a desired style with its surrounding context taken into account. This brings two key challenges to existing style transfer approaches:…

SentenceStyle TransferText Style TransferTranslation

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

Exploiting Social Media Content for Self-Supervised Style Transfer

2022-05-18 · NAACL (SocialNLP) 2022 7 · Dana Ruiter, Thomas Kleinbauer, Cristina España-Bonet, Josef van Genabith 외

Recent research on style transfer takes inspiration from unsupervised neural machine translation (UNMT), learning from large amounts of non-parallel data by exploiting cycle consistency loss, back-translation, and denois…

AttributeDenoisingMachine TranslationNMT+2

Learning from Bootstrapping and Stepwise Reinforcement Reward: A Semi-Supervised Framework for Text Style Transfer

2022-05-19 · Findings (NAACL) 2022 7 · Zhengyuan Liu, Nancy F. Chen

Text style transfer is an important task in controllable language generation. Supervised approaches have pushed performance improvement on style-oriented rewriting such as formality conversion. However, challenges remain…

SentenceStyle TransferText GenerationText Style Transfer