{"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-2602-09258","title":"Generalizing GNNs with Tokenized Mixture of Experts","arxiv_id":"2602.09258","date":"2026-02-09","proceeding":null,"authors":["Xiaoguang Guo","Zehong Wang","Jiazheng Li","Shawn Spitzel","Qi Yang","Kaize Ding","Jundong Li","Chuxu Zhang"],"abstract":"Deployed graph neural networks (GNNs) are frozen at deployment yet must fit clean data, generalize under distribution shifts, and remain stable to perturbations. We show that static inference induces a fundamental tradeoff: improving stability requires reducing reliance on shift-sensitive features, leaving an irreducible worst-case generalization floor. Instance-conditional routing can break this ceiling, but is fragile because shifts can mislead routing and perturbations can make routing fluctuate. We capture these effects via two decompositions separating coverage vs selection, and base sensitivity vs fluctuation amplification. Based on these insights, we propose STEM-GNN, a pretrain-then-finetune framework with a mixture-of-experts encoder for diverse computation paths, a vector-quantized token interface to stabilize encoder-to-head signals, and a Lipschitz-regularized head to bound output amplification. Across nine node, link, and graph benchmarks, STEM-GNN achieves a stronger three-way balance, improving robustness to degree/homophily shifts and to feature/edge corruptions while remaining competitive on clean graphs.","url_abs":"https://arxiv.org/abs/2602.09258","url_pdf":"https://arxiv.org/pdf/2602.09258","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":{"atlas_url":"https://app.syntology.ai/?focus=2602.09258","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.09258"}},"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/GXG-CS/STEM-GNN","reach":null}],"summary":{"ran_violates":2,"ran_honours":1,"unverified":9},"by_repo_kind":{"found_in_text":{"samples":12,"ran":3,"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":12,"samples":[{"code_sha256_prefix":"60fff7c3c400d7ff","entry":"default","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/model/vq.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/model/vq.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"60fff7c3c400d7ff"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/model/vq.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/model/vq.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"f3232418205f7cbd","entry":"identity","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/model/vq.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/model/vq.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f3232418205f7cbd"}},{"code_sha256_prefix":"5f925b34de0a38cb","entry":"ArxivFSSplitter","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/task_constructor.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/task_constructor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5f925b34de0a38cb"}},{"code_sha256_prefix":"840cce4bf1e34557","entry":"CiteSplitter","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/task_constructor.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/task_constructor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"840cce4bf1e34557"}},{"code_sha256_prefix":"352a58f5914509ef","entry":"binary_apr_func","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/data_utils.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"352a58f5914509ef"}},{"code_sha256_prefix":"c06eaa1bc9d830c1","entry":"binary_single_auc_func","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/data_utils.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c06eaa1bc9d830c1"}},{"code_sha256_prefix":"0e93238dcf40f058","entry":"compute_multitask_loss","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/model/ft_model.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/model/ft_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0e93238dcf40f058"}},{"code_sha256_prefix":"6aa000a9e1b10057","entry":"filter_unnecessary_attrs","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/process_datasets.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/process_datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6aa000a9e1b10057"}},{"code_sha256_prefix":"1ae9c9bd82345553","entry":"flat_auc","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/data_utils.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1ae9c9bd82345553"}},{"code_sha256_prefix":"58d48991c9718144","entry":"refine_dataset","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/process_datasets.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/process_datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"58d48991c9718144"}},{"code_sha256_prefix":"fe5ac93ea96ea352","entry":"span_node_and_edge_idx","repo":"GXG-CS/STEM-GNN","repo_kind":"found_in_text","path":"STEM-GNN/dataset/process_datasets.py","file_url":"https://github.com/GXG-CS/STEM-GNN/blob/HEAD/STEM-GNN/dataset/process_datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fe5ac93ea96ea352"}}]},"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_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":"us.anthropic.claude-sonnet-4-5-20250929-v1:0","prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":2,"rejected_by_independent_check":2,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}