Update README.md
Browse files
README.md
CHANGED
|
@@ -55,3 +55,14 @@ The ./results/ folder consists of prediction results of GPT-4o in node text clas
|
|
| 55 |
./results/nc_[DATASET]/4o/llm_baseline # node text prediction
|
| 56 |
./results/nc_[DATASET]/4o_mini/agenth # homophily ratio prediction
|
| 57 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
./results/nc_[DATASET]/4o/llm_baseline # node text prediction
|
| 56 |
./results/nc_[DATASET]/4o_mini/agenth # homophily ratio prediction
|
| 57 |
```
|
| 58 |
+
|
| 59 |
+
## Citation
|
| 60 |
+
If you find the data useful, please consider citing our paper:
|
| 61 |
+
|
| 62 |
+
````
|
| 63 |
+
@article{wang2025model,
|
| 64 |
+
title={Model generalization on text attribute graphs: Principles with large language models},
|
| 65 |
+
author={Wang, Haoyu and Liu, Shikun and Wei, Rongzhe and Li, Pan},
|
| 66 |
+
journal={arXiv preprint arXiv:2502.11836},
|
| 67 |
+
year={2025}
|
| 68 |
+
}''''
|