cosine similarity
PulseAugur coverage of cosine similarity — every cluster mentioning cosine similarity across labs, papers, and developer communities, ranked by signal.
3 day(s) with sentiment data
-
New divergence-based similarity function enhances multi-view contrastive learning
Researchers have developed a new divergence-based similarity function (DSF) for multi-view contrastive learning, aiming to better capture the joint structure across multiple augmented data views. Unlike previous methods…
-
BERT embeddings occupy narrow cone, challenging cosine similarity assumptions
A recent analysis suggests that mean-pooled BERT embeddings exhibit a high cosine similarity of 0.99 between semantically unrelated pairs. This phenomenon indicates that embeddings may occupy a narrow cone, a characteri…
-
Developers cut LLM token costs with semantic caching and rate limiting
Developers are implementing caching strategies to reduce costs and improve efficiency when using free-tier Large Language Model (LLM) endpoints. One approach, SimHash, uses a hashing algorithm to identify semantically s…
-
AI embeddings forget like human brains, study finds
New research indicates that the degradation of recall in AI memory systems, specifically those using vector databases and embeddings, mirrors human memory's forgetting patterns. The study found that embeddings, regardle…
-
New SGPDFuse method enhances multimodal image fusion with semantic guidance
Researchers have developed SGPDFuse, a novel multimodal image fusion technique that leverages a Semantic-Physical Parametric Bridge built on pretrained vision foundation models. This method aims to disentangle intrinsic…
-
Developer's intent detector struggles with negation despite high recall
A developer built an intent detection system using embeddings to identify user messages requiring action, aiming to reduce costs associated with calling large language models for every message. The system compares messa…
-
LLM framework enhances similarity analysis for large-scale assessments
Researchers have developed a new framework called AISA, which utilizes Large Language Models (LLMs) to analyze incidental content similarity in large-scale assessments. This dual-dimensional approach, operationalizing s…
-
New MRieHy framework enhances brain-computer interface accuracy
Researchers have developed a new framework called Multi-feature Riemannian Hypergraph (MRieHy) to improve the accuracy and cross-day transferability of motor imagery brain-computer interfaces (MI-BCI). This method combi…
-
Embedding model drift silently degrades RAG performance
Embedding model drift, a subtle yet significant issue in production RAG systems, occurs when the model used to generate vector embeddings differs from the one used for querying. This mismatch, often caused by model upda…
-
RAG Systems Enhanced with Hybrid Search and Reranking Beyond Vector Search
This article delves into enhancing Retrieval-Augmented Generation (RAG) systems by moving beyond simple vector search. It explains that while embeddings are crucial for semantic similarity, they are insufficient on thei…
-
Dynamic few-shot prompting improves LLM example relevance and efficiency · 2 sources tracked
Dynamic few-shot prompting offers an improvement over static few-shot prompting by retrieving the most relevant examples from a larger pool for each specific input, rather than using a fixed set of examples for all quer…
-
Semantic caching for LLMs keys on meaning to cut costs and latency
This article introduces a semantic caching technique for LLMs that keys on the meaning of queries rather than their exact wording. By embedding queries into vectors and using cosine similarity to match them against a ca…
-
arXiv paper questions cosine similarity's effectiveness in AI representations
A new arXiv paper titled "Semantics at an Angle: When Cosine Similarity Works Until It Doesn't" critically examines the widespread use of cosine similarity in machine learning representations. The paper, authored by Kis…
-
New face verification model IMGNet uses sign patterns over cosine similarity
An independent researcher from Indonesia has developed IMGNet, a novel face verification model that utilizes sign pattern matching instead of traditional cosine similarity. This approach focuses on the relational struct…
-
Embedding Models: The Core of LLM Context and Retrieval
Embedding models are fundamental to Large Language Models (LLMs), particularly in Retrieval-Augmented Generation (RAG). These models transform high-dimensional data like text into lower-dimensional vector spaces, facili…
-
New methods enhance unsupervised cross-modal retrieval with limited data · 4 sources tracked
Researchers are developing new methods for unsupervised cross-modal retrieval, aiming to improve efficiency and reduce reliance on large, manually annotated datasets. Papers propose techniques like Attribute-Prompted Ke…
-
New theory explains how embedding lengths encode semantic specificity
Researchers have developed a theoretical framework to explain why embedding lengths in contrastive embedding models, often disregarded in favor of cosine similarity, correlate with semantic properties like concept speci…
-
ModaFlow framework enhances virtual try-on with modality-aware guidance
Researchers have developed ModaFlow, a novel framework for high-fidelity virtual try-on that improves garment semantic preservation and body geometry adaptation. The system utilizes a modality-aware guidance scheme, inc…
-
KDAI2026 lecture covers NLP, text similarity, and tokenization
This week's KDAI2026 lecture focused on Natural Language Processing (NLP) concepts. The session covered text similarity metrics such as Levenshtein distance, cosine similarity, and Jaccard index. It also explored regula…
-
New RECOM dataset reveals metric tradeoff in LLM evaluation
Researchers have introduced RECOM, a new evaluation dataset designed to assess automatic metrics for open-ended question answering, particularly for LLM-generated text. The dataset, comprising 15,000 r/AskReddit questio…