paper-with-me

Papers

Automatically Learning Data Augmentation Policies for Dialogue Tasks

2019-09-27 · IJCNLP 2019 11 · Tong Niu, Mohit Bansal

Automatic data augmentation (AutoAugment) (Cubuk et al., 2019) searches for optimal perturbation policies via a controller trained using performance rewards of a sampled policy on the target task, hence reducing data-level model bias. While being a powerful algorithm, their work has focused on computer vision tasks, where it is comparatively easy to apply imperceptible perturbations without changing an image's semantic meaning. In our work, we adapt AutoAugment to automatically discover effective perturbation policies for natural language processing (NLP) tasks such as dialogue generation. We start with a pool of atomic operations that apply subtle semantic-preserving perturbations to the source inputs of a dialogue task (e.g., different POS-tag types of stopword dropout, grammatical errors, and paraphrasing). Next, we allow the controller to learn more complex augmentation policies by searching over the space of the various combinations of these atomic operations. Moreover, we also explore conditioning the controller on the source inputs of the target task, since certain strategies may not apply to inputs that do not contain that strategy's required linguistic features. Empirically, we demonstrate that both our input-agnostic and input-aware controllers discover useful data augmentation policies, and achieve significant improvements over the previous state-of-the-art, including trained on manually-designed policies.

📄 PDF Abstract BibTeX arXiv:1909.12868

Code (1)

WolfNiu/AutoAugDialogue 공식 구현

Tasks

Data AugmentationDialogue GenerationPOSTAG

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

Counterfactual Data Augmentation via Perspective Transition for Open-Domain Dialogues

2022-10-30 · Jiao Ou, Jinchao Zhang, Yang Feng, Jie zhou

The construction of open-domain dialogue systems requires high-quality dialogue datasets. The dialogue data admits a wide variety of responses for a given dialogue history, especially responses with different semantics. …

counterfactualCounterfactual InferenceData Augmentation

Simulation-Free Hierarchical Latent Policy Planning for Proactive Dialogues

2024-12-19 · Tao He, Lizi Liao, Yixin Cao, Yuanxing Liu 외

Recent advancements in proactive dialogues have garnered significant attention, particularly for more complex objectives (e.g. emotion support and persuasion). Unlike traditional task-oriented dialogues, proactive dialog…

Hierarchical Reinforcement LearningReinforcement Learning (RL)User Simulation

Plan, Generate and Complicate: Improving Low-resource Dialogue State Tracking via Easy-to-Difficult Zero-shot Data Augmentation

2024-06-13 · Ming Gu, Yan Yang

Data augmentation methods have been a promising direction to improve the performance of small models for low-resource dialogue state tracking. However, traditional methods rely on pre-defined user goals and neglect the i…

Data AugmentationDialogue State Tracking

Leveraging Explicit Procedural Instructions for Data-Efficient Action Prediction

2023-06-06 · Julia White, Arushi Raghuvanshi, Yada Pruksachatkun

Task-oriented dialogues often require agents to enact complex, multi-step procedures in order to meet user requests. While large language models have found success automating these dialogues in constrained environments, …

Language ModelingLanguage ModellingLarge Language ModelMasked Language Modeling+3

Fast AutoAugment

2019-05-01 · NeurIPS 2019 12 · Sungbin Lim, Ildoo Kim, Taesup Kim, Chiheon Kim 외

Data augmentation is an essential technique for improving generalization ability of deep learning models. Recently, AutoAugment has been proposed as an algorithm to automatically search for augmentation policies from a d…

Data AugmentationGPUImage AugmentationImage Classification