paper-with-me

Papers

Encoding Database Schemas with Relation-Aware Self-Attention for Text-to-SQL Parsers

2019-06-27 · Richard Shin

When translating natural language questions into SQL queries to answer questions from a database, we would like our methods to generalize to domains and database schemas outside of the training set. To handle complex questions and database schemas with a neural encoder-decoder paradigm, it is critical to properly encode the schema as part of the input with the question. In this paper, we use relation-aware self-attention within the encoder so that it can reason about how the tables and columns in the provided schema relate to each other and use this information in interpreting the question. We achieve significant gains on the recently-released Spider dataset with 42.94% exact match accuracy, compared to the 18.96% reported in published work.

📄 PDF Abstract BibTeX arXiv:1906.11790

Code (1)

rshin/seq2struct tf

Tasks

DecoderRelationText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

RAT-SQL: Relation-Aware Schema Encoding and Linking for Text-to-SQL Parsers

2019-11-10 · ACL 2020 6 · Bailin Wang, Richard Shin, Xiaodong Liu, Oleksandr Polozov 외

When translating natural language questions into SQL queries to answer questions from a database, contemporary semantic parsing models struggle to generalize to unseen database schemas. The generalization challenge lies …

RelationSemantic ParsingText to SQLText-To-SQL

SADGA: Structure-Aware Dual Graph Aggregation Network for Text-to-SQL

2021-11-01 · NeurIPS 2021 12 · Ruichu Cai, Jinjie Yuan, Boyan Xu, Zhifeng Hao

The Text-to-SQL task, aiming to translate the natural language of the questions into SQL queries, has drawn much attention recently. One of the most challenging problems of Text-to-SQL is how to generalize the trained mo…

Semantic ParsingText to SQLText-To-SQL

ShadowGNN: Graph Projection Neural Network for Text-to-SQL Parser

2021-04-10 · NAACL 2021 4 · Zhi Chen, Lu Chen, Yanbin Zhao, Ruisheng Cao 외

Given a database schema, Text-to-SQL aims to translate a natural language question into the corresponding SQL query. Under the setup of cross-domain, traditional semantic parsing models struggle to adapt to unseen databa…

DecoderSemantic ParsingText to SQLText-To-SQL

DynaQuery: A Self-Adapting Framework for Querying Structured and Multimodal Data

2025-10-20 · Aymane Hassini arxiv

The rise of Large Language Models (LLMs) has accelerated the long-standing goal of enabling natural language querying over complex, hybrid databases. Yet, this ambition exposes a dual challenge: reasoning jointly over st…

EigenData: A Self-Evolving Multi-Agent Platform for Function-Calling Data Synthesis, Auditing, and Repair

2026-03-05 · Jiaao Chen, Jingyuan Qi, Mingye Gao, Wei-Chen Wang 외 arxiv

Function-calling agents -- large language models that invoke tools and APIs -- require high-quality, domain-specific training data spanning executable environments, backing databases, and diverse multi-turn trajectories.…