paper-with-me

Papers

WakaVT: A Sequential Variational Transformer for Waka Generation

2021-04-01 · Yuka Takeishi, Mingxuan Niu, Jing Luo, Zhong Jin, Xinyu Yang

Poetry generation has long been a challenge for artificial intelligence. In the scope of Japanese poetry generation, many researchers have paid attention to Haiku generation, but few have focused on Waka generation. To further explore the creative potential of natural language generation systems in Japanese poetry creation, we propose a novel Waka generation model, WakaVT, which automatically produces Waka poems given user-specified keywords. Firstly, an additive mask-based approach is presented to satisfy the form constraint. Secondly, the structures of Transformer and variational autoencoder are integrated to enhance the quality of generated content. Specifically, to obtain novelty and diversity, WakaVT employs a sequence of latent variables, which effectively captures word-level variability in Waka data. To improve linguistic quality in terms of fluency, coherence, and meaningfulness, we further propose the fused multilevel self-attention mechanism, which properly models the hierarchical linguistic structure of Waka. To the best of our knowledge, we are the first to investigate Waka generation with models based on Transformer and/or variational autoencoder. Both objective and subjective evaluation results demonstrate that our model outperforms baselines significantly.

📄 PDF Abstract BibTeX arXiv:2104.00426

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Out-of-distribution Reject Option Method for Dataset Shift Problem in Early Disease Onset Prediction

2024-05-30 · Taisei Tosaki, Eiichiro Uchino, Ryosuke Kojima, Yohei Mineharu 외

Machine learning is increasingly used to predict lifestyle-related disease onset using health and medical data. However, its predictive accuracy for use is often hindered by dataset shift, which refers to discrepancies i…

Disease PredictionPrediction

WaKA: Data Attribution using K-Nearest Neighbors and Membership Privacy Principles

2024-11-02 · Patrick Mesana, Clément Bénesse, Hadrien Lautraite, Gilles Caporossi 외

In this paper, we introduce WaKA (Wasserstein K-nearest-neighbors Attribution), a novel attribution method that leverages principles from the LiRA (Likelihood Ratio Attack) framework and k-nearest neighbors classifiers (…

Computational EfficiencyData ValuationInference AttackMembership Inference Attack

Fuse It More Deeply! A Variational Transformer with Layer-Wise Latent Variable Inference for Text Generation

2022-07-13 · NAACL 2022 7 · Jinyi Hu, Xiaoyuan Yi, Wenhao Li, Maosong Sun 외

The past several years have witnessed Variational Auto-Encoder's superiority in various text generation tasks. However, due to the sequential nature of the text, auto-regressive decoders tend to ignore latent variables a…

DiversityText Generation

Recurrence Boosts Diversity! Revisiting Recurrent Latent Variable in Transformer-Based Variational AutoEncoder for Diverse Text Generation

2022-10-22 · Jinyi Hu, Xiaoyuan Yi, Wenhao Li, Maosong Sun 외

Variational Auto-Encoder (VAE) has been widely adopted in text generation. Among many variants, recurrent VAE learns token-wise latent variables with each conditioned on the preceding ones, which captures sequential vari…

DiversityText Generation

Data-to-text Generation with Variational Sequential Planning

2022-02-28 · Ratish Puduppully, Yao Fu, Mirella Lapata

We consider the task of data-to-text generation, which aims to create textual output from non-linguistic input. We focus on generating long-form text, i.e., documents with multiple paragraphs, and propose a neural model …

Data-to-Text GenerationText Generation