paper-with-me

홈 › Papers

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 of word-to-vector embedding is able to keep, in the learned vector space, some of the syntactic and semantic relationships present in the original word corpus. This, in turn, serves to address different types of language classification tasks by doing algebraic operations defined on the vectors. The general practice is to assume that the semantic relationships between the words can be inferred by the application of a-priori specified algebraic operations. Our general goal in this paper is to show that it is possible to learn methods for word composition in semantic spaces. Instead of expressing the compositional method as an algebraic operation, we will encode it as a program, which can be linear, nonlinear, or involve more intricate expressions. More remarkably, this program will be evolved from a set of initial random programs by means of genetic programming (GP). We show that our method is able to reproduce the same behavior as human-designed algebraic operators. Using a word analogy task as benchmark, we also show that GP-generated programs are able to obtain accuracy values above those produced by the commonly used human-designed rule for algebraic manipulation of word vectors. Finally, we show the robustness of our approach by executing the evolved programs on the word2vec GoogleNews vectors, learned over 3 billion running words, and assessing their accuracy in the same word analogy task.

📄 PDF Abstract BibTeX arXiv:1702.05624

Code (1)

rsantana-isg/GP_word2vec 공식 구현

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Abelian Neural Networks

2021-02-24 · Kenshin Abe, Takanori Maehara, Issei Sato

We study the problem of modeling a binary operation that satisfies some algebraic requirements. We first construct a neural network architecture for Abelian group operations and derive a universal approximation property.…

Word Embeddings

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

Correlations between Word Vector Sets

2019-10-07 · IJCNLP 2019 11 · Vitalii Zhelezniak, April Shen, Daniel Busbridge, Aleksandar Savkov 외

Similarity measures based purely on word embeddings are comfortably competing with much more sophisticated deep learning and expert-engineered systems on unsupervised semantic textual similarity (STS) tasks. In contrast …

Semantic Textual SimilaritySTSWord Embeddings

A Latent Variable Model Approach to PMI-based Word Embeddings

2015-02-12 · TACL 2016 1 · Sanjeev Arora, Yuanzhi Li, YIngyu Liang, Tengyu Ma 외

Semantic word embeddings represent the meaning of a word via a vector, and are created by diverse methods. Many use nonlinear operations on co-occurrence statistics, and have hand-tuned hyperparameters and reweighting me…

Word Embeddings

Transport of Algebraic Structure to Latent Embeddings

2024-05-27 · Samuel Pfrommer, Brendon G. Anderson, Somayeh Sojoudi

Machine learning often aims to produce latent embeddings of inputs which lie in a larger, abstract mathematical space. For example, in the field of 3D modeling, subsets of Euclidean space can be embedded as vectors using…