|
|
|
|
|
by luke-stanley
397 days ago
|
|
"starting from an embedding and working backwards to generate a piece of text that is semantically close by?"
Apparently this is called embedding inversion and Universal Zero-shot Embedding Inversion https://arxiv.org/abs/2504.00147
Going incrementally closer and closer to the target with some means to vary seems to be the most general way, there are lots of ways to be more optimal though. Image diffusion with CLIP embeddings and such is kinda related too. |
|