Pith. sign in

REVIEW 2 cited by

Extractive Schema Linking for Text-to-SQL

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 2501.17174 v1 pith:Q7IQPEXG submitted 2025-01-23 cs.DB cs.AIcs.CL

classification cs.DBcs.AIcs.CL
keywords schemalinkingapproachdatabasetext-to-sqlcolumnsevenextractive
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Text-to-SQL is emerging as a practical interface for real world databases. The dominant paradigm for Text-to-SQL is cross-database or schema-independent, supporting application schemas unseen during training. The schema of a database defines the tables, columns, column types and foreign key connections between tables. Real world schemas can be large, containing hundreds of columns, but for any particular query only a small fraction will be relevant. Placing the entire schema in the prompt for an LLM can be impossible for models with smaller token windows and expensive even when the context window is large enough to allow it. Even apart from computational considerations, the accuracy of the model can be improved by focusing the SQL generation on only the relevant portion of the database. Schema linking identifies the portion of the database schema useful for the question. Previous work on schema linking has used graph neural networks, generative LLMs, and cross encoder classifiers. We introduce a new approach to adapt decoder-only LLMs to schema linking that is both computationally more efficient and more accurate than the generative approach. Additionally our extractive approach permits fine-grained control over the precision-recall trade-off for schema linking.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

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

  1. AttnLink: Turning Attention into Schema Links for Text-to-SQL

    cs.CL 2026-08 conditional novelty 5.0 of 10

    Attention from an LLM's generation-start position, pooled over schema candidates, yields millisecond-scale, controllable schema-linking scores that beat prior linkers on three benchmarks.

  2. Rationalization Models for Text-to-SQL

    cs.CL 2025-02 conditional novelty 5.0 of 10

    A pipeline that generates database-validated chain-of-thought SQL rationales from a 70B teacher, and fine-tunes an 8B student on the longest rationales, improves BIRD dev execution accuracy to 67.41%.

Pith tools