Synthetic Test Data Generation Using Recurrent Neural Networks: A Position Paper
Razieh Behjati, Erik Arisholm, Chao Tan, Margrethe M. Bedregal
TL;DR
Privacy constraints prevent using real production data for end-to-end testing in information systems, motivating synthetic data generation as a viable alternative. The authors propose an end-to-end recurrent neural network generator to synthesize dynamic meta-events and fully-specified life-events, reducing reliance on extensive glue logic and leveraging the joint probability $p(x,y)$ and posterior $p(y|x)$ for data sampling. The preliminary results show the approach can reproduce near-original distributions (as measured by Jensen-Shannon divergence) and generate well-formed events, while highlighting limitations in learning complex rules (e.g., Modulo-11) and extrapolating beyond the training horizon, guiding future work toward more capable architectures (e.g., Bilateral-LSTM, conditional GANs) and larger, richer datasets. The work has practical significance for privacy-preserving, scalable test data generation in regulated, information-intensive domains, enabling more flexible and realistic integration testing without exposing real personal data.
Abstract
Testing in production-like test environments is an essential part of quality assurance processes in many industries. Provisioning of such test environments, for information-intensive services, involves setting up databases that are rich-enough to enable simulating a wide variety of user scenarios. While production data is perhaps the gold-standard here, many organizations, particularly within the public sectors, are not allowed to use production data for testing purposes due to privacy concerns. The alternatives are to use anonymized data, or synthetically generated data. In this paper, we elaborate on these alternatives and compare them in an industrial context. Further we focus on synthetic data generation and investigate the use of recurrent neural networks for this purpose. In our preliminary experiments, we were able to generate representative and highly accurate data using a recurrent neural network. These results open new research questions that we discuss here, and plan to investigate in our future research.
