QA-GNN: Reasoning with Language Models and Knowledge Graphs for Question Answering

Knowledge graph,

Proposed QA GNN method. This method retrieves sub knowledge graph and then create a joint graph of the retrieved graph and the question context . Then do the “reasoning” through Graph neural network, particularly Graph attention networks.

The relevance scoring of knowledge graph nodes is done by concatenating the entity to the QA context and calculate the likelihood using the pretrained LLMs. See Nangi2023dense for improved retrieval.

Cited by