CLAug 29, 2022

StoryTrans: Non-Parallel Story Author-Style Transfer with Discourse Representations and Content Enhancing

Tsinghua
arXiv:2208.13423v2224 citationsh-index: 74
Originality Incremental advance
AI Analysis

This addresses the problem of long-text style transfer for natural language generation, though it is incremental by extending existing methods to discourse-level tasks.

The authors tackled non-parallel story author-style transfer by proposing StoryTrans, a model using discourse representations and content enhancement, which outperformed baselines in style transfer and content preservation.

Non-parallel text style transfer is an important task in natural language generation. However, previous studies concentrate on the token or sentence level, such as sentence sentiment and formality transfer, but neglect long style transfer at the discourse level. Long texts usually involve more complicated author linguistic preferences such as discourse structures than sentences. In this paper, we formulate the task of non-parallel story author-style transfer, which requires transferring an input story into a specified author style while maintaining source semantics. To tackle this problem, we propose a generation model, named StoryTrans, which leverages discourse representations to capture source content information and transfer them to target styles with learnable style embeddings. We use an additional training objective to disentangle stylistic features from the learned discourse representation to prevent the model from degenerating to an auto-encoder. Moreover, to enhance content preservation, we design a mask-and-fill framework to explicitly fuse style-specific keywords of source texts into generation. Furthermore, we constructed new datasets for this task in Chinese and English, respectively. Extensive experiments show that our model outperforms strong baselines in overall performance of style transfer and content preservation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes