paper-with-me

홈 › Papers

Relevance-based Word Embedding

2017-05-09 · Hamed Zamani, W. Bruce Croft

Learning a high-dimensional dense representation for vocabulary terms, also known as a word embedding, has recently attracted much attention in natural language processing and information retrieval tasks. The embedding vectors are typically learned based on term proximity in a large corpus. This means that the objective in well-known word embedding algorithms, e.g., word2vec, is to accurately predict adjacent word(s) for a given word or context. However, this objective is not necessarily equivalent to the goal of many information retrieval (IR) tasks. The primary objective in various IR tasks is to capture relevance instead of term proximity, syntactic, or even semantic similarity. This is the motivation for developing unsupervised relevance-based word embedding models that learn word representations based on query-document relevance information. In this paper, we propose two learning models with different objective functions; one learns a relevance distribution over the vocabulary set for each query, and the other classifies each term as belonging to the relevant or non-relevant class for each query. To train our models, we used over six million unique queries and the top ranked documents retrieved in response to each query, which are assumed to be relevant to the query. We extrinsically evaluate our learned word representation models using two IR tasks: query expansion and query classification. Both query expansion experiments on four TREC collections and query classification experiments on the KDD Cup 2005 dataset suggest that the relevance-based word embedding models significantly outperform state-of-the-art proximity-based embedding models, such as word2vec and GloVe.

📄 PDF Abstract BibTeX arXiv:1705.03556

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationInformation RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Part-of-Speech Relevance Weights for Learning Word Embeddings

2016-03-24 · Quan Liu, Zhen-Hua Ling, Hui Jiang, Yu Hu

This paper proposes a model to learn word embeddings with weighted contexts based on part-of-speech (POS) relevance weights. POS is a fundamental element in natural language. However, state-of-the-art word embedding mode…

Learning Word EmbeddingsPOSPositionWord Embeddings+1

Refining Pretrained Word Embeddings Using Layer-wise Relevance Propagation

2018-10-01 · EMNLP 2018 10 · Akira Utsumi

In this paper, we propose a simple method for refining pretrained word embeddings using layer-wise relevance propagation. Given a target semantic representation one would like word vectors to reflect, our method first tr…

Binary ClassificationGeneral ClassificationWord Embeddings

Predicting Role Relevance with Minimal Domain Expertise in a Financial Domain

2017-04-19 · Mayank Kejriwal

Word embeddings have made enormous inroads in recent years in a wide variety of text mining applications. In this paper, we explore a word embedding-based architecture for predicting the relevance of a role between two f…

Word Embeddings

Quality of Word Embeddings on Sentiment Analysis Tasks

2020-03-06 · Erion Çano, Maurizio Morisio

Word embeddings or distributed representations of words are being used in various applications like machine translation, sentiment analysis, topic identification etc. Quality of word embeddings and performance of their a…

Machine TranslationSentiment AnalysisTranslationWord Embeddings

A Deep Relevance Model for Zero-Shot Document Filtering

2018-07-01 · ACL 2018 7 · Chenliang Li, Wei Zhou, Feng Ji, Yu Duan 외

In the era of big data, focused analysis for diverse topics with a short response time becomes an urgent demand. As a fundamental task, information filtering therefore becomes a critical necessity. In this paper, we prop…

Sentiment AnalysisText ClassificationWord Embeddings