Artefact Retrieval: Overview of NLP Models with Knowledge Base AccessDownload PDF

Published: 18 Sept 2021, Last Modified: 05 May 2023CSKBReaders: Everyone
Keywords: knowledge base, retrieval, knowledge intensive, nlp, overview
TL;DR: NLP models utilizing knowledge base access are on a high-level instantiations of a single abstract pipeline.
Abstract: Many NLP models gain performance by having access to a knowledge base. A lot of research has been devoted to devising and improving the way the knowledge base is accessed and incorporated into the model, resulting in a number of mechanisms and pipelines. Despite the diversity of proposed mechanisms, there are patterns in the designs of such systems. In this paper, we systematically describe the typology of *artefacts* (items retrieved from a knowledge base), retrieval mechanisms and the way these artefacts are *fused* into the model. This further allows us to uncover combinations of design decisions that had not yet been tried. Most of the focus is given to language models, though we also show how question answering, fact-checking and knowledgable dialogue models fit into this system as well. Having an abstract model which can describe the architecture of specific models also helps with transferring these architectures between multiple NLP tasks.
3 Replies

Loading