SCORE: Skip-Connection ODE Recurrent Embedding—a method using a shared weight block iteratively with a contractive update rule
Neural ODE: A family of models where depth is defined by a continuous differential equation solver; SCORE is a discrete, solver-free simplification of this
Oversmoothing: A phenomenon in GNNs where node features converge to the same value after many layers, making them indistinguishable
Contractive update: An update rule where the new state is a convex combination of the old state and the update, ensuring the output doesn't explode
Euler integration: A simple numerical method for solving ODEs by taking small linear steps along the derivative; SCORE uses this as the residual update formula
RDKit: A collection of cheminformatics and machine learning software used to generate molecular descriptors
MolAttFP: A specific attentive pooling mechanism for molecular graphs, used here to aggregate node features into a graph-level embedding
skip05: A variant introduced in the paper using the contractive Euler update with a fixed step size of 0.5, but without weight sharing (standard stacking)