paper-with-me

홈 › Papers

Evaluating the impact of word embeddings on similarity scoring in practical information retrieval

2026-02-05 · Niall McCarroll, Kevin Curran, Eugene McNamee, Angela Clist, Andrew Brammer arxiv

Search behaviour is characterised using synonymy and polysemy as users often want to search information based on meaning. Semantic representation strategies represent a move towards richer associative connections that can adequately capture this complex usage of language. Vector Space Modelling (VSM) and neural word embeddings play a crucial role in modern machine learning and Natural Language Processing (NLP) pipelines. Embeddings use distributional semantics to represent words, sentences, paragraphs or entire documents as vectors in high dimensional spaces. This can be leveraged by Information Retrieval (IR) systems to exploit the semantic relatedness between queries and answers. This paper evaluates an alternative approach to measuring query statement similarity that moves away from the common similarity measure of centroids of neural word embeddings. Motivated by the Word Movers Distance (WMD) model, similarity is evaluated using the distance between individual words of queries and statements. Results from ranked query and response statements demonstrate significant gains in accuracy using the combined approach of similarity ranking through WMD with the word embedding techniques. The top performing WMD + GloVe combination outperforms all other state-of-the-art retrieval models including Doc2Vec and the baseline LSA model. Along with the significant gains in performance of similarity ranking through WMD, we conclude that the use of pre-trained word embeddings, trained on vast amounts of data, result in domain agnostic language processing solutions that are portable to diverse business use-cases.

📄 PDF Abstract BibTeX arXiv:2602.05734

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Evaluating Word Embedding Hyper-Parameters for Similarity and Analogy Tasks

2018-04-11 · Maryam Fanaeepour, Adam Makarucha, Jey Han Lau

The versatility of word embeddings for various applications is attracting researchers from various fields. However, the impact of hyper-parameters when training embedding model is often poorly understood. How much do hyp…

Word Embeddings

Comparative Analysis of Document-Level Embedding Methods for Similarity Scoring on Shakespeare Sonnets and Taylor Swift Lyrics

2024-12-23 · Klara Kramer

This study evaluates the performance of TF-IDF weighting, averaged Word2Vec embeddings, and BERT embeddings for document similarity scoring across two contrasting textual domains. By analysing cosine similarity scores, t…

Towards a Gold Standard for Evaluating Danish Word Embeddings

2020-05-01 · LREC 2020 5 · Nina Schneidermann, Rasmus Hvingelby, Bolette Pedersen

This paper presents the process of compiling a model-agnostic similarity goal standard for evaluating Danish word embeddings based on human judgments made by 42 native speakers of Danish. Word embeddings resemble semanti…

Semantic SimilaritySemantic Textual SimilarityWord Embeddings

Investigating the Frequency Distortion of Word Embeddings and Its Impact on Bias Metrics

2022-11-15 · Francisco Valentini, Juan Cruz Sosa, Diego Fernandez Slezak, Edgar Altszyler

Recent research has shown that static word embeddings can encode word frequency information. However, little has been studied about this phenomenon and its effects on downstream tasks. In the present work, we systematica…

Semantic SimilaritySemantic Textual SimilarityWord Embeddings

Sentence Modeling via Multiple Word Embeddings and Multi-level Comparison for Semantic Textual Similarity

2018-05-21 · Huy Nguyen Tien, Minh Nguyen Le, Yamasaki Tomohiro, Izuha Tatsuya

Different word embedding models capture different aspects of linguistic properties. This inspired us to propose a model (M-MaxLSTM-CNN) for employing multiple sets of word embeddings for evaluating sentence similarity/re…

Natural Language InferenceRelationSemantic Textual SimilaritySentence+7