{"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-2607-25236","title":"VisualPatchWorld: Code World Models as Latent Structured Representations for Planning","arxiv_id":"2607.25236","date":"2026-07-28","proceeding":null,"authors":["Jiaxin Bai","Jiaxuan Xiong"],"abstract":"Different research lines use the term world model in different ways, yet they share a common aim: to capture how the world evolves under action in a form that supports perception, simulation, and planning. Two prominent realizations are neural predictors that learn dynamics in continuous vector spaces, and hand-built physics engines that expose explicit state and physical laws. Neural predictors scale from data but leave the form of the dynamics implicit; physics engines are inspectable and editable but difficult to construct at scale. We introduce VisualPatchWorld (VPW), which represents world dynamics as code. VPW first selects a qualitative dynamical form with short active probes, then fits that form's free parameters from recorded state-action traces by minimizing multi-step prediction error. The resulting programs can be rolled forward like a simulator, inspected in source form, and used inside model-predictive control; image-derived scene graphs can supply the live state at replan time. Across comparisons with prior code-based world models, VPW attains 69.0% mean planning success and exceeds the strongest code baseline by 23.5 points. The largest gains arise when choosing the correct qualitative dynamics is essential. Under the same planner, the induced models approach ground-truth engine success on navigation and grasp-rich control; a residual gap remains for contact-rich pushing, and checking a shortlist of promising plans in the engine closes most of that gap. These results establish a practical route toward automatically constructed code world models that are useful for planning. Code is available at https://github.com/HKBU-KnowComp/VisualPatchWorld/.","url_abs":"https://arxiv.org/abs/2607.25236","url_pdf":"https://arxiv.org/pdf/2607.25236","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":{"syntology_url":"https://syntology.ai/paper/2607.25236","atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2607.25236"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/HKBU-KnowComp/VisualPatchWorld","reach":null}],"summary":{"ran":8,"ran_honours":7,"ran_draft_wrong":7,"ran_fixture":1,"unverified":21},"by_repo_kind":{"found_in_text":{"samples":44,"ran":23,"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":"3b3ac601d6efe942","entry":"EnvStructureReport","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3b3ac601d6efe942"}},{"code_sha256_prefix":"b973a7b79d96cfa9","entry":"EpisodeSlice","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b973a7b79d96cfa9"}},{"code_sha256_prefix":"c6ccd43fd3e2fbc1","entry":"LeWMEnvSpec","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c6ccd43fd3e2fbc1"}},{"code_sha256_prefix":"8c59c27d7893b0a2","entry":"ProbeResult","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8c59c27d7893b0a2"}},{"code_sha256_prefix":"7dd0f6681042a092","entry":"TaggedTransition","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7dd0f6681042a092"}},{"code_sha256_prefix":"cec67a4407d01cf3","entry":"Trajectory","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cec67a4407d01cf3"}},{"code_sha256_prefix":"ccc986c237c99cc1","entry":"Transition","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ccc986c237c99cc1"}},{"code_sha256_prefix":"8eae1dea8284248c","entry":"_agent_xy","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8eae1dea8284248c"}},{"code_sha256_prefix":"e1995fb8c273c632","entry":"_as_int_list","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e1995fb8c273c632"}},{"code_sha256_prefix":"30c840c93b496349","entry":"_cube_block_xy","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"30c840c93b496349"}},{"code_sha256_prefix":"b190ceebd9f6cad0","entry":"_first_valid_start","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b190ceebd9f6cad0"}},{"code_sha256_prefix":"dac6b3bc02a8cc8e","entry":"_reacher_qpos","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dac6b3bc02a8cc8e"}},{"code_sha256_prefix":"2c071d1d8488c3db","entry":"_reacher_qvel","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2c071d1d8488c3db"}},{"code_sha256_prefix":"ef44efed8670fb6c","entry":"_sim_obs_vector","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef44efed8670fb6c"}},{"code_sha256_prefix":"e1f7c095971a2c84","entry":"_target_xy","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e1f7c095971a2c84"}},{"code_sha256_prefix":"10040f293d33680e","entry":"goal_row_from_start","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"10040f293d33680e"}},{"code_sha256_prefix":"e0b03e59ea78068d","entry":"probe_pusht_structure","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"DEP_MISSING","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e0b03e59ea78068d"}},{"code_sha256_prefix":"a04c4f5412023862","entry":"require_h5py","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a04c4f5412023862"}},{"code_sha256_prefix":"74b8d14d662e95eb","entry":"reset_env_from_rows","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"74b8d14d662e95eb"}},{"code_sha256_prefix":"119bc8041bb90077","entry":"resolve_dataset_path","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"119bc8041bb90077"}},{"code_sha256_prefix":"f666f32a7d3abc1c","entry":"row_dict_from_h5","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f666f32a7d3abc1c"}},{"code_sha256_prefix":"3e34eae5424d18e7","entry":"sim_step_with_info","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3e34eae5424d18e7"}},{"code_sha256_prefix":"f5b09b8e9f3a9e62","entry":"structure_sketch_from_probes","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f5b09b8e9f3a9e62"}},{"code_sha256_prefix":"0c9a53a186fd8ffa","entry":"Timeline","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"0c9a53a186fd8ffa"}},{"code_sha256_prefix":"58202bf4e83babab","entry":"_macro_step","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"58202bf4e83babab"}},{"code_sha256_prefix":"ef695b35deb9f72b","entry":"_sync_row_after_reset","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"ef695b35deb9f72b"}},{"code_sha256_prefix":"4a1f6f624b72e1f1","entry":"episode_slices","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"4a1f6f624b72e1f1"}},{"code_sha256_prefix":"c0101a75a31bb147","entry":"get_env_spec","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"c0101a75a31bb147"}},{"code_sha256_prefix":"714431e8d86d6708","entry":"identify_env_structure","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"714431e8d86d6708"}},{"code_sha256_prefix":"23e0b564c40c423e","entry":"induce_from_structure","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"23e0b564c40c423e"}},{"code_sha256_prefix":"7d1ef43169eb3872","entry":"load_probe_rows","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"7d1ef43169eb3872"}},{"code_sha256_prefix":"25e26316ca1ded08","entry":"make_gym_env","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"25e26316ca1ded08"}},{"code_sha256_prefix":"3ad9bab8b5188774","entry":"probe_cube_far_decoupled","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"3ad9bab8b5188774"}},{"code_sha256_prefix":"32fdce9d67977a6f","entry":"probe_cube_goal_static","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"32fdce9d67977a6f"}},{"code_sha256_prefix":"17a5da2bc84b4e82","entry":"probe_cube_grip_gated_contact","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"17a5da2bc84b4e82"}},{"code_sha256_prefix":"5514ead367d0d241","entry":"probe_reacher_first_order_damping","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"5514ead367d0d241"}},{"code_sha256_prefix":"38b67be0819ba60c","entry":"probe_reacher_joint_actuation","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"38b67be0819ba60c"}},{"code_sha256_prefix":"6373bf5e387130a9","entry":"probe_reacher_target_static","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"6373bf5e387130a9"}},{"code_sha256_prefix":"ecf9ce5d1007d6d2","entry":"probe_tworoom_action_direction","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"ecf9ce5d1007d6d2"}},{"code_sha256_prefix":"5733e0fabc40a424","entry":"probe_tworoom_hold_still","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"5733e0fabc40a424"}},{"code_sha256_prefix":"8b27f799573cc037","entry":"probe_tworoom_target_static","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"8b27f799573cc037"}},{"code_sha256_prefix":"c8e1b07d03eb3a6c","entry":"run_structure_probes","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"c8e1b07d03eb3a6c"}},{"code_sha256_prefix":"10445722117444c9","entry":"select_template_name","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"10445722117444c9"}},{"code_sha256_prefix":"b770491d28e9dd15","entry":"sim_row_from_obs","repo":"HKBU-KnowComp/VisualPatchWorld","repo_kind":"found_in_text","path":"src/visualpatchworld/structure_induction.py","file_url":"https://github.com/HKBU-KnowComp/VisualPatchWorld/blob/HEAD/src/visualpatchworld/structure_induction.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":"b770491d28e9dd15"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":1,"rejected_by_independent_check":0,"refused_by_a_rule":1,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}