iryna-kondr / scikit-llm

Seamlessly integrate LLMs into scikit-learn.
https://beastbyte.ai/
MIT License
3.38k stars 275 forks source link

Literature for dynamic few shot prompting #91

Closed AndreasKarasenko closed 6 months ago

AndreasKarasenko commented 6 months ago

I understand the reasoning for first retrieving the most relevant (similar) text samples, but I was wondering if you have some papers you could recommend for this topic?

iryna-kondr commented 6 months ago

Hello. This approach can be considered as a special case of RAG. But I am not aware of any major articles describing this exact approach.

AndreasKarasenko commented 6 months ago

Thank you! From what I can see this, this and especially this have related concepts.