paper-with-me

Papers

Transformers as Neural Augmentors: Class Conditional Sentence Generation via Variational Bayes

2022-05-19 · M. Şafak Bilici, Mehmet Fatih Amasyali

Data augmentation methods for Natural Language Processing tasks are explored in recent years, however they are limited and it is hard to capture the diversity on sentence level. Besides, it is not always possible to perform data augmentation on supervised tasks. To address those problems, we propose a neural data augmentation method, which is a combination of Conditional Variational Autoencoder and encoder-decoder Transformer model. While encoding and decoding the input sentence, our model captures the syntactic and semantic representation of the input language with its class condition. Following the developments in the past years on pre-trained language models, we train and evaluate our models on several benchmarks to strengthen the downstream tasks. We compare our method with 3 different augmentation techniques. The presented results show that, our model increases the performance of current models compared to other data augmentation techniques with a small amount of computation power.

📄 PDF Abstract BibTeX arXiv:2205.09391

Code (1)

safakkbilici/conditional-variational-transformer 공식 구현 pytorch

Tasks

Data AugmentationDecoderDiversitySentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

GraphLearner: Graph Node Clustering with Fully Learnable Augmentation

2022-12-07 · Xihong Yang, Erxue Min, Ke Liang, Yue Liu 외

Contrastive deep graph clustering (CDGC) leverages the power of contrastive learning to group nodes into different clusters. The quality of contrastive samples is crucial for achieving better performance, making augmenta…

AttributeClusteringContrastive LearningData Augmentation+3

A Hidden Semantic Bottleneck in Conditional Embeddings of Diffusion Transformers

2026-02-25 · Trung X. Pham, Kang Zhang, Ji Woo Hong, Chang D. Yoo arxiv

Diffusion Transformers have achieved state-of-the-art performance in class-conditional and multimodal generation, yet the structure of their learned conditional embeddings remains poorly understood. In this work, we pres…

multimodal generationAudio GenerationImage Generation

A Dual-Augmentor Framework for Domain Generalization in 3D Human Pose Estimation

2024-03-17 · CVPR 2024 1 · Qucheng Peng, Ce Zheng, Chen Chen

3D human pose data collected in controlled laboratory settings present challenges for pose estimators that generalize across diverse scenarios. To address this, domain generalization is employed. Current methodologies in…

3D Human Pose EstimationDomain GeneralizationPose EstimationWeakly-supervised 3D Human Pose Estimation

Feature-aware conditional GAN for category text generation

2023-08-02 · Xinze Li, Kezhi Mao, Fanfan Lin, Zijian Feng

Category text generation receives considerable attentions since it is beneficial for various natural language processing tasks. Recently, the generative adversarial network (GAN) has attained promising performance in tex…

DecoderDiversityGenerative Adversarial NetworkMulti-class Classification+4

SSN-NLP at SemEval-2020 Task 4: Text Classification and Generation on Common Sense Context Using Neural Networks

2020-12-01 · SEMEVAL 2020 · Rishivardhan K., Kayalvizhi S, Thenmozhi D., Raghav R. 외

Common sense validation deals with testing whether a system can differentiate natural language statements that make sense from those that do not make sense. This paper describes the our approach to solve this challenge. …

Common Sense ReasoningMachine TranslationMajority Voting ClassifierNMT+4