EmbedKGQA
EmbedKGQA copied to clipboard
knowledge embedding
Hello, I want to ask how to use other embedding methods except complEx? Like Rotate.
First pretrain the right embeddings. Then modify the scoring function used in the QA models, for example, see this line https://github.com/malllabiisc/EmbedKGQA/blob/b2a33674a0a6653745e55a3da53cc2d7e00c372d/KGQA/LSTM/model.py#L24
and change the function to your choice