{"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/preprocess-features","entry":"preprocess_features","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":20,"n_papers_ran":11,"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":16,"n_samples_ran":8,"n_samples_fingerprinted":2,"n_places":20,"n_places_pointer_only":9,"by_status":{"ran_honours":1,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":6,"unverified":8},"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":"2607.08219","paper":"/paper/arxiv-2607-08219","title":"Benchmark Evaluation of Federated Learning on Multi-organ Images","date":null,"month_inferred_from_arxiv_id":"2026-07","title_source":"syntology","repo":"yutian0315/MobenFL","path":"utils.py","file_url":"https://github.com/yutian0315/MobenFL/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1c361483c7cc9e34","mcp_get_code":{"code_sha256":"1c361483c7cc9e34"}},{"arxiv_id":"2502.02514","paper":"/paper/privacy-attacks-on-image-autoregressive","title":"Privacy Attacks on Image AutoRegressive Models","date":"2025-02-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"sprintml/privacy_attacks_against_iars","path":"analysis/di.py","file_url":"https://github.com/sprintml/privacy_attacks_against_iars/blob/HEAD/analysis/di.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c7b9775c61cf0e0c","mcp_get_code":{"code_sha256":"c7b9775c61cf0e0c"}},{"arxiv_id":"2410.14886","paper":"/paper/zero-shot-generalist-graph-anomaly-detection","title":"Zero-shot Generalist Graph Anomaly Detection with Unified Neighborhood Prompts","date":"2024-10-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mala-lab/UNPrompt","path":"utils.py","file_url":"https://github.com/mala-lab/UNPrompt/blob/HEAD/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2c7fd193a4fb9c0f","mcp_get_code":{"code_sha256":"2c7fd193a4fb9c0f"}},{"arxiv_id":"2409.17386","paper":"/paper/beyond-redundancy-information-aware","title":"Beyond Redundancy: Information-aware Unsupervised Multiplex Graph Structure Learning","date":"2024-09-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zxlearningdeep/InfoMGF","path":"InfoMGF/data_process.py","file_url":"https://github.com/zxlearningdeep/InfoMGF/blob/HEAD/InfoMGF/data_process.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"a7f2485790a1d1c4","mcp_get_code":{"code_sha256":"a7f2485790a1d1c4"}},{"arxiv_id":"2407.16863","paper":"/paper/balanced-multi-relational-graph-clustering","title":"Balanced Multi-Relational Graph Clustering","date":"2024-07-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zxlearningdeep/bmgc","path":"BMGC/utils/load_data.py","file_url":"https://github.com/zxlearningdeep/bmgc/blob/HEAD/BMGC/utils/load_data.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2c7fd193a4fb9c0f","mcp_get_code":{"code_sha256":"2c7fd193a4fb9c0f"}},{"arxiv_id":"2403.17259","paper":"/paper/diffusion-based-negative-sampling-on-graphs","title":"Diffusion-based Negative Sampling on Graphs for Link Prediction","date":"2024-03-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ntkien1904/dmns","path":"data_process.py","file_url":"https://github.com/ntkien1904/dmns/blob/HEAD/data_process.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"93516a1ce7a5079f","mcp_get_code":{"code_sha256":"93516a1ce7a5079f"}},{"arxiv_id":"2403.15520","paper":"/paper/gtc-gnn-transformer-co-contrastive-learning","title":"GTC: GNN-Transformer Co-contrastive Learning for Self-supervised Heterogeneous Graph Representation","date":"2024-03-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"phd-lanyu/gtc","path":"code/self_tools/data_tools.py","file_url":"https://github.com/phd-lanyu/gtc/blob/HEAD/code/self_tools/data_tools.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2c7fd193a4fb9c0f","mcp_get_code":{"code_sha256":"2c7fd193a4fb9c0f"}},{"arxiv_id":"2312.14066","paper":"/paper/upper-bounding-barlow-twins-a-novel-filter","title":"Upper Bounding Barlow Twins: A Novel Filter for Multi-Relational Clustering","date":"2023-12-21","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"XweiQ/BTGF","path":"load_data.py","file_url":"https://github.com/XweiQ/BTGF/blob/HEAD/load_data.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"2c7fd193a4fb9c0f","mcp_get_code":{"code_sha256":"2c7fd193a4fb9c0f"}},{"arxiv_id":"2310.11676","paper":"/paper/prem-a-simple-yet-effective-approach-for-node","title":"PREM: A Simple Yet Effective Approach for Node-Level Graph Anomaly Detection","date":"2023-10-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"campanulabells/prem-gad","path":"modules/utils.py","file_url":"https://github.com/campanulabells/prem-gad/blob/HEAD/modules/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"d5abf636a0f1c18b","mcp_get_code":{"code_sha256":"d5abf636a0f1c18b"}},{"arxiv_id":"2308.03306","paper":"/paper/implicit-graph-neural-diffusion-based-on","title":"Implicit Graph Neural Diffusion Networks: Convergence, Generalization, and Over-Smoothing","date":"2023-08-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"guoji-fu/dignn","path":"nodeclassification/data.py","file_url":"https://github.com/guoji-fu/dignn/blob/HEAD/nodeclassification/data.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"923136b4a244566b","mcp_get_code":{"code_sha256":"923136b4a244566b"}},{"arxiv_id":"2307.07832","paper":"/paper/mixupexplainer-generalizing-explanations-for","title":"MixupExplainer: Generalizing Explanations for Graph Neural Networks with Data Augmentation","date":"2023-07-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jz48/mixupexplainer","path":"MixupExplainer/ExplanationEvaluation/datasets/utils.py","file_url":"https://github.com/jz48/mixupexplainer/blob/HEAD/MixupExplainer/ExplanationEvaluation/datasets/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"cf006ab979886496","mcp_get_code":{"code_sha256":"cf006ab979886496"}},{"arxiv_id":"2304.14274","paper":"/paper/when-do-graph-neural-networks-help-with-node","title":"When Do Graph Neural Networks Help with Node Classification? Investigating the Impact of Homophily Principle on Node Distinguishability","date":"2023-04-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"SitaoLuan/When-Do-GNNs-Help","path":"utils/util_funcs.py","file_url":"https://github.com/SitaoLuan/When-Do-GNNs-Help/blob/HEAD/utils/util_funcs.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"658057a59a7acc1a","mcp_get_code":{"code_sha256":"658057a59a7acc1a"}},{"arxiv_id":"2109.04003","paper":"/paper/improving-deep-metric-learning-by-divide-and","title":"Improving Deep Metric Learning by Divide and Conquer","date":"2021-09-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"compvis/metric-learning-divide-and-conquer-improved","path":"metriclearning/faissext.py","file_url":"https://github.com/compvis/metric-learning-divide-and-conquer-improved/blob/HEAD/metriclearning/faissext.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"38ac9dc17918d04e","mcp_get_code":{"code_sha256":"38ac9dc17918d04e"}},{"arxiv_id":"2108.11941","paper":"/paper/semantically-coherent-out-of-distribution","title":"Semantically Coherent Out-of-Distribution Detection","date":"2021-08-26","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Jingkang50/ICCV21_SCOOD","path":"scood/trainers/udg_trainer.py","file_url":"https://github.com/Jingkang50/ICCV21_SCOOD/blob/HEAD/scood/trainers/udg_trainer.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"294d6d9211fbcb70","mcp_get_code":{"code_sha256":"294d6d9211fbcb70"}},{"arxiv_id":"2007.13467","paper":"/paper/identity-guided-human-semantic-parsing-for","title":"Identity-Guided Human Semantic Parsing for Person Re-Identification","date":"2020-07-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"CASIA-IVA-Lab/ISP-reID","path":"engine/clustering.py","file_url":"https://github.com/CASIA-IVA-Lab/ISP-reID/blob/HEAD/engine/clustering.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":"53f8b1e59f08664a","mcp_get_code":{"code_sha256":"53f8b1e59f08664a"}},{"arxiv_id":"1911.08177","paper":"/paper/rethinking-deep-active-learning-using-1","title":"Rethinking deep active learning: Using unlabeled data at model training","date":"2019-11-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"osimeoni/RethinkingDeepActiveLearning","path":"lib/pretraining.py","file_url":"https://github.com/osimeoni/RethinkingDeepActiveLearning/blob/HEAD/lib/pretraining.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f71bd22cd58c9889","mcp_get_code":{"code_sha256":"f71bd22cd58c9889"}},{"arxiv_id":"1907.00481","paper":"/paper/mincut-pooling-in-graph-neural-networks","title":"Spectral Clustering with Graph Neural Networks for Graph Pooling","date":"2019-06-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"FilippoMB/Spectral-Clustering-with-Graph-Neural-Networks-for-Graph-Pooling","path":"utils/citation.py","file_url":"https://github.com/FilippoMB/Spectral-Clustering-with-Graph-Neural-Networks-for-Graph-Pooling/blob/HEAD/utils/citation.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e0296fe1142b4a69","mcp_get_code":{"code_sha256":"e0296fe1142b4a69"}},{"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":"DeepSurrogateModel.py","file_url":"https://github.com/csjtx1021/DGBO/blob/HEAD/DeepSurrogateModel.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a306fefc42eebe49","mcp_get_code":{"code_sha256":"a306fefc42eebe49"}},{"arxiv_id":"1902.09212","paper":"/paper/deep-high-resolution-representation-learning","title":"Deep High-Resolution Representation Learning for Human Pose Estimation","date":"2019-02-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Vill-Lab/2022-TIP-HCGA","path":"engine/clustering.py","file_url":"https://github.com/Vill-Lab/2022-TIP-HCGA/blob/HEAD/engine/clustering.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"53f8b1e59f08664a","mcp_get_code":{"code_sha256":"53f8b1e59f08664a"}},{"arxiv_id":"aaai_29668","paper":null,"title":"arXiv:aaai_29668","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"yhzhu66/RNCGLN","path":"utils/process.py","file_url":"https://github.com/yhzhu66/RNCGLN/blob/HEAD/utils/process.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":"0197b5d5b7be9292","mcp_get_code":{"code_sha256":"0197b5d5b7be9292"}}]}