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

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

13 Apr 2021NAACL 2021 4arXiv:2104.06378archive 2025-07-28

Michihiro Yasunaga, Hongyu Ren, Antoine Bosselut, Percy Liang, Jure Leskovec

The problem of answering questions using knowledge from pre-trained language models (LMs) and knowledge graphs (KGs) presents two challenges: given a QA context (question and answer choice), methods need to (i) identify relevant knowledge from large KGs, and (ii) perform joint reasoning over the QA context and KG. In this work, we propose a new model, QA-GNN, which addresses the above challenges through two key innovations: (i) relevance scoring, where we use LMs to estimate the importance of KG nodes relative to the given QA context, and (ii) joint reasoning, where we connect the QA context and KG to form a joint graph, and mutually update their representations through graph neural networks. We evaluate our model on QA benchmarks in the commonsense (CommonsenseQA, OpenBookQA) and biomedical (MedQA-USMLE) domains. QA-GNN outperforms existing LM and LM+KG models, and exhibits capabilities to perform interpretable and structured reasoning, e.g., correctly handling negation in questions.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2104.06378")

Code

Syntology Ran 1 of 25 code samples harvested from 3 repositories linked to this paper; 24 have no recorded run. Of those that ran: 1 ran · honoured contract.

By repository: official repository: 21 samples from 1 repository, 1 ran; community (archive-listed): 4 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

michiyasunaga/qagnn officialmentioned in papermentioned on GitHubpytorchMIT report
CMSC470-Team/Model mentioned on GitHubpytorch report
HaochenLiu2000/QAP mentioned on GitHubpytorch report
rucaibox/safe mentioned on GitHubpytorchMIT report
tobias-opsahl/fact-or-fiction mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 1 ran; 1 honoured the contract we drafted; 24 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
24unverified

Licence: 4 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

gelu michiyasunaga/qagnn/utils/layers.py official repository ran · honoured contract fingerprinted MIT (permissive) · b75e9c793d2a286a · report
concepts2adj michiyasunaga/qagnn/utils/graph.py official repository unverified MIT (permissive) · e6a99b8687aab99c · report
construct_graph michiyasunaga/qagnn/utils/conceptnet.py official repository unverified MIT (permissive) · be8c35c9c1d52b66 · report
convert_qajson_to_entailment michiyasunaga/qagnn/utils/convert_csqa.py official repository unverified MIT (permissive) · 15baaf34a0e42ec6 · report
create_hypothesis michiyasunaga/qagnn/utils/convert_csqa.py official repository unverified MIT (permissive) · e4b000b919d28344 · report
create_output_dict michiyasunaga/qagnn/utils/convert_obqa.py official repository unverified MIT (permissive) · 345456d568545c8e · report
del_pos michiyasunaga/qagnn/utils/conceptnet.py official repository unverified MIT (permissive) · 5f4eefd99c11e698 · report
dropout_mask michiyasunaga/qagnn/utils/layers.py official repository unverified MIT (permissive) · 866c784c24ba2fa8 · report
evaluate_accuracy michiyasunaga/qagnn/qagnn.py official repository unverified MIT (permissive) · 086fa0038784db8c · report
generate_adj_matrix_per_inst michiyasunaga/qagnn/utils/graph.py official repository unverified MIT (permissive) · 96ec8d520ae857f1 · report
get_fitb_from_question michiyasunaga/qagnn/utils/convert_csqa.py official repository unverified MIT (permissive) · a9a454bf4414e3fe · report
glove_init michiyasunaga/qagnn/utils/conceptnet.py official repository unverified MIT (permissive) · 9dcf00b849de8977 · report
lemmatize michiyasunaga/qagnn/utils/grounding.py official repository unverified MIT (permissive) · 5ff1624579da2bdc · report
load_bert_xlnet_roberta_input_tensors michiyasunaga/qagnn/utils/data_utils.py official repository unverified MIT (permissive) · b5768cf5e27d534d · report
load_cpnet_vocab michiyasunaga/qagnn/utils/grounding.py official repository unverified MIT (permissive) · 2f104114280df441 · report
load_gpt_input_tensors michiyasunaga/qagnn/utils/data_utils.py official repository unverified MIT (permissive) · e633666b83ca73b6 · report
load_sparse_adj_data_with_contextnode michiyasunaga/qagnn/utils/data_utils.py official repository unverified MIT (permissive) · 16bd49eb2e3b8970 · report
make_one_hot michiyasunaga/qagnn/modeling/modeling_qagnn.py official repository unverified MIT (permissive) · df5e0b02401bf941 · report
masked_softmax michiyasunaga/qagnn/utils/layers.py official repository unverified MIT (permissive) · 3841430a72ff67fa · report
normalize_sparse_adj michiyasunaga/qagnn/utils/maths.py official repository unverified MIT (permissive) · 5edf23a7957ba803 · report
plain_graph_generation michiyasunaga/qagnn/utils/graph.py official repository unverified MIT (permissive) · 66135965fe362f47 · report
CustomGraphTransformerLayer HaochenLiu2000/QAP/medqa/train_qap.py community (archive-listed) unverified no licence file found · pointer only · 2d38a4d448347c3c · report
GraphTransformer HaochenLiu2000/QAP/medqa/train_qap.py community (archive-listed) unverified no licence file found · pointer only · 941efc4033b96f8c · report
QAGNN tobias-opsahl/fact-or-fiction/models.py community (archive-listed) unverified no licence file found · pointer only · f82bdec01f779733 · report
get_bert_model tobias-opsahl/fact-or-fiction/models.py community (archive-listed) unverified no licence file found · pointer only · 216445b74badf787 · report

Tasks

Common Sense ReasoningGraph Representation LearningKnowledge GraphsLanguage ModellingMulti-hop Question AnsweringNegationQuestion AnsweringRiddle Sense

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Common Sense Reasoning CommonsenseQA QA-GNN Accuracy 76.1 #13 of 38 Archive leaderboard report
Question Answering OpenBookQA AristoRoBERTa + QA-GNN Accuracy 82.8 #20 of 45 Archive leaderboard report
Question Answering OpenBookQA QA-GNN Accuracy 82.8 #21 of 45 Archive leaderboard report
Question Answering OpenBookQA AristoRoBERTa Accuracy 77.8 #25 of 45 Archive leaderboard report
Riddle Sense RiddleSense QAGNN Accuracy (%) 67 #2 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGATLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections