Pith. sign in

REVIEW 4 major objections 7 minor 47 references

LAKEGEN: A LLM-based Tabular Corpus Generator for Evaluating Dataset Discovery in Data Lakes

T0 review · 4 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read LAKEGEN shows that ontologies plus large language models can produce domain-specific tabular corpora whose joinability relationships challenge current dataset discovery methods.

desk verdict A genuinely new pipeline for generating domain-specific tabular benchmarks, but the central claim of benchmark hardness rests on unvalidated LLM-generated ground truth. read the letter →

arxiv 2507.04687 v2 pith:GE4TL2GM submitted 2025-07-07 cs.DB

classification cs.DB
keywords datasetdiscoveryjoinabilitytabularbenchmarkgenerationlargelanguagemodelsontologysemanticjoinsyntheticdatalake
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that a combination of an ontology, an LLM, and semantic perturbations can generate realistic, domain-specific tabular benchmarks for evaluating dataset discovery methods. It argues that existing corpora—mostly subsets of open data with split-based synthetic ground truth—are too generic and lack the semantic complexity needed to stress test methods. LAKEGEN generates finance, pharma, and healthcare corpora, and the reported experiments show that current joinability and union search methods perform far worse on these corpora than on traditional benchmarks. If this is right, LAKEGEN provides a practical path to building hard, domain-specific test sets and reveals that modern discovery methods, especially embedding-based ones, struggle on semantic joins.

What carries the argument

The central machinery is the ontology-to-table pipeline: each ontology concept becomes a table, each data property becomes a column, and each object property becomes a joinable column relationship. An LLM generates row values conditioned on dependent columns, and a set of perturbation functions (column-name cryptification, value synonyms, numeric noise, vertical and horizontal splitting) expands the corpus and creates semantically joinable pairs with divergent headers and cell contents.

What would settle it

Collect real-world domain-specific tables with human-annotated joinable pairs (for example from corporate data lakes or curated public sources), run the same four discovery methods on both the real pairs and LAKEGEN-generated pairs, and check whether the performance gap persists; if methods perform well on real pairs but poorly on synthetic ones, the benchmark's challenge does not transfer.

Watch

Extended reading notes

Core claim

LAKEGEN is claimed to be the first corpus generator to combine ontologies, LLMs, and semantic perturbations for tabular data discovery evaluation. The method maps ontology concepts to table schemas and object properties to joinable column relationships, then prompts an LLM to populate tables row by row while preserving cross-column dependencies. Semantic perturbations—cryptified column headers, synonyms, numeric jitter, and table splits—create non-exact but semantically joinable pairs. The paper reports that, across three domains, the generated corpora are more challenging than existing public benchmarks: semantic join discovery is hard, and methods that rely only on learned column embeddings perform especially poorly.

Load-bearing premise

The load-bearing premise is that tables and joinability ground truth produced by an LLM from an ontology are realistic stand-ins for domain-specific data lakes, so that poor method scores reflect genuine weaknesses rather than artifacts of synthetic data.

Editorial extensions

If this is right

  • Domain-specific corpora can be produced with minimal human effort by drawing on existing ontologies such as FIBO, DrugBank, and MIMIC-III, giving dataset discovery researchers benchmarks for finance, pharma, and healthcare.
  • Current discovery methods, including COMA, Jaccard-Levenshtein, Similarity Flooding, and Starmie, are not reliably stress-tested by generic open-data corpora; LAKEGEN-generated corpora expose particular weakness on semantically joinable pairs with different headers and values.
  • The difficulty of semantic join discovery suggests that methods should combine traditional cell-overlap and schema signals with learned column representations rather than rely on embeddings alone.
  • Ontology-driven generation can supply ground-truth joinability labels without the need for human annotation, avoiding a major bottleneck in building discovery benchmarks.
  • The modular perturbation functions allow researchers to control difficulty by varying schema and value transformations, which could support training and hyperparameter tuning of discovery models before deployment.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: The paper demonstrates that LLM-generated corpora are harder, but it does not show they are realistic proxies for real data lakes; a natural next step is validating against human-annotated real-world joinable pairs in the same domains.
  • Editorial inference: The same pipeline could be extended beyond joinability to other discovery tasks such as union search, semantic data type detection, and table summarization, since the generated tables carry domain semantics at both schema and value levels.
  • Editorial inference: The perturbation functions are described as modular, so testable variations could be tuned to simulate different levels of schema drift and value noise, making it possible to measure how method performance degrades as semantic distance increases.
  • Editorial inference: The paper does not report releasing the generated corpora; public release would let other groups reproduce the difficulty rankings and test new methods against the same benchmarks.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 7 minor

