Update README.md
Browse files
README.md
CHANGED
@@ -79,3 +79,15 @@ dataset = load_dataset("li-lab/tutorqa")
|
|
79 |
task1 = dataset["task1"]
|
80 |
task6 = dataset["task6"]
|
81 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
task1 = dataset["task1"]
|
80 |
task6 = dataset["task6"]
|
81 |
```
|
82 |
+
|
83 |
+
|
84 |
+
## Citation
|
85 |
+
|
86 |
+
```bibtex
|
87 |
+
@inproceedings{yang2025graphusion,
|
88 |
+
title={Graphusion: A RAG Framework for Knowledge Graph Construction with a Global Perspective},
|
89 |
+
author={Yang, Rui and Yang, Boming and Feng, Aosong and Ouyang, Sixun and Blum, Moritz and She, Tianwei and Jiang, Yuang and Lecue, Freddy and Lu, Jinghui and Li, Irene},
|
90 |
+
booktitle={Proceedings of the NLP4KGC Workshop at The Web Conference 2025 (WWW'25)},
|
91 |
+
year={2025},
|
92 |
+
url={https://arxiv.org/abs/2410.17600}
|
93 |
+
}
|