Skip to content
PaperFren

Concept

Graph neural networks

8 studiesEvidence last moved Sep 27, 2026

Graph neural networks learn from data arranged as nodes and edges, passing information between neighbours, for example atoms in a protein or drugs, targets and genes in a biological network. The evidence here is from computational benchmarks on protein model quality, protein interaction sites, drug-target interaction, synthetic lethality and drug response, plus an early gene-network smoothing method.

Many biological objects are naturally graphs. These studies show what building that structure into a model buys, and why reported gains need careful reading because of benchmark design.

Studies

8

Findings

4

7 supporting · 0 challenging · 1 qualifying citations

Open tensions

2

Latest change

Concept page published

Graph neural networks

Currently

What we know

  1. Building 3D symmetry into the network helped on protein structure tasks.
  2. The graph structure itself carried much of the signal.
  3. Network context adds information beyond node features.
  4. Graph priors can aid interpretation even when accuracy does not change.

Largest unresolved question

Gains over strong baselines were often small (about one to four points for iGRLDTI; small on KIBA for iNGNN-DTI) and came from benchmarks with randomly sampled negatives, single datasets or unequal evaluation protocols, while the protein-structure GNNs showed larger margins.

Common misconceptions

  • An 'unknown' drug-target or gene pair is a true negative.

    Several benchmarks sampled negatives from unrecorded pairs, some of which may be real but untested interactions, which can distort metrics and make the task easier than discovery.

  • Attention weights in a GNN show where the drug binds.

    In iNGNN-DTI, highlighted drug atoms sometimes matched real hydrogen-bond partners, but highlighted protein residues did not reliably match true binding sites.

Related