paper-with-me

홈 › Papers

Learning Latent Vector Spaces for Product Search

2016-08-25 · Christophe Van Gysel, Maarten de Rijke, Evangelos Kanoulas

We introduce a novel latent vector space model that jointly learns the latent representations of words, e-commerce products and a mapping between the two without the need for explicit annotations. The power of the model lies in its ability to directly model the discriminative relation between products and a particular word. We compare our method to existing latent vector space models (LSI, LDA and word2vec) and evaluate it as a feature in a learning to rank setting. Our latent vector space model achieves its enhanced performance as it learns better product representations. Furthermore, the mapping from words to products and the representations of words benefit directly from the errors propagated back from the product representations during parameter estimation. We provide an in-depth analysis of the performance of our model and analyze the structure of the learned representations.

📄 PDF Abstract BibTeX arXiv:1608.07253

Code (2)

cvangysel/SERT 공식 구현
cvangysel/cuNVSM

Tasks

Learning-To-Rankparameter estimation

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Gromov-Hausdorff Distances for Comparing Product Manifolds of Model Spaces

2023-09-09 · Haitz Saez de Ocariz Borde, Alvaro Arroyo, Ismael Morales, Ingmar Posner 외

Recent studies propose enhancing machine learning models by aligning the geometric characteristics of the latent space with the underlying data structure. Instead of relying solely on Euclidean space, researchers have su…

Structural Regularities in Text-based Entity Vector Spaces

2017-07-25 · Christophe Van Gysel, Maarten de Rijke, Evangelos Kanoulas

Entity retrieval is the task of finding entities such as people or products in response to a query, based solely on the textual documents they are associated with. Recent semantic entity retrieval algorithms represent qu…

ClusteringEntity RetrievalRetrievalTopic Models

Deep Meditations: Controlled navigation of latent space

2020-02-27 · Memo Akten, Rebecca Fiebrink, Mick Grierson

We introduce a method which allows users to creatively explore and navigate the vast latent spaces of deep generative models. Specifically, our method enables users to \textit{discover} and \textit{design} \textit{trajec…

Navigate

Interpreting Embedding Spaces by Conceptualization

2022-08-22 · Adi Simhi, Shaul Markovitch

One of the main methods for computational interpretation of a text is mapping it into a vector in some embedding space. Such vectors can then be used for a variety of textual processing tasks. Recently, most embedding sp…

Search-Based Serving Architecture of Embeddings-Based Recommendations

2019-07-07 · Sonya Liberman, Shaked Bar, Raphael Vannerom, Danny Rosenstein 외

Over the past 10 years, many recommendation techniques have been based on embedding users and items in latent vector spaces, where the inner product of a (user,item) pair of vectors represents the predicted affinity of t…

Recommendation Systems