CLLGMar 18, 2023

A Graph-Guided Reasoning Approach for Open-ended Commonsense Question Answering

arXiv:2303.10395v1131 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the problem of real-world commonsense reasoning without predefined answer choices for AI systems, representing an incremental improvement by extending beyond retrieval-focused methods.

The paper tackles open-ended commonsense question answering by proposing a graph-guided reasoning approach that constructs question-dependent knowledge graphs and uses sequential subgraph reasoning to predict answers, achieving strong performance on benchmark datasets.

Recently, end-to-end trained models for multiple-choice commonsense question answering (QA) have delivered promising results. However, such question-answering systems cannot be directly applied in real-world scenarios where answer candidates are not provided. Hence, a new benchmark challenge set for open-ended commonsense reasoning (OpenCSR) has been recently released, which contains natural science questions without any predefined choices. On the OpenCSR challenge set, many questions require implicit multi-hop reasoning and have a large decision space, reflecting the difficult nature of this task. Existing work on OpenCSR sorely focuses on improving the retrieval process, which extracts relevant factual sentences from a textual knowledge base, leaving the important and non-trivial reasoning task outside the scope. In this work, we extend the scope to include a reasoner that constructs a question-dependent open knowledge graph based on retrieved supporting facts and employs a sequential subgraph reasoning process to predict the answer. The subgraph can be seen as a concise and compact graphical explanation of the prediction. Experiments on two OpenCSR datasets show that the proposed model achieves great performance on benchmark OpenCSR datasets.

Foundations

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

Your Notes