ARTFEED — Contemporary Art Intelligence

Rosetta: Recovering Column Semantics in Undocumented Data Warehouses

other · 2026-08-11

A recent study published on arXiv (2608.07946) presents Rosetta, a system aimed at deciphering column semantics in undocumented data warehouses. In contrast to text-to-SQL benchmarks that feature schemas with clear column names, many production warehouses utilize obscure identifiers with minimal documentation. Rosetta tackles this issue by integrating a language model within a verification framework: a deterministic profiler gathers structural data, such as value fingerprints, a library of 26 patterns, and checksum assessments. Based on this data, the model suggests semantics, ensuring each fact is linked to its source and assigned a confidence score based on its evidence category. In evaluations against human documentation on 680 paired columns from eleven BIRD databases, the harness achieved 0.475 accuracy on 42% of the columns it analyzed, while the same model used directly yielded 0.223 on 94%. For the 283 columns where both methods provided results, the harness did not outperform the baseline. The full paper can be accessed at https://arxiv.org/abs/2608.07946.

Key facts

  • Rosetta is a system for recovering column semantics in undocumented data warehouses.
  • It uses a language model inside a verification harness with a deterministic profiler.
  • The profiler extracts value fingerprints, a 26-pattern library, and checksum verdicts.
  • The model proposes semantics conditioned on structural evidence.
  • Every fact carries provenance and a confidence bounded by its evidence class.
  • Tested on 680 paired columns across eleven BIRD databases.
  • Achieved 0.475 accuracy on 42% of columns it committed to, vs 0.223 on 94% for direct model use.
  • For 283 columns where both arms spoke, the harness wrote no better prose than the baseline.

Entities

Institutions

  • arXiv

Sources