Summary. The paper presents LAKEGEN, a pipeline that takes a domain ontology, maps concepts and data properties to table schemas, uses an LLM (text-davinci-003) to populate rows while maintaining inter-table dependencies, and applies table-shape, schema, and column-value perturbations to create derived tables. Joinability ground truth is inferred from ontology object properties and from LLM-based semantic perturbations. The authors generate three corpora (finance, pharma, healthcare) and evaluate COMA, Jaccard-Levenshtein, Similarity Flooding, and Starmie on exact and semantic joinability, reporting low F1 and top-k scores and arguing that existing public corpora are too easy to expose these weaknesses.

Significance. If the semantic-join labels are correct, LAKEGEN would provide a practical way to generate domain-specific, ontology-driven benchmarks with controlled joinability relationships, and the experiments would reveal that current discovery methods, especially the embedding-based Starmie, underperform on semantic joins. The paper's use of MIMIC-III base tables for healthcare is a valuable realism anchor, and the perturbation catalogue in Table 7 is a useful systematization. However, the absence of any human evaluation of the semantic-join ground truth is a substantive gap that currently prevents the central difficulty claim from being accepted: the low scores could be label-noise artifacts rather than evidence of genuine failure on semantic joins. The paper also overstates its contributions with an unsubstantiated 'human-annotated' claim and a comparison only against three simple public benchmarks.

major comments (4)
  1. [Section 4.1, Tables 3–5] The ground truth for semantically joinable pairs is generated by the same LLM perturbation pipeline that creates the tables, but the paper never validates that the perturbed values remain semantically equivalent to the originals. The '123 Main Street' -> '123 Main St.' example is anecdotal. If a nontrivial fraction of the generated semantic-join pairs are not actually joinable, the low F1 and top-k scores in Tables 3–5 reflect label noise rather than genuine difficulty. This is particularly relevant for the 'difficult non-exactly joinable pairs' in Table 5 (e.g., 27 evaluated for pharma, 70 for healthcare), where no check is reported that the columns are truly semantically joinable. I request a label-quality study: sample about 100 semantic-join pairs per domain, have two annotators judge joinability, report inter-annotator agreement and the fraction of pairs judged non-joinable, and rerun the main tables excluding or re-labeling incorrect pairs.
  2. [Abstract, Table 1, Section 3.1] The abstract criticizes existing corpora for not containing human-annotated column pairs, and Table 1 marks a 'Human-annotated' checkmark for LAKEGEN, but Section 3.1 states that joinability is inferred from ontology object properties and no human annotation step is described anywhere in the paper. This is a factual overclaim that should be corrected or substantiated with an actual annotation procedure. Relatedly, the introduction claims 'As we show in Section 3.2, LLMs score equally well in generating domain-specific datasets,' but Section 3.2 contains no score comparison—only an anecdotal remark about city/zip matches. These claims should be removed or properly supported.
  3. [Section 5.1, Table 6] The conclusion that 'current datasets fail to evaluate these methods properly' is supported only by comparing performance on the generated base tables with Gosales, TPC-H, and TPC-DS. Those are not the corpora criticized in Section 1 (e.g., GitTables, Valentine, Magellan), and no experiments are run on those criticized corpora. Moreover, the abstract and introduction claim that LAKEGEN creates challenges for both 'union search and joinability discovery methods,' but the experimental section evaluates only joinability (exact and semantic). Either add union-search experiments and comparisons on the criticized corpora, or soften the conclusions to the specific settings actually tested.
  4. [Sections 1, 3.2, 5] The paper repeatedly describes the generated corpora as 'realistic' domain-specific data lakes, but it provides no validation that the finance and pharma tables are realistic in any measurable way (value distributions, semantic consistency, join patterns, or similarity to real data). The healthcare corpus is an anchor because it starts from real MIMIC-III base tables, but the fully synthetic finance and pharma corpora have no such anchor. Without a comparison between generated tables and real domain-specific data, the poor performance of discovery methods on LAKEGEN corpora could be an artifact of synthetic data rather than evidence of genuine difficulty. A focused realism study, even on a small set of real finance/pharma tables, would significantly strengthen the claim.
