(no title)
MaxKeenan | 3 years ago
We essentially just prompt GPT-3 to ignore everything that is outside of the chunks of information we provide it.
MaxKeenan | 3 years ago
We essentially just prompt GPT-3 to ignore everything that is outside of the chunks of information we provide it.
UltimateEdge|3 years ago
I'm not sure I would trust a system like this unless I could click through and see the source of the answer I'm reading, and make sure that the LLM is referencing the correct email/document.
This seems to be a common growing pain in places where an AI model is expected to provide authoritative answers - I wonder if (at least in your case) it's possible to use a more traditional fuzzy search algorithm to attempt to find the source, based on the LLM's answer string.
MaxKeenan|3 years ago
For now, the search is always generated from the first 5 or so results. So you always have an idea of where it's coming from.