We found embeddings like RoPE aid training but bottleneck long-sequence generalization. Our solution’s simple: treat them as a temporary training scaffold, not a permanent necessity.
arxiv.org/abs/2512.12167
pub.sakana.ai/DroPE
We found embeddings like RoPE aid training but bottleneck long-sequence generalization. Our solution’s simple: treat them as a temporary training scaffold, not a permanent necessity.
arxiv.org/abs/2512.12167
pub.sakana.ai/DroPE
arxiv.org/abs/2505.12540
arxiv.org/abs/2505.12540
Google Deepmind researches LLM embeddings when used as features for traditional regression tasks.
- LLM embeddings are dimensionally robust, i.e. regression performance can remain strong even over high-dimensional data.
Google Deepmind researches LLM embeddings when used as features for traditional regression tasks.
- LLM embeddings are dimensionally robust, i.e. regression performance can remain strong even over high-dimensional data.
technicalwriting.dev/data/embeddi...
I strongly recommend this survey of stuff you can build with embeddings by @simonwillison.net
simonwillison.net/2023/Oct/23/...
And this deep dive into what embeddings are + how they work by @vickiboykis.com
technicalwriting.dev/data/embeddi...
I strongly recommend this survey of stuff you can build with embeddings by @simonwillison.net
simonwillison.net/2023/Oct/23/...
And this deep dive into what embeddings are + how they work by @vickiboykis.com
GenAI systems have to manipulate vast quantities of data. Bharani and I describe a key tool to do this - Embeddings - transforming large data blocks into numeric vectors so that embeddings near each other represent related concepts
martinfowler.com/articles/gen...
GenAI systems have to manipulate vast quantities of data. Bharani and I describe a key tool to do this - Embeddings - transforming large data blocks into numeric vectors so that embeddings near each other represent related concepts
martinfowler.com/articles/gen...
Let's start with "What are embeddings" by @vickiboykis.com
The book is a great summary of embeddings, from history to modern approaches.
The best part: it's free.
Link: vickiboykis.com/what_are_emb...
Let's start with "What are embeddings" by @vickiboykis.com
The book is a great summary of embeddings, from history to modern approaches.
The best part: it's free.
Link: vickiboykis.com/what_are_emb...
They show that different prompts always map to different embeddings, and this property can be used to recover input tokens from individual embeddings in latent space.
Paper: www.arxiv.org/abs/2510.15511
They show that different prompts always map to different embeddings, and this property can be used to recover input tokens from individual embeddings in latent space.
Paper: www.arxiv.org/abs/2510.15511
https://vickiboykis.com/what_are_embeddings/
https://vickiboykis.com/what_are_embeddings/