Do Generative Models Keep Time? A Time-Aware Evaluation of Synthetic Sequential Tabular Data

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

Seq2Synth, a new taxonomy-guided benchmark, evaluates the temporal fidelity of synthetic sequential tabular data, addressing critical gaps in conventional evaluation methods. Existing benchmarks, which pool records into static distributions, fail to detect issues like backward timestamps, repeated entries, or unrealistic entity trajectories. Seq2Synth characterizes datasets by time representation, sampling regularity, trajectory dependence, and schema structure, then applies four temporal fidelity dimensions: timestamp validity, cross-sectional structure, within-entity dynamics (longitudinal), and time-varying relational structure. It also extends utility and privacy evaluations to trajectory-aware settings. Applied to eight generative models across thirteen datasets, Seq2Synth reveals that rankings under conventional evaluation differ substantially from temporal evaluations, with failures being architecture-coherent rather than random. For instance, autoregressive models preserve within-trajectory order but struggle with relational cardinality, while joint generators better preserve schema structure but often fail on timestamp validity.

Key takeaway

For Machine Learning Engineers developing or deploying generative models for sequential tabular data, you must move beyond static-distribution metrics. Your model selection should incorporate Seq2Synth's temporal fidelity dimensions, as conventional evaluations can mask critical failures like invalid timestamps or distorted trajectories. Prioritize generators that explicitly model timestamps as ordered objects and condition on sequence length, ensuring your synthetic data accurately reflects real-world temporal dynamics and relational structures for robust downstream applications.

Key insights

Temporal fidelity in synthetic sequential tabular data requires direct, time-aware evaluation, not inference from static distributions.

Principles

Method

Seq2Synth classifies datasets by four properties, selects applicable temporal fidelity dimensions (timestamp, cross-sectional, longitudinal, structural), normalizes inputs, and reports dimension-level scores.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.