paper-with-me

Papers

Simple and Effective Dimensionality Reduction for Word Embeddings

2017-08-11 · Vikas Raunak

Word embeddings have become the basic building blocks for several natural language processing and information retrieval tasks. Pre-trained word embeddings are used in several downstream applications as well as for constructing representations for sentences, paragraphs and documents. Recently, there has been an emphasis on further improving the pre-trained word vectors through post-processing algorithms. One such area of improvement is the dimensionality reduction of the word embeddings. Reducing the size of word embeddings through dimensionality reduction can improve their utility in memory constrained devices, benefiting several real-world applications. In this work, we present a novel algorithm that effectively combines PCA based dimensionality reduction with a recently proposed post-processing algorithm, to construct word embeddings of lower dimensions. Empirical evaluations on 12 standard word similarity benchmarks show that our algorithm reduces the embedding dimensionality by 50%, while achieving similar or (more often) better performance than the higher dimension embeddings.

📄 PDF Abstract BibTeX arXiv:1708.03629

Code (1)

vyraun/Half-Size

Tasks

Dimensionality ReductionInformation RetrievalRetrievalWord EmbeddingsWord Similarity

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Effective Dimensionality Reduction for Word Embeddings

2019-08-01 · WS 2019 8 · Vikas Raunak, Vivek Gupta, Florian Metze

Pre-trained word embeddings are used in several downstream applications as well as for constructing representations for sentences, paragraphs and documents. Recently, there has been an emphasis on improving the pretraine…

Dimensionality ReductionWord Embeddings

Understanding and Improving Multi-Sense Word Embeddings via Extended Robust Principal Component Analysis

2018-03-03 · Haoyue Shi, Yuqi Sun, Junfeng Hu

Unsupervised learned representations of polysemous words generate a large of pseudo multi senses since unsupervised methods are overly sensitive to contextual variations. In this paper, we address the pseudo multi-sense …

Dimensionality ReductionWord EmbeddingsWord Similarity

Order Embeddings from Merged Ontologies using Sketching

2021-01-06 · Kenneth L. Clarkson, Sanjana Sahayaraj

We give a simple, low resource method to produce order embeddings from ontologies. Such embeddings map words to vectors so that order relations on the words, such as hypernymy/hyponymy, are represented in a direct way. O…

Dimensionality Reduction

A Process for Topic Modelling Via Word Embeddings

2023-10-06 · Diego Saldaña Ulloa

This work combines algorithms based on word embeddings, dimensionality reduction, and clustering. The objective is to obtain topics from a set of unclassified texts. The algorithm to obtain the word embeddings is the BER…

ClusteringDimensionality ReductionDiversityWord Embeddings

Linear Dimensionality Reduction for Word Embeddings in Tabular Data Classification

2025-09-15 · Liam Ressel, Hamza A. A. Gardi arxiv

The Engineers' Salary Prediction Challenge requires classifying salary categories into three classes based on tabular data. The job description is represented as a 300-dimensional word embedding incorporated into the tab…

Dimensionality Reduction