[Dataset] Add BigSolDB solubility dataset#10698
Open
levakrasnovs wants to merge 4 commits into
Open
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the
BigSolDBdataset (torch_geometric.datasets.BigSolDB), a large-scale experimental solubility database covering organic compounds in diverse solvents across a wide temperature range.Paper: BigSolDB 2.0, Scientific Data 2025
Zenodo: https://doi.org/10.5281/zenodo.18552681
Stats
Why BigSolDB?
BigSolDB is significantly larger and more diverse than the existing
AQSOLdataset(9,800 aqueous-only datapoints). It covers 218 solvents vs. water-only, making it
suitable for multi-solvent solubility prediction - an important task in drug
formulation, synthesis, and crystallization.
New files
torch_geometric/datasets/bigsoldb.py— dataset classtest/datasets/test_bigsoldb.py— unit tests (8 tests)Notes
to apply scaffold-based or cold-solvent splits depending on their evaluation protocol.
x_solvent,edge_index_solvent,edge_attr_solvent.follow_batch=['x_solvent']inDataLoaderfor correct solvent pooling.Impact