Papers › Atom of Thoughts for Markov LLM Test-Time Scaling

Atom of Thoughts for Markov LLM Test-Time Scaling

17 Feb 2025arXiv:2502.12018archive 2025-07-28

Fengwei Teng, Zhaoyang Yu, Quan Shi, Jiayi Zhang, Chenglin Wu, Yuyu Luo

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. Experiments across six benchmarks demonstrate the effectiveness of \our both as a standalone framework and a plug-in enhancement. Notably, on HotpotQA, when applied to gpt-4o-mini, \our achieves an \textbf{80.6\%} F1 score, surpassing o3-mini by \textbf{3.4\%} and DeepSeek-R1 by \textbf{10.6\%}. The code is available at \href{https://github.com/qixucen/atom}{https://github.com/qixucen/atom}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.12018")

Code

Syntology Ran 13 of 18 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 11 ran; community (archive-listed): 4 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qixucen/atom officialmentioned in papermentioned on GitHub report
FoundationAgents/MetaGPT mentioned on GitHubMIT report
geekan/metagpt mentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 13 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
10ran · our draft was wrong
2ran
5unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

atom qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 77c2feabb768d13f · report
calculate_depth qixucen/atom/experiment/module.py official repository ran · honoured contract fingerprinted MIT (permissive) · 7fe060314a6c8d94 · report
contract qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 09ce4a8d58836cd2 · report
direct qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 96ee42a86a1c19da · report
ensemble qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 3ac893a0ca4c742c · report
extract_json qixucen/atom/experiment/module.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 41aebb57ad1d527d · report
extract_xml qixucen/atom/experiment/module.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · c595f2077647c5a2 · report
gen qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · d649ba329da48188 · report
label qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 9d1aae91057e5fd6 · report
merging qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · fa2ac22bb5dd6381 · report
multistep qixucen/atom/experiment/module.py official repository ran · our draft was wrong MIT (permissive) · 1f4ab7708b6e94f9 · report
decompose qixucen/atom/experiment/module.py official repository unverified MIT (permissive) · 2b8187ac5aea3e87 · report
retry qixucen/atom/experiment/module.py official repository unverified MIT (permissive) · f49f801f19a5d28d · report
update_token qixucen/atom/experiment/module.py official repository unverified MIT (permissive) · 75b0c5d6a4c33431 · report
is_func FoundationAgents/MetaGPT/metagpt/repo_parser.py community (archive-listed) ran MIT (permissive) · 84e834cc9e6e17da · report
merge_dict FoundationAgents/MetaGPT/metagpt/config2.py community (archive-listed) ran MIT (permissive) · b2eab098d73493e2 · report
generate_repo FoundationAgents/MetaGPT/metagpt/software_company.py community (archive-listed) unverified MIT (permissive) · bf1e2b866517454b · report
get_human_input FoundationAgents/MetaGPT/metagpt/logs.py community (archive-listed) unverified MIT (permissive) · f18519f9e318eab6 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections