Pith. sign in

REVIEW 3 cited by

Schema Matching with Large Language Models: an Experimental Study

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.11852 v1 pith:A4OUL6ZT submitted 2024-07-16 cs.DB cs.AI

Schema Matching with Large Language Models: an Experimental Study

classification cs.DB cs.AI
keywords matchingschemataskcontextdatainformationscopesdecisiveness
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Large Language Models (LLMs) have shown useful applications in a variety of tasks, including data wrangling. In this paper, we investigate the use of an off-the-shelf LLM for schema matching. Our objective is to identify semantic correspondences between elements of two relational schemas using only names and descriptions. Using a newly created benchmark from the health domain, we propose different so-called task scopes. These are methods for prompting the LLM to do schema matching, which vary in the amount of context information contained in the prompt. Using these task scopes we compare LLM-based schema matching against a string similarity baseline, investigating matching quality, verification effort, decisiveness, and complementarity of the approaches. We find that matching quality suffers from a lack of context information, but also from providing too much context information. In general, using newer LLM versions increases decisiveness. We identify task scopes that have acceptable verification effort and succeed in identifying a significant number of true semantic matches. Our study shows that LLMs have potential in bootstrapping the schema matching process and are able to assist data engineers in speeding up this task solely based on schema element names and descriptions without the need for data instances.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. PrepBench: How Far Are We from Natural-Language-Driven Data Preparation?

    cs.DB 2026-05 unverdicted novelty 7.0

    PrepBench is a benchmark showing that state-of-the-art LLMs still struggle with natural-language-driven data preparation involving disambiguation, code generation, and workflow translation.

  2. ConStruM: A Structure-Guided LLM Framework for Context-Aware Schema Matching

    cs.DB 2026-01 unverdicted novelty 6.0

    ConStruM improves LLM-based schema matching by using a context tree and global similarity hypergraph to assemble query-specific evidence packs from available schema metadata.

  3. Ensembling LLM-Induced Decision Trees for Explainable and Robust Error Detection

    cs.CL 2025-12 conditional novelty 6.0

    LLM-induced hybrid decision trees (rules + trained graph checks) ensembled via EM detect erroneous table cells with an average 16.1-point F1 gain over the best baseline.