The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
label: string
@graph: list<item: struct<@type: string, @id: string, type: list<item: struct<@value: string, @language: str (... 602 chars omitted)
child 0, item: struct<@type: string, @id: string, type: list<item: struct<@value: string, @language: string>>, labe (... 590 chars omitted)
child 0, @type: string
child 1, @id: string
child 2, type: list<item: struct<@value: string, @language: string>>
child 0, item: struct<@value: string, @language: string>
child 0, @value: string
child 1, @language: string
child 3, label: list<item: struct<@value: string, @language: string>>
child 0, item: struct<@value: string, @language: string>
child 0, @value: string
child 1, @language: string
child 4, matprov:purity: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 5, matprov:form: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 6, matprov:atmosphere: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 7, matprov:duration: list<item: struct<@value: list<item: string>, @type: string>>
child 0, item: struct<@value: list<item: string>, @type: string>
child 0, @value: list<item: string>
child 0, item: string
child 1, @type: string
child 8, activity: string
child 9, entity: string
child 10, matprov:temperature: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 11, matprov:pressure: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 12, matprov:concentration: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
prov_jsonld: null
doi: string
to
{'doi': Value('string'), 'label': Value('string'), 'prov_jsonld': {'@context': List(Json(decode=True)), '@graph': List(Json(decode=True))}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 260, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 120, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
label: string
@graph: list<item: struct<@type: string, @id: string, type: list<item: struct<@value: string, @language: str (... 602 chars omitted)
child 0, item: struct<@type: string, @id: string, type: list<item: struct<@value: string, @language: string>>, labe (... 590 chars omitted)
child 0, @type: string
child 1, @id: string
child 2, type: list<item: struct<@value: string, @language: string>>
child 0, item: struct<@value: string, @language: string>
child 0, @value: string
child 1, @language: string
child 3, label: list<item: struct<@value: string, @language: string>>
child 0, item: struct<@value: string, @language: string>
child 0, @value: string
child 1, @language: string
child 4, matprov:purity: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 5, matprov:form: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 6, matprov:atmosphere: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 7, matprov:duration: list<item: struct<@value: list<item: string>, @type: string>>
child 0, item: struct<@value: list<item: string>, @type: string>
child 0, @value: list<item: string>
child 0, item: string
child 1, @type: string
child 8, activity: string
child 9, entity: string
child 10, matprov:temperature: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 11, matprov:pressure: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
child 12, matprov:concentration: list<item: struct<@value: string, @type: string>>
child 0, item: struct<@value: string, @type: string>
child 0, @value: string
child 1, @type: string
prov_jsonld: null
doi: string
to
{'doi': Value('string'), 'label': Value('string'), 'prov_jsonld': {'@context': List(Json(decode=True)), '@graph': List(Json(decode=True))}}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1922, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
doi string | label string | prov_jsonld dict |
|---|---|---|
10.1002/advs.201600035 | Fe1+xNb0.75Ti0.25Sb_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/advs.201600035 | FeNb0.8Ti0.2Sb_synthesis | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/advs.201901598 | Cu2−δFexS_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/advs.201901598 | Cu2−δS_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/aelm.202200053 | C10-PTTT_C10-PTTSe_ion exchange doping | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/aelm.202200053 | C10-PTTT_C10-PTTSe_sequential doping | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/aelm.202200053 | C10-PTTT_C10-PTTSe_film preparation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1007/s10909-017-1794-y | La5Ni2Si3_polycrystalline | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1007/s11671-010-9795-7 | Bi2Se3_flake-like | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.jmrt.2021.03.001 | BaYyFe2-yO4_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.phpro.2015.12.181 | Permalloy81_multilayered film | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.phpro.2015.12.181 | Permalloy79_multilayered film | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.phpro.2015.12.181 | Co/Zr_multilayered film | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.phpro.2015.12.181 | Metglas® 2605HB1M_multilayered film | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.scriptamat.2017.11.044 | Ti n O 2n -1_CSPS | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.scriptamat.2017.11.044 | Ti n O 2n -1_FSPS configuration b | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1016/j.scriptamat.2017.11.044 | Ti n O 2n -1_FSPS configuration a | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1038/s41467-019-09921-4 | PbSe_single-crystal | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1038/s41535-018-0080-9 | CeRh0.58Ir0.42In5_single crystalline | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1038/s41598-019-41818-6 | Ti2NiCoSnSb_alloy | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1038/s41598-020-61460-x | Sr4Fe6O13_citrate_auto-combustion_500C_3h | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1038/srep16291 | Cu2S_thin film | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1039/c6ra06688g | Bi0.4Sb1.6Te3_spark plasma sintering | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1063/1.4903773 | Mn54−xAl46Cx_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1063/1.4903773 | Mn54−xAl46Cx_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1063/1.4944771 | R2Fe14B_submicron particles | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1088/1742-6596/1011/1/012009 | Fe3O4_co-precipitation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1088/1757-899x/202/1/012048 | Mn0.5Zn0.5Fe2O4_temperature variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1088/2053-1591/ab532d | BaFe12O19_synthesis | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1088/2399-6528/ab3336 | Sm0.5Ca0.5-xSrxMnO3_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1155/2015/854840 | Mg1-xZnxFe2O4_sol-gel autocombustion | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1155/2018/9380573 | InxSe1-x_thickness ratio variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.113.111 | Fe57Co20Cr4Nb7B12_HP-Cr | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.113.111 | Fe57Co20V4Nb7B12_HP-V | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.113.111 | Fe61Co20Nb7B12_HP-0 | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.131.813 | SMC_composite | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.133.680 | Fe81Mo8Cu1B10_planar flow casting | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.12693/aphyspola.144.333 | (Nd 10 Fe 67 B 23 ) 93 Nb 7_nominal composition | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1515/amm-2017-0140 | Bi0.5Sb1.5Te3_nanocomposite | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.3390/ma12050731 | Yb13.5Y0.5ZnSb11_synthesis | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.3390/ma14020273 | Ca349_solid-state reaction | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.3390/nano12193452 | SrFe12-xNdxO19_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adem.202201505 | Cr3S4_synthesis | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adem.202201505 | Cr3S4-xSex_synthesis | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adem.202201505 | Cr3S4_sintering | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201704443 | Co9S8_tubules | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201704443 | S@Co9S8 | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201704443 | carbon_black_sulfur | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201910079 | G/STO_nanocomposite | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201910123 | LGPS-PEO_composite electrolyte | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201910123 | S/PAN_cathode | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.201910123 | S/C_cathode | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202003518 | V2O5_spheres | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202110674 | V2O5_nanowires | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202110674 | Mg(TFSI)2_electrolyte | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202205471 | CPC@FeS2_host | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202205471 | S/CPC_composite | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202205471 | S/CPC@FeS2_composite | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202208821 | Nd2Fe17Bx_metastable phase | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adfm.202208821 | Nd16Febal-x-y-zCoxMoyCuzB7_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adma.201701641 | PTEG-1_film fabrication | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
10.1002/adma.201905200 | Bi0.15Sr0.85Co1-xFexO3-δ_composition variation | {
"@context": [
{
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prov": "http://www.w3.org/ns/prov#"
},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"https://matprov-project.github.io/matprov-schema/releases/1.0/context.jsonld"
],
"@graph": [
{
"@type": "Entity",
... |
MatPROV
MatPROV is a dataset of materials synthesis procedures extracted from scientific papers using large language models (LLMs) and represented in PROV-DM–compliant structures. Further details on MatPROV are described in our paper "MatPROV: A Provenance Graph Dataset of Material Synthesis Extracted from Scientific Literature.”
Files
MatPROV/
├── MatPROV.jsonl # Main dataset (2,367 synthesis procedures)
├── ground-truth/ # Expert-annotated ground truth
│ └─ <DOI>.json
├── few-shot/. # Prompt examples used for synthesis procedure extraction
│ └─ <DOI>.txt
└── doi_status.csv # Status of each paper DOI across the pipeline
Note: In file names under ground-truth/ and few-shot/, forward slashes (/) in DOIs are replaced with underscores (_).
Data format
The main dataset file is MatPROV.jsonl, where each line corresponds to one paper’s structured record.
Each record contains:
doi: DOI of the source paperlabel: Identifier for the extracted synthesis procedure, encoding the material's chemical composition and key synthesis characteristics (e.g.,CuGaTe2_ball-milling)prov_jsonld: A PROV-JSONLD structure describing the synthesis procedure
Example
{
"doi": "10.1002/advs.201600035",
"label": "Fe1+xNb0.75Ti0.25Sb_composition variation",
"prov_jsonld": {
"@context": [
{"xsd": "http://www.w3.org/2001/XMLSchema#", "prov": "http://www.w3.org/ns/prov#"},
"https://openprovenance.org/prov-jsonld/context.jsonld",
"URL of MatPROV's context schema omitted for double-blind review"
],
"@graph": [
{
"@type": "Entity",
"@id": "e1",
"label": [{"@value": "Fe", "@language": "EN"}],
"type": [{"@value": "material"}],
"matprov:purity": [{"@value": "99.97%", "@type": "xsd:string"}]
}
...
]
}
}
Visualization
You can visualize the PROV-JSONLD data in MatPROV using the online tool at: https://matprov-project.github.io/prov-jsonld-viz/
To do this, copy the value of the "prov_jsonld" field from any record in MatPROV.jsonl and paste it into the “PROV-JSONLD Editor” panel of the tool.
A directed graph of the synthesis procedure will then be generated, as shown in the figure below.
Dataset construction summary
- Source papers collected: 1648
- Relevant Text Extraction
- 32 papers contained no synthesis-related text
- → 1616 papers remained
- Synthesis Procedure Extraction
- 48 papers contained no synthesis procedure
- → 1568 papers remained (final dataset)
The DOIs of these 1568 papers and their extracted data are included in MatPROV.jsonl.
For details on the filtering status of each DOI, see doi_status.csv.
Ground Truth annotations
- A subset of papers was manually annotated by a single domain expert.
- Files are stored in
ground-truth/and named as<DOI>.json.
Few-shot examples
- Prompt examples used for LLM extraction are provided in
few-shot/. - Files are stored in
few-shot/and named as<DOI>.txt.
Links
- Paper: https://arxiv.org/abs/2509.01042
- Code: https://github.com/MatPROV-project/matprov-experiments
Citation
If you use MatPROV, please cite:
@inproceedings{tsuruta2025matprov,
title={Mat{PROV}: A Provenance Graph Dataset of Material Synthesis Extracted from Scientific Literature},
author={Hirofumi Tsuruta and Masaya Kumagai},
booktitle={NeurIPS 2025 Workshop on AI for Accelerated Materials Design},
year={2025}
}
- Downloads last month
- 63
