Hello,
When embedding a piece of text, what effect do prompts have?
1-If we have a piece of medical text and we concat a prompt saying something like “pay close attention to the diagnosis in the following data” will diagnosis data become prominent in the vectors?
2-Can we prompt to “remember and encode” only selecting things in the input data?
In RAG, we usually embed data without any prompt. But some top performing MTEB huggingface models add prompts before embedding,
would prompting during embedding the knowledge base data help?
Any paper on this or any experience/suggestion would be fantastic.
Thank you in advance!