minor comments (7)
  1. [Section 2] The formal definition of column joinability is garbled: 'cR ▷ ◁h(cR)=cS ∨cR=h(cS ) cS)̸=∅' is not a well-formed formula. Please rewrite it using a clear mapping function and a non-empty intersection condition.
  2. [Table 1] The column layout of Table 1 is misaligned, making it difficult to determine which checkmarks correspond to which column. The 'Human-annotated' checkmark for LAKEGEN is especially confusing given Section 3.1; please clarify or remove it.
  3. [Tables 3, 4, 6 and text] 'Jaccard-Levenshiten' should be 'Jaccard-Levenshtein'.
  4. [Section 3.2] There is a typo in the sentence 'how the tables should are generated according to the inter-column dependencies'—it should read 'should be generated'.
  5. [Table 6] 'Gosalse' should be 'Gosales'.
  6. [Table 5] The table header is confusing: it mixes ratio notation ('Non-exact join pairs/All semantic join pairs') with raw counts and per-method correct-prediction counts. Please clarify that the method columns show the number of correct predictions.
  7. [Section 5.1] The claim that semantic joinability drops F1 'up to 10%' is not consistently supported by Table 3; for example, COMA Healthcare increases from 0.68 (exact) to 0.75 (semantic). Please quantify where the drop actually occurs.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: LAKEGEN's benchmark generation is self-contained, and its performance results, while limited by unvalidated LLM ground truth, do not reduce by construction to a fitted or self-cited premise.

full rationale

LAKEGEN is an explicit benchmark generator: it takes an ontology, derives table schemas and joinability labels from that ontology, populates tables with an LLM, and then reports how existing discovery methods perform on the resulting corpus. The performance numbers are not predictions derived from the generation parameters; they are empirical measurements on a synthetic testbed. The ground-truth labels are indeed constructed from the same ontology and perturbation provenance that create the tables, and the absence of human-annotated validation for semantic joins is a legitimate threat to external validity and label quality. But that is a correctness or evaluation-quality concern, not a circularity: the paper does not fit a parameter to a subset of the data and then rename the fit as a prediction, and no uniqueness theorem or load-bearing self-citation forces the conclusions. The use of vertical splitting follows Valentine [6], a self-citation by a co-author, but only as a standard data-perturbation technique; the central contribution does not rest on that citation. The paper also compares against external corpora (Gosales, TPC-H, TPC-DS) and uses real MIMIC-III tables for healthcare, which grounds the evaluation outside the generation pipeline. The 'difficult' pairs in Table 5 are defined by having different headers and cells, so the finding that header/value-based methods struggle with them is partly a consequence of the definition, but it is reported as an experimental observation rather than derived as a theorem. Overall, the derivation chain from ontology to tables to ground truth to benchmark scores is transparent and does not collapse into an equation where output equals input by construction.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

No numeric parameters are fitted to a target result, but the benchmark difficulty is tuned by hand-chosen perturbation settings, and the realism and ground-truth correctness rest on unvalidated assumptions about LLM generation, ontology mapping, and perturbation semantics. No new physical or conceptual entities are introduced.

free parameters (3)
  • Perturbation overlap ranges = vertical_split column_overlap [0.3, 0.4]; horizontal_split row_overlap [0, 0.15]; text_noise column_overlap [0.3, 0.4]
    Hand-chosen in benchmark settings (Figure 2, Section 4); they directly control how much derived tables and joins overlap and therefore how hard the joinability task is.
  • Evaluation score threshold = 0.5
    Used in Section 5 Metrics to turn prediction scores into positives for F1; a different threshold changes all F1 numbers.
  • Row caps = 1,000 (finance/pharma), 2,000 (healthcare)
    Sampling limits chosen for the three corpora in Section 5 Datasets; they shape table sizes and thus affect match chance.
