paper-with-me

홈 › Papers

Textual Spatial Cosine Similarity

2015-05-15 · Crocetti Giancarlo

When dealing with document similarity many methods exist today, like cosine similarity. More complex methods are also available based on the semantic analysis of textual information, which are computationally expensive and rarely used in the real time feeding of content as in enterprise-wide search environments. To address these real-time constraints, we developed a new measure of document similarity called Textual Spatial Cosine Similarity, which is able to detect similitude at the semantic level using word placement information contained in the document. We will see in this paper that two degenerate cases exist for this model, which coincide with Cosine Similarity on one side and with a paraphrasing detection model to the other.

📄 PDF Abstract BibTeX arXiv:1505.03934

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparing in context: Improving cosine similarity measures with a metric tensor

2022-03-28 · ICON 2021 12 · Isa M. Apallius de Vos, Ghislaine L. van den Boogerd, Mara D. Fennema, Adriana D. Correia

Cosine similarity is a widely used measure of the relatedness of pre-trained word embeddings, trained on a language modeling goal. Datasets such as WordSim-353 and SimLex-999 rate how similar words are according to human…

Language ModelingLanguage ModellingWord EmbeddingsWord Similarity

Solving Cosine Similarity Underestimation between High Frequency Words by L2 Norm Discounting

2023-05-17 · Saeth Wannasuphoprasit, Yi Zhou, Danushka Bollegala

Cosine similarity between two words, computed using their contextualised token embeddings obtained from masked language models (MLMs) such as BERT has shown to underestimate the actual similarity between those words (Zho…

Word Similarity

SimBow at SemEval-2017 Task 3: Soft-Cosine Semantic Similarity between Questions for Community Question Answering

2017-08-01 · SEMEVAL 2017 8 · Delphine Charlet, G{\'e}raldine Damnati

This paper describes the SimBow system submitted at SemEval2017-Task3, for the question-question similarity subtask B. The proposed approach is a supervised combination of different unsupervised textual similarities. The…

Community Question AnsweringKnowledge GraphsQuestion AnsweringQuestion Similarity+4

Correlation Coefficients and Semantic Textual Similarity

2019-05-19 · NAACL 2019 6 · Vitalii Zhelezniak, Aleksandar Savkov, April Shen, Nils Y. Hammerla

A large body of research into semantic textual similarity has focused on constructing state-of-the-art embeddings using sophisticated modelling, careful choice of learning signals and many clever tricks. By contrast, lit…

Semantic Textual SimilaritySentence

A Triangle Inequality for Cosine Similarity

2021-07-08 · Erich Schubert

Similarity search is a fundamental problem for many data analysis techniques. Many efficient search techniques rely on the triangle inequality of metrics, which allows pruning parts of the search space based on transitiv…