SHAPED: Shared-Private Encoder-Decoder for Text Style Adaptation
Supervised training of abstractive language generation models results in learning conditional probabilities over language sequences based on the supervised training signal. When the training signal contains a variety of writing styles, such models may end up learning an 'average' style that is directly influenced by the training data make-up and cannot be controlled by the needs of an application. We describe a family of model architectures capable of capturing both generic language characteristics via shared model parameters, as well as particular style characteristics via private model parameters. Such models are able to generate language according to a specific learned style, while still taking advantage of their power to model generic language phenomena. Furthermore, we describe an extension that uses a mixture of output distributions from all learned styles to perform on-the fly style adaptation based on the textual input alone. Experimentally, we find that the proposed models consistently outperform models that encapsulate single-style or average-style language generation capabilities.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderText GenerationSimilar Papers 제목 키워드 기반
Improving Domain Adaptation Translation with Domain Invariant and Specific Information
In domain adaptation for neural machine translation, translation performance can benefit from separating features into domain-specific features and common features. In this paper, we propose a method to explicitly model …
DecoderDomain AdaptationMachine TranslationTranslationCoupled Transformer Autoencoder for Disentangling Multi-Region Neural Latent Dynamics
Simultaneous recordings from thousands of neurons across multiple brain areas reveal rich mixtures of activity that are shared between regions and dynamics that are unique to each region. Existing alignment or multi-view…
A Robust Contrastive Alignment Method For Multi-Domain Text Classification
Multi-domain text classification can automatically classify texts in various scenarios. Due to the diversity of human languages, texts with the same label in different domains may differ greatly, which brings challenges …
ClassificationContrastive LearningDiversitytext-classification+1Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation
In the past few years, convolutional neural networks (CNNs) have achieved milestones in medical image analysis. Especially, the deep neural networks based on U-shaped architecture and skip-connections have been widely ap…
Cardiac SegmentationDecoderImage SegmentationMedical Image Analysis+2Character-aware Transformers Learn an Irregular Morphological Pattern Yet None Generalize Like Humans
Whether neural networks can serve as cognitive models of morphological learning remains an open question. Recent work has shown that encoder-decoder models can acquire irregular patterns, but evidence that they generaliz…