paper-with-me

Papers

R$^3$-SQL: Ranking Reward and Resampling for Text-to-SQL

2026-04-28 · Hojae Han, Yeonseok Jeong, Seung-won Hwang, Zhewei Yao, Yuxiong He arxiv

Modern Text-to-SQL systems generate multiple candidate SQL queries and rank them to judge a final prediction. However, existing methods face two limitations. First, they often score functionally equivalent SQL queries inconsistently despite identical execution results. Second, ranking cannot recover when the correct SQL is absent from the candidate pool. We propose R$^3$-SQL, a Text-to-SQL framework that addresses both issues through unified reward for ranking and resampling. R$^3$-SQL first groups candidates by execution result and ranks groups for consistency. To score each group, it combines a pairwise preference across groups with a pointwise utility from the best group rank and size, capturing relative preference, consistency, and candidate quality. To improve candidate recall, R$^3$-SQL introduces agentic resampling, which judges the generated candidate pool and selectively resamples when the correct SQL is likely absent. R$^3$-SQL achieves 75.03 execution accuracy on BIRD-dev, a new state of the art among methods using models with disclosed sizes, with consistent gains across five benchmarks.

📄 PDF Abstract BibTeX arXiv:2604.25325

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VASR: Variance-Aware Systematic Resampling for Reward-Guided Diffusion

2026-04-08 · Shivanshu Shekhar, Sagnik Mukherjee, Jia Yi Zhang, Tong Zhang arxiv

Sequential Monte Carlo (SMC) samplers for reward-guided diffusion models often suffer from rapid lineage collapse: a few high-reward particles dominate the population within a handful of resampling steps, destroying dive…

Text-to-Image Generation

RRRA: Resampling and Reranking through a Retriever Adapter

2025-08-07 · Bongsu Kim arxiv

In dense retrieval, effective training hinges on selecting high quality hard negatives while avoiding false negatives. Recent methods apply heuristics based on positive document scores to identify hard negatives, improvi…

Competitions in AI -- Robustly Ranking Solvers Using Statistical Resampling

2023-08-09 · Chris Fawcett, Mauro Vallati, Holger H. Hoos, Alfonso E. Gerevini

Solver competitions play a prominent role in assessing and advancing the state of the art for solving many problems in AI and beyond. Notably, in many areas of AI, competitions have had substantial impact in guiding rese…

Ranking Policy Learning via Marketplace Expected Value Estimation From Observational Data

2024-10-06 · Ehsan Ebrahimzadeh, Nikhil Monga, Hang Gao, Alex Cozzi 외

We develop a decision making framework to cast the problem of learning a ranking policy for search or recommendation engines in a two-sided e-commerce marketplace as an expected reward optimization problem using observat…

Bayesian Inference

Structure-aware Relative Policy Optimization for Ranking

2026-07-28 · Yiteng Tu, Weihang Su, Zitao Su, Yiqun Liu 외 arxiv

Ranking is a fundamental component of modern information access systems. Reinforcement learning (RL) provides a flexible framework for directly optimizing coarse-grained feedback and system-level objectives defined over …

Reinforcement Learning