Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is the dataset for [GraphMERT: Efficient and Scalable Distillation of Reliable Knowledge Graphs from Unstructured Data](https://openreview.net/pdf?id=tnXSdDhvqc).
|
| 2 |
+
This folder contains the training data for GraphMert model.
|
| 3 |
+
|
| 4 |
+
If you use GraphMERT (code, models, data or data processing scripts) in your work, please cite our TMLR paper:
|
| 5 |
+
```
|
| 6 |
+
@article{
|
| 7 |
+
belova2026graphmert,
|
| 8 |
+
title={Graph{MERT}: {E}fficient and Scalable Distillation of Reliable Knowledge Graphs from Unstructured Data},
|
| 9 |
+
author={Margarita Belova and Jiaxin Xiao and Shikhar Tuli and Niraj Jha},
|
| 10 |
+
journal={Transactions on Machine Learning Research},
|
| 11 |
+
issn={2835-8856},
|
| 12 |
+
year={2026},
|
| 13 |
+
url={https://openreview.net/forum?id=tnXSdDhvqc},
|
| 14 |
+
}
|
| 15 |
+
```
|