Papers › TREE-G: Decision Trees Contesting Graph Neural Networks

TREE-G: Decision Trees Contesting Graph Neural Networks

6 Jul 2022arXiv:2207.02760archive 2025-07-28

Maya Bechler-Speicher, Amir Globerson, Ran Gilad-Bachrach

When dealing with tabular data, models based on decision trees are a popular choice due to their high accuracy on these data types, their ease of application, and explainability properties. However, when it comes to graph-structured data, it is not clear how to apply them effectively, in a way that incorporates the topological information with the tabular data available on the vertices of the graph. To address this challenge, we introduce TREE-G. TREE-G modifies standard decision trees, by introducing a novel split function that is specialized for graph data. Not only does this split function incorporate the node features and the topological information, but it also uses a novel pointer mechanism that allows split nodes to use information computed in previous splits. Therefore, the split function adapts to the predictive task and the graph at hand. We analyze the theoretical properties of TREE-G and demonstrate its benefits empirically on multiple graph and vertex prediction benchmarks. In these experiments, TREE-G consistently outperforms other tree-based models and often outperforms other graph-learning algorithms such as Graph Neural Networks (GNNs) and Graph Kernels, sometimes by large margins. Moreover, TREE-Gs models and their predictions can be explained and visualized

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.02760")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

By repository: official repository: 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mayabechlerspeicher/tree-g officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mayabechlerspeicher/tree-g. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

acc mayabechlerspeicher/tree-g/eval_utils/metrics.py official repository unverified MIT (permissive) · 21640f228c42e71d · report
auc_pytorch mayabechlerspeicher/tree-g/eval_utils/metrics.py official repository unverified MIT (permissive) · f6edee7478a3f851 · report
balance_data mayabechlerspeicher/tree-g/utils.py official repository unverified MIT (permissive) · c5fb1e62e9b6b32b · report
create_logger mayabechlerspeicher/tree-g/eval_utils/general.py official repository unverified MIT (permissive) · cfdf94fad1b8a3fe · report
get_balanced_data_for_class mayabechlerspeicher/tree-g/utils.py official repository unverified MIT (permissive) · b35b5897fe219832 · report
intersect mayabechlerspeicher/tree-g/treeg/node_treeg/tree_node_learner_node_level.py official repository unverified MIT (permissive) · d9b7c68d3b67de6f · report
load_json mayabechlerspeicher/tree-g/eval_utils/general.py official repository unverified MIT (permissive) · f753e3699554e87a · report
load_pickle mayabechlerspeicher/tree-g/eval_utils/general.py official repository unverified MIT (permissive) · 17a866b6340f7ad0 · report
load_pickle_from_path mayabechlerspeicher/tree-g/utils.py official repository unverified MIT (permissive) · dfeb71444a0b6511 · report
round_acc mayabechlerspeicher/tree-g/eval_utils/metrics.py official repository unverified MIT (permissive) · 69b43268d8037d42 · report

Tasks

Graph ClassificationGraph LearningGraph RegressionNode Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Graph Classification D&D TREE-G Accuracy 76.2% #39 of 53 Archive leaderboard report
Graph Classification ENZYMES TREE-G Accuracy 59.6 #30 of 54 Archive leaderboard report
Graph Classification HIV dataset TREE-G Accuracy 83.5 #4 of 5 Archive leaderboard report
Graph Classification IMDb-B TREE-G Accuracy 73% #37 of 51 Archive leaderboard report
Graph Classification IMDb-M TREE-G Accuracy 56.4% #3 of 36 Archive leaderboard report
Graph Classification MUTAG TREE-G Accuracy 91.1% #16 of 74 Archive leaderboard report
Graph Classification Mutagenicity TREE-G Accuracy 83 #1 of 5 Archive leaderboard report
Graph Classification NCI1 TREE-G Accuracy 75.9% #50 of 69 Archive leaderboard report
Graph Classification PROTEINS TREE-G Accuracy 75.6 #63 of 103 Archive leaderboard report
Graph Classification PTC TREE-G Accuracy 59.1% #36 of 37 Archive leaderboard report
Node Classification Citeseer TREE-G Accuracy 74.5 #28 of 71 Archive leaderboard report
Node Classification Cora: fixed 20 node per class TREE-G Accuracy 83.5 #5 of 9 Archive leaderboard report
Node Classification Pubmed TREE-G Accuracy 78.0 #57 of 70 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections