tsurubee commited on
Commit
49e6d98
·
verified ·
1 Parent(s): d8af28e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -14,6 +14,7 @@ pretty_name: MatPROV
14
  # MatPROV
15
 
16
  **MatPROV** is a dataset of materials synthesis procedures extracted from scientific papers using large language models (LLMs) and represented in [PROV-DM](https://www.w3.org/TR/prov-dm/)–compliant structures.
 
17
 
18
  ---
19
 
@@ -91,10 +92,20 @@ For details on the filtering status of each DOI, see `doi_status.csv`.
91
  - Prompt examples used for LLM extraction are provided in `few-shot/`.
92
  - Files are stored in `few-shot/` and named as `<DOI>.txt`.
93
 
 
 
 
 
 
94
  ## Citation
95
 
96
  If you use MatPROV, please cite:
97
 
98
  ```
99
- TBD
 
 
 
 
 
100
  ```
 
14
  # MatPROV
15
 
16
  **MatPROV** is a dataset of materials synthesis procedures extracted from scientific papers using large language models (LLMs) and represented in [PROV-DM](https://www.w3.org/TR/prov-dm/)–compliant structures.
17
+ Further details on MatPROV are described in our paper "[MatPROV: A Provenance Graph Dataset of Material Synthesis Extracted from Scientific Literature](https://arxiv.org/abs/2509.01042).”
18
 
19
  ---
20
 
 
92
  - Prompt examples used for LLM extraction are provided in `few-shot/`.
93
  - Files are stored in `few-shot/` and named as `<DOI>.txt`.
94
 
95
+ ## Links
96
+
97
+ - Paper: https://arxiv.org/abs/2509.01042
98
+ - Code: https://github.com/MatPROV-project/matprov-experiments
99
+
100
  ## Citation
101
 
102
  If you use MatPROV, please cite:
103
 
104
  ```
105
+ @article{tsuruta2025matprov,
106
+ title={Mat{PROV}: A Provenance Graph Dataset of Material Synthesis Extracted from Scientific Literature},
107
+ author={Hirofumi Tsuruta and Masaya Kumagai},
108
+ journal={arXiv preprint arXiv:2509.01042},
109
+ year={2025}
110
+ }
111
  ```