遇见数据集

polyOne Data Set - 100 million hypothetical polymers including 29 properties

收藏
Zenodo2023-05-25 更新2026-05-26 收录
数据链接:
官方服务:

资源简介:

<strong>polyOne Data Set</strong> The data set contains 100 million hypothetical polymers each with 29 predicted properties using machine learning models. We use PSMILES strings to represent polymer structures, see here and here. The polymers are generated by decomposing previously synthesized polymers into unique chemical fragments. Random and enumerative compositions of these fragments yield 100 million hypothetical PSMILES strings. All PSMILES strings are chemically valid polymers but, mostly, have never been synthesized before. More information can be found in the paper. Please note the license agreement in the LICENSE file. <strong>Full data set including the properties</strong> The data files are in Apache Parquet format. The files start with `polyOne_*.parquet`. I recommend using dask (`pip install dask`) to load and process the data set. Pandas also works but is slower. Load sharded data set with dask<br> ```python<br> import dask.dataframe as dd<br> ddf = dd.read_parquet("*.parquet", engine="pyarrow")<br> ``` For example, compute the description of data set<br> ```python<br> df_describe = ddf.describe().compute()<br> df_describe ``` <strong>PSMILES strings only</strong> generated_polymer_smiles_train.txt - 80 million PSMILES strings for training polyBERT. One string per line. generated_polymer_smiles_dev.txt - 20 million PSMILES strings for testing polyBERT. One string per line.

提供机构:
Zenodo
创建时间:
2023-03-24
二维码
社区交流群
二维码
科研交流群
商业服务