CLAIJun 4, 2021

COINS: Dynamically Generating COntextualized Inference Rules for Narrative Story Completion

arXiv:2106.02497v1718 citations
AI Analysis

This addresses the need for more transparent reasoning in AI models for tasks like story generation, though it is incremental in its approach.

The paper tackles the problem of making large language models more interpretable by generating explicit interim inference rules, and applies this to narrative story completion, resulting in better story coherence and improved commonsense inference rule generation compared to state-of-the-art baselines.

Despite recent successes of large pre-trained language models in solving reasoning tasks, their inference capabilities remain opaque. We posit that such models can be made more interpretable by explicitly generating interim inference rules, and using them to guide the generation of task-specific textual outputs. In this paper we present COINS, a recursive inference framework that i) iteratively reads context sentences, ii) dynamically generates contextualized inference rules, encodes them, and iii) uses them to guide task-specific output generation. We apply COINS to a Narrative Story Completion task that asks a model to complete a story with missing sentences, to produce a coherent story with plausible logical connections, causal relationships, and temporal dependencies. By modularizing inference and sentence generation steps in a recurrent model, we aim to make reasoning steps and their effects on next sentence generation transparent. Our automatic and manual evaluations show that the model generates better story sentences than SOTA baselines, especially in terms of coherence. We further demonstrate improved performance over strong pre-trained LMs in generating commonsense inference rules. The recursive nature of COINS holds the potential for controlled generation of longer sequences.

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