Demystifying Embedding Spaces Using Large Language Models · The Large Language Model Bible Contribute to LLM-Bible

Demystifying Embedding Spaces Using Large Language Models

Tennenholtz Guy, Chow Yinlam, Hsu Chih-wei, Jeong Jihwan, Shani Lior, Tulepbergenov Azamat, Ramachandran Deepak, Mladenov Martin, Boutilier Craig. Arxiv 2023

[Paper]    
Fine Tuning Interpretability And Explainability

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.

Similar Work