{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-10273","title":"Power-SMC: Low-Latency Sequence-Level Power Sampling for Training-Free LLM Reasoning","arxiv_id":"2602.10273","date":"2026-02-10","proceeding":null,"authors":["Seyedarmin Azizi","Erfan Baghaei Potraghloo","Minoo Ahmadi","Souvik Kundu","Massoud Pedram"],"abstract":"Many recent reasoning gains in large language models can be explained as distribution sharpening: biasing generation toward high-likelihood trajectories already supported by the pretrained model, rather than modifying its weights. A natural formalization is the sequence-level power distribution $π_α(y\\mid x)\\propto p_θ(y\\mid x)^α$ ($α>1$), which concentrates mass on whole sequences instead of adjusting token-level temperature. Prior work shows that Metropolis--Hastings (MH) sampling from this distribution recovers strong reasoning performance, but at order-of-magnitude inference slowdowns. We introduce Power-SMC, a training-free Sequential Monte Carlo scheme that targets the same objective while remaining close to standard decoding latency. Power-SMC advances a small particle set in parallel, corrects importance weights token-by-token, and resamples when necessary, all within a single GPU-friendly batched decode. We prove that temperature $τ=1/α$ is the unique prefix-only proposal minimizing incremental weight variance, interpret residual instability via prefix-conditioned Rényi entropies, and introduce an exponent-bridging schedule that improves particle stability without altering the target. On MATH500, Power-SMC matches or exceeds MH power sampling while reducing latency from $16$--$28\\times$ to $1.4$--$3.3\\times$ over baseline decoding. The code is available at https://github.com/ArminAzizi98/Power-SMC.","url_abs":"https://arxiv.org/abs/2602.10273","url_pdf":"https://arxiv.org/pdf/2602.10273","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.10273","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.10273"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ArminAzizi98/Power-SMC","reach":null}],"summary":{"ran":1,"ran_honours":3,"ran_draft_wrong":5,"ran_violates":5,"ran_fixture":3,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":18,"ran":17,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"c11d37553c5a1470","entry":"SMCSamplingConfig","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c11d37553c5a1470"}},{"code_sha256_prefix":"d6bc2e0f740b6af5","entry":"_alpha_ramp","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d6bc2e0f740b6af5"}},{"code_sha256_prefix":"7e67fc04f2c413cc","entry":"_build_prompt_cache","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7e67fc04f2c413cc"}},{"code_sha256_prefix":"d8bd033ef272a63a","entry":"_has_nonempty_boxed","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d8bd033ef272a63a"}},{"code_sha256_prefix":"b62267a68fe5a3bd","entry":"_logsumexp","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b62267a68fe5a3bd"}},{"code_sha256_prefix":"81a53e78c7ec3c27","entry":"_recursive_expand_batch","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"81a53e78c7ec3c27"}},{"code_sha256_prefix":"6529a7001a27f7fa","entry":"_recursive_reorder","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6529a7001a27f7fa"}},{"code_sha256_prefix":"f59c6097734907cc","entry":"_recursive_select_batch","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f59c6097734907cc"}},{"code_sha256_prefix":"6a048b7ef27a8a82","entry":"_reorder_tensor_batchdim","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6a048b7ef27a8a82"}},{"code_sha256_prefix":"e329fb63ee5d2397","entry":"apply_repetition_penalty_","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e329fb63ee5d2397"}},{"code_sha256_prefix":"91135083780b8eb9","entry":"effective_sample_size","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"91135083780b8eb9"}},{"code_sha256_prefix":"d7e8393192c82317","entry":"expand_cache","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d7e8393192c82317"}},{"code_sha256_prefix":"ad2d3b7cdbd9e44b","entry":"reorder_past_key_values","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ad2d3b7cdbd9e44b"}},{"code_sha256_prefix":"dba305efe9f35f05","entry":"select_cache_subset","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dba305efe9f35f05"}},{"code_sha256_prefix":"bbe0dd4540175572","entry":"systematic_resample","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bbe0dd4540175572"}},{"code_sha256_prefix":"489f2e186a01ff20","entry":"top_k_filter_","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"489f2e186a01ff20"}},{"code_sha256_prefix":"c1c224463a8b830f","entry":"top_p_filter_","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c1c224463a8b830f"}},{"code_sha256_prefix":"eaf72210e30f9e84","entry":"smc_power_sample_memopt","repo":"ArminAzizi98/Power-SMC","repo_kind":"found_in_text","path":"smc_samp_utils.py","file_url":"https://github.com/ArminAzizi98/Power-SMC/blob/HEAD/smc_samp_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eaf72210e30f9e84"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}