Do Reasoning Models Enhance Embedding Models?
Wun Yu Chan, Shaojin Chen, Huihao Jing, Kwun Hang Lau, Elton Chun-Chai Li, Zihao Wang, Haoran Li, Yangqiu Song
TL;DR
The paper asks whether RLVR-enhanced reasoning backbones yield better text embeddings. Using a unified HRSA framework, it shows RLVR largely preserves global latent-manifold geometry and linear readouts but induces irreversible local geometry changes, with contrastive learning driving rapid manifold realignment that nullifies potential advantages. The key finding is that RLVR improves the trajectory through an existing semantic landscape rather than rewriting it, suggesting that geometry-aware regularization during supervised fine-tuning could mimic RLVR’s local-geometry effects without sacrificing global structure. This work provides a diagnostic toolkit for representation learning and has implications for designing embedding pipelines that balance stability of global semantics with flexible local adaptations.
Abstract
State-of-the-art embedding models are increasingly derived from decoder-only Large Language Model (LLM) backbones adapted via contrastive learning. Given the emergence of reasoning models trained via Reinforcement Learning with Verifiable Rewards (RLVR), a natural question arises: do enhanced reasoning translate to superior semantic representations when these models serve as embedding initializations? Contrary to expectation, our evaluation on MTEB and BRIGHT reveals a **null effect**: embedding models initialized from RLVR-tuned backbones yield no consistent performance advantage over their base counterparts when subjected to identical training recipes. To unpack this paradox, we introduce **H**ierarchical **R**epresentation **S**imilarity **A**nalysis (HRSA), a framework that decomposes similarity across representation, geometry, and function levels. HRSA reveals that while RLVR induces irreversible latent manifold's local geometry reorganization and reversible coordinate basis drift, it preserves the global manifold geometry and linear readout. Consequently, subsequent contrastive learning drives strong alignment between base- and reasoning-initialized models, a phenomenon we term **Manifold Realignment**. Empirically, our findings suggest that unlike Supervised Fine-Tuning (SFT), RLVR optimizes trajectories within an existing semantic landscape rather than fundamentally restructuring the landscape itself.
