paper-with-me

홈 › Papers

A Survey on Efficient Processing of Similarity Queries over Neural Embeddings

2022-04-17 · Yifan Wang

Similarity query is the family of queries based on some similarity metrics. Unlike the traditional database queries which are mostly based on value equality, similarity queries aim to find targets "similar enough to" the given data objects, depending on some similarity metric, e.g., Euclidean distance, cosine similarity and so on. To measure the similarity between data objects, traditional methods normally work on low level or syntax features(e.g., basic visual features on images or bag-of-word features of text), which makes them weak to compute the semantic similarities between objects. So for measuring data similarities semantically, neural embedding is applied. Embedding techniques work by representing the raw data objects as vectors (so called "embeddings" or "neural embeddings" since they are mostly generated by neural network models) that expose the hidden semantics of the raw data, based on which embeddings do show outstanding effectiveness on capturing data similarities, making it one of the most widely used and studied techniques in the state-of-the-art similarity query processing research. But there are still many open challenges on the efficiency of embedding based similarity query processing, which are not so well-studied as the effectiveness. In this survey, we first provide an overview of the "similarity query" and "similarity query processing" problems. Then we talk about recent approaches on designing the indexes and operators for highly efficient similarity query processing on top of embeddings (or more generally, high dimensional data). Finally, we investigate the specific solutions with and without using embeddings in selected application domains of similarity queries, including entity resolution and information retrieval. By comparing the solutions, we show how neural embeddings benefit those applications.

📄 PDF Abstract BibTeX arXiv:2204.07922

Code (0)

등록된 구현이 없습니다.

Tasks

Entity ResolutionInformation RetrievalRetrieval

Similar 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 외 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 ca…

Information Retrieval

High-Throughput Vector Similarity Search in Knowledge Graphs

2023-04-04 · Jason Mohoney, Anil Pacaci, Shihabur Rahman Chowdhury, Ali Mousavi 외

There is an increasing adoption of machine learning for encoding data into vectors to serve online recommendation and search use cases. As a result, recent data management systems propose augmenting query processing with…

Knowledge GraphsVocal Bursts Intensity Prediction

Relevance-Based Embeddings: Lightweight Candidate Retrieval via Heavy-Ranker Calls

2026-07-03 · Kirill Shevkunov, Andrey Ploskonosov, Liudmila Prokhorenkova arxiv

In many machine learning applications, the most relevant items for a query should be efficiently retrieved. The relevance function is usually an expensive similarity model, making the exhaustive search infeasible. A typi…

SECNLP: A Survey of Embeddings in Clinical Natural Language Processing

2019-03-04 · Kalyan KS, S. Sangeetha

Traditional representations like Bag of words are high dimensional, sparse and ignore the order as well as syntactic and semantic information. Distributed vector representations or embeddings map variable length text to …

Survey

Applying Transfer Learning for Improving Domain-Specific Search Experience Using Query to Question Similarity

2021-01-07 · Ankush Chopra, Shruti Agrawal, Sohom Ghosh

Search is one of the most common platforms used to seek information. However, users mostly get overloaded with results whenever they use such a platform to resolve their queries. Nowadays, direct answers to queries are b…

QQPQuestion SimilarityRetrievalSemantic Textual Similarity+3