paper-with-me

Papers

PSM-SQL: Progressive Schema Learning with Multi-granularity Semantics for Text-to-SQL

2025-02-07 · Zhuopan Yang, Yuanzhen Xie, Ruichao Zhong, Yunzhi Tan, Enjie Liu, Zhenguo Yang, Mochi Gao, Bo Hu, Zang Li

It is challenging to convert natural language (NL) questions into executable structured query language (SQL) queries for text-to-SQL tasks due to the vast number of database schemas with redundancy, which interferes with semantic learning, and the domain shift between NL and SQL. Existing works for schema linking focus on the table level and perform it once, ignoring the multi-granularity semantics and chainable cyclicity of schemas. In this paper, we propose a progressive schema linking with multi-granularity semantics (PSM-SQL) framework to reduce the redundant database schemas for text-to-SQL. Using the multi-granularity schema linking (MSL) module, PSM-SQL learns the schema semantics at the column, table, and database levels. More specifically, a triplet loss is used at the column level to learn embeddings, while fine-tuning LLMs is employed at the database level for schema reasoning. MSL employs classifier and similarity scores to model schema interactions for schema linking at the table level. In particular, PSM-SQL adopts a chain loop strategy to reduce the task difficulty of schema linking by continuously reducing the number of redundant schemas. Experiments conducted on text-to-SQL datasets show that the proposed PSM-SQL is 1-3 percentage points higher than the existing methods.

📄 PDF Abstract BibTeX arXiv:2502.05237

Code (0)

등록된 구현이 없습니다.

Tasks

Text to SQLText-To-SQLTriplet

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Encoding Hierarchical Schema via Concept Flow for Multifaceted Ideology Detection

2024-05-29 · Songtao Liu, Bang Wang, Wei Xiang, Han Xu 외

Multifaceted ideology detection (MID) aims to detect the ideological leanings of texts towards multiple facets. Previous studies on ideology detection mainly focus on one generic facet and ignore label semantics and expl…

Contrastive Learning

Achieving Text-based Person Retrieval with Any Granularity

2026-07-23 · Jialong Zuo, Hanyu Zhou, Dongyue Wu, Yongtai Deng 외 arxiv

Text-based person retrieval faces a critical but under-explored challenge: the inherent uncertainty of query granularity in real-world scenarios. This paper introduces a new paradigm, Text-based Person Retrieval with Any…

Person Retrieval

Text-to-SQL as Dual-State Reasoning: Integrating Adaptive Context and Progressive Generation

2025-11-26 · Zhifeng Hao, Qibin Song, Ruichu Cai, Boyan Xu arxiv

Recent divide-and-conquer reasoning approaches, particularly those based on Chain-of-Thought (CoT), have substantially improved the Text-to-SQL capabilities of Large Language Models (LLMs). However, when applied to compl…

IQA-Spider: Unifying Multi-Granularity Image Quality Assessment with Reasoning, Grounding and Referring

2026-05-23 · Xinge Peng, Yiting Lu, Xin Li, Zhibo Chen arxiv

We present IQA-Spider, the first image quality assessment (IQA) framework that unifies reasoning, grounding, and referring into a single LMM-based framework for multi-granularity quality understanding. Existing LMM-based…

Image Quality AssessmentQuestion Answering

ORANGE: An Online Reflection ANd GEneration framework with Domain Knowledge for Text-to-SQL

2025-11-02 · Yiwen Jiao, Tonghui Ren, Yuche Gao, Zhenying He 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable progress in translating natural language to SQL, but a significant semantic gap persists between their general knowledge and domain-specific semantics of database…

General Knowledge