paper-with-me

Papers

Generative AI to Generate Test Data Generators

2024-01-31 · Benoit Baudry, Khashayar Etemadi, Sen Fang, Yogya Gamage, Yi Liu, Yuxin Liu, Martin Monperrus, Javier Ron, André Silva, Deepika Tiwari

Generating fake data is an essential dimension of modern software testing, as demonstrated by the number and significance of data faking libraries. Yet, developers of faking libraries cannot keep up with the wide range of data to be generated for different natural languages and domains. In this paper, we assess the ability of generative AI for generating test data in different domains. We design three types of prompts for Large Language Models (LLMs), which perform test data generation tasks at different levels of integrability: 1) raw test data generation, 2) synthesizing programs in a specific language that generate useful test data, and 3) producing programs that use state-of-the-art faker libraries. We evaluate our approach by prompting LLMs to generate test data for 11 domains. The results show that LLMs can successfully generate realistic test data generators in a wide range of domains at all three levels of integrability.

📄 PDF Abstract BibTeX arXiv:2401.17626

Code (1)

assert-kth/lollm 공식 구현

Tasks

software testing

Similar Papers 제목 키워드 기반

Learning test generators for cyber-physical systems

2024-10-04 · Jarkko Peltomäki, Ivan Porres

Black-box runtime verification methods for cyber-physical systems can be used to discover errors in systems whose inputs and outputs are expressed as signals over time and their correctness requirements are specified in …

Generative Adversarial Network

MGAN: Training Generative Adversarial Nets with Multiple Generators

2018-01-01 · ICLR 2018 1 · Quan Hoang, Tu Dinh Nguyen, Trung Le, Dinh Phung

We propose in this paper a new approach to train the Generative Adversarial Nets (GANs) with a mixture of generators to overcome the mode collapsing problem. The main intuition is to employ multiple generators, instead o…

FUSE: Unifying Spectral and Semantic Cues for Robust AI-Generated Image Detection

2025-12-25 · Md. Zahid Hossain, Most. Sharmin Sultana Samu, Md. Kamrozzaman Bhuiyan, Farhad Uz Zaman 외 arxiv

The fast evolution of generative models has heightened the demand for reliable detection of AI-generated images. To tackle this challenge, we introduce FUSE, a hybrid system that combines spectral features extracted thro…

Improving Out-of-Distribution Robustness of Classifiers via Generative Interpolation

2023-07-23 · Haoyue Bai, Ceyuan Yang, Yinghao Xu, S. -H. Gary Chan 외

Deep neural networks achieve superior performance for learning from independent and identically distributed (i.i.d.) data. However, their performance deteriorates significantly when handling out-of-distribution (OoD) dat…

Data AugmentationDiversity

GenVidBench: A Challenging Benchmark for Detecting AI-Generated Video

2025-01-20 · ZhenLiang Ni, Qiangyu Yan, Mouxiao Huang, Tianning Yuan 외

The rapid advancement of video generation models has made it increasingly challenging to distinguish AI-generated videos from real ones. This issue underscores the urgent need for effective AI-generated video detectors t…

Video ClassificationVideo Generation