CLAIJul 8, 2022

Hidden Schema Networks

arXiv:2207.03777v2223 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable and structured representations in natural language processing, offering a method to uncover latent schemata from language data, though it appears incremental by building on existing models like BERT and GPT-2.

The authors tackled the problem of making implicit relational structures in pretrained language models explicit by introducing a neural model that enforces compositionality through inductive biases, resulting in inferred symbols interpretable as topics or sentiments and enhanced performance on commonsense reasoning tasks.

Large, pretrained language models infer powerful representations that encode rich semantic and syntactic content, albeit implicitly. In this work we introduce a novel neural language model that enforces, via inductive biases, explicit relational structures which allow for compositionality onto the output representations of pretrained language models. Specifically, the model encodes sentences into sequences of symbols (composed representations), which correspond to the nodes visited by biased random walkers on a global latent graph, and infers the posterior distribution of the latter. We first demonstrate that the model is able to uncover ground-truth graphs from artificially generated datasets of random token sequences. Next, we leverage pretrained BERT and GPT-2 language models as encoder and decoder, respectively, to infer networks of symbols (schemata) from natural language datasets. Our experiments show that (i) the inferred symbols can be interpreted as encoding different aspects of language, as e.g. topics or sentiments, and that (ii) GPT-like models can effectively be conditioned on symbolic representations. Finally, we explore training autoregressive, random walk ``reasoning" models on schema networks inferred from commonsense knowledge databases, and using the sampled paths to enhance the performance of pretrained language models on commonsense If-Then reasoning tasks.

Foundations

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

Your Notes