{"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/basic-block","entry":"basic_block","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":6,"n_papers_ran":2,"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":7,"n_samples_ran":2,"n_samples_fingerprinted":1,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":1,"unverified":5},"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":"2510.22217","paper":"/paper/arxiv-2510-22217","title":"Enpowering Your Pansharpening Models with Generalizability: Unified Distribution is All You Need","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"yc-cui/UniPAN","path":"UniPAN/model/UAPN/network.py","file_url":"https://github.com/yc-cui/UniPAN/blob/HEAD/UniPAN/model/UAPN/network.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"6e2f248f90ab5701","mcp_get_code":{"code_sha256":"6e2f248f90ab5701"}},{"arxiv_id":"2206.02066","paper":"/paper/pidnet-a-real-time-semantic-segmentation","title":"PIDNet: A Real-time Semantic Segmentation Network Inspired by PID Controllers","date":"2022-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hamidriasat/PIDNet","path":"resnet.py","file_url":"https://github.com/hamidriasat/PIDNet/blob/HEAD/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"92809dd5a449eb93","mcp_get_code":{"code_sha256":"92809dd5a449eb93"}},{"arxiv_id":"2011.01302","paper":"/paper/ios-inter-operator-scheduler-for-cnn","title":"IOS: Inter-Operator Scheduler for CNN Acceleration","date":"2020-11-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mit-han-lab/inter-operator-scheduler","path":"python/ios/models/resnet.py","file_url":"https://github.com/mit-han-lab/inter-operator-scheduler/blob/HEAD/python/ios/models/resnet.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ee3ee850ea9d519b","mcp_get_code":{"code_sha256":"ee3ee850ea9d519b"}},{"arxiv_id":"2006.03829","paper":"/paper/3d-self-supervised-methods-for-medical","title":"3D Self-Supervised Methods for Medical Imaging","date":"2020-06-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"HealthML/self-supervised-3d-tasks","path":"self_supervised_3d_tasks/models/resnet3d.py","file_url":"https://github.com/HealthML/self-supervised-3d-tasks/blob/HEAD/self_supervised_3d_tasks/models/resnet3d.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"code_sha256_prefix":"e44e5354592522fd","mcp_get_code":{"code_sha256":"e44e5354592522fd"}},{"arxiv_id":"1901.08706","paper":"/paper/emergent-linguistic-phenomena-in-multi-agent","title":"Emergent Linguistic Phenomena in Multi-Agent Communication Games","date":"2019-01-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"lgraesser/MultimodalGame","path":"utils/package_data.py","file_url":"https://github.com/lgraesser/MultimodalGame/blob/HEAD/utils/package_data.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"0e4b65c138fa4aa5","mcp_get_code":{"code_sha256":"0e4b65c138fa4aa5"}},{"arxiv_id":"1512.03385","paper":"/paper/deep-residual-learning-for-image-recognition","title":"Deep Residual Learning for Image Recognition","date":"2015-12-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"oxygen0605/ImageClassification","path":"ResNet.py","file_url":"https://github.com/oxygen0605/ImageClassification/blob/HEAD/ResNet.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"913403595a2b068c","mcp_get_code":{"code_sha256":"913403595a2b068c"}},{"arxiv_id":"1512.03385","paper":"/paper/deep-residual-learning-for-image-recognition","title":"Deep Residual Learning for Image Recognition","date":"2015-12-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Zachdr1/CNNs","path":"resnet-34/resnet34.py","file_url":"https://github.com/Zachdr1/CNNs/blob/HEAD/resnet-34/resnet34.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"18ba148cb69e70fc","mcp_get_code":{"code_sha256":"18ba148cb69e70fc"}}]}