Atom of Thoughts for Markov LLM Test-Time Scaling

Zhijiang Guo (The Hong Kong University of Science and Technology (Guangzhou)) · Yuyu Luo (HKUST(GZ)) · Jiayi Zhang (Hong Kong University of Science and Technology) · Quan Shi (Renmin University of China) · Fengwei Teng (The Hong Kong University of Science and Technology (Guangzhou)) · Zhaoyang Yu (DeepWisdom) · Chenglin Wu (DeepWisdom)
accumulated historical informationanswer preservationatom of thoughtscomputational resourcesdecomposition-contraction processdependency-based directed acyclic grapheffective reasoningindependent subquestionsmarkov processesmeaningful markov reasoning processmemoryless propertyplug-in enhancementreasoning capabilitiestest-time scaling

Large Language Models (LLMs) achieve superior performance through training-time scaling, and test-time scaling further enhances their capabilities by conducting effective reasoning during inference. However, as the scale of reasoning increases, existing test-time scaling methods suffer from accumulated historical information, which not only wastes computational resources but also interferes with effective reasoning. To address this issue, we observe that complex reasoning can be achieved by solving a series of independent and self-contained subquestions. These subquestions are essentially \textit{atomic questions}, exhibiting the memoryless property similar to Markov processes. Based on this observation, we propose Atom of Thoughts (\our), where each state transition consists of decomposing the current question into a dependency-based directed acyclic graph and contracting its subquestions, forming a simplified question that maintains answer equivalence with the original problem. This answer preservation enables the iterative \textit{decomposition-contraction} process to naturally form a meaningful Markov reasoning process. Furthermore, these atomic states can be seamlessly integrated into existing test-time scaling methods, enabling \our to serve as a plug-in enhancement for improving reasoning capabilities.