embedding-models

Tag

Cards List
#embedding-models

Comparing embedding models with synthetic query probing [R]

Reddit r/MachineLearning · 2d ago

The authors propose Synthetic Query Probing, a simple yet effective approach to compare different embedding models by comparing similarity match scores across models instead of raw embedding spaces. The paper illustrates non-linear relationships between models like Ada and Titan, offering practical guidance for swapping embedding models and setting retrieval thresholds.

0 favorites 0 likes
#embedding-models

Mapping Similarity Spaces across Embedding Models with Synthetic Query Probing

arXiv cs.CL · 5d ago Cached

Introduces Synthetic Query Probing (SQP), a reference-free method for learning mappings between similarity score distributions across embedding models, enabling threshold portability in RAG systems. Experiments show systematic score distortions and isotonic regression as the best calibration approach.

0 favorites 0 likes
#embedding-models

Refine Thought: A Test-Time Inference Method for Embedding Model Reasoning

arXiv cs.CL · 2026-07-09 Cached

Proposes RT, a test-time inference method that enhances semantic reasoning in text embedding models by running multiple forward passes, improving performance on reasoning tasks while maintaining general semantic understanding.

0 favorites 0 likes
#embedding-models

Billions of Sketches Reveal Hidden Cultural Variation in Human Concepts

arXiv cs.CL · 2026-07-09 Cached

Analysis of 2.6 billion sketches from 236 countries reveals hidden cultural variation in how common concepts are visually represented, showing that visual imagery preserves rich semantic and cultural structure that language models compress.

0 favorites 0 likes
#embedding-models

AI Wizards at EXIST 2026: Hierarchical Soft-Label Learning for Multimodal Sexism Identification in Memes

Hugging Face Daily Papers · 2026-07-05 Cached

This paper introduces a hierarchical framework for multimodal sexism detection in memes that models annotator disagreement using frozen Gemini Embedding 2 representations and a lightweight gated MLP, achieving 1st place on fine-grained sexism categorization at EXIST 2026.

0 favorites 0 likes
#embedding-models

Show HN: CLI tool for detecting non-exact code duplication with embedding models

Hacker News Top · 2026-07-02 Cached

Slopo is a lightweight CLI tool that detects non-exact code duplication across a codebase using embedding models, helping developers find similar code snippets that are hard to spot manually.

0 favorites 0 likes
#embedding-models

@kdariina: Why do embedding models struggle with binding, a core requirement for multi-object understanding? We find that objects …

X AI KOLs Timeline · 2026-06-30 Cached

This thread discusses a finding that embedding models struggle with binding (a core requirement for multi-object understanding) and that solving it requires going beyond the linear representation hypothesis.

0 favorites 0 likes
#embedding-models

Does My Embedding Reflect That $A = B$? Evaluating Mathematical Equivalence in Embedding Models

arXiv cs.CL · 2026-06-24 Cached

This paper introduces the MELD dataset for evaluating whether text embedding models capture mathematical equivalence across different terminologies, and finds that current models fail. It proposes a contrastive learning approach to align informal and formal mathematical statements, improving retrieval on both informal-formal and natural language tasks.

0 favorites 0 likes
#embedding-models

Policy Regret for Embedding Model Routing: Contextual Bandits with Low-Rank Experts

arXiv cs.LG · 2026-06-16 Cached

This paper formalizes embedding model routing as an adversarial contextual linear bandit with low-rank experts, proposing the Hypentropy Policy Gradient (HPG) algorithm that achieves O~(s√(MT)) policy regret, avoiding the curse of dimensionality.

0 favorites 0 likes
#embedding-models

Semantic distance as routing layer: an on-device, serverless alternative to the central-index model

Reddit r/LocalLLaMA · 2026-06-09

Proposes a decentralized information discovery system using on-device embedding models and peer-to-peer gossip, eliminating the need for central indexes like search engines.

