smostafanejad nielsr HF Staff commited on
Commit
d0dacba
·
1 Parent(s): f2be8ac

Add paper and GitHub links, update task categories (#2)

Browse files

- Add paper and GitHub links, update task categories (14a2ab4a79c0af9a311e03dd74c80ea79f0a7afb)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +41 -26
README.md CHANGED
@@ -1,40 +1,43 @@
1
  ---
2
- license:
3
- - pddl
4
- license_link: https://opendatacommons.org/licenses/pddl
5
- tags:
6
- - pubchem
7
- - small-molecules
8
- - InChI
9
- - SMILES
10
- - molecular-geometry
11
- - molecular-properties
12
- - chemical-properties
13
- - cheminformatics
14
  annotations_creators:
15
- - crowdsourced
16
- pretty_name: pubchem-04-18-2025
 
17
  size_categories:
18
- - 100M<n<200M
19
  source_datasets:
20
- - pubchem-compound
21
- - pubchem-04-18-2025
22
  task_categories:
23
- - tabular-regression
24
- - other
 
25
  task_ids:
26
- - tabular-single-column-regression
 
 
 
 
 
 
 
 
 
 
 
27
  viewer: false
28
  configs:
29
- - config_name: pubchem-04-18-2025
30
- data_files:
31
- - split: train
32
- path: "data/train/*.json"
33
- default: true
34
  ---
35
 
36
  # PubChem Dataset (version 04-18-2025)
37
 
 
 
38
  * **Important Note (Jul. 22, 2025):** According to [Hugging Face](https://github.com/LiveCodeBench/LiveCodeBench/issues/108),
39
  the usage of data load scripts and the corresponding `trust_remote_code` parameter in the `load_dataset()`
40
  is deprecated due to security risks. Users should temporarily use `datasets<4.0.0` to be able to use our
@@ -93,6 +96,8 @@ macromolecules. PubChem collects information on chemical structures,
93
  identifiers, chemical and physical properties, biological activities, patents,
94
  health, safety, toxicity data, and many others.
95
 
 
 
96
  ## Dataset Structure
97
 
98
  ### Data Instances
@@ -307,8 +312,18 @@ The PubChem dataset paves the way for applications in drug discovery and materia
307
  year = {2022},
308
  doi = {10.1093/nar/gkac956}
309
  }
 
 
 
 
 
 
 
 
 
 
310
  ```
311
 
312
  ### Contributions
313
 
314
- - **Mohammad Mostafanejad**, The Molecular Sciences Software Institute (MolSSI)
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  annotations_creators:
3
+ - crowdsourced
4
+ license:
5
+ - pddl
6
  size_categories:
7
+ - 100M<n<200M
8
  source_datasets:
9
+ - pubchem-compound
10
+ - pubchem-04-18-2025
11
  task_categories:
12
+ - tabular-regression
13
+ - feature-extraction
14
+ - other
15
  task_ids:
16
+ - tabular-single-column-regression
17
+ pretty_name: pubchem-04-18-2025
18
+ license_link: https://opendatacommons.org/licenses/pddl
19
+ tags:
20
+ - pubchem
21
+ - small-molecules
22
+ - InChI
23
+ - SMILES
24
+ - molecular-geometry
25
+ - molecular-properties
26
+ - chemical-properties
27
+ - cheminformatics
28
  viewer: false
29
  configs:
30
+ - config_name: pubchem-04-18-2025
31
+ data_files:
32
+ - split: train
33
+ path: data/train/*.json
34
+ default: true
35
  ---
36
 
37
  # PubChem Dataset (version 04-18-2025)
38
 
39
+ [Paper](https://huggingface.co/papers/2603.13627) | [Code](https://github.com/molssi-ai/bertology) | [Project Homepage](https://pubchem.ncbi.nlm.nih.gov)
40
+
41
  * **Important Note (Jul. 22, 2025):** According to [Hugging Face](https://github.com/LiveCodeBench/LiveCodeBench/issues/108),
42
  the usage of data load scripts and the corresponding `trust_remote_code` parameter in the `load_dataset()`
43
  is deprecated due to security risks. Users should temporarily use `datasets<4.0.0` to be able to use our
 
96
  identifiers, chemical and physical properties, biological activities, patents,
97
  health, safety, toxicity data, and many others.
98
 
99
+ This version of the dataset was prepared for the project **BERTology of Molecular Property Prediction**, which investigates the effects of various factors on the pre-training and fine-tuning performance of BERT-based chemical language models.
100
+
101
  ## Dataset Structure
102
 
103
  ### Data Instances
 
312
  year = {2022},
313
  doi = {10.1093/nar/gkac956}
314
  }
315
+
316
+ @misc{mostafanejad:2026:bertology,
317
+ title={BERTology of Molecular Property Prediction},
318
+ author={Mohammad Mostafanejad and Paul Saxe and T. Daniel Crawford},
319
+ year={2026},
320
+ eprint={2603.13627},
321
+ archivePrefix={arXiv},
322
+ primaryClass={cs.LG},
323
+ url={https://arxiv.org/abs/2603.13627},
324
+ }
325
  ```
326
 
327
  ### Contributions
328
 
329
+ - **Mohammad Mostafanejad**, The Molecular Sciences Software Institute (MolSSI)