paper-with-me

Papers

CoDa: Constrained Generation based Data Augmentation for Low-Resource NLP

2024-03-30 · Chandra Kiran Reddy Evuru, Sreyan Ghosh, Sonal Kumar, Ramaneswaran S, Utkarsh Tyagi, Dinesh Manocha

We present CoDa (Constrained Generation based Data Augmentation), a controllable, effective, and training-free data augmentation technique for low-resource (data-scarce) NLP. Our approach is based on prompting off-the-shelf instruction-following Large Language Models (LLMs) for generating text that satisfies a set of constraints. Precisely, we extract a set of simple constraints from every instance in the low-resource dataset and verbalize them to prompt an LLM to generate novel and diverse training instances. Our findings reveal that synthetic data that follows simple constraints in the downstream dataset act as highly effective augmentations, and CoDa can achieve this without intricate decoding-time constrained generation techniques or fine-tuning with complex algorithms that eventually make the model biased toward the small number of training instances. Additionally, CoDa is the first framework that provides users explicit control over the augmentation generation process, thereby also allowing easy adaptation to several domains. We demonstrate the effectiveness of CoDa across 11 datasets spanning 3 tasks and 3 low-resource settings. CoDa outperforms all our baselines, qualitatively and quantitatively, with improvements of 0.12%-7.19%. Code is available here: https://github.com/Sreyan88/CoDa

📄 PDF Abstract BibTeX arXiv:2404.00415

Code (1)

sreyan88/coda 공식 구현 pytorch

Tasks

Data AugmentationInstruction Following

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

D-CODA: Diffusion for Coordinated Dual-Arm Data Augmentation

2025-05-08 · I-Chun Arthur Liu, Jason Chen, Gaurav Sukhatme, Daniel Seita

Learning bimanual manipulation is challenging due to its high dimensionality and tight coordination required between two arms. Eye-in-hand imitation learning, which uses wrist-mounted cameras, simplifies perception by fo…

Data AugmentationImitation Learning

CoDA: Contrast-enhanced and Diversity-promoting Data Augmentation for Natural Language Understanding

2020-10-16 · ICLR 2021 1 · Yanru Qu, Dinghan Shen, Yelong Shen, Sandra Sajeev 외

Data augmentation has been demonstrated as an effective strategy for improving model generalization and data efficiency. However, due to the discrete nature of natural language, designing label-preserving transformations…

Data AugmentationDiversityNatural Language Understanding

Contrastive Visual Data Augmentation

2025-02-24 · Yu Zhou, Bingxuan Li, Mohan Tang, Xiaomeng Jin 외

Large multimodal models (LMMs) often struggle to recognize novel concepts, as they rely on pre-trained knowledge and have limited ability to capture subtle visual details. Domain-specific knowledge gaps in training also …

Data AugmentationNovel ConceptsScene Recognition

Counterfactual Data Augmentation using Locally Factored Dynamics

2020-07-06 · NeurIPS 2020 12 · Silviu Pitis, Elliot Creager, Animesh Garg

Many dynamic processes, including common scenarios in robotic control and reinforcement learning (RL), involve a set of interacting subprocesses. Though the subprocesses are not independent, their interactions are often …

counterfactualData AugmentationGeneral Reinforcement LearningMulti-Goal Reinforcement Learning+4

RoCoDA: Counterfactual Data Augmentation for Data-Efficient Robot Learning from Demonstrations

2024-11-25 · Ezra Ameperosa, Jeremy A. Collins, Mrinal Jain, Animesh Garg

Imitation learning in robotics faces significant challenges in generalization due to the complexity of robotic environments and the high cost of data collection. We introduce RoCoDA, a novel method that unifies the conce…

counterfactualData AugmentationImitation Learning