paper-with-me

홈 › Papers

State Machine of Thoughts: Leveraging Past Reasoning Trajectories for Enhancing Problem Solving

2023-12-29 · Jia Liu, Jie Shuai, Xiyao Li

Current Large Language Model-based agents reason within an exploration-evaluation framework, navigating problem-solving processes in a tree-like manner. However, these methods often neglect successful reasoning trajectories once a problem is resolved, leading to inefficient use of these trajectories for future analogous problems. To address this inefficiency, we adopt a state machine to record experience derived from previous reasoning trajectories. Within the state machine, states represent decomposed sub-problems, while state transitions reflect the dependencies among sub-problems. The state machine records both successful and failed trajectories. Utilizing the experience from the state machine, our proposed State Machine of Thoughts (SMoT) selects the most optimal sub-solutions and avoids incorrect ones. Our experiments show that SMoT can significantly improve problem-solving abilities in two exploration-intensive problems: the 24-point game and a taxi navigation reinforcement learning game.

📄 PDF Abstract BibTeX arXiv:2312.17445

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Horizon Generation

2024-03-08 · ZiHao Wang, Anji Liu, Haowei Lin, Jiaqi Li 외

We explore how iterative revising a chain of thoughts with the help of information retrieval significantly improves large language models' reasoning and generation ability in long-horizon generation tasks, while hugely m…

Code GenerationHallucinationInformation RetrievalMathematical Reasoning+2

MIThinker: A Plug-and-Play Policy-Optimized Thinker For Motivational Interviewing Counseling

2026-06-28 · Yizhe Yang, Palakorn Achananuparp, Heyan Huang, Jing Jiang 외 arxiv

Reasoning large language models (LLMs) have recently made much progress in complex problem-solving, leveraging internal reasoning (or thought) to guide their solution generation. However, existing LLM-based counseling ag…

Reinforcement LearningResponse Generation

Does "Reasoning" with Large Language Models Improve Recognizing, Generating, and Reframing Unhelpful Thoughts?

2025-03-31 · Yilin Qi, Dong Won Lee, Cynthia Breazeal, Hae Won Park

Cognitive Reframing, a core element of Cognitive Behavioral Therapy (CBT), helps individuals reinterpret negative experiences by finding positive meaning. Recent advances in Large Language Models (LLMs) have demonstrated…

Diffuse Thinking: Exploring Diffusion Language Models as Efficient Thought Proposers for Reasoning

2025-10-31 · Chenyang Shao, Sijian Ren, Fengli Xu, Yong Li arxiv

In recent years, large language models (LLMs) have witnessed remarkable advancements, with the test-time scaling law consistently enhancing the reasoning capabilities. Through systematic evaluation and exploration of a d…

OpenThoughts: Data Recipes for Reasoning Models

2025-06-04 · Etash Guha, Ryan Marten, Sedrick Keh, Negin Raoof 외

Reasoning models have made rapid progress on many benchmarks involving math, code, and science. Yet, there are still many open questions about the best training recipes for reasoning since state-of-the-art models often r…

Math