Comparing embedding models with synthetic query probing [R]
Summary
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.
Similar Articles
Mapping Similarity Spaces across Embedding Models with Synthetic Query Probing
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.
How do you analyze the relative "strength" of probes? [R]
The author asks how to analyze the relative 'strength' of probes in neural networks, discussing challenges such as limited vocabulary size and model capacity, and using an example from Google Gemini to illustrate failure cases.
Probe, Don't Prompt: A Hidden-State Probe for Metadata Filtering in Multi-Meta-RAG
This paper proposes replacing the proprietary GPT-3.5 metadata extractor in Multi-Meta-RAG with a lightweight, deterministic probe trained on hidden states of a small open-source model. The probe achieves 90.9% accuracy, outperforming GPT-3.5 (80.9%) and a substring baseline (88.0%), while avoiding allow-list drift and API costs.
Best-Arm Identification with Generative Proxy
This paper studies fixed-confidence best-arm identification where costly reward observations are paired with cheap but correlated proxy scores from generative models. It proposes the PROBE algorithm that uses control-variate adjustment and upper certificates on residual variance to achieve oracle-like sample complexity.
Pressure-Testing Deception Probes in LLMs: Scaling, Robustness, and the Geometry of Deceptive Representations
This paper systematically tests linear probes for deception detection in large language models, finding they fail under distributional shifts but style-augmented probes recover performance, and revealing that deception is encoded through distributed sub-threshold features.