AI RESEARCH
One Model Is Enough: Native Retrieval Embeddings from LLM Agent Hidden States
arXiv CS.CL
•
ArXi:2603.08429v1 Announce Type: new LLM agents that retrieve external knowledge typically generate a search query as text, then run a separate embedding model to encode it into a vector. This two-model pipeline adds infrastructure complexity and latency, yet is redundant: the LLM already encodes the full conversational context in its hidden states. We propose equipping LLM agents with native retrieval capability by adding a lightweight projection head that maps hidden states directly into the embedding space, eliminating the need for a separate embedding model.