paper-with-me

홈 › Papers

Constraints-of-Thought: A Framework for Constrained Reasoning in Language-Model-Guided Search

2025-10-10 · Kamel Alrashedy, Vriksha Srihari, Zulfiqar Zaidi, Ridam Srivastava, Pradyumna Tambwekar, Matthew Gombolay arxiv

While researchers have made significant progress in enabling large language models (LLMs) to perform multi-step planning, LLMs struggle to ensure that those plans align with high-level user intent and satisfy symbolic constraints, especially in complex, multi-step domains. Existing reasoning approaches such as Chain-of-Thought (CoT), Tree-of-Thought (ToT), and verifier-augmented methods, expand the search space but often yield infeasible actions or hallucinated steps. To overcome these limitations, we propose Constraints-of-Thought (Const-o-T), a framework that provides a structured prior that enables Monte Carlo Tree Search (MCTS) focus search on semantically meaningful paths. Each reasoning step is represented as an (intent, constraint) pair, which serves both to compress the search space and enforce validity. Unlike prior methods that merely generate reasoning traces or validate outputs post hoc, Const-o-T uses (intent, constraint)pairs to actively focus the search toward feasible and meaningful plans. We integrate Const-o-T into MCTS using a structured representation of intent-constraint pairs constraints prune infeasible branches and guide exploration toward semantically valid actions, improving planning efficiency and verifiable decision-making. We demonstrate across three domains Risk game, CAD code generation, and arithmetic reasoning that our approach outperforms baselines, yielding higher accuracy and stronger structural alignment. Our contribution is to demonstrate that Const-of-T offers a generalizable foundation for constraint-guided reasoning, enabling more efficient, constraint-aligned, and domain-adaptable planning with LLMs.

📄 PDF Abstract BibTeX arXiv:2510.08992

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningCode Generation

Similar Papers 제목 키워드 기반

APIVOT: Adaptive Planning with Interleaved Vision-Language Thoughts

2026-07-09 · Emily Jin, Joy Hsu, Yiqing Xu, Weiyu Liu 외 arxiv

Long-horizon robot planning requires jointly reasoning over semantic task structure and geometric feasibility. To successfully execute a task, a robot must decompose goals, select task-relevant objects, and sequence acti…

Scalable Chain of Thoughts via Elastic Reasoning

2025-05-08 · Yuhui Xu, Hanze Dong, Lei Wang, Doyen Sahoo 외

Large reasoning models (LRMs) have achieved remarkable progress on complex tasks by generating extended chains of thought (CoT). However, their uncontrolled output lengths pose significant challenges for real-world deplo…

STOC-TOT: Stochastic Tree-of-Thought with Constrained Decoding for Complex Reasoning in Multi-Hop Question Answering

2024-07-04 · Zhenyu Bi, Daniel Hajialigol, Zhongkai Sun, Jie Hao 외

Multi-hop question answering (MHQA) requires a model to retrieve and integrate information from multiple passages to answer a complex question. Recent systems leverage the power of large language models and integrate evi…

HallucinationMulti-hop Question AnsweringQuestion Answering

Table as Thought: Exploring Structured Thoughts in LLM Reasoning

2025-01-04 · Zhenjie Sun, Naihao Deng, Haofei Yu, Jiaxuan You

Large language models' reasoning abilities benefit from methods that organize their thought processes, such as chain-of-thought prompting, which employs a sequential structure to guide the reasoning process step-by-step.…

Mathematical Reasoning

StyleBench: Evaluating thinking styles in Large Language Models

2025-09-25 · Junyu Guo, Shangding Gu, Ming Jin, Costas Spanos 외 arxiv

Structured reasoning can improve the inference performance of large language models (LLMs), but it also introduces computational cost and control constraints. When additional reasoning structure helps, and when it instea…