SINT-Flow: Schema Integration using Large Language Model Workflows

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

SINT-Flow is a novel schema integration framework designed to automate the derivation of a global, unified schema from diverse input tables. Comprising five LLM-based operators, SINT-Flow can process denormalized source tables containing attributes for multiple entity types, decomposing them into distinct entity-specific relations. The framework was evaluated using GPT-5.2 and the open-weight Qwen-3.6-27B model on SINT-Bench, a new benchmark featuring 10 schema integration tasks across 93 relational tables. SINT-Flow achieved F1 scores of at least 96% for entity-type detection, 85% for attribute detection, and 83% for schema mapping. An ablation study further confirmed the effectiveness of its self-consistency strategy and the inclusion of a review loop within the schema matching operator. This work was published on 2026-07-27.

Key takeaway

For Machine Learning Engineers building data pipelines, SINT-Flow demonstrates a robust approach to automated schema integration. If your projects involve consolidating diverse, denormalized datasets, consider implementing LLM-based workflows with decomposition and review loops. This method, achieving high F1 scores with models like GPT-5.2, can significantly streamline data preparation, reducing manual effort and improving data quality for downstream ML tasks.

Key insights

SINT-Flow employs LLM workflows to automate end-to-end schema integration, effectively handling denormalized source tables.

Principles

Method

SINT-Flow employs five LLM-based operators in configurable workflows to perform fully automated schema integration, including decomposing denormalized source tables into entity-specific relations.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.