wjsehdrnfl428/dataset_for_recipe_generator
Inorganic Solid-State Synthesis Recipe Dataset This dataset contains structured synthesis information extracted from 4,407 open-access papers on inorganic solid-state materials. Each record includes bibliographic information, target materials, precursors, synthesis process, a concise contribution summary, and a structured synthesis recipe. The dataset was developed for literature retrieval and retrieval-augmented generation of synthesis recipes. Associated code:… See the full description on the dataset page: https://huggingface.co/datasets/wjsehdrnfl428/dataset_for_recipe_generator.
Inorganic Solid-State Synthesis Recipe Dataset
This dataset contains structured synthesis information extracted from 4,407 open-access papers on inorganic solid-state materials.
Each record includes bibliographic information, target materials, precursors, synthesis process, a concise contribution summary, and a structured synthesis recipe. The dataset was developed for literature retrieval and retrieval-augmented generation of synthesis recipes.
Associated code:
https://github.com/dongwon-jeon/ssrrecipegeneratorforinorganic_materials
Main Columns
title,year,doi,journalcontributioncontributions_embeddingtarget_materialsprecursorsprocessrecipe
Load as a DataFrame
from datasets import load_dataset
dataset = load_dataset(
"wjsehdrnfl428/dataset_for_recipe_generator",
split="train",
)
df = dataset.to_pandas()
print(df.head())Notes
The dataset was constructed using an LLM-assisted extraction pipeline and validated through recipe-generation benchmarks. It is intended as a research resource for literature retrieval and synthesis planning rather than as a definitive source of experimental protocols.
Citation
Citation information will be added after publication.
