upload
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
While performing inference, after loading the model, use the pickle file to map each node to the corresponding triple to get its textual form.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
For more information about dataset setup and model training, please refer to the github Repo: https://github.com/tianyao-aka/RAPL
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
|
|
|
|
| 5 |
|
| 6 |
+
This repository contains the models presented in [Learning Efficient and Generalizable Graph Retriever for Knowledge-Graph Question Answering](https://huggingface.co/papers/2506.09645).
|
| 7 |
+
|
| 8 |
+
While performing inference, after loading the model, use the pickle file to map each node to the corresponding triple to get its textual form.
|
| 9 |
For more information about dataset setup and model training, please refer to the github Repo: https://github.com/tianyao-aka/RAPL
|