paper-with-me

Papers

ACE-SQL: Adaptive Co-Optimization via Empirical Credit Assignment for Text-to-SQL

2026-06-04 · Xiaobing Chen, Ai Jian, Eryu Guo, Zhiqi Pang arxiv

Text-to-SQL maps natural language questions to executable SQL queries. Modern databases often contain large and complex schemas, making schema linking a critical step for accurate SQL generation. Existing methods either rely on full-schema generation, which leaves schema linking implicit within a large search space, or use a separate retriever trained with static gold-column supervision, whose targets may be suboptimal for the current generator policy. To address this issue, we propose Adaptive Co-optimization via Empirical Credit Assignment for Text-to-SQL (ACE-SQL), a reinforcement learning (RL) framework that jointly optimizes schema retrieval and SQL generation under execution feedback. ACE-SQL constructs an online column-set pool from generator rollouts and derives adaptive on-policy retrieval targets from the column set most frequently associated with execution-correct rollouts. This induces bidirectional adaptation, where the retriever adapts toward column sets that the generator can execute correctly, while the generator adapts to the retriever's evolving schema selections under execution feedback. With approximately 3k synthetic Text-to-SQL question-database pairs for RL training, ACE-SQL achieves 65.3% greedy execution accuracy on BIRD Dev while using 0.93k output tokens per query. The repository is available at https://github.com/xbchen1/ACE-SQL.

📄 PDF Abstract BibTeX arXiv:2606.05906

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Guided Adaptive Credit Assignment for Sample Efficient Policy Optimization

2019-09-25 · Hao liu, Richard Socher, Caiming Xiong

Policy gradient methods have achieved remarkable successes in solving challenging reinforcement learning problems. However, it still often suffers from sparse reward tasks, which leads to poor sample efficiency during tr…

Instruction FollowingPolicy Gradient Methods

Assigning Credit with Partial Reward Decoupling in Multi-Agent Proximal Policy Optimization

2024-08-08 · Aditya Kapoor, Benjamin Freed, Howie Choset, Jeff Schneider

Multi-agent proximal policy optimization (MAPPO) has recently demonstrated state-of-the-art performance on challenging multi-agent reinforcement learning tasks. However, MAPPO still struggles with the credit assignment p…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningStarcraft+1

Guidance Contrastive Token Credit Assignment for Discrete Policy Optimization

2026-05-28 · Shufan Li, Konstantinos Kallidromitis, Akash Gokul, Yuta Kyuragi 외 arxiv

Group-advantage-based reinforcement learning methods, such as GRPO and DAPO, have demonstrated strong performance across diverse domains, including mathematical reasoning and text-to-image generation. However, their reli…

Text-to-Image GenerationReinforcement LearningMathematical Reasoning

Learning to Credit the Right Steps: Objective-aware Process Optimization for Visual Generation

2026-04-21 · Rui Li, Ke Hao, Yuanzhi Liang, Haibin Huang 외 arxiv

Reinforcement learning, particularly Group Relative Policy Optimization (GRPO), has emerged as an effective framework for post-training visual generative models with human preference signals. However, its effectiveness i…

Reinforcement LearningVideo Generation

On the Policy Gradient Foundations of Group Relative Policy Optimization: Credit Assignment, Gradient Sparsity, and Rank Collapse

2026-06-28 · Amritansh Mishra, Supriyo Chakraborty, Berkcan Kapusuzoglu arxiv

Group Relative Policy Optimization (GRPO) eliminates the learned critic in PPO by using the mean reward of grouped rollouts as a baseline. We provide a rigorous derivation of GRPO from first principles of the policy grad…