paper-with-me

홈 › Papers

Rose-SQL: Role-State Evolution Guided Structured Reasoning for Multi-Turn Text-to-SQL

2026-05-05 · Le Zhou, Feng Yao, Fengcai Qiao, Bo Xu, Fangyuan Wang, Boyan Xu arxiv

Recent advances in Large Reasoning Models (LRMs) trained with Long Chain-of-Thought have demonstrated remarkable capabilities in code generation and mathematical reasoning. However, their potential in multi-turn Text-to-SQL tasks remains largely underexplored. Existing approaches typically rely on unstable API-based inference or require expensive fine-tuning on small-scale models. In this work, we present Rose-SQL, a training-free framework that leverages small-scale LRMs through in-context learning to enable accurate context-dependent parsing. We introduce the Role-State, a fine-grained representation that bridges the structural gap between schema linking and SQL generation by serving as a structural blueprint. To handle conversational dependencies, Rose-SQL traces the evolution of Role-State through historical context via structural isomorphism checks, guiding the model to infer the possible SQL composition for the current question through verified interaction trajectories. Experiments on the SParC and CoSQL benchmarks show that, within the Qwen3 series, Rose-SQL outperforms in-context learning baselines at the 4B scale and substantially surpasses state-of-the-art fine-tuned models at the 8B and 14B scales, while showing consistent gains on additional reasoning backbones.

📄 PDF Abstract BibTeX arXiv:2605.03720

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

Semia: Auditing Agent Skills via Constraint-Guided Representation Synthesis

2026-05-01 · Hongbo Wen, Ying Li, Hanzhi Liu, Chaofan Shou 외 arxiv

An agent skill is a configuration package that equips an LLM-driven agent with a concrete capability, such as reading email, executing shell commands, or signing blockchain transactions. Each skill is a hybrid artifact-a…

ProSEA: Problem Solving via Exploration Agents

2025-10-08 · William Nguyen, Vinh Luong, Christopher Nguyen arxiv

Large language models (LLMs) have empowered AI agents to tackle increasingly complex tasks. However, most existing agents remain limited to static planning and brittle interactions, falling short of true collaboration or…

Roles with Rails: Contract-Preserving Role Evolution in Multi-Agent Structured Reasoning

2026-05-27 · Ling-Yue Ge, Lan-Zhe Guo arxiv

Role-based LLM multi-agent systems need adaptive role pools, yet adapting such systems is not merely a matter of prompt optimization: roles often carry structural obligations, including capability coverage, message compa…

Implementation of a new authorization system from monolithic solution to microservice architecture

2023-07-12 · David Ahmad Abboud, Damien Jacob

Monolithic applications used to be considered the standard for software development. However, due to the rapid evolution of technology and the increasing demand for scalability and flexibility, these applications have be…

Management

Automated Decision-Making on Networks with LLMs through Knowledge-Guided Evolution

2025-06-17 · Xiaohan Zheng, Lanning Wei, Yong Li, Quanming Yao

Effective decision-making on networks often relies on learning from graph-structured data, where Graph Neural Networks (GNNs) play a central role, but they take efforts to configure and tune. In this demo, we propose LLM…

Decision MakingGraph LearningRAGRetrieval-augmented Generation