{"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/from-hypergraph-energy-functions-to","title":"From Hypergraph Energy Functions to Hypergraph Neural Networks","arxiv_id":"2306.09623","date":"2023-06-16","proceeding":null,"authors":["Yuxin Wang","Quan Gan","Xipeng Qiu","Xuanjing Huang","David Wipf"],"abstract":"Hypergraphs are a powerful abstraction for representing higher-order interactions between entities of interest. To exploit these relationships in making downstream predictions, a variety of hypergraph neural network architectures have recently been proposed, in large part building upon precursors from the more traditional graph neural network (GNN) literature. Somewhat differently, in this paper we begin by presenting an expressive family of parameterized, hypergraph-regularized energy functions. We then demonstrate how minimizers of these energies effectively serve as node embeddings that, when paired with a parameterized classifier, can be trained end-to-end via a supervised bilevel optimization process. Later, we draw parallels between the implicit architecture of the predictive models emerging from the proposed bilevel hypergraph optimization, and existing GNN architectures in common use. Empirically, we demonstrate state-of-the-art results on various hypergraph node classification benchmarks. Code is available at https://github.com/yxzwang/PhenomNN.","url_abs":"https://arxiv.org/abs/2306.09623v2","url_pdf":"https://arxiv.org/pdf/2306.09623v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"from-hypergraph-energy-functions-to","repo_url":"https://github.com/yxzwang/phenomnn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"bilevel-optimization","task_name":"Bilevel Optimization"},{"task_slug":"graph-neural-network","task_name":"Graph Neural Network"},{"task_slug":"node-classification","task_name":"Node Classification"}],"methods":[{"method_slug":"graph-neural-network","method_name":"Graph Neural Network"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2306.09623","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2306.09623"}},"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":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/yxzwang/PhenomNN","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/malllabiisc/HyperGCN","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/iMoonLab/HGNN","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/jianhao2016/AllSet","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/yxzwang/phenomnn","reach":{"status":"ok"}}],"summary":{"ran_draft_wrong":1,"unverified":11},"by_repo_kind":{"official":{"samples":1,"ran":1,"repositories":1},"found_in_text":{"samples":11,"ran":0,"repositories":2}},"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":1,"samples":[{"code_sha256_prefix":"f56db6aa911f68ed","entry":"Evaluation","repo":"yxzwang/PhenomNN","repo_kind":"official","path":"train_faster.py","file_url":"https://github.com/yxzwang/PhenomNN/blob/HEAD/train_faster.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f56db6aa911f68ed"}},{"code_sha256_prefix":"bd608c58ad8406a7","entry":"Eu_dis","repo":"iMoonLab/HGNN","repo_kind":"found_in_text","path":"utils/hypergraph_utils.py","file_url":"https://github.com/iMoonLab/HGNN/blob/HEAD/utils/hypergraph_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":"bd608c58ad8406a7"}},{"code_sha256_prefix":"62a8829b5b3e655b","entry":"Laplacian","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/utils.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"62a8829b5b3e655b"}},{"code_sha256_prefix":"4e34abf26d062858","entry":"accuracy","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/model.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4e34abf26d062858"}},{"code_sha256_prefix":"72cb96a7afe170b5","entry":"adjacency","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/utils.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"72cb96a7afe170b5"}},{"code_sha256_prefix":"caac02b86ce1e557","entry":"construct_H_with_KNN_from_distance","repo":"iMoonLab/HGNN","repo_kind":"found_in_text","path":"utils/hypergraph_utils.py","file_url":"https://github.com/iMoonLab/HGNN/blob/HEAD/utils/hypergraph_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":"caac02b86ce1e557"}},{"code_sha256_prefix":"19bf7090ddc330cb","entry":"generate_G_from_H","repo":"iMoonLab/HGNN","repo_kind":"found_in_text","path":"utils/hypergraph_utils.py","file_url":"https://github.com/iMoonLab/HGNN/blob/HEAD/utils/hypergraph_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":"19bf7090ddc330cb"}},{"code_sha256_prefix":"ede38fece12b0d2c","entry":"get_config","repo":"iMoonLab/HGNN","repo_kind":"found_in_text","path":"config/config.py","file_url":"https://github.com/iMoonLab/HGNN/blob/HEAD/config/config.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":"ede38fece12b0d2c"}},{"code_sha256_prefix":"81b936ef5207a7d3","entry":"load_ft","repo":"iMoonLab/HGNN","repo_kind":"found_in_text","path":"datasets/data_helper.py","file_url":"https://github.com/iMoonLab/HGNN/blob/HEAD/datasets/data_helper.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":"81b936ef5207a7d3"}},{"code_sha256_prefix":"0dbfc925a3b4c65b","entry":"test","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/model.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0dbfc925a3b4c65b"}},{"code_sha256_prefix":"9d023c0bc945b2bb","entry":"train","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/model.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9d023c0bc945b2bb"}},{"code_sha256_prefix":"4ec8917a615ffe2d","entry":"update","repo":"malllabiisc/HyperGCN","repo_kind":"found_in_text","path":"model/utils.py","file_url":"https://github.com/malllabiisc/HyperGCN/blob/HEAD/model/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4ec8917a615ffe2d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}