{"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/create-initializer","entry":"create_initializer","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":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":9,"n_samples_ran":3,"n_samples_fingerprinted":0,"n_places":11,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":2,"ran_fixture":0,"ran":1,"unverified":6},"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":"2312.16979","paper":"/paper/blackboxbench-a-comprehensive-benchmark-of","title":"BlackboxBench: A Comprehensive Benchmark of Black-box Adversarial Attacks","date":null,"month_inferred_from_arxiv_id":"2023-12","title_source":"archive","repo":"SCLBD/BlackboxBench","path":"query/models/wrn.py","file_url":"https://github.com/SCLBD/BlackboxBench/blob/HEAD/query/models/wrn.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"4353c13e1b7f389e","mcp_get_code":{"code_sha256":"4353c13e1b7f389e"}},{"arxiv_id":"2307.00631","paper":"/paper/bidirectional-looking-with-a-novel-double","title":"Bidirectional Looking with A Novel Double Exponential Moving Average to Adaptive and Non-adaptive Momentum Optimizers","date":"2023-07-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"chernyn/admeta-optimizer","path":"admeta-code/admeta-cifar/pytorch_image_classification/models/initializer.py","file_url":"https://github.com/chernyn/admeta-optimizer/blob/HEAD/admeta-code/admeta-cifar/pytorch_image_classification/models/initializer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-2-Clause","inline_ok":true,"code_sha256_prefix":"6ebe71d5f25ff7ba","mcp_get_code":{"code_sha256":"6ebe71d5f25ff7ba"}},{"arxiv_id":"2207.01524","paper":"/paper/variational-neural-networks","title":"Variational Neural Networks","date":"2022-07-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"iliiliiliili/vnn-jax-enn","path":"enn/networks/vnn.py","file_url":"https://github.com/iliiliiliili/vnn-jax-enn/blob/HEAD/enn/networks/vnn.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":"a4fce2ea92afbddb","mcp_get_code":{"code_sha256":"a4fce2ea92afbddb"}},{"arxiv_id":"2108.00373","paper":"/paper/spear-semi-supervised-data-programming-in","title":"SPEAR : Semi-supervised Data Programming in Python","date":"2021-08-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"decile-team/spear","path":"spear/Implyloss/networks.py","file_url":"https://github.com/decile-team/spear/blob/HEAD/spear/Implyloss/networks.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ea3b6a2cd138e70a","mcp_get_code":{"code_sha256":"ea3b6a2cd138e70a"}},{"arxiv_id":"2106.02636","paper":"/paper/merlot-multimodal-neural-script-knowledge","title":"MERLOT: Multimodal Neural Script Knowledge Models","date":"2021-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"rowanz/merlot","path":"utils/transformer.py","file_url":"https://github.com/rowanz/merlot/blob/HEAD/utils/transformer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e3981aa2fadfb2eb","mcp_get_code":{"code_sha256":"e3981aa2fadfb2eb"}},{"arxiv_id":"2105.11210","paper":"/paper/structurallm-structural-pre-training-for-form","title":"StructuralLM: Structural Pre-training for Form Understanding","date":"2021-05-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"alibaba/AliceMind","path":"StructuralLM/modeling.py","file_url":"https://github.com/alibaba/AliceMind/blob/HEAD/StructuralLM/modeling.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":"0a494585f68860d3","mcp_get_code":{"code_sha256":"0a494585f68860d3"}},{"arxiv_id":"2004.11579","paper":"/paper/probabilistically-masked-language-model","title":"Probabilistically Masked Language Model Capable of Autoregressive Generation in Arbitrary Word Order","date":"2020-04-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"huawei-noah/Pretrained-Language-Model","path":"PMLM/interactive_conditional_samples_sincos_acrostic.py","file_url":"https://github.com/huawei-noah/Pretrained-Language-Model/blob/HEAD/PMLM/interactive_conditional_samples_sincos_acrostic.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e3981aa2fadfb2eb","mcp_get_code":{"code_sha256":"e3981aa2fadfb2eb"}},{"arxiv_id":"1905.12616","paper":"/paper/defending-against-neural-fake-news","title":"Defending Against Neural Fake News","date":"2019-05-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"agermanidis/OpenGPT-2","path":"lm/modeling.py","file_url":"https://github.com/agermanidis/OpenGPT-2/blob/HEAD/lm/modeling.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":"e3981aa2fadfb2eb","mcp_get_code":{"code_sha256":"e3981aa2fadfb2eb"}},{"arxiv_id":"1706.03762","paper":"/paper/attention-is-all-you-need","title":"Attention Is All You Need","date":"2017-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ricardordb/bert","path":"modeling.py","file_url":"https://github.com/ricardordb/bert/blob/HEAD/modeling.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"7d9d897f84c8cc32","mcp_get_code":{"code_sha256":"7d9d897f84c8cc32"}},{"arxiv_id":"1706.03762","paper":"/paper/attention-is-all-you-need","title":"Attention Is All You Need","date":"2017-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"appcoreopc/berty","path":"modeling.py","file_url":"https://github.com/appcoreopc/berty/blob/HEAD/modeling.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"d21f8fba12f93fa9","mcp_get_code":{"code_sha256":"d21f8fba12f93fa9"}},{"arxiv_id":"2021.acl-long.233","paper":null,"title":"arXiv:2021.acl-long.233","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"ACL2020SpellGCN/SpellGCN","path":"modeling.py","file_url":"https://github.com/ACL2020SpellGCN/SpellGCN/blob/HEAD/modeling.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"19c2d04872f9bc0e","mcp_get_code":{"code_sha256":"19c2d04872f9bc0e"}}]}