I was trying to train the Knowledge Graph Embedding with dgl-ke. 2 key questions on the concept that I have doubts on
- When is Knowledge Graphs better than NLP in Question-Answering systems. Couldn’t we create a model with BERT that could be better in QA models
- Couldn’t the Knowledge Graphs be trained with Graph Convolution and Graph Attention Networks to obtain the embedding. Why do we need models like TransE or TransR for the same. Please help to clarify