paper-with-me

Papers

Improving Retrieval-augmented Text-to-SQL with AST-based Ranking and Schema Pruning

2024-07-03 · Zhili Shen, Pavlos Vougiouklis, Chenxin Diao, Kaustubh Vyas, Yuanyi Ji, Jeff Z. Pan

We focus on Text-to-SQL semantic parsing from the perspective of retrieval-augmented generation. Motivated by challenges related to the size of commercial database schemata and the deployability of business intelligence solutions, we propose $\text{ASTReS}$ that dynamically retrieves input database information and uses abstract syntax trees to select few-shot examples for in-context learning. Furthermore, we investigate the extent to which an in-parallel semantic parser can be leveraged for generating approximated versions of the expected SQL queries, to support our retrieval. We take this approach to the extreme--we adapt a model consisting of less than $500$M parameters, to act as an extremely efficient approximator, enhancing it with the ability to process schemata in a parallelised manner. We apply $\text{ASTReS}$ to monolingual and cross-lingual benchmarks for semantic parsing, showing improvements over state-of-the-art baselines. Comprehensive experiments highlight the contribution of modules involved in this retrieval-augmented generation setting, revealing interesting directions for future work.

📄 PDF Abstract BibTeX arXiv:2407.03227

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningRetrievalRetrieval-augmented GenerationSemantic ParsingText to SQLText-To-SQL

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

XProvence: Zero-Cost Multilingual Context Pruning for Retrieval-Augmented Generation

2026-01-26 · Youssef Mohamed, Mohamed Elhoseiny, Thibault Formal, Nadezhda Chirkova arxiv

This paper introduces XProvence, a multilingual zero-cost context pruning model for retrieval-augmented generation (RAG), trained on 16 languages and supporting 100+ languages through effective cross-lingual transfer. Mo…

Cross-Lingual TransferQuestion Answering

Provence: efficient and robust context pruning for retrieval-augmented generation

2025-01-27 · Nadezhda Chirkova, Thibault Formal, Vassilina Nikoulina, Stéphane Clinchant

Retrieval-augmented generation improves various aspects of large language models (LLMs) generation, but suffers from computational overhead caused by long contexts as well as the propagation of irrelevant retrieved infor…

Question AnsweringRAGRerankingRetrieval+1

Context-Augmented Code Generation Using Programming Knowledge Graphs

2024-10-09 · Iman Saberi, Fatemeh Fard

Large Language Models (LLMs) and Code-LLMs (CLLMs) have significantly improved code generation, but, they frequently face difficulties when dealing with challenging and complex problems. Retrieval-Augmented Generation (R…

Code GenerationHumanEvalKnowledge Graphsmbpp+4

Knowledge Graph-based Retrieval-Augmented Generation for Schema Matching

2025-01-15 · Chuangtao Ma, Sriom Chakrabarti, Arijit Khan, Bálint Molnár

Traditional similarity-based schema matching methods are incapable of resolving semantic ambiguities and conflicts in domain-specific complex mapping scenarios due to missing commonsense and domain-specific knowledge. Th…

HallucinationKnowledge GraphsRetrievalRetrieval-augmented Generation

Less is More for RAG: Information Gain Pruning for Generator-Aligned Reranking and Evidence Selection

2026-01-24 · Zhipeng Song, Yizhi Zhou, Xiangyu Kong, Jiulong Jiao 외 arxiv

Retrieval-augmented generation (RAG) grounds large language models with external evidence, but under a limited context budget, the key challenge is deciding which retrieved passages should be injected. We show that retri…