A Neural Model for Compositional Word Embeddings and Sentence ProcessingDownload PDF

Anonymous

Published: 29 Mar 2022, Last Modified: 05 May 2023CMCL 2022Readers: Everyone
Keywords: Unitary Matrix word embeddings, compositional neural processing, explainable NLP, cognitively transparent representations
TL;DR: We propose a new neural model for word embeddings, which uses Unitary Matrices as the primary device for encoding lexical information.
Abstract: We propose a new neural model for word embeddings, which uses Unitary Matrices as the primary device for encoding lexical information. It uses simple matrix multiplication to derive matrices for large units, yielding a sentence processing model that is strictly compositional, does not lose information over time steps, and is transparent, in the sense that word embeddings can be analysed regardless of context. This model does not employ activation functions, and so the network is fully accessible to analysis by the methods of linear algebra at each point in its operation on an input sequence. We test it in two NLP agreement tasks and obtain rule like perfect accuracy, with greater stability than current state-of-the-art systems. Our proposed model goes some way towards offering a class of computationally powerful deep learning systems that can be fully understood and compared to human cognitive processes for natural language learning and representation.
4 Replies

Loading