{"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/convert-to-one-hot","entry":"convert_to_one_hot","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":10,"n_papers_ran":5,"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":9,"n_samples_ran":5,"n_samples_fingerprinted":0,"n_places":10,"n_places_pointer_only":6,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":3,"unverified":4},"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":"2409.15647","paper":"/paper/looped-transformers-for-length-generalization","title":"Looped Transformers for Length Generalization","date":"2024-09-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"UW-Madison-Lee-Lab/looped-tf","path":"src/utils.py","file_url":"https://github.com/UW-Madison-Lee-Lab/looped-tf/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":"2b0656642339e6c3","mcp_get_code":{"code_sha256":"2b0656642339e6c3"}},{"arxiv_id":"2402.19470","paper":"/paper/towards-generalizable-tumor-synthesis","title":"Towards Generalizable Tumor Synthesis","date":"2024-02-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mrgiovanni/difftumor","path":"STEP3.SegmentationModel/monai_trainer.py","file_url":"https://github.com/mrgiovanni/difftumor/blob/HEAD/STEP3.SegmentationModel/monai_trainer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"07043f3ace7177ab","mcp_get_code":{"code_sha256":"07043f3ace7177ab"}},{"arxiv_id":"2402.11301","paper":"/paper/revit-enhancing-vision-transformers-with","title":"ReViT: Enhancing Vision Transformers Feature Diversity with Attention Residual Connections","date":"2024-02-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"adiko1997/revit","path":"dataset/mixup.py","file_url":"https://github.com/adiko1997/revit/blob/HEAD/dataset/mixup.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c1d7ffe2c3f88e99","mcp_get_code":{"code_sha256":"c1d7ffe2c3f88e99"}},{"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/mixup.py","file_url":"https://github.com/sqiangcao99/e2e-load/blob/HEAD/src/datasets/mixup.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":"7e91df719cc1d4ff","mcp_get_code":{"code_sha256":"7e91df719cc1d4ff"}},{"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/mixup.py","file_url":"https://github.com/facebookresearch/mvit/blob/HEAD/mvit/datasets/mixup.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":"547be2babaca4859","mcp_get_code":{"code_sha256":"547be2babaca4859"}},{"arxiv_id":"2206.13559","paper":"/paper/parameter-efficient-image-to-video-transfer","title":"ST-Adapter: Parameter-Efficient Image-to-Video Transfer Learning","date":"2022-06-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"linziyi96/st-adapter","path":"video_dataset/mixup.py","file_url":"https://github.com/linziyi96/st-adapter/blob/HEAD/video_dataset/mixup.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"547be2babaca4859","mcp_get_code":{"code_sha256":"547be2babaca4859"}},{"arxiv_id":"2008.02457","paper":"/paper/graph-convolutional-networks-for-1","title":"Graph Convolutional Networks for Hyperspectral Image Classification","date":"2020-08-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"danfenghong/IEEE_TGRS_GCN","path":"miniGCN.py","file_url":"https://github.com/danfenghong/IEEE_TGRS_GCN/blob/HEAD/miniGCN.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"459f2984ea055ede","mcp_get_code":{"code_sha256":"459f2984ea055ede"}},{"arxiv_id":"1612.07659","paper":"/paper/structured-sequence-modeling-with-graph","title":"Structured Sequence Modeling with Graph Convolutional Recurrent Networks","date":"2016-12-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"andymogul/gcrnn_revised","path":"utils.py","file_url":"https://github.com/andymogul/gcrnn_revised/blob/HEAD/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"660f5f33fc38af17","mcp_get_code":{"code_sha256":"660f5f33fc38af17"}},{"arxiv_id":"1611.01144","paper":"/paper/categorical-reparameterization-with-gumbel","title":"Categorical Reparameterization with Gumbel-Softmax","date":"2016-11-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chijames/gst","path":"model/basic.py","file_url":"https://github.com/chijames/gst/blob/HEAD/model/basic.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ddba371fd54afdd0","mcp_get_code":{"code_sha256":"ddba371fd54afdd0"}},{"arxiv_id":"1606.02147","paper":"/paper/enet-a-deep-neural-network-architecture-for","title":"ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation","date":"2016-06-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alililia/ascend_E-NET","path":"src/iou_eval.py","file_url":"https://github.com/alililia/ascend_E-NET/blob/HEAD/src/iou_eval.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":"11aacaf9af63492c","mcp_get_code":{"code_sha256":"11aacaf9af63492c"}}]}