{"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":"/code/deep-update","entry":"deep_update","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":12,"n_papers_ran":4,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":11,"n_samples_ran":3,"n_samples_fingerprinted":0,"n_places":12,"n_places_pointer_only":5,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":3,"unverified":8},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2603.04639","paper":"/paper/arxiv-2603-04639","title":"RoboMME: Benchmarking and Understanding Memory for Robotic Generalist Policies","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"RoboMME/MemoryVLA","path":"deploy.py","file_url":"https://github.com/RoboMME/MemoryVLA/blob/HEAD/deploy.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"89239e43afbc445b","mcp_get_code":{"code_sha256":"89239e43afbc445b"}},{"arxiv_id":"2602.18823","paper":"/paper/arxiv-2602-18823","title":"EvalSense: A Framework for Domain-Specific LLM (Meta-)Evaluation","date":null,"month_inferred_from_arxiv_id":"2026-02","title_source":"syntology","repo":"nhsengland/evalsense","path":"evalsense/utils/dict.py","file_url":"https://github.com/nhsengland/evalsense/blob/HEAD/evalsense/utils/dict.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"13bbbe184a3f9ed3","mcp_get_code":{"code_sha256":"13bbbe184a3f9ed3"}},{"arxiv_id":"2601.17301","paper":"/paper/arxiv-2601-17301","title":"Tabular Foundation Models are Strong Graph Anomaly Detectors","date":null,"month_inferred_from_arxiv_id":"2026-01","title_source":"syntology","repo":"Cloudy1225/TFM4GAD","path":"LimiX/tfm4gad/misc.py","file_url":"https://github.com/Cloudy1225/TFM4GAD/blob/HEAD/LimiX/tfm4gad/misc.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"7042370e9a745ab2","mcp_get_code":{"code_sha256":"7042370e9a745ab2"}},{"arxiv_id":"2412.14058","paper":"/paper/towards-generalist-robot-policies-what","title":"Towards Generalist Robot Policies: What Matters in Building Vision-Language-Action Models","date":"2024-12-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Robot-VLAs/RoboVLMs","path":"robovlms/model/backbone/base_backbone.py","file_url":"https://github.com/Robot-VLAs/RoboVLMs/blob/HEAD/robovlms/model/backbone/base_backbone.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"5cf661f640d4a718","mcp_get_code":{"code_sha256":"5cf661f640d4a718"}},{"arxiv_id":"2410.15059","paper":"/paper/deep-equilibrium-algorithmic-reasoning","title":"Deep Equilibrium Algorithmic Reasoning","date":"2024-10-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"HekpoMaH/DEAR","path":"train_reasoner.py","file_url":"https://github.com/HekpoMaH/DEAR/blob/HEAD/train_reasoner.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"d72e5d15bdc8cca2","mcp_get_code":{"code_sha256":"d72e5d15bdc8cca2"}},{"arxiv_id":"2408.09153","paper":"/paper/are-clip-features-all-you-need-for-universal","title":"Are CLIP features all you need for Universal Synthetic Image Origin Attribution?","date":"2024-08-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ciodar/universalattribution","path":"utils/config.py","file_url":"https://github.com/ciodar/universalattribution/blob/HEAD/utils/config.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"abec4902fd36544a","mcp_get_code":{"code_sha256":"abec4902fd36544a"}},{"arxiv_id":"2405.21063","paper":"/paper/neural-network-verification-with-branch-and","title":"Neural Network Verification with Branch-and-Bound for General Nonlinearities","date":"2024-05-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"huanzhang12/alpha-beta-CROWN","path":"complete_verifier/load_model.py","file_url":"https://github.com/huanzhang12/alpha-beta-CROWN/blob/HEAD/complete_verifier/load_model.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"1c11a3ea527b1755","mcp_get_code":{"code_sha256":"1c11a3ea527b1755"}},{"arxiv_id":"2309.07778","paper":"/paper/virchow-a-million-slide-digital-pathology","title":"Virchow: A Million-Slide Digital Pathology Foundation Model","date":"2023-09-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Paige-AI/paige-ml-sdk","path":"src/paige/ml_sdk/dict_procedures.py","file_url":"https://github.com/Paige-AI/paige-ml-sdk/blob/HEAD/src/paige/ml_sdk/dict_procedures.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"cb5091a659332a8f","mcp_get_code":{"code_sha256":"cb5091a659332a8f"}},{"arxiv_id":"2306.07542","paper":"/paper/a-versatile-multi-agent-reinforcement","title":"A Versatile Multi-Agent Reinforcement Learning Benchmark for Inventory Management","date":"2023-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"victoryxl/replenishmentenv","path":"ReplenishmentEnv/utility/utility.py","file_url":"https://github.com/victoryxl/replenishmentenv/blob/HEAD/ReplenishmentEnv/utility/utility.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"ecb274bf431b686d","mcp_get_code":{"code_sha256":"ecb274bf431b686d"}},{"arxiv_id":"2203.02094","paper":"/paper/litetransformersearch-training-free-on-device","title":"LiteTransformerSearch: Training-free Neural Architecture Search for Efficient Language Models","date":"2022-03-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"microsoft/archai","path":"archai/common/config.py","file_url":"https://github.com/microsoft/archai/blob/HEAD/archai/common/config.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"abec4902fd36544a","mcp_get_code":{"code_sha256":"abec4902fd36544a"}},{"arxiv_id":"2105.04580","paper":"/paper/towards-discovery-and-attribution-of-open","title":"Towards Discovery and Attribution of Open-world GAN Generated Images","date":"2021-05-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Sharath-girish/openworld-gan","path":"config.py","file_url":"https://github.com/Sharath-girish/openworld-gan/blob/HEAD/config.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4fb209b49087100a","mcp_get_code":{"code_sha256":"4fb209b49087100a"}},{"arxiv_id":"openreview_sfWgUkh5Zj","paper":null,"title":"arXiv:openreview_sfWgUkh5Zj","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"zzzhr97/SpecBench","path":"specbench/utils.py","file_url":"https://github.com/zzzhr97/SpecBench/blob/HEAD/specbench/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"e141eb0f2f26113f","mcp_get_code":{"code_sha256":"e141eb0f2f26113f"}}]}