paper-with-me

Papers

Generative Data Augmentation using LLMs improves Distributional Robustness in Question Answering

2023-09-03 · Arijit Ghosh Chowdhury, Aman Chadha

Robustness in Natural Language Processing continues to be a pertinent issue, where state of the art models under-perform under naturally shifted distributions. In the context of Question Answering, work on domain adaptation methods continues to be a growing body of research. However, very little attention has been given to the notion of domain generalization under natural distribution shifts, where the target domain is unknown. With drastic improvements in the quality and access to generative models, we answer the question: How do generated datasets influence the performance of QA models under natural distribution shifts? We perform experiments on 4 different datasets under varying amounts of distribution shift, and analyze how "in-the-wild" generation can help achieve domain generalization. We take a two-step generation approach, generating both contexts and QA pairs to augment existing datasets. Through our experiments, we demonstrate how augmenting reading comprehension datasets with generated data leads to better robustness towards natural distribution shifts.

📄 PDF Abstract BibTeX arXiv:2309.06358

Code (1)

patil-suraj/question_generation 공식 구현 pytorch

Tasks

Data AugmentationDomain AdaptationDomain GeneralizationQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Active Tabular Augmentation via Policy-Guided Diffusion Inpainting

2026-05-11 · Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci arxiv

Generative tabular augmentation is appealing in data-scarce domains, yet the prevailing focus on distributional fidelity does not reliably translate into better downstream models. We formalize a fidelity-utility gap: com…

Training Generative Adversarial Network-Based Vocoder with Limited Data Using Augmentation-Conditional Discriminator

2024-03-25 · Takuhiro Kaneko, Hirokazu Kameoka, Kou Tanaka

A generative adversarial network (GAN)-based vocoder trained with an adversarial discriminator is commonly used for speech synthesis because of its fast, lightweight, and high-quality characteristics. However, this data-…

Data AugmentationGenerative Adversarial NetworkSpeech Synthesis

VoteGCL: Enhancing Graph-based Recommendations with Majority-Voting LLM-Rerank Augmentation

2025-07-29 · Minh-Anh Nguyen, Bao Nguyen, Ha Lan N. T., Tuan Anh Hoang 외 arxiv

Recommendation systems often suffer from data sparsity caused by limited user-item interactions, which degrade their performance and amplify popularity bias in real-world scenarios. This paper proposes a novel data augme…

Recommendation SystemsContrastive LearningData Augmentation

Rethinking Bias in Generative Data Augmentation for Medical AI: a Frequency Recalibration Method

2025-11-15 · Chi Liu, Jincheng Liu, Congcong Zhu, Minghao Wang 외 arxiv

Developing Medical AI relies on large datasets and easily suffers from data scarcity. Generative data augmentation (GDA) using AI generative models offers a solution to synthesize realistic medical images. However, the b…

Medical Image ClassificationData Augmentation

S2P: State-conditioned Image Synthesis for Data Augmentation in Offline Reinforcement Learning

2022-09-30 · Daesol Cho, Dongseok Shim, H. Jin Kim

Offline reinforcement learning (Offline RL) suffers from the innate distributional shift as it cannot interact with the physical environment during training. To alleviate such limitation, state-based offline RL leverages…

Data AugmentationImage GenerationOffline RLreinforcement-learning+1