|
|
|
|
|
by kristiandupont
962 days ago
|
|
I had a similar realization recently. I plugged my blog post(1) two days ago and I am doing it again now so I will try and refrain for a while, but it really sticks with me: after trying to create a chat bot for a while, I feel like I have gained significant insights into how humans work. It all seems so simple now! It's a weird and awesome feeling! 1) [link redacted] |
|
I think before RAG we need to do more legwork with the LLM on the raw text. Here is one of my blog posts that is related:
https://mindmachina.wixsite.com/ai-blog/post/the-promise-of-...
The idea is to create chain-of-thought annotations from your raw texts, that would improve the embedding and retrieval process by making implicit things explicit.
For example "the last letter of this message" would not embed similar to "e", but if it was annotated with CoT, it would work.