E2P projects pre-computed user embeddings into a single soft prefix token for frozen LLMs, reporting gains on four personalization tasks, though its reproduction scripts write zero embeddings.
Demystifying Embedding Spaces using Large Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Embeddings have become a pivotal means to represent complex, multi-faceted information about entities, concepts, and relationships in a condensed and useful format. Nevertheless, they often preclude direct interpretation. While downstream tasks make use of these compressed representations, meaningful interpretation usually requires visualization using dimensionality reduction or specialized machine learning interpretability methods. This paper addresses the challenge of making such embeddings more interpretable and broadly useful, by employing Large Language Models (LLMs) to directly interact with embeddings -- transforming abstract vectors into understandable narratives. By injecting embeddings into LLMs, we enable querying and exploration of complex embedding data. We demonstrate our approach on a variety of diverse tasks, including: enhancing concept activation vectors (CAVs), communicating novel embedded entities, and decoding user preferences in recommender systems. Our work couples the immense information potential of embeddings with the interpretative power of LLMs.
fields
cs.CL 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Embedding-to-Prefix: Parameter-Efficient Personalization for Pre-Trained Large Language Models
E2P projects pre-computed user embeddings into a single soft prefix token for frozen LLMs, reporting gains on four personalization tasks, though its reproduction scripts write zero embeddings.