paper-with-me

홈 › Papers

Toward Incorporation of Relevant Documents in word2vec

2017-07-20 · Navid Rekabsaz, Bhaskar Mitra, Mihai Lupu, Allan Hanbury

Recent advances in neural word embedding provide significant benefit to various information retrieval tasks. However as shown by recent studies, adapting the embedding models for the needs of IR tasks can bring considerable further improvements. The embedding models in general define the term relatedness by exploiting the terms' co-occurrences in short-window contexts. An alternative (and well-studied) approach in IR for related terms to a query is using local information i.e. a set of top-retrieved documents. In view of these two methods of term relatedness, in this work, we report our study on incorporating the local information of the query in the word embeddings. One main challenge in this direction is that the dense vectors of word embeddings and their estimation of term-to-term relatedness remain difficult to interpret and hard to analyze. As an alternative, explicit word representations propose vectors whose dimensions are easily interpretable, and recent methods show competitive performance to the dense vectors. We introduce a neural-based explicit representation, rooted in the conceptual ideas of the word2vec Skip-Gram model. The method provides interpretable explicit vectors while keeping the effectiveness of the Skip-Gram model. The evaluation of various explicit representations on word association collections shows that the newly proposed method out- performs the state-of-the-art explicit representations when tasked with ranking highly similar terms. Based on the introduced ex- plicit representation, we discuss our approaches on integrating local documents in globally-trained embedding models and discuss the preliminary results.

📄 PDF Abstract BibTeX arXiv:1707.06598

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrievalWord Embeddings

Similar Papers 제목 키워드 기반

A Comparison of Approaches for Imbalanced Classification Problems in the Context of Retrieving Relevant Documents for an Analysis

2022-05-03 · Sandra Wankmüller

One of the first steps in many text-based social science studies is to retrieve documents that are relevant for the analysis from large corpora of otherwise irrelevant documents. The conventional approach in social scien…

imbalanced classificationRetrieval

TopicSifter: Interactive Search Space Reduction Through Targeted Topic Modeling

2019-07-28 · Hannah Kim, Dongjin Choi, Barry Drake, Alex Endert 외

Topic modeling is commonly used to analyze and understand large document collections. However, in practice, users want to focus on specific aspects or "targets" rather than the entire corpus. For example, given a large c…

Retrieval

Remedies against the Vocabulary Gap in Information Retrieval

2017-11-16 · Christophe Van Gysel

Search engines rely heavily on term-based approaches that represent queries and documents as bags of words. Text---a document or a query---is represented by a bag of its words that ignores grammar and word order, but ret…

Information RetrievalRetrieval

Exploring text datasets by visualizing relevant words

2017-07-17 · Franziska Horn, Leila Arras, Grégoire Montavon, Klaus-Robert Müller 외

When working with a new dataset, it is important to first explore and familiarize oneself with it, before applying any advanced machine learning algorithms. However, to the best of our knowledge, no tools exist that quic…

Discovering topics in text datasets by visualizing relevant words

2017-07-18 · Franziska Horn, Leila Arras, Grégoire Montavon, Klaus-Robert Müller 외

When dealing with large collections of documents, it is imperative to quickly get an overview of the texts' contents. In this paper we show how this can be achieved by using a clustering algorithm to identify topics in t…

Clustering