{"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/zeros","entry":"zeros","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":26,"n_papers_ran":20,"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":3,"n_samples_fingerprinted":1,"n_places":27,"n_places_pointer_only":4,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":1,"ran":1,"unverified":7},"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":"2311.01196","paper":"/paper/combating-bilateral-edge-noise-for-robust-1","title":"Combating Bilateral Edge Noise for Robust Link Prediction","date":"2023-11-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"flyingdoog/PTDNet","path":"inits.py","file_url":"https://github.com/flyingdoog/PTDNet/blob/HEAD/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2206.13176","paper":"/paper/a-representation-learning-framework-for-1","title":"A Representation Learning Framework for Property Graphs","date":"2022-06-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yifan-h/pge","path":"pge/inits.py","file_url":"https://github.com/yifan-h/pge/blob/HEAD/pge/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2203.03315","paper":"/paper/deep-reinforcement-learning-for-entity-1","title":"Deep Reinforcement Learning for Entity Alignment","date":"2022-03-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"guolingbing/RLEA","path":"src/openea/approaches/gcn_align.py","file_url":"https://github.com/guolingbing/RLEA/blob/HEAD/src/openea/approaches/gcn_align.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2202.02514","paper":"/paper/score-based-generative-modeling-of-graphs-via","title":"Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations","date":"2022-02-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"AdrienC21/CCSD","path":"ccsd/src/models/ScoreNetwork_A.py","file_url":"https://github.com/AdrienC21/CCSD/blob/HEAD/ccsd/src/models/ScoreNetwork_A.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5f1a4e1cb60dea51","mcp_get_code":{"code_sha256":"5f1a4e1cb60dea51"}},{"arxiv_id":"2202.02514","paper":"/paper/score-based-generative-modeling-of-graphs-via","title":"Score-based Generative Modeling of Graphs via the System of Stochastic Differential Equations","date":"2022-02-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"harryjo97/gdss","path":"models/ScoreNetwork_A.py","file_url":"https://github.com/harryjo97/gdss/blob/HEAD/models/ScoreNetwork_A.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ea9c6ff61fbc9c4e","mcp_get_code":{"code_sha256":"ea9c6ff61fbc9c4e"}},{"arxiv_id":"2110.01548","paper":"/paper/uncertainty-based-offline-reinforcement","title":"Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble","date":"2021-10-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"snu-mllab/edac","path":"lifelong_rl/models/networks.py","file_url":"https://github.com/snu-mllab/edac/blob/HEAD/lifelong_rl/models/networks.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"662ecb7bbf9644d8","mcp_get_code":{"code_sha256":"662ecb7bbf9644d8"}},{"arxiv_id":"2106.02248","paper":"/paper/knowing-the-no-match-entity-alignment-with","title":"Knowing the No-match: Entity Alignment with Dangling Cases","date":"2021-06-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nju-websoft/OpenEA","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"code_sha256_prefix":"0a0766dae72ea646","mcp_get_code":{"code_sha256":"0a0766dae72ea646"}},{"arxiv_id":"2010.08252","paper":"/paper/hyperparameter-auto-tuning-in-self-supervised","title":"Hyperparameter Auto-tuning in Self-Supervised Robotic Learning","date":"2020-10-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"huangjiancong1/rlkit_autotune","path":"rlkit/torch/vae/vae_trainer.py","file_url":"https://github.com/huangjiancong1/rlkit_autotune/blob/HEAD/rlkit/torch/vae/vae_trainer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d10e01e9a37f24d6","mcp_get_code":{"code_sha256":"d10e01e9a37f24d6"}},{"arxiv_id":"2008.08047","paper":"/paper/a-geodesic-interior-point-method-for-linear","title":"A geodesic interior-point method for linear optimization over symmetric cones","date":null,"month_inferred_from_arxiv_id":"2020-08","title_source":"archive","repo":"frankpermenter/conex","path":"interfaces/python/ConexProgram.py","file_url":"https://github.com/frankpermenter/conex/blob/HEAD/interfaces/python/ConexProgram.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a62fac0899a92c08","mcp_get_code":{"code_sha256":"a62fac0899a92c08"}},{"arxiv_id":"2007.09547","paper":"/paper/sat2graph-road-graph-extraction-through-graph","title":"Sat2Graph: Road Graph Extraction through Graph-Tensor Encoding","date":"2020-07-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"songtaohe/Sat2Graph","path":"model/tf_common_layer.py","file_url":"https://github.com/songtaohe/Sat2Graph/blob/HEAD/model/tf_common_layer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b1cae89b7ac10150","mcp_get_code":{"code_sha256":"b1cae89b7ac10150"}},{"arxiv_id":"2006.11468","paper":"/paper/generalizing-graph-neural-networks-beyond","title":"Beyond Homophily in Graph Neural Networks: Current Limitations and Effective Designs","date":"2020-06-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"tkipf/gcn","path":"gcn/inits.py","file_url":"https://github.com/tkipf/gcn/blob/HEAD/gcn/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2006.07331","paper":"/paper/generalized-multi-relational-graph","title":"Knowledge Embedding Based Graph Convolutional Network","date":"2020-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Maysir/GEM-GCN","path":"inits.py","file_url":"https://github.com/Maysir/GEM-GCN/blob/HEAD/inits.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0a0766dae72ea646","mcp_get_code":{"code_sha256":"0a0766dae72ea646"}},{"arxiv_id":"2006.05806","paper":"/paper/bandit-samplers-for-training-graph-neural","title":"Bandit Samplers for Training Graph Neural Networks","date":"2020-06-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xavierzw/ogb-geniepath-bs","path":"inits.py","file_url":"https://github.com/xavierzw/ogb-geniepath-bs/blob/HEAD/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2004.01024","paper":"/paper/modeling-dynamic-heterogeneous-network-for","title":"Modeling Dynamic Heterogeneous Network for Link Prediction using Hierarchical Attention with Temporal RNN","date":"2020-04-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"skx300/DyHATR","path":"src/models/inits.py","file_url":"https://github.com/skx300/DyHATR/blob/HEAD/src/models/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"2002.06755","paper":"/paper/unifying-graph-convolutional-neural-networks-1","title":"Unifying Graph Convolutional Neural Networks and Label Propagation","date":"2020-02-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"achalagarwal/gcn-lpa","path":"src/inits.py","file_url":"https://github.com/achalagarwal/gcn-lpa/blob/HEAD/src/inits.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"595ca46a0fcb65fa","mcp_get_code":{"code_sha256":"595ca46a0fcb65fa"}},{"arxiv_id":"1911.01731","paper":"/paper/graphair-graph-representation-learning-with","title":"GraphAIR: Graph Representation Learning with Neighborhood Aggregation and Interaction","date":"2019-11-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"CRIPAC-DIG/GraphAIR","path":"tensorflow_code/inits.py","file_url":"https://github.com/CRIPAC-DIG/GraphAIR/blob/HEAD/tensorflow_code/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1908.01491","paper":"/paper/pixel2mesh-multi-view-3d-mesh-generation-via","title":"Pixel2Mesh++: Multi-View 3D Mesh Generation via Deformation","date":"2019-08-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"walsvid/Pixel2MeshPlusPlus","path":"modules/inits.py","file_url":"https://github.com/walsvid/Pixel2MeshPlusPlus/blob/HEAD/modules/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1905.13403","paper":"/paper/deep-bayesian-optimization-on-attributed","title":"Deep Bayesian Optimization on Attributed Graphs","date":"2019-05-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"csjtx1021/DGBO","path":"gcn/inits.py","file_url":"https://github.com/csjtx1021/DGBO/blob/HEAD/gcn/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1902.06667","paper":"/paper/semi-supervised-node-classification-via","title":"Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification","date":"2019-02-13","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"CRIPAC-DIG/H-GCN","path":"tensorflow_code/inits.py","file_url":"https://github.com/CRIPAC-DIG/H-GCN/blob/HEAD/tensorflow_code/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1901.09993","paper":"/paper/generalized-label-propagation-methods-for","title":"Label Efficient Semi-Supervised Learning via Graph Filtering","date":"2019-01-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"liqimai/Efficient-SSL","path":"gcn/inits.py","file_url":"https://github.com/liqimai/Efficient-SSL/blob/HEAD/gcn/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1811.11103","paper":"/paper/bayesian-graph-convolutional-neural-networks","title":"Bayesian graph convolutional neural networks for semi-supervised classification","date":"2018-11-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"huawei-noah/BGCN","path":"src/inits.py","file_url":"https://github.com/huawei-noah/BGCN/blob/HEAD/src/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1811.02061","paper":"/paper/a-recurrent-graph-neural-network-for-multi","title":"A Recurrent Graph Neural Network for Multi-Relational Data","date":"2018-11-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"bioannidis/adaptive_recurrent_graph_neural_network","path":"inits.py","file_url":"https://github.com/bioannidis/adaptive_recurrent_graph_neural_network/blob/HEAD/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1804.01654","paper":"/paper/pixel2mesh-generating-3d-mesh-models-from","title":"Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images","date":"2018-04-05","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nywang16/Pixel2Mesh","path":"p2m/inits.py","file_url":"https://github.com/nywang16/Pixel2Mesh/blob/HEAD/p2m/inits.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":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1804.00823","paper":"/paper/graph2seq-graph-to-sequence-learning-with","title":"Graph2Seq: Graph to Sequence Learning with Attention-based Neural Networks","date":"2018-04-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"IBM/Graph2Seq","path":"main/inits.py","file_url":"https://github.com/IBM/Graph2Seq/blob/HEAD/main/inits.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":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"1710.10568","paper":"/paper/stochastic-training-of-graph-convolutional","title":"Stochastic Training of Graph Convolutional Networks with Variance Reduction","date":"2017-10-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"thu-ml/stochastic_gcn","path":"gcn/inits.py","file_url":"https://github.com/thu-ml/stochastic_gcn/blob/HEAD/gcn/inits.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"681e93201c975fb9","mcp_get_code":{"code_sha256":"681e93201c975fb9"}},{"arxiv_id":"1603.08861","paper":"/paper/revisiting-semi-supervised-learning-with","title":"Revisiting Semi-Supervised Learning with Graph Embeddings","date":"2016-03-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"asarigun/la-gcn-tensorflow","path":"inits.py","file_url":"https://github.com/asarigun/la-gcn-tensorflow/blob/HEAD/inits.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}},{"arxiv_id":"aaai_20873","paper":null,"title":"arXiv:aaai_20873","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"RICE-EIC/Early-Bird-GCN","path":"gcn/inits.py","file_url":"https://github.com/RICE-EIC/Early-Bird-GCN/blob/HEAD/gcn/inits.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":"b190ef9c60b2629a","mcp_get_code":{"code_sha256":"b190ef9c60b2629a"}}]}