assumptions (5)
  • domain assumption LLMs generate factually consistent, domain-specific table values, e.g., zip code and city align.
    Invoked in Section 3.2; only anecdotal support, no systematic accuracy check.
  • domain assumption Ontology object properties and data properties correspond to joinable column pairs and correct ground truth.
    Section 3.1 defines this mapping; no independent human annotation or real-world validation is provided.
  • domain assumption LLM-based semantic perturbations preserve meaning while changing surface form.
    Assumed in Section 4.1; the paper gives examples but no measurement of how often semantics are preserved or broken.
  • ad hoc to paper text-davinci-003 is an adequate representative LLM for this generation task.
    All generated finance and pharma tables use this specific model; claims of generality would need tests with other LLMs.
  • domain assumption Existing public corpora (Gosales, TPC-H, TPC-DS) represent the true difficulty of current dataset discovery benchmarks.
    Used as external baselines in Section 5.1; no comparison against GitTables or Valentine, which the paper criticizes.

how reviews work

0 comments
Cite this review

Pith. "Pith review of LAKEGEN: A LLM-based Tabular Corpus Generator for Evaluating Dataset Discovery in Data Lakes." pith.science (2026). https://pith.science/paper/GE4TL2GM

@misc{pith2026250704687,
  author       = {Pith},
  title        = {Pith review of: LAKEGEN: A LLM-based Tabular Corpus Generator for Evaluating Dataset Discovery in Data Lakes},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GE4TL2GM}},
  note         = {Machine review of arXiv:2507.04687}
}
abstract

How to generate a large, realistic set of tables along with joinability relationships, to stress-test dataset discovery methods? Dataset discovery methods aim to automatically identify related data assets in a data lake. The development and evaluation of such solutions for customers from a wide range of business domains, relies on diverse, high quality and domain-specific tabular benchmarks. Large language models (LLMs) are trained on a wide variety of text data, which can provide a strong foundation of general and domain-specific knowledge. In this paper, we ask the question -- \textit{can we leverage LLMs to generate a tabular benchmark adequate for evaluating the dataset discovery solutions?} In particular, we focus on the task of finding joinable tables which is the cornerstone of virtually every dataset discovery method. Current corpora for evaluating dataset discovery methods are mainly based on subsets of open data, and they suffer from three important issues: $i)$ they focus on very common and generic data types (e.g., address, id, name, etc.); $ii)$ they do not contain human-annotated column pairs; instead, practitioners synthesize ground truth using table splits (e.g., horizontal for table union search and vertical ones for joinability) and $iii)$ they do not focus on semantic column relationships.

Figures

Figures reproduced from arXiv: 2507.04687 by the authors.

