PulseAugur
EN
LIVE 01:47:56

ORiGAMi model synthesizes semi-structured JSON data without flattening

Researchers have developed ORiGAMi, a novel autoregressive transformer architecture designed to synthesize sparse and semi-structured JSON data without the need for flattening. This approach preserves the inherent structure of JSON records, unlike traditional methods that convert them into wide, sparse tables. ORiGAMi serializes JSON into key, value, and structural tokens, encoding their positions within the document tree and enforcing grammar and schema constraints. Evaluations across six datasets demonstrated that ORiGAMi outperformed existing baselines in 17 out of 18 comparisons for fidelity, detection, and utility metrics, while also maintaining high privacy scores. AI

IMPACT Introduces a new method for generating realistic synthetic data from complex JSON structures, potentially improving privacy and testing for AI systems.

RANK_REASON This is a research paper introducing a new model architecture for synthetic data generation.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

ORiGAMi model synthesizes semi-structured JSON data without flattening

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
This is a research paper introducing a new model architecture for synthetic data generation.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
122 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Thomas R\"uckstie{\ss}, Robin Vujanic ·

    Autoregressive Synthesis of Sparse and Semi-Structured Mixed-Type Data

    arXiv:2603.01444v2 Announce Type: replace Abstract: Synthetic data generation is an important capability for privacy-preserving data sharing, system benchmarking and test data provisioning. For mixed-type data, existing synthesizers largely target dense, fixed-schema tables, but …