From aa5b88fcf285b5d532d7786bb245648a975b2b29 Mon Sep 17 00:00:00 2001 From: Insaf Ashrapov Date: Sat, 28 Mar 2026 09:18:57 +0300 Subject: [PATCH] Add TabGAN - synthetic tabular data generation library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f252038..a26f416 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ Please refer to [this page](https://diff-usion.github.io/Awesome-Diffusion-Model - [Miscellany](#miscellany-1) - [Natural Language](#natural-language) - [Tabular and Time Series](#tabular-and-time-series) + +**TabGAN: Synthetic Tabular Data Generation using GANs, Diffusion Models, and LLMs** \ +Insaf Ashrapov. *arXiv 2020*. [[Paper](https://arxiv.org/abs/2010.00638)] [[Code](https://github.com/Diyago/Tabular-data-generation)] - [Generation](#generation-2) - [Forecasting](#forecasting) - [Imputation](#imputation)