{"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/load-graphs","entry":"load_graphs","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":1,"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":7,"n_samples_ran":1,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"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":"2402.14901","paper":"/paper/a-usage-centric-take-on-intent-understanding","title":"A Usage-centric Take on Intent Understanding in E-Commerce","date":"2024-02-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"stayones/Usgae-Centric-Intent-Understanding","path":"evaluate_ecc_graphs_utils.py","file_url":"https://github.com/stayones/Usgae-Centric-Intent-Understanding/blob/HEAD/evaluate_ecc_graphs_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"573c92c32b308b5a","mcp_get_code":{"code_sha256":"573c92c32b308b5a"}},{"arxiv_id":"2401.03194","paper":"/paper/learning-persistent-community-structures-in","title":"Learning Persistent Community Structures in Dynamic Networks via Topological Data Analysis","date":"2024-01-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kundtx/MFC-TopoReg","path":"Code/dataloader.py","file_url":"https://github.com/kundtx/MFC-TopoReg/blob/HEAD/Code/dataloader.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"600236d629240527","mcp_get_code":{"code_sha256":"600236d629240527"}},{"arxiv_id":"2311.11114","paper":"/paper/environment-aware-dynamic-graph-learning-for-1","title":"Environment-Aware Dynamic Graph Learning for Out-of-Distribution Generalization","date":"2023-11-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"FeiGSSS/DySAT_pytorch","path":"utils/preprocess.py","file_url":"https://github.com/FeiGSSS/DySAT_pytorch/blob/HEAD/utils/preprocess.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"c15dd381ad4028d7","mcp_get_code":{"code_sha256":"c15dd381ad4028d7"}},{"arxiv_id":"2208.10227","paper":"/paper/one-model-any-csp-graph-neural-networks-as","title":"One Model, Any CSP: Graph Neural Networks as Fast Global Search Heuristics for Constraint Satisfaction","date":"2022-08-22","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"toenshoff/runcsp-pytorch","path":"data_utils.py","file_url":"https://github.com/toenshoff/runcsp-pytorch/blob/HEAD/data_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"80f967339c97fa8d","mcp_get_code":{"code_sha256":"80f967339c97fa8d"}},{"arxiv_id":"2106.01098","paper":"/paper/evaluation-metrics-for-graph-generative","title":"Evaluation Metrics for Graph Generative Models: Problems, Pitfalls, and Practical Solutions","date":"2021-06-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"borgwardtlab/ggme","path":"src/utils.py","file_url":"https://github.com/borgwardtlab/ggme/blob/HEAD/src/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"7253629098c52c80","mcp_get_code":{"code_sha256":"7253629098c52c80"}},{"arxiv_id":"2005.07959","paper":"/paper/characteristic-functions-on-graphs-birds-of-a","title":"Characteristic Functions on Graphs: Birds of a Feather, from Statistical Descriptors to Parametric Models","date":"2020-05-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"benedekrozemberczki/FEATHER","path":"src/utils.py","file_url":"https://github.com/benedekrozemberczki/FEATHER/blob/HEAD/src/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"91ef6bf33aa4c073","mcp_get_code":{"code_sha256":"91ef6bf33aa4c073"}},{"arxiv_id":"1910.13445","paper":"/paper/g2sat-learning-to-generate-sat-formulas","title":"G2SAT: Learning to Generate SAT Formulas","date":"2019-10-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"JiaxuanYou/G2SAT","path":"eval/conversion.py","file_url":"https://github.com/JiaxuanYou/G2SAT/blob/HEAD/eval/conversion.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ff29d7ef03eb44d6","mcp_get_code":{"code_sha256":"ff29d7ef03eb44d6"}}]}