{"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/compute-prototypes","entry":"compute_prototypes","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":7,"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":10,"n_samples_ran":8,"n_samples_fingerprinted":6,"n_places":10,"n_places_pointer_only":1,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":7,"ran_fixture":0,"ran":0,"unverified":2},"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.00478","paper":"/paper/arxiv-2603-00478","title":"Benchmarking Few-shot Transferability of Pre-trained Models with Improved Evaluation Protocols","date":null,"month_inferred_from_arxiv_id":"2026-03","title_source":"syntology","repo":"Frankluox/FewTrans","path":"architectures/classifier/finetune.py","file_url":"https://github.com/Frankluox/FewTrans/blob/HEAD/architectures/classifier/finetune.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"49c7656c86e98689","mcp_get_code":{"code_sha256":"49c7656c86e98689"}},{"arxiv_id":"2303.06315","paper":"/paper/deta-denoised-task-adaptation-for-few-shot","title":"DETA: Denoised Task Adaptation for Few-Shot Learning","date":"2023-03-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JimZAI/DETA","path":"models/ta.py","file_url":"https://github.com/JimZAI/DETA/blob/HEAD/models/ta.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a4c757e9b96b1bd8","mcp_get_code":{"code_sha256":"a4c757e9b96b1bd8"}},{"arxiv_id":"2103.13841","paper":"/paper/universal-representation-learning-from","title":"Universal Representation Learning from Multiple Domains for Few-shot Classification","date":"2021-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"tmlr-group/mokd","path":"hsic_loss.py","file_url":"https://github.com/tmlr-group/mokd/blob/HEAD/hsic_loss.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"fad178676f5c5101","mcp_get_code":{"code_sha256":"fad178676f5c5101"}},{"arxiv_id":"2008.11297","paper":"/paper/transductive-information-maximization-for-few","title":"Transductive Information Maximization For Few-Shot Learning","date":"2020-08-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sicara/easy-few-shot-learning","path":"easyfsl/methods/tim.py","file_url":"https://github.com/sicara/easy-few-shot-learning/blob/HEAD/easyfsl/methods/tim.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"31e41d7e676cb492","mcp_get_code":{"code_sha256":"31e41d7e676cb492"}},{"arxiv_id":"2006.15486","paper":"/paper/laplacian-regularized-few-shot-learning-1","title":"Laplacian Regularized Few-Shot Learning","date":"2020-06-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sicara/easy-few-shot-learning","path":"easyfsl/methods/laplacian_shot.py","file_url":"https://github.com/sicara/easy-few-shot-learning/blob/HEAD/easyfsl/methods/laplacian_shot.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"02aec2b511f4f3a6","mcp_get_code":{"code_sha256":"02aec2b511f4f3a6"}},{"arxiv_id":"2003.09338","paper":"/paper/selecting-relevant-features-from-a-universal","title":"Selecting Relevant Features from a Multi-domain Representation for Few-shot Classification","date":"2020-03-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"dvornikita/SUR","path":"models/losses.py","file_url":"https://github.com/dvornikita/SUR/blob/HEAD/models/losses.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8650e070578a3658","mcp_get_code":{"code_sha256":"8650e070578a3658"}},{"arxiv_id":"1703.05175","paper":"/paper/prototypical-networks-for-few-shot-learning","title":"Prototypical Networks for Few-shot Learning","date":"2017-03-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"akshatgarg99/FewShotLearning","path":"Utils/protonet_calculations.py","file_url":"https://github.com/akshatgarg99/FewShotLearning/blob/HEAD/Utils/protonet_calculations.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":"4de656fa284263c4","mcp_get_code":{"code_sha256":"4de656fa284263c4"}},{"arxiv_id":"1703.05175","paper":"/paper/prototypical-networks-for-few-shot-learning","title":"Prototypical Networks for Few-shot Learning","date":"2017-03-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"learnables/learn2learn","path":"learn2learn/nn/protonet.py","file_url":"https://github.com/learnables/learn2learn/blob/HEAD/learn2learn/nn/protonet.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b737a25e6c29ebc7","mcp_get_code":{"code_sha256":"b737a25e6c29ebc7"}},{"arxiv_id":"1703.05175","paper":"/paper/prototypical-networks-for-few-shot-learning","title":"Prototypical Networks for Few-shot Learning","date":"2017-03-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"oscarknagg/few-shot","path":"few_shot/proto.py","file_url":"https://github.com/oscarknagg/few-shot/blob/HEAD/few_shot/proto.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"c442feb515d4d8f3","mcp_get_code":{"code_sha256":"c442feb515d4d8f3"}},{"arxiv_id":"1703.05175","paper":"/paper/prototypical-networks-for-few-shot-learning","title":"Prototypical Networks for Few-shot Learning","date":"2017-03-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sicara/easy-few-shot-learning","path":"easyfsl/methods/prototypical_networks.py","file_url":"https://github.com/sicara/easy-few-shot-learning/blob/HEAD/easyfsl/methods/prototypical_networks.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9b846f6eab1ad481","mcp_get_code":{"code_sha256":"9b846f6eab1ad481"}}]}