Figure 1
Figure 1. LAKEGEN overview: Base-table generation using an ontology and a LLM. use of an ontology to choose the entities alongside their properties in order to generate tables that resemble a given data domain. In this example, we show a simplified subset of FIBO, a widely adopted financial-domain ontology [17]. The ontology contains three entities and their data properties. In addition, it contains relationships (i.e., objec… view at source ↗
Figure 2
Figure 2. LAKEGEN details: The process of using a set of base tables and their associated semantic data types, in order to generate a set of derived tables and ground truth for dataset discovery tasks such as joinability. 3 LAKEGEN: Generating Corpora Using Ontologies and LLMs In this section, we describe LAKEGEN, which generates a domain-specific benchmark from semantic types and relationships extracted from an ontology. LAK… view at source ↗
Figure 3
Figure 3. Example prompt generates values for the “listed security” table in [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

47 extracted references · 40 canonical work pages

  1. [1]

    Elsevier, 2012

    AnHai Doan, Alon Halevy, and Zachary Ives.Principles of data integration. Elsevier, 2012

  2. [2]

    Methods of integrating data to uncover genotype–phenotype interactions.Nature Reviews Genetics, 16(2):85–97, 2015

    Marylyn D Ritchie, Emily R Holzinger, Ruowang Li, Sarah A Pendergrass, and Dokyoon Kim. Methods of integrating data to uncover genotype–phenotype interactions.Nature Reviews Genetics, 16(2):85–97, 2015

  3. [3]

    Efficient joinable table discovery in data lakes: A high-dimensional similarity-based approach

    Yuyang Dong, Kunihiro Takeoka, Chuan Xiao, and Masafumi Oyamada. Efficient joinable table discovery in data lakes: A high-dimensional similarity-based approach. In2021 IEEE 37th International Conference on Data Engineering (ICDE), pages 456–467. IEEE, 2021

  4. [4]

    Semantics-aware dataset discovery from data lakes with contextualized column-based representation learning.PVLDB, 2023

    Grace Fan, Jin Wang, Yuliang Li, Dan Zhang, and Renée Miller. Semantics-aware dataset discovery from data lakes with contextualized column-based representation learning.PVLDB, 2023

  5. [5]

    Rosenthal

    Yoonkyong Lee, Mayssam Sayyadian, AnHai Doan, and Arnon S. Rosenthal. ETuner: tuning schema matching software using synthetic scenarios.VLDBJ, 16(1):97–122, 2007

  6. [6]

    Valentine: Evaluating matching techniques for dataset discovery

    Christos Koutras, George Siachamis, Andra Ionescu, Kyriakos Psarakis, Jerry Brons, Marios Fragkoulis, Christoph Lofi, Angela Bonifati, and Asterios Katsifodimos. Valentine: Evaluating matching techniques for dataset discovery. In2021 IEEE 37th International Conference on Data Engineering (ICDE), pages 468–479. IEEE, 2021

  7. [7]

    Table union search on open data

    Fatemeh Nargesian, Erkang Zhu, Ken Q Pu, and Renée J Miller. Table union search on open data. InVLDB, 2018

  8. [8]

    GitTables: A Large-Scale Corpus of Relational Tables

    Madelon Hulsebos, Cagatay Demiralp, and Paul Groth. Gittables: A large-scale corpus of relational tables.arXiv preprint arXiv:2106.07258, 2021

Show all 47 references
  1. [9]

    TPC-DI: The first industry benchmark for data integration

    Meikel Poess, Tilmann Rabl, Hans-Arno Jacobsen, and Brian Caufield. TPC-DI: The first industry benchmark for data integration. InVLDB, 2014

  2. [10]

    Chembl: a large-scale bioactivity database for drug discovery.Nucleic acids research, 40(D1):D1100– D1107, 2012

    Anna Gaulton, Louisa J Bellis, A Patricia Bento, Jon Chambers, Mark Davies, Anne Hersey, Yvonne Light, Shaun McGlinchey, David Michalovich, Bissan Al-Lazikani, et al. Chembl: a large-scale bioactivity database for drug discovery.Nucleic acids research, 40(D1):D1100– D1107, 2012

  3. [11]

    C., Chaitanya Gokhale, Pradap Konda, Yash Govind, and Derek Paulsen

    Sanjib Das, AnHai Doan, Paul Suganthan G. C., Chaitanya Gokhale, Pradap Konda, Yash Govind, and Derek Paulsen. The magellan data repository. https://sites.google.com/ site/anhaidgroup/useful-stuff/data. 9

  4. [12]

    Snomed-ct: The advanced terminology and coding system for ehealth

    Kevin Donnelly et al. Snomed-ct: The advanced terminology and coding system for ehealth. Studies in health technology and informatics, 121:279, 2006

  5. [13]

    The making of tpc-ds

    Raghunath Othayoth Nambiar and Meikel Poess. The making of tpc-ds. InVLDB, volume 6, pages 1049–1058, 2006

  6. [14]

    Synthetic data generation for tabular health records: A systematic review.Neurocomputing, 493:28–45, 2022

    Mikel Hernandez, Gorka Epelde, Ane Alberdi, Rodrigo Cilla, and Debbie Rankin. Synthetic data generation for tabular health records: A systematic review.Neurocomputing, 493:28–45, 2022

  7. [15]

    Language models are realistic tabular data generators, 2023

    Vadim Borisov, Kathrin Seßler, Tobias Leemann, Martin Pawelczyk, and Gjergji Kasneci. Language models are realistic tabular data generators, 2023

  8. [16]

    Fabio Petroni, Tim Rocktäschel, Sebastian Riedel, Patrick S. H. Lewis, Anton Bakhtin, Yuxiang Wu, and Alexander H. Miller. Language models as knowledge bases? InEMNLP-IJCNLP, pages 2463–2473, 2019

  9. [17]

    The financial industry business ontology: Best practice for big data.Journal of Banking Regulation, 14(3-4):255–268, 2013

    Mike Bennett. The financial industry business ontology: Best practice for big data.Journal of Banking Regulation, 14(3-4):255–268, 2013

  10. [18]

    A survey of approaches to automatic schema matching

    Erhard Rahm and Philip A Bernstein. A survey of approaches to automatic schema matching. VLDBJ, 10(4):334–350, 2001

  11. [19]

    The gene ontology (go) database and informatics resource.Nucleic acids research, 32(suppl_1):D258–D261, 2004

    Gene Ontology Consortium. The gene ontology (go) database and informatics resource.Nucleic acids research, 32(suppl_1):D258–D261, 2004

  12. [20]

    Building a drug ontology based on rxnorm and other sources.Journal of biomedical semantics, 4:1–9, 2013

    Josh Hanna, Eric Joseph, Mathias Brochhausen, and William R Hogan. Building a drug ontology based on rxnorm and other sources.Journal of biomedical semantics, 4:1–9, 2013

  13. [21]

    Challenges and innovations in building a product knowledge graph

    Xin Luna Dong. Challenges and innovations in building a product knowledge graph. In Proceedings of the 24th ACM SIGKDD International conference on knowledge discovery & data mining, pages 2869–2869, 2018

  14. [22]

    Owl web ontology language overview

    Deborah L McGuinness, Frank Van Harmelen, et al. Owl web ontology language overview. W3C recommendation, 10(10):2004, 2004

  15. [23]

    Coma—a system for flexible combination of schema matching approaches

    Hong-Hai Do and Erhard Rahm. Coma—a system for flexible combination of schema matching approaches. InVLDB’02: Proceedings of the 28th International Conference on Very Large Databases, pages 610–621. Elsevier, 2002

  16. [24]

    Drugbank 5.0: a major update to the drugbank database for 2018.Nucleic acids research, 46(D1):D1074–D1082, 2018

    David S Wishart, Yannick D Feunang, An C Guo, Elvis J Lo, Ana Marcu, Jason R Grant, Tanvir Sajed, Daniel Johnson, Carin Li, Zinat Sayeeda, et al. Drugbank 5.0: a major update to the drugbank database for 2018.Nucleic acids research, 46(D1):D1074–D1082, 2018

  17. [25]

    Mimic-iii, a freely accessible critical care database.Scientific data, 3(1):1–9, 2016

    Alistair EW Johnson, Tom J Pollard, Lu Shen, Li-wei H Lehman, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database.Scientific data, 3(1):1–9, 2016

  18. [26]

    Mimic-iii clinical database demo (version 1.4).PhysioNet, 2019

    Alistair EW Johnson, Tom J Pollard, and Roger G Mark. Mimic-iii clinical database demo (version 1.4).PhysioNet, 2019

  19. [27]

    Similarity flooding: A versatile graph matching algorithm and its application to schema matching

    Sergey Melnik, Hector Garcia-Molina, and Erhard Rahm. Similarity flooding: A versatile graph matching algorithm and its application to schema matching. InProceedings 18th international conference on data engineering, pages 117–128, 2002

  20. [28]

    Analyzing and improving the image quality of stylegan

    Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyzing and improving the image quality of stylegan. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR, pages 8110–8119„ 2020

  21. [29]

    Ad- versarial generation of natural language

    Sandeep Subramanian, Sai Rajeswar, Francis Dutil, Christopher Pal, and Aaron Courville. Ad- versarial generation of natural language. InProceedings of the 2nd Workshop on Representation Learning for NLP, pages 241–251„ 2017. 10

  22. [30]

    Stewart, and Jimeng Sun

    Edward Choi, Siddharth Biswal, Bradley Malin, Jon Duke, Walter F. Stewart, and Jimeng Sun. Generating multi-label discrete patient records using generative adversarial networks. In Machine learning for healthcare conference, pages 286–305„ 2017

  23. [31]

    Data synthesis based on generative adversarial networks.Proceedings of the VLDB Endowment, 11(10):1071–1083, 2018

    Noseong Park, Mahmoud Mohammadi, Kshitij Gorde, Sushil Jajodia, Hongkyu Park, and Youngmin Kim. Data synthesis based on generative adversarial networks.Proceedings of the VLDB Endowment, 11(10):1071–1083, 2018

  24. [32]

    Airline passenger name record generation using generative adversarial networks, 2018

    Alejandro Mottini, Alix Lheritier, and Rodrigo Acuna-Agost. Airline passenger name record generation using generative adversarial networks, 2018. arXiv preprint arXiv:1807.06657,

  25. [33]

    Modeling tabular data using conditional gan

    Lei Xu, Maria Skoularidou, Alfredo Cuesta-Infante, and Kalyan Veeramachaneni. Modeling tabular data using conditional gan. InAdvances in Neural Information Processing Systems (NeurIPS, volume 33. 2019

  26. [34]

    Synthetic minority oversampling of vital statistics data with generative adversarial networks.Journal of the American Medical Informatics Association, 27(11):1667–1674, 2020

    Aki Koivu, Mikko Sairanen, Antti Airola, and Tapio Pahikkala. Synthetic minority oversampling of vital statistics data with generative adversarial networks.Journal of the American Medical Informatics Association, 27(11):1667–1674, 2020

  27. [35]

    Vaem: a deep generative model for heterogeneous mixed type data

    Chao Ma, Sebastian Tschiatschek, Richard Turner, Jose Miguel Hernandez-Lobato, and Cheng Zhang. Vaem: a deep generative model for heterogeneous mixed type data. InAdvances in Neural Information Processing Systems (NeurIPS, volume 33. 2020

  28. [36]

    Generating privacy-preserving synthetic tabular data using oblivious variational autoencoders

    L.Vivek Harsha Vardhan and Stanley Kok. Generating privacy-preserving synthetic tabular data using oblivious variational autoencoders. InProceedings of the Workshop on Economics of Privacy and Data Labor at the 37th International Conference on Machine Learning (ICML, 2020

  29. [37]

    Synthesising multi-modal minority samples for tabular data,

    Sajad Darabi and Yotam Elor. Synthesising multi-modal minority samples for tabular data,

  30. [38]

    Tabnet: Attentive interpretable tabular learning

    Sercan Ö Arik and Tomas Pfister. Tabnet: Attentive interpretable tabular learning. InPro- ceedings of the AAAI Conference on Artificial Intelligence, volume 35, pages 6679–6687, 2021

  31. [39]

    Saint: Improved neural networks for tabular data via row attention and contrastive pre-training,

    Gowthami Somepalli, Micah Goldblum, C.Bayan Bruss Avi Schwarzschild, and Tom Goldstein. Saint: Improved neural networks for tabular data via row attention and contrastive pre-training,

  32. [40]

    Self- attention between datapoints: Going beyond individual input-output pairs in deep learning

    Jannik Kossen, Neil Band, Clare Lyle, Aidan Gomez, Tom Rainforth, and Yarin Gal. Self- attention between datapoints: Going beyond individual input-output pairs in deep learning. In Advances in Neural Information Processing Systems. 2021

  33. [41]

    arXiv preprint arXiv:2106.01342,

  34. [42]

    Tabular transformers for modeling multivariate time series

    Inkit Padhi, Yair Schiff, Igor Melnyk, Mattia Rigotti, Youssef Mroueh, Pierre Dognin, Jerret Ross, Ravi Nair, and Erik Altman. Tabular transformers for modeling multivariate time series. In ICASSP 2021-2021 IEEE International Conference on Acoustics, Speech and Signal Processi...

  35. [43]

    Tabert: Pretraining for joint understanding of textual and tabular data

    Pengcheng Yin, Graham Neubig, Wen-tau Yih, and Sebastian Riedel. Tabert: Pretraining for joint understanding of textual and tabular data. InProceedings of the 58th Annual Meeting of the Association for Computational Linguistics, page 8413–8426. Association for Computational Li...

  36. [44]

    Language models are realistic tabular data generators.arXiv preprint arXiv:2210.06280, 2022

    Vadim Borisov, Kathrin Seßler, Tobias Leemann, Martin Pawelczyk, and Gjergji Kasneci. Language models are realistic tabular data generators.arXiv preprint arXiv:2210.06280, 2022

  37. [45]

    Bert: Pre-training of deep bidirectional transformers for language understanding, 2018

    Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding, 2018. arXiv preprint arXiv:1810.04805,

  38. [47]

    Listed Security

    Mrinal Kanti Baowaly, Chia-Ching Lin, Chao-Lin Liu, and Kuan-Ta Chen. Synthesizing electronic health records using improved generative adversarial networks.Journal of the American Medical Informatics Association, 26(3):228–241, 2019. 11 8 Appendix 8.1 Prompt to generate base t...

  39. [2021]

    arXiv preprint arXiv:2105.08204,

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.