AICLOct 7, 2021

GNN is a Counter? Revisiting GNN for Question Answering

arXiv:2110.03192v137 citations
Originality Incremental advance
AI Analysis

This work reveals that current knowledge-aware GNN modules may only perform simple reasoning like counting, highlighting a challenge for building comprehensive reasoning in QA, which is incremental for researchers in AI and NLP.

The paper investigates the reasoning capability of Graph Neural Network (GNN) modules in question answering systems, finding that a simple graph neural counter outperforms existing GNN modules on CommonsenseQA and OpenBookQA benchmarks.

Question Answering (QA) has been a long-standing research topic in AI and NLP fields, and a wealth of studies have been conducted to attempt to equip QA systems with human-level reasoning capability. To approximate the complicated human reasoning process, state-of-the-art QA systems commonly use pre-trained language models (LMs) to access knowledge encoded in LMs together with elaborately designed modules based on Graph Neural Networks (GNNs) to perform reasoning over knowledge graphs (KGs). However, many problems remain open regarding the reasoning functionality of these GNN-based modules. Can these GNN-based modules really perform a complex reasoning process? Are they under- or over-complicated for QA? To open the black box of GNN and investigate these problems, we dissect state-of-the-art GNN modules for QA and analyze their reasoning capability. We discover that even a very simple graph neural counter can outperform all the existing GNN modules on CommonsenseQA and OpenBookQA, two popular QA benchmark datasets which heavily rely on knowledge-aware reasoning. Our work reveals that existing knowledge-aware GNN modules may only carry out some simple reasoning such as counting. It remains a challenging open problem to build comprehensive reasoning modules for knowledge-powered QA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes