paper-with-me

Papers

RASAT: Integrating Relational Structures into Pretrained Seq2Seq Model for Text-to-SQL

2022-05-14 · Jiexing Qi, Jingyao Tang, Ziwei He, Xiangpeng Wan, Yu Cheng, Chenghu Zhou, Xinbing Wang, Quanshi Zhang, Zhouhan Lin

Relational structures such as schema linking and schema encoding have been validated as a key component to qualitatively translating natural language into SQL queries. However, introducing these structural relations comes with prices: they often result in a specialized model structure, which largely prohibits using large pretrained models in text-to-SQL. To address this problem, we propose RASAT: a Transformer seq2seq architecture augmented with relation-aware self-attention that could leverage a variety of relational structures while inheriting the pretrained parameters from the T5 model effectively. Our model can incorporate almost all types of existing relations in the literature, and in addition, we propose introducing co-reference relations for the multi-turn scenario. Experimental results on three widely used text-to-SQL datasets, covering both single-turn and multi-turn scenarios, have shown that RASAT could achieve state-of-the-art results across all three benchmarks (75.5% EX on Spider, 52.6% IEX on SParC, and 37.4% IEX on CoSQL).

📄 PDF Abstract BibTeX arXiv:2205.06983

Code (1)

lumia-group/rasat 공식 구현 pytorch

Tasks

Dialogue State TrackingSemantic ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Tanh Activation 설명 없음
SentencePiece 설명 없음
Sigmoid Activation 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…

Similar Papers 제목 키워드 기반

Relational Transformer: Toward Zero-Shot Foundation Models for Relational Data

2025-10-07 · Rishabh Ranjan, Valter Hudovernik, Mark Znidar, Charilaos Kanatsoulis 외 arxiv

Pretrained transformers readily adapt to new sequence modeling tasks via zero-shot prompting, but relational domains still lack architectures that transfer across datasets and tasks. The core challenge is the diversity o…

Binary Classification

Nabra: Syrian Arabic Dialects with Morphological Annotations

2023-10-26 · Amal Nayouf, Tymaa Hammouda, Mustafa Jarrar, Fadi Zaraket 외

This paper presents Nabra, a corpora of Syrian Arabic dialects with morphological annotations. A team of Syrian natives collected more than 6K sentences containing about 60K words from several sources including social me…

Sentence

Prasatul Matrix: A Direct Comparison Approach for Analyzing Evolutionary Optimization Algorithms

2022-12-01 · Anupam Biswas

The performance of individual evolutionary optimization algorithms is mostly measured in terms of statistics such as mean, median and standard deviation etc., computed over the best solutions obtained with few trails of …

Geometric Relational Embeddings

2024-09-18 · Bo Xiong

Relational representation learning transforms relational data into continuous and low-dimensional vector representations. However, vector-based representations fall short in capturing crucial properties of relational dat…

Knowledge GraphsRepresentation Learning

Scientific and Creative Analogies in Pretrained Language Models

2022-11-28 · Tamara Czinczoll, Helen Yannakoudakis, Pushkar Mishra, Ekaterina Shutova

This paper examines the encoding of analogy in large-scale pretrained language models, such as BERT and GPT-2. Existing analogy datasets typically focus on a limited set of analogical relations, with a high similarity of…