{"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/learnable-topological-features-for","title":"Learnable Topological Features for Phylogenetic Inference via Graph Neural Networks","arxiv_id":"2302.08840","date":"2023-02-17","proceeding":null,"authors":["Cheng Zhang"],"abstract":"Structural information of phylogenetic tree topologies plays an important role in phylogenetic inference. However, finding appropriate topological structures for specific phylogenetic inference tasks often requires significant design effort and domain expertise. In this paper, we propose a novel structural representation method for phylogenetic inference based on learnable topological features. By combining the raw node features that minimize the Dirichlet energy with modern graph representation learning techniques, our learnable topological features can provide efficient structural information of phylogenetic trees that automatically adapts to different downstream tasks without requiring domain expertise. We demonstrate the effectiveness and efficiency of our method on a simulated data tree probability estimation task and a benchmark of challenging real data variational Bayesian phylogenetic inference problems.","url_abs":"https://arxiv.org/abs/2302.08840v1","url_pdf":"https://arxiv.org/pdf/2302.08840v1.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":"learnable-topological-features-for","repo_url":"https://github.com/zcrabbit/vbpi-gnn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"learnable-topological-features-for","repo_url":"https://github.com/tyuxie/vbpi-sibranch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"graph-representation-learning","task_name":"Graph Representation Learning"},{"task_slug":"representation-learning","task_name":"Representation Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2302.08840","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2302.08840"}},"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/zcrabbit/vbpi-gnn","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tyuxie/vbpi-sibranch","reach":null}],"summary":{"ran":8,"unverified":3},"by_repo_kind":{"official":{"samples":5,"ran":4,"repositories":1},"listed":{"samples":6,"ran":4,"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":5,"samples":[{"code_sha256_prefix":"89034a9aa5594f2d","entry":"EdgeConv","repo":"zcrabbit/vbpi-gnn","repo_kind":"official","path":"gnnModels_slim.py","file_url":"https://github.com/zcrabbit/vbpi-gnn/blob/HEAD/gnnModels_slim.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89034a9aa5594f2d"}},{"code_sha256_prefix":"36910a9c3a0fba60","entry":"GCNConv","repo":"zcrabbit/vbpi-gnn","repo_kind":"official","path":"gnnModels_slim.py","file_url":"https://github.com/zcrabbit/vbpi-gnn/blob/HEAD/gnnModels_slim.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"36910a9c3a0fba60"}},{"code_sha256_prefix":"1322d79d7d191624","entry":"GINConv","repo":"zcrabbit/vbpi-gnn","repo_kind":"official","path":"gnnModels_slim.py","file_url":"https://github.com/zcrabbit/vbpi-gnn/blob/HEAD/gnnModels_slim.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1322d79d7d191624"}},{"code_sha256_prefix":"17b109dc1cf09be0","entry":"GNNStack","repo":"zcrabbit/vbpi-gnn","repo_kind":"official","path":"gnnModels_slim.py","file_url":"https://github.com/zcrabbit/vbpi-gnn/blob/HEAD/gnnModels_slim.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"17b109dc1cf09be0"}},{"code_sha256_prefix":"bcdcab88e1aa35db","entry":"GNNStack","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bcdcab88e1aa35db"}},{"code_sha256_prefix":"3c9d1f7557585b9e","entry":"GatedGraphConv","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3c9d1f7557585b9e"}},{"code_sha256_prefix":"7bf2ba4b7a8655d7","entry":"IDConv","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7bf2ba4b7a8655d7"}},{"code_sha256_prefix":"108d2056866cde82","entry":"MeanStdPooling","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"108d2056866cde82"}},{"code_sha256_prefix":"729f8fbd358de7d2","entry":"GNNModel","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.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":"729f8fbd358de7d2"}},{"code_sha256_prefix":"6fad38bc2c3d9659","entry":"SAGEConv","repo":"zcrabbit/vbpi-gnn","repo_kind":"official","path":"gnnModels_slim.py","file_url":"https://github.com/zcrabbit/vbpi-gnn/blob/HEAD/gnnModels_slim.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":"6fad38bc2c3d9659"}},{"code_sha256_prefix":"928d2600c0be05ad","entry":"uniform","repo":"tyuxie/vbpi-sibranch","repo_kind":"listed","path":"src/gnn_branchModel.py","file_url":"https://github.com/tyuxie/vbpi-sibranch/blob/HEAD/src/gnn_branchModel.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":"928d2600c0be05ad"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}