paper-with-me

Papers

SteinerSQL: Graph-Guided Mathematical Reasoning for Text-to-SQL Generation

2025-09-23 · Xutao Mao, Tao Liu, Hongying Zan arxiv

Large Language Models (LLMs) struggle with complex Text-to-SQL queries that demand both sophisticated mathematical reasoning and intricate schema navigation. Existing methods often tackle these challenges in isolation, creating a fractured reasoning process that compromises logical and structural correctness. To resolve this, we introduce SteinerSQL, a framework that unifies these dual challenges into a single, graph-centric optimization problem. SteinerSQL operates in three stages: mathematical decomposition to identify required tables (terminals), optimal reasoning scaffold construction via a Steiner tree problem, and multi-level validation to ensure correctness. On the challenging LogicCat and Spider2.0-Lite benchmarks, SteinerSQL establishes a new state-of-the-art with 36.10% and 40.04% execution accuracy, respectively, using Gemini-2.5-Pro. Beyond accuracy, SteinerSQL presents a new, unified paradigm for Text-to-SQL, paving the way for more robust and principled solutions to complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2509.19623

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

LexPam: Legal Procedure Awareness-Guided Mathematical Reasoning

2025-04-03 · Kepu Zhang, Guofu Xie, Weijie Yu, Mingyue Xu 외

The legal mathematical reasoning ability of LLMs is crucial when applying them to real-world scenarios, as it directly affects the credibility of the LLM. While existing legal LLMs can perform general judicial question a…

Mathematical ReasoningQuestion Answering

DAG-Math: Graph-of-Thought Guided Mathematical Reasoning in LLMs

2025-10-19 · Yuanhe Zhang, Ilja Kuzborskij, Jason D. Lee, Chenlei Leng 외 arxiv

Large Language Models (LLMs) demonstrate strong performance on mathematical problems when prompted with Chain-of-Thought (CoT), yet it remains unclear whether this success stems from search, rote procedures, or rule-cons…

Mathematical Reasoning

OVM, Outcome-supervised Value Models for Planning in Mathematical Reasoning

2023-11-16 · Fei Yu, Anningzhe Gao, Benyou Wang

Large language models (LLMs) often struggle with maintaining accuracy throughout multiple multiple reasoning steps, especially in mathematical reasoning where an error in earlier steps can propagate to subsequent ones an…

Arithmetic ReasoningGSM8KMathematical Reasoning

MARGE: Improving Math Reasoning for LLMs with Guided Exploration

2025-05-18 · Jingyue Gao, Runji Lin, Keming Lu, Bowen Yu 외

Large Language Models (LLMs) exhibit strong potential in mathematical reasoning, yet their effectiveness is often limited by a shortage of high-quality queries. This limitation necessitates scaling up computational respo…

MathMathematical Reasoning

Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs

2025-10-23 · Tristan Cinquin, Geoff Pleiss, Agustinus Kristiadi arxiv

While chain-of-thought prompting with Best-of-N (BoN) selection has become popular for mathematical reasoning in large language models (LLMs), its linear structure fails to capture the branching and exploratory nature of…

Mathematical Reasoning