paper-with-me

홈 › Papers

SPOC-SQL: Stage-wise Preference Optimization for Controllable Text-to-SQL

2026-08-24 · Yingnan Chen, Chun Ding, Tianshi Xu, Xu Yang, Si Wu arxiv

Text-to-SQL aims to translate natural language questions into executable SQL queries over relational databases, requiring multi-stage structured reasoning over database schemas and query constraints. However, existing methods treat this task as single-step generation, where models optimize entire SQL sequences without targeted feedback at key decision points and lack support for interacting with and controlling the intermediate generation process. To address this issue, we propose SPOC-SQL, which decomposes Text-to-SQL into four sequential subtasks following standard SQL execution logic and designs stage-specific optimization strategies for the model to learn key decisions. Specifically, we propose the implementation of fine-grained preference optimisation at key decision points across SQL stages, with the objective of enhancing structured decision-making during query construction. Furthermore, a structured decomposition strategy is designed, facilitating stage-wise intervention and correction through explicit intermediate representations. This results in more controllable and reliable SQL generation. Experiments demonstrate that incorporating stage-wise human knowledge consistently improves performance, validating the effectiveness of stage perception controllable generation.

📄 PDF Abstract BibTeX arXiv:2608.22772

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 113
grrlkk/writing-agent-arxiv-daily

Similar Papers 제목 키워드 기반

Parameter-Efficient Tuning Helps Language Model Alignment

2023-10-01 · Tianci Xue, Ziqi Wang, Heng Ji

Aligning large language models (LLMs) with human preferences is essential for safe and useful LLMs. Previous works mainly adopt reinforcement learning (RLHF) and direct preference optimization (DPO) with human feedback f…

Language ModelingLanguage Modellingmodel

DreamDPO: Aligning Text-to-3D Generation with Human Preferences via Direct Preference Optimization

2025-02-05 · Zhenglin Zhou, Xiaobo Xia, Fan Ma, Hehe Fan 외

Text-to-3D generation automates 3D content creation from textual descriptions, which offers transformative potential across various fields. However, existing methods often struggle to align generated content with human p…

3D GenerationText to 3D

Emotion-Aligned Generation in Diffusion Text to Speech Models via Preference-Guided Optimization

2025-09-29 · Jiacheng Shi, Hongfei Du, Yangfan He, Y. Alicia Hong 외 arxiv

Emotional text-to-speech seeks to convey affect while preserving intelligibility and prosody, yet existing methods rely on coarse labels or proxy classifiers and receive only utterance-level feedback. We introduce Emotio…

Text to Speech

Controllable Protein Sequence Generation with LLM Preference Optimization

2025-01-25 · Xiangyu Liu, Yi Liu, Silei Chen, Wei Hu

Designing proteins with specific attributes offers an important solution to address biomedical challenges. Pre-trained protein large language models (LLMs) have shown promising results on protein sequence generation. How…

AttributeProtein Design

DeepSPoC: A Deep Learning-Based PDE Solver Governed by Sequential Propagation of Chaos

2024-08-29 · Kai Du, Yongle Xie, Tao Zhou, Yuancheng Zhou

Sequential propagation of chaos (SPoC) is a recently developed tool to solve mean-field stochastic differential equations and their related nonlinear Fokker-Planck equations. Based on the theory of SPoC, we present a new…