{"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-20528","title":"Stop-Think-AutoRegress: Language Modeling with Latent Diffusion Planning","arxiv_id":"2602.20528","date":"2026-02-24","proceeding":null,"authors":["Justin Lovelace","Christian Belardi","Sofian Zalouk","Adhitya Polavaram","Srivatsa Kundurthy","Kilian Q. Weinberger"],"abstract":"The Stop-Think-AutoRegress Language Diffusion Model (STAR-LDM) integrates latent diffusion planning with autoregressive generation. Unlike conventional autoregressive language models limited to token-by-token decisions, STAR-LDM incorporates a \"thinking\" phase that pauses generation to refine a semantic plan through diffusion before continuing. This enables global planning in continuous space prior to committing to discrete tokens. Evaluations show STAR-LDM significantly outperforms similar-sized models on language understanding benchmarks and achieves $>70\\%$ win rates in LLM-as-judge comparisons for narrative coherence and commonsense reasoning. The architecture also allows straightforward control through lightweight classifiers, enabling fine-grained steering of attributes without model retraining while maintaining better fluency-control trade-offs than specialized approaches.","url_abs":"https://arxiv.org/abs/2602.20528","url_pdf":"https://arxiv.org/pdf/2602.20528","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.20528","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.20528"}},"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/justinlovelace/STAR-LDM","reach":null}],"summary":{"ran_violates":1,"ran_draft_wrong":1,"unverified":11},"by_repo_kind":{"found_in_text":{"samples":13,"ran":2,"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":"aa5486a3650902d8","entry":"exists","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/models/transfusion.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/models/transfusion.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"d93be7ef30d67f1e","entry":"log","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/noise_schedule.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/noise_schedule.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d93be7ef30d67f1e"}},{"code_sha256_prefix":"5668b62a6e4b01bb","entry":"convert_epsweight_to_vweight","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/loss_weighting.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/loss_weighting.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":"5668b62a6e4b01bb"}},{"code_sha256_prefix":"e5c4a9efab21d873","entry":"convert_epsweight_to_xweight","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/loss_weighting.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/loss_weighting.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":"e5c4a9efab21d873"}},{"code_sha256_prefix":"76904d8438fcca95","entry":"cosine_schedule","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/noise_schedule.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/noise_schedule.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":"76904d8438fcca95"}},{"code_sha256_prefix":"8d1a3ec5840c93c9","entry":"create_causal_mask","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/models/modules/blocks.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/models/modules/blocks.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":"8d1a3ec5840c93c9"}},{"code_sha256_prefix":"221d36d6d33425b5","entry":"get_loss_weighting","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/loss_weighting.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/loss_weighting.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":"221d36d6d33425b5"}},{"code_sha256_prefix":"fa099fa278fc3423","entry":"log_snr_to_alpha2","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/noise_schedule.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/noise_schedule.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":"fa099fa278fc3423"}},{"code_sha256_prefix":"d792dd517e4e01af","entry":"predict_noise_from_start","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/diff_utils.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/diff_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":"d792dd517e4e01af"}},{"code_sha256_prefix":"8ae81975b2f6e63a","entry":"predict_start_from_noise","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/diff_utils.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/diff_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":"8ae81975b2f6e63a"}},{"code_sha256_prefix":"cefac3e975d83277","entry":"predict_start_from_v","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/diff_utils.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/diff_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":"cefac3e975d83277"}},{"code_sha256_prefix":"82143eb9a033ed49","entry":"torch_sech","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/diffusion/time_sampler.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/diffusion/time_sampler.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":"82143eb9a033ed49"}},{"code_sha256_prefix":"be049b731042379a","entry":"variance_preserving_map","repo":"justinlovelace/STAR-LDM","repo_kind":"found_in_text","path":"star_ldm/models/transfusion.py","file_url":"https://github.com/justinlovelace/STAR-LDM/blob/HEAD/star_ldm/models/transfusion.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":"be049b731042379a"}}]},"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}