CLSep 24, 2020

Language Generation with Multi-Hop Reasoning on Commonsense Knowledge Graph

arXiv:2009.11692v11013 citations
Originality Incremental advance
AI Analysis

This addresses a limitation in generative language models for applications needing commonsense knowledge, though it is incremental in enhancing existing methods.

The paper tackles the problem of generating text that requires commonsense reasoning by proposing a method that integrates multi-hop reasoning from knowledge graphs, showing improved performance over baselines on three generation tasks.

Despite the success of generative pre-trained language models on a series of text generation tasks, they still suffer in cases where reasoning over underlying commonsense knowledge is required during generation. Existing approaches that integrate commonsense knowledge into generative pre-trained language models simply transfer relational knowledge by post-training on individual knowledge triples while ignoring rich connections within the knowledge graph. We argue that exploiting both the structural and semantic information of the knowledge graph facilitates commonsense-aware text generation. In this paper, we propose Generation with Multi-Hop Reasoning Flow (GRF) that enables pre-trained models with dynamic multi-hop reasoning on multi-relational paths extracted from the external commonsense knowledge graph. We empirically show that our model outperforms existing baselines on three text generation tasks that require reasoning over commonsense knowledge. We also demonstrate the effectiveness of the dynamic multi-hop reasoning module with reasoning paths inferred by the model that provide rationale to the generation.

Code Implementations1 repo
Foundations

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

Your Notes