paper-with-me

Papers

Neural Vector Spaces for Unsupervised Information Retrieval

2017-08-09 · Christophe Van Gysel, Maarten de Rijke, Evangelos Kanoulas

We propose the Neural Vector Space Model (NVSM), a method that learns representations of documents in an unsupervised manner for news article retrieval. In the NVSM paradigm, we learn low-dimensional representations of words and documents from scratch using gradient descent and rank documents according to their similarity with query representations that are composed from word representations. We show that NVSM performs better at document ranking than existing latent semantic vector space methods. The addition of NVSM to a mixture of lexical language models and a state-of-the-art baseline vector space model yields a statistically significant increase in retrieval effectiveness. Consequently, NVSM adds a complementary relevance signal. Next to semantic matching, we find that NVSM performs well in cases where lexical matching is needed. NVSM learns a notion of term specificity directly from the document collection without feature engineering. We also show that NVSM learns regularities related to Luhn significance. Finally, we give advice on how to deploy NVSM in situations where model selection (e.g., cross-validation) is infeasible. We find that an unsupervised ensemble of multiple models trained with different hyperparameter values performs better than a single cross-validated model. Therefore, NVSM can safely be used for ranking documents without supervised relevance judgments.

📄 PDF Abstract BibTeX arXiv:1708.02702

Code (4)

cvangysel/cuNVSM 공식 구현
osirrc/nvsm-docker tf
osirrc2019/nvsm-docker tf
rodgzilla/NVSM_pytorch pytorch

Tasks

Document RankingFeature EngineeringInformation RetrievalModel SelectionRetrievalSpecificity

Similar Papers 제목 키워드 기반

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

Disentangling Latent Embeddings with Sparse Linear Concept Subspaces (SLiCS)

2025-08-27 · Zhi Li, Hau Phan, Matthew Emigh, Austin J. Brockmeier arxiv

Vision-language co-embedding networks, such as CLIP, provide a latent embedding space with semantic information that is useful for downstream tasks. We hypothesize that the embedding space can be disentangled to separate…

Image Retrieval

Unsupervised Cross-Lingual Information Retrieval using Monolingual Data Only

2018-05-02 · Robert Litschko, Goran Glavaš, Simone Paolo Ponzetto, Ivan Vulić

We propose a fully unsupervised framework for ad-hoc cross-lingual information retrieval (CLIR) which requires no bilingual data at all. The framework leverages shared cross-lingual word embedding spaces in which terms, …

Cross-Lingual Information RetrievalInformation RetrievalRetrieval

Word Vector Space Specialisation

2017-04-01 · EACL 2017 4 · Ivan Vuli{\'c}, Nikola Mrk{\v{s}}i{\'c}, Mohammad Taher Pilehvar

Specialising vector spaces to maximise their content with respect to one key property of vector space models (e.g. semantic similarity vs. relatedness or lexical entailment) while mitigating others has become an active a…

Lexical EntailmentRepresentation LearningSemantic SimilaritySemantic Textual Similarity

Improving zero-shot learning by mitigating the hubness problem

2014-12-20 · Georgiana Dinu, Angeliki Lazaridou, Marco Baroni

The zero-shot paradigm exploits vector-based word representations extracted from text corpora with unsupervised methods to learn general mapping functions from other feature spaces onto word space, where the words associ…

Image RetrievalRetrievalZero-Shot Learning