paper-with-me

Papers

Contextual Augmentation: Data Augmentation by Words with Paradigmatic Relations

2018-05-16 · NAACL 2018 6 · Sosuke Kobayashi

We propose a novel data augmentation for labeled sentences called contextual augmentation. We assume an invariance that sentences are natural even if the words in the sentences are replaced with other words with paradigmatic relations. We stochastically replace words with other words that are predicted by a bi-directional language model at the word positions. Words predicted according to a context are numerous but appropriate for the augmentation of the original words. Furthermore, we retrofit a language model with a label-conditional architecture, which allows the model to augment sentences without breaking the label-compatibility. Through the experiments for six various different text classification tasks, we demonstrate that the proposed method improves classifiers based on the convolutional or recurrent neural networks.

📄 PDF Abstract BibTeX arXiv:1805.06201

Code (2)

pfnet-research/contextual_augmentation 공식 구현
makcedward/nlpaug tf

Tasks

Data AugmentationGeneral ClassificationLanguage ModelingLanguage ModellingText Augmentationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Soft Contextual Data Augmentation for Neural Machine Translation

2019-05-25 · ACL 2019 7 · Jinhua Zhu, Fei Gao, Lijun Wu, Yingce Xia 외

While data augmentation is an important trick to boost the accuracy of deep learning methods in computer vision tasks, its study in natural language tasks is still very limited. In this paper, we present a novel data aug…

Data AugmentationLanguage ModelingLanguage ModellingMachine Translation+2

Conditional BERT Contextual Augmentation

2018-12-17 · Xing Wu, Shangwen Lv, Liangjun Zang, Jizhong Han 외

We propose a novel data augmentation method for labeled sentences called conditional BERT contextual augmentation. Data augmentation methods are often applied to prevent overfitting and improve generalization of deep neu…

Data AugmentationLanguage ModelingLanguage ModellingText Classification

An efficient text augmentation approach for contextualized Mandarin speech recognition

2024-06-14 · Naijun Zheng, Xucheng Wan, Kai Liu, Ziqing Du 외

Although contextualized automatic speech recognition (ASR) systems are commonly used to improve the recognition of uncommon words, their effectiveness is hindered by the inherent limitations of speech-text data availabil…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1

BrightCookies at SemEval-2025 Task 9: Exploring Data Augmentation for Food Hazard Classification

2025-04-29 · Foteini Papadopoulou, Osman Mutlu, Neris Özen, Bas H. M. van der Velden 외

This paper presents our system developed for the SemEval-2025 Task 9: The Food Hazard Detection Challenge. The shared task's objective is to evaluate explainable classification systems for classifying hazards and product…

Data AugmentationText Augmentation

Few-shot learning through contextual data augmentation

2021-03-31 · EACL 2021 2 · Farid Arthaud, Rachel Bawden, Alexandra Birch

Machine translation (MT) models used in industries with constantly changing topics, such as translation or news agencies, need to adapt to new data to maintain their performance over time. Our aim is to teach a pre-train…

Data AugmentationFew-Shot LearningLanguage ModelingLanguage Modelling+2