Skip to content
← Back to explorer

mini-vec2vec: Scaling Universal Geometry Alignment with Linear Transformations

Guy Dar · Sep 27, 2025 · Citations: 0

Abstract

We build upon vec2vec, a procedure designed to align text embedding spaces without parallel data. vec2vec finds a near-perfect alignment, but it is expensive and unstable. We present mini-vec2vec, a simple and efficient alternative that requires substantially lower computational cost and is highly robust. Moreover, the learned mapping is a linear transformation. Our method consists of three main stages: a tentative matching of pseudo-parallel embedding vectors, transformation fitting, and iterative refinement. Our linear alternative exceeds the original instantiation of vec2vec by orders of magnitude in efficiency, while matching or exceeding their results. The method's stability and interpretable algorithmic steps facilitate scaling and unlock new opportunities for adoption in new domains and fields.

Human Data Lens

  • Uses human feedback: No
  • Feedback types: None
  • Rater population: Unknown
  • Unit of annotation: Unknown
  • Expertise required: General

Evaluation Lens

  • Evaluation modes: Automatic Metrics
  • Agentic eval: None
  • Quality controls: Not reported
  • Confidence: 0.35
  • Flags: low_signal, possible_false_positive

Research Summary

Contribution Summary

  • We build upon vec2vec, a procedure designed to align text embedding spaces without parallel data.
  • vec2vec finds a near-perfect alignment, but it is expensive and unstable.
  • We present mini-vec2vec, a simple and efficient alternative that requires substantially lower computational cost and is highly robust.

Related Papers