← Search

Mohammadreza Pourreza

7 accepted papers

2026

Confidence Estimation for Text-to-SQL in Large Language Models

AAAI 2026technical

Confidence estimation for text-to-SQL aims to assess the reliability of model-generated SQL queries without having access to gold answers. We study this problem in the context of large language models (LLMs), where access to model weights and gradients is often constrained. We explore both black-box

Cited by 0SourcePDFScholar
2025

CHASE-SQL: Multi-Path Reasoning and Preference Optimized Candidate Selection in Text-to-SQL

ICLR 2025poster

We present CHASE-SQL, a novel framework addressing large language model (LLM) performance challenges for Text-to-SQL tasks by leveraging multi-agent modeling and test-time compute for improved candidate generation and selection. CHASE-SQL uses LLMs to generate diverse SQL candidates with: (1) a divi…

Cited by 36SourcePDFScholar
2025

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

COLING 2025main

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 benefici…

2025

SPRINT: Enabling Interleaved Planning and Parallelized Execution in Reasoning Models

NeurIPS 2025poster

Large reasoning models (LRMs) excel at complex reasoning tasks but typically generate lengthy sequential chains-of-thought, resulting in long inference times before arriving at the final answer. To address this challenge, we introduce SPRINT, a novel post-training and inference-time framework design…

Cited by 0SourceScholar
2023

DIN-SQL: Decomposed In-Context Learning of Text-to-SQL with Self-Correction

NeurIPS 2023poster

There is currently a significant gap between the performance of fine-tuned models and prompting approaches using Large Language Models (LLMs) on the challenging task of text-to-SQL, as evaluated on datasets such as Spider. To improve the performance of LLMs in the reasoning process, we study how dec…