0 favorites 0 likes
#embedding-models

How can embedding models bind concepts?

Hugging Face Daily Papers · 2026-05-29 Cached

This paper investigates why CLIP struggles with concept binding, showing that while CLIP's binding function is high-complexity, controlled transformer models can learn low-complexity binding functions through multiplicative interactions that generalize better.

0 favorites 0 likes
#embedding-models

Benchmarking Google Embeddings 2 against Open-Source Models for Multilingual Dense Retrieval and RAG Systems

arXiv cs.CL · 2026-05-25 Cached

This paper benchmarks Google Embeddings 2 against five open-source models for multilingual dense retrieval and RAG, finding GE2 top in accuracy but slower, with mE5-L as a competitive low-latency alternative.

0 favorites 0 likes
#embedding-models

One prompt is not enough: Instruction Sensitivity Undermines Embedding Model Evaluation

arXiv cs.CL · 2026-05-22 Cached

This paper empirically demonstrates that single-prompt evaluation of instruction-tuned embedding models is insufficient, as performance varies significantly with prompt phrasing and leaderboard rankings can be manipulated by prompt selection.

0 favorites 0 likes
#embedding-models

Structure Retention in Embedding Spaces as a Predictor of Benchmark Performance

arXiv cs.CL · 2026-05-22 Cached

This paper demonstrates that the structure retention in embedding spaces, measured via nearest-neighbor overlap and ICA differences, strongly correlates with benchmark performance across multiple tasks, offering a predictive metric for model effectiveness.

0 favorites 0 likes
#embedding-models

A Comparative Study of Language Models for Khmer Retrieval-Augmented Question Answering

arXiv cs.CL · 2026-05-22 Cached

This paper presents a comparative evaluation of embedding models and generator backends for Khmer-language retrieval-augmented question answering in the telecom domain, finding that BGE-M3 performs best for retrieval while generator strengths vary across metrics.

0 favorites 0 likes
#embedding-models

RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents

arXiv cs.CL · 2026-05-18 Cached

RecMem is a recurrence-based memory consolidation method for long-running LLM agents that reduces token consumption by up to 87% while improving accuracy, by only invoking LLMs when semantically similar interactions recur.

0 favorites 0 likes
#embedding-models

@berryxia: Great news for Mac users! Apple's on-device model advantage is back! I also saw today that Jina natively supports MLX in its framework! Previously, the release rhythm for open-source embedding models was usually like this: Day 0: Release PyTorch original. Day 7-30: Community converts to GGUF. Day 3…

X AI KOLs Timeline · 2026-05-13

Jina releases MLX-native embedding models simultaneously with PyTorch versions, highlighting the growing importance of Apple's MLX framework for local AI deployment.

0 favorites 0 likes
#embedding-models

The Geometric Canary: Predicting Steerability and Detecting Drift via Representational Stability

Hugging Face Daily Papers · 2026-04-20 Cached

This paper introduces geometric stability measures—based on pairwise distance consistency in representations—to predict language model steerability and detect structural drift. Supervised variants achieve near-perfect correlation (ρ=0.89-0.97) with linear steerability across 35-69 embedding models, while unsupervised variants outperform CKA and Procrustes for post-deployment drift detection.

0 favorites 0 likes
#embedding-models

Training and Finetuning Multimodal Embedding & Reranker Models with Sentence Transformers

Hugging Face Blog · 2026-04-16 Cached

This article provides a technical guide on training and fine-tuning multimodal embedding and reranker models using the Sentence Transformers library, demonstrating performance improvements on Visual Document Retrieval tasks with Qwen3-VL.

0 favorites 0 likes
#embedding-models

Multimodal Embedding & Reranker Models with Sentence Transformers

Hugging Face Blog · 2026-04-09 Cached

Sentence Transformers v5.4 introduces support for multimodal embedding and reranking, allowing users to encode and compare text, images, audio, and video using a unified API.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback