CLAILGSep 8, 2021

Unsupervised Pre-training with Structured Knowledge for Improving Natural Language Inference

arXiv:2109.03941v11 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing NLI models for researchers and practitioners by combining unsupervised pre-training with structured knowledge, though it is incremental as it builds on existing BERT-based approaches.

The paper tackles the limited inference-related knowledge in natural language inference (NLI) datasets by proposing models that integrate structured knowledge into pre-trained models, resulting in performance improvements over previous BERT-based state-of-the-art models.

While recent research on natural language inference has considerably benefited from large annotated datasets, the amount of inference-related knowledge (including commonsense) provided in the annotated data is still rather limited. There have been two lines of approaches that can be used to further address the limitation: (1) unsupervised pretraining can leverage knowledge in much larger unstructured text data; (2) structured (often human-curated) knowledge has started to be considered in neural-network-based models for NLI. An immediate question is whether these two approaches complement each other, or how to develop models that can bring together their advantages. In this paper, we propose models that leverage structured knowledge in different components of pre-trained models. Our results show that the proposed models perform better than previous BERT-based state-of-the-art models. Although our models are proposed for NLI, they can be easily extended to other sentence or sentence-pair classification problems.

Foundations

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

Your Notes