paper-with-me

Papers

On the Linear Algebraic Structure of Distributed Word Representations

2015-11-22 · Lisa Seung-Yeon Lee

In this work, we leverage the linear algebraic structure of distributed word representations to automatically extend knowledge bases and allow a machine to learn new facts about the world. Our goal is to extract structured facts from corpora in a simpler manner, without applying classifiers or patterns, and using only the co-occurrence statistics of words. We demonstrate that the linear algebraic structure of word embeddings can be used to reduce data requirements for methods of learning facts. In particular, we demonstrate that words belonging to a common category, or pairs of words satisfying a certain relation, form a low-rank subspace in the projected space. We compute a basis for this low-rank subspace using singular value decomposition (SVD), then use this basis to discover new facts and to fit vectors for less frequent words which we do not yet have vectors for.

📄 PDF Abstract BibTeX arXiv:1511.06961

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Linear Spaces of Meanings: Compositional Structures in Vision-Language Models

2023-02-28 · ICCV 2023 1 · Matthew Trager, Pramuditha Perera, Luca Zancato, Alessandro Achille 외

We investigate compositional structures in data embeddings from pre-trained vision-language models (VLMs). Traditionally, compositionality has been associated with algebraic operations on embeddings of words from a pre-e…

DisentanglementRetrieval

Reproducing and learning new algebraic operations on word embeddings using genetic programming

2017-02-18 · Roberto Santana

Word-vector representations associate a high dimensional real-vector to every word from a corpus. Recently, neural-network based methods have been proposed for learning this representation from large corpora. This type o…

Word Embeddings

The emergent algebraic structure of RNNs and embeddings in NLP

2018-03-07 · Sean A. Cantrell

We examine the algebraic and geometric properties of a uni-directional GRU and word embeddings trained end-to-end on a text classification task. A hyperparameter search over word embedding dimension, GRU hidden dimension…

General Classificationtext-classificationText ClassificationWord Embeddings

Algebraically-Informed Deep Networks (AIDN): A Deep Learning Approach to Represent Algebraic Structures

2020-12-02 · Mustafa Hajij, Ghada Zamzmi, Matthew Dawson, Greg Muller

One of the central problems in the interface of deep learning and mathematics is that of building learning systems that can automatically uncover underlying mathematical laws from observed data. In this work, we make one…

Deep Learning

Distributed least square solution method to linear algebraic equations over multiagent networks

2023-03-14 · Viet Hoang Pham, Hyo-Sung Ahn

This paper designs a distributed least square solution method for a linear algebraic equation over a multiagent network. The coefficient matrix is divided into multiple blocks, and each agent only knows a subset of these…