{"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":"/paper/arxiv-2509-21097","title":"GraphUniverse: Synthetic Graph Generation for Evaluating Inductive Generalization","arxiv_id":"2509.21097","date":"2025-09-25","proceeding":"ICLR","authors":["Louis Van Langendonck","Guillermo Bernárdez","Nina Miolane","Pere Barlet-Ros"],"abstract":"A fundamental challenge in graph learning is understanding how models generalize to new, unseen graphs. While synthetic benchmarks offer controlled settings for analysis, existing approaches are confined to single-graph, transductive settings where models train and test on the same graph structure. Addressing this gap, we introduce GraphUniverse, a framework for generating entire families of graphs to enable the first systematic evaluation of inductive generalization at scale. Our core innovation is the generation of graphs with persistent semantic communities, ensuring conceptual consistency while allowing fine-grained control over structural properties like homophily and degree distributions. This enables crucial but underexplored robustness tests, such as performance under controlled distribution shifts. Benchmarking a wide range of architectures -- from GNNs to graph transformers and topological architectures -- reveals that strong transductive performance is a poor predictor of inductive generalization. Furthermore, we find that robustness to distribution shift is highly sensitive not only to model architecture choice but also to the initial graph regime (e.g., high vs. low homophily). Beyond benchmarking, GraphUniverse's flexibility and scalability can facilitate the development of robust and truly generalizable architectures. The framework is open-source at https://github.com/LouisVanLangendonck/GraphUniverse.","url_abs":"https://arxiv.org/abs/2509.21097","url_pdf":"https://arxiv.org/pdf/2509.21097","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2509.21097","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2509.21097"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LouisVanLangendonck/GraphUniverse","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"79c2a5e209667061","entry":"generate_random_baseline_params","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"validate_parameter_sensitivity.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/validate_parameter_sensitivity.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"79c2a5e209667061"}},{"code_sha256_prefix":"75fba213578fcdc6","entry":"generate_theoretical_power_law","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/streamlit_app.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/streamlit_app.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"75fba213578fcdc6"}},{"code_sha256_prefix":"737f356ea7877869","entry":"is_invalid_value","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"validate_parameter_sensitivity.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/validate_parameter_sensitivity.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"737f356ea7877869"}},{"code_sha256_prefix":"52a6f7875b1fc181","entry":"plot_degree_distribution_comparison","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/streamlit_app.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/streamlit_app.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52a6f7875b1fc181"}},{"code_sha256_prefix":"59ecdffb44ca0e83","entry":"plot_graph_communities","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/viz_utils.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"59ecdffb44ca0e83"}},{"code_sha256_prefix":"5c4c6ea29d1af606","entry":"plot_probability_matrices_comparison","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/streamlit_app.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/streamlit_app.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c4c6ea29d1af606"}},{"code_sha256_prefix":"5c9e2401df4c081f","entry":"plot_property_validation","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/viz_utils.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5c9e2401df4c081f"}},{"code_sha256_prefix":"5a4e509b8a100487","entry":"plot_universe_community_degree_propensity_vector","repo":"LouisVanLangendonck/GraphUniverse","repo_kind":"found_in_text","path":"graph_universe/viz_utils.py","file_url":"https://github.com/LouisVanLangendonck/GraphUniverse/blob/HEAD/graph_universe/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5a4e509b8a100487"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":null}