paper-with-me

홈 › Papers

Target-Side Data Augmentation for Sequence Generation

2021-09-29 · ICLR 2022 4 · Shufang Xie, Ang Lv, Yingce Xia, Lijun Wu, Tao Qin, Rui Yan, Tie-Yan Liu

Autoregressive sequence generation, a prevalent task in machine learning and natural language processing, generates every target token conditioned on both a source input and previously generated target tokens. Previous data augmentation methods, which have been shown to be effective for the task, mainly enhance source inputs (e.g., injecting noise into the source sequence by random swapping or masking, back translation, etc.) while overlooking the target-side augmentation. In this work, we propose a target-side augmentation method for sequence generation. In training, we use the decoder output probability distributions as soft indicators, which are multiplied with target token embeddings, to build pseudo tokens. These soft pseudo tokens are then used as target tokens to enhance the training. We conduct comprehensive experiments on various sequence generation tasks, including dialog generation, machine translation, and abstractive summarization. Without using any extra labeled data or introducing additional model parameters, our method significantly outperforms strong baselines. The code is available at https://github.com/TARGET-SIDE-DATA-AUG/TSDASG.

📄 PDF Abstract BibTeX

Code (1)

target-side-data-aug/tsdasg 공식 구현 pytorch

Tasks

Abstractive Text SummarizationData AugmentationDecoderMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Sequence Generation with Label Augmentation for Relation Extraction

2022-12-29 · Bo Li, Dingyao Yu, Wei Ye, Jinglei Zhang 외

Sequence generation demonstrates promising performance in recent information extraction efforts, by incorporating large-scale pre-trained Seq2Seq models. This paper investigates the merits of employing sequence generatio…

RelationRelation Extraction

Conditional Augmentation for Aspect Term Extraction via Masked Sequence-to-Sequence Generation

2020-04-30 · ACL 2020 6 · Kun Li, Chengbo Chen, Xiaojun Quan, Qing Ling 외

Aspect term extraction aims to extract aspect terms from review texts as opinion targets for sentiment analysis. One of the big challenges with this task is the lack of sufficient annotated data. While data augmentation …

Data AugmentationExtract AspectSentenceSentiment Analysis+1

Enhancing Few-shot NER with Prompt Ordering based Data Augmentation

2023-05-19 · Huiming Wang, Liying Cheng, Wenxuan Zhang, De Wen Soh 외

Recently, data augmentation (DA) methods have been proven to be effective for pre-trained language models (PLMs) in low-resource settings, including few-shot named entity recognition (NER). However, conventional NER DA m…

Data Augmentationfew-shot-nerFew-shot NERnamed-entity-recognition+3

Augmentation, Retrieval, Generation: Event Sequence Prediction with a Three-Stage Sequence-to-Sequence Approach

2022-10-01 · COLING 2022 10 · Bo Zhou, Chenhao Wang, Yubo Chen, Kang Liu 외

Being able to infer possible events related to a specific target is critical to natural language processing. One challenging task in this line is event sequence prediction, which aims at predicting a sequence of events g…

PredictionRetrieval

Mutual Exclusivity Training and Primitive Augmentation to Induce Compositionality

2022-11-28 · Yichen Jiang, Xiang Zhou, Mohit Bansal

Recent datasets expose the lack of the systematic generalization ability in standard sequence-to-sequence models. In this work, we analyze this behavior of seq2seq models and identify two contributing factors: a lack of …

Data AugmentationInductive BiasSystematic Generalization