Papers › Learning to Group Auxiliary Datasets for Molecule

Learning to Group Auxiliary Datasets for Molecule

8 Jul 2023NeurIPS 2023 11arXiv:2307.04052archive 2025-07-28

The limited availability of annotations in small molecule datasets presents a challenge to machine learning models. To address this, one common strategy is to collaborate with additional auxiliary datasets. However, having more data does not always guarantee improvements. Negative transfer can occur when the knowledge in the target dataset differs or contradicts that of the auxiliary molecule datasets. In light of this, identifying the auxiliary molecule datasets that can benefit the target dataset when jointly trained remains a critical and unresolved problem. Through an empirical analysis, we observe that combining graph structure similarity and task similarity can serve as a more reliable indicator for identifying high-affinity auxiliary datasets. Motivated by this insight, we propose MolGroup, which separates the dataset affinity into task and structure affinity to predict the potential benefits of each auxiliary molecule dataset. MolGroup achieves this by utilizing a routing mechanism optimized through a bi-level optimization framework. Empowered by the meta gradient, the routing mechanism is optimized toward maximizing the target dataset's performance and quantifies the affinity as the gating score. As a result, MolGroup is capable of predicting the optimal combination of auxiliary datasets for each target dataset. Our extensive experiments demonstrate the efficiency and effectiveness of MolGroup, showing an average improvement of 4.41%/3.47% for GIN/Graphormer trained with the group of molecule datasets selected by MolGroup on 11 target molecule datasets.

PaperPDFConference PDFCodeCode 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="2307.04052")

Code

Syntology Ran 12 of 19 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: community (archive-listed): 19 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

graph-and-geometric-learning/molgroup mentioned on GitHubpytorch 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

19 samples harvested; 12 ran; 0 honoured the contract we drafted; 7 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.

12ran
7unverified

Licence: 19 of the 19 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 graph-and-geometric-learning/molgroup. “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.

AtomEncoder graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · d92f0f2cb39a2fcf · report
BondEncoder graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · 4d48ee0d85006b1f · report
EmbeddingLayer graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · 5daa83c68e9f2d4c · report
GaterWrapper graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · afe12bde1e9bc1d4 · report
LinearLayer graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · ac36594669402b46 · report
MixGate graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · f3e7b76f061433e0 · report
TwoLayerMLP graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) ran no licence file found · pointer only · 68d1138ae99b280c · report
add_args Graph-and-Geometric-Learning/MolGroup/molgroup/utils/utils.py community (archive-listed) ran no licence file found · pointer only · 250aa4c9f2b943bc · report
convert_to_pyg Graph-and-Geometric-Learning/MolGroup/molgroup/utils/dataset.py community (archive-listed) ran no licence file found · pointer only · 4f4035bee18bf78c · report
convert_to_single_emb Graph-and-Geometric-Learning/MolGroup/molgroup/utils/graphormer_collator.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 29264267bc4ef9cf · report
pad_1d_unsqueeze Graph-and-Geometric-Learning/MolGroup/molgroup/utils/graphormer_collator.py community (archive-listed) ran fingerprinted no licence file found · pointer only · ed9c8a17fdb3d49c · report
train Graph-and-Geometric-Learning/MolGroup/molgroup/app/train_molgroup.py community (archive-listed) ran no licence file found · pointer only · 276b930464659a52 · report
BNLayer graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) unverified no licence file found · pointer only · 729abc3fd03bcd87 · report
MetaAtomEncoderGate graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) unverified no licence file found · pointer only · 8a66c57bdf38fe4a · report
MetaGIN graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) unverified no licence file found · pointer only · 6e6443e381ca7f66 · report
MetaGINConv graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) unverified no licence file found · pointer only · c15046f7a29418e3 · report
ParamWrapper graph-and-geometric-learning/molgroup/molgroup/models/metagin.py community (archive-listed) unverified no licence file found · pointer only · b729251646a1d5bb · report
meta_train Graph-and-Geometric-Learning/MolGroup/molgroup/app/train_molgroup.py community (archive-listed) unverified no licence file found · pointer only · 91e80dbe2d80955c · report
test Graph-and-Geometric-Learning/MolGroup/molgroup/app/train_molgroup.py community (archive-listed) unverified no licence file found · pointer only · 1393df1c173a4662 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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