COLING 2025main1 citations

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

Raymond Li, Yuxi Feng, Zhenan Fan, Giuseppe Carenini, Weiwei Zhang, Mohammadreza Pourreza, Yong Zhang

Abstract

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 for the NL2SQL tasks.

BibTeX
@inproceedings{li-etal-2025-detriever,
    title = "{D}e{T}riever: Decoder-representation-based Retriever for Improving {NL}2{SQL} In-Context Learning",
    author = "Li, Raymond  and
      Feng, Yuxi  and
      Fan, Zhenan  and
      Carenini, Giuseppe  and
      Zhang, Weiwei  and
      Pourreza, Mohammadreza  and
      Zhang, Yong",
    editor = "Rambow, Owen  and
      Wanner, Leo  and
      Apidianaki, Marianna  and
      Al-Khalifa, Hend  and
      Eugenio, Barbara Di  and
      Schockaert, Steven",
    booktitle = "Proceedings of the 31st International Conference on Computational Linguistics",
    month = jan,
    year = "2025",
    address = "Abu Dhabi, UAE",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.coling-main.544/",
    pages = "8173--8183"
}
DeTriever: Decoder-representation-based Retriever for Improving NL2SQL In-Context Learning · COLING 2025