{"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/multiple-samples-collate","entry":"multiple_samples_collate","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":8,"n_papers_ran":7,"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":4,"n_samples_ran":3,"n_samples_fingerprinted":0,"n_places":8,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":3,"unverified":1},"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":"2410.10589","paper":"/paper/mote-reconciling-generalization-with","title":"MoTE: Reconciling Generalization with Specialization for Visual-Language to Video Knowledge Transfer","date":"2024-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ZMHH-H/MoTE","path":"utils/Augmentation.py","file_url":"https://github.com/ZMHH-H/MoTE/blob/HEAD/utils/Augmentation.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"4927733091f71100","mcp_get_code":{"code_sha256":"4927733091f71100"}},{"arxiv_id":"2403.20254","paper":"/paper/benchmarking-the-robustness-of-temporal","title":"Benchmarking the Robustness of Temporal Action Detection Models Against Temporal Corruptions","date":"2024-03-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Alvin-Zeng/temporal-robustness-benchmark","path":"extract_corrupted_feature_code/videomae_v2/utils.py","file_url":"https://github.com/Alvin-Zeng/temporal-robustness-benchmark/blob/HEAD/extract_corrupted_feature_code/videomae_v2/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"024894a396cde124","mcp_get_code":{"code_sha256":"024894a396cde124"}},{"arxiv_id":"2403.19638","paper":"/paper/siamese-vision-transformers-are-scalable","title":"Siamese Vision Transformers are Scalable Audio-visual Learners","date":"2024-03-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"genjib/avsiam","path":"src/utils.py","file_url":"https://github.com/genjib/avsiam/blob/HEAD/src/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"024894a396cde124","mcp_get_code":{"code_sha256":"024894a396cde124"}},{"arxiv_id":"2403.06495","paper":"/paper/toward-generalist-anomaly-detection-via-in","title":"Toward Generalist Anomaly Detection via In-context Residual Learning with Few-shot Sample Prompts","date":"2024-03-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mala-lab/inctrl","path":"datasets/loader.py","file_url":"https://github.com/mala-lab/inctrl/blob/HEAD/datasets/loader.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"89796902ab9c77c5","mcp_get_code":{"code_sha256":"89796902ab9c77c5"}},{"arxiv_id":"2308.04549","paper":"/paper/prune-spatio-temporal-tokens-by-semantic","title":"Prune Spatio-temporal Tokens by Semantic-aware Temporal Accumulation","date":"2023-08-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mark12ding/sta","path":"utils.py","file_url":"https://github.com/mark12ding/sta/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"code_sha256_prefix":"024894a396cde124","mcp_get_code":{"code_sha256":"024894a396cde124"}},{"arxiv_id":"2306.07703","paper":"/paper/e2e-load-end-to-end-long-form-online-action","title":"E2E-LOAD: End-to-End Long-form Online Action Detection","date":"2023-06-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sqiangcao99/e2e-load","path":"src/datasets/loader.py","file_url":"https://github.com/sqiangcao99/e2e-load/blob/HEAD/src/datasets/loader.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":"90d936180b786802","mcp_get_code":{"code_sha256":"90d936180b786802"}},{"arxiv_id":"2302.04869","paper":"/paper/reversible-vision-transformers-1","title":"Reversible Vision Transformers","date":"2023-02-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"facebookresearch/mvit","path":"mvit/datasets/loader.py","file_url":"https://github.com/facebookresearch/mvit/blob/HEAD/mvit/datasets/loader.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"code_sha256_prefix":"4927733091f71100","mcp_get_code":{"code_sha256":"4927733091f71100"}},{"arxiv_id":"2301.00184","paper":"/paper/cap4video-what-can-auxiliary-captions-do-for","title":"Cap4Video: What Can Auxiliary Captions Do for Text-Video Retrieval?","date":"2022-12-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"whwu95/BIKE","path":"utils/Augmentation.py","file_url":"https://github.com/whwu95/BIKE/blob/HEAD/utils/Augmentation.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4927733091f71100","mcp_get_code":{"code_sha256":"4927733091f71100"}}]}