paper-with-me

Papers

Global Reasoning over Database Structures for Text-to-SQL Parsing

2019-08-29 · IJCNLP 2019 11 · Ben Bogin, Matt Gardner, Jonathan Berant

State-of-the-art semantic parsers rely on auto-regressive decoding, emitting one symbol at a time. When tested against complex databases that are unobserved at training time (zero-shot), the parser often struggles to select the correct set of database constants in the new database, due to the local nature of decoding. In this work, we propose a semantic parser that globally reasons about the structure of the output query to make a more contextually-informed selection of database constants. We use message-passing through a graph neural network to softly select a subset of database constants for the output query, conditioned on the question. Moreover, we train a model to rank queries based on the global alignment of database constants to question words. We apply our techniques to the current state-of-the-art model for Spider, a zero-shot semantic parsing dataset with complex databases, increasing accuracy from 39.4% to 47.4%.

📄 PDF Abstract BibTeX arXiv:1908.11214

Code (1)

benbogin/spider-schema-gnn-global 공식 구현 pytorch

Tasks

Graph Neural NetworkSemantic ParsingSQL ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Numerical Reasoning over Legal Contracts via Relational Database

2021-10-03 · NeurIPS Workshop DBAI 2021 12 · Jiani Huang, Ziyang Li, Ilias Fountalis, Mayur Naik

Numerical reasoning over text requires deep integration between the semantic understanding of the natural language context and the mathematical calculation of the symbolic terms. However, existing approaches are limited …

DB-Explore: Automated Database Exploration and Instruction Synthesis for Text-to-SQL

2025-03-06 · Haoyuan Ma, Yongliang Shen, Hengwei Liu, Wenqi Zhang 외

Recent text-to-SQL systems powered by large language models (LLMs) have demonstrated remarkable performance in translating natural language queries into SQL. However, these systems often struggle with complex database st…

Logical ReasoningNatural Language QueriesText to SQLText-To-SQL

Face Recognition via Globality-Locality Preserving Projections

2013-11-06 · Sheng Huang, Dan Yang, Fei Yang, Yongxin Ge 외

We present an improved Locality Preserving Projections (LPP) method, named Gloablity-Locality Preserving Projections (GLPP), to preserve both the global and local geometric structures of data. In our approach, an additio…

Face Recognition

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…

Toward Multi-Database Query Reasoning for Text2Cypher

2026-05-11 · Makbule Gulcin Ozsoy arxiv

Large language models have significantly improved natural language interfaces to databases by translating user questions into executable queries. In particular, Text2Cypher focuses on generating Cypher queries for graph …