CLIRJun 12, 2024

DeTriever: Decoder-representation-based Retriever for Improving NL2SQL In-Context Learning

arXiv:2406.07913v119 citations
Originality Highly original
AI Analysis

This addresses the challenge of example selection for NL2SQL in-context learning, which is incremental as it builds on prior retrieval methods.

The paper tackles the problem of selecting beneficial demonstration examples for in-context learning in NL2SQL tasks by proposing DeTriever, a retrieval framework that uses LLM hidden states, resulting in significant performance improvements over state-of-the-art baselines on one-shot NL2SQL benchmarks.

While in-context Learning (ICL) has proven to be an effective technique to improve the performance of Large Language Models (LLMs) in a variety of complex tasks, notably in translating natural language questions into Structured Query Language (NL2SQL), the question of how to select the most beneficial demonstration examples remains an open research problem. While prior works often adapted off-the-shelf encoders to retrieve examples dynamically, an inherent discrepancy exists in the representational capacities between the external retrievers and the LLMs. Further, optimizing the selection of examples is a non-trivial task, since there are no straightforward methods to assess the relative benefits of examples without performing pairwise inference. To address these shortcomings, we propose DeTriever, a novel demonstration retrieval framework that learns a weighted combination of LLM hidden states, where rich semantic information is encoded. To train the model, we propose a proxy score that estimates the relative benefits of examples based on the similarities between output queries. Experiments on two popular NL2SQL benchmarks demonstrate that our method significantly outperforms the state-of-the-art baselines on one-shot NL2SQL tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes