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