paper-with-me

Papers

Text-to-SQL as Dual-State Reasoning: Integrating Adaptive Context and Progressive Generation

2025-11-26 · Zhifeng Hao, Qibin Song, Ruichu Cai, Boyan Xu arxiv

Recent divide-and-conquer reasoning approaches, particularly those based on Chain-of-Thought (CoT), have substantially improved the Text-to-SQL capabilities of Large Language Models (LLMs). However, when applied to complex enterprise databases, such methods struggle to maintain coherent reasoning due to limited context capacity, unreliable schema linking, and weak grounding in database semantics. To overcome these issues, we introduce DSR-SQL, a \textbf{D}ual-\textbf{S}tate \textbf{R}easoning framework that models Text-to-SQL as an interaction between an adaptive context state and a progressive generation state. The first constructs a compact, semantically faithful environment by refining large schemas and selecting relevant structures, while the second formalizes SQL synthesis as feedback-guided state transitions, enabling the model to self-correct and align with user intent. Without any post-training or in-context examples, DSR-SQL achieves competitive performance, reaching 35.28\% execution accuracy on Spider 2.0-Snow and 68.32\% on BIRD development set. Our implementation will be open-sourced at: https://github.com/DMIRLAB-Group/DSR-SQL.

📄 PDF Abstract BibTeX arXiv:2511.21402

Code (0)

등록된 구현이 없습니다.

Results from the Paper

RankTaskDatasetModelMetrics
#56 Text-To-SQL spider DSR-SQL Execution Accuracy (Test): 68.32

Similar Papers 제목 키워드 기반

One Model, Two Minds: A Context-Gated Graph Learner that Recreates Human Biases

2025-09-10 · Shalima Binta Manir, Tim Oates arxiv

We introduce a novel Theory of Mind (ToM) framework inspired by dual-process theories from cognitive science, integrating a fast, habitual graph-based reasoning system (System 1), implemented via graph convolutional netw…

Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning

2025-05-22 · Xiaoxue Cheng, Junyi Li, Zhenduo Zhang, Xinyu Tang 외

Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process …

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+1

DSPNet: Dual-vision Scene Perception for Robust 3D Question Answering

2025-03-05 · CVPR 2025 1 · Jingzhou Luo, Yang Liu, Weixing Chen, Zhen Li 외

3D Question Answering (3D QA) requires the model to comprehensively understand its situated 3D scene described by the text, then reason about its surrounding environment and answer a question under that situation. Howeve…

3D Question Answering (3D-QA)Question Answering

CORE-Seg: Reasoning-Driven Segmentation for Complex Lesions via Reinforcement Learning

2026-03-06 · Yuxin Xie, Yuming Chen, Yishan Yang, Yi Zhou 외 arxiv

Medical image segmentation is undergoing a paradigm shift from conventional visual pattern matching to cognitive reasoning analysis. Although Multimodal Large Language Models (MLLMs) have shown promise in integrating lin…

Medical Image SegmentationReinforcement LearningLesion SegmentationVisual Reasoning

Robots Can Multitask Too: Integrating a Memory Architecture and LLMs for Enhanced Cross-Task Robot Action Generation

2024-07-18 · Hassan Ali, Philipp Allgeuer, Carlo Mazzola, Giulia Belgiovine 외

Large Language Models (LLMs) have been recently used in robot applications for grounding LLM common-sense reasoning with the robot's perception and physical abilities. In humanoid robots, memory also plays a critical rol…

Action GenerationCommon Sense Reasoning