We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.1 基于召回结果和 query 结合起来构建的 prompt 效果
大模型+知识库后回答 question_1 的结果: 抱歉,我不知道南瓜书是什么。谢谢你的提问!
4.2 大模型自己回答的效果
'南瓜书是指一种关于南瓜的书籍,通常是指介绍南瓜的种植、养护、烹饪等方面知识的书籍。南瓜书也可以指一种以南瓜为主题的文学作品。'
为什么得出了以下结论?
⭐ 通过以上两个问题,我们发现 LLM 对于一些近几年的知识以及非常识性的专业问题,回答的并不是很好。而加上我们的本地知识,就可以帮助 LLM 做出更好的回答。另外,也有助于缓解大模型的“幻觉”问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
4.1 基于召回结果和 query 结合起来构建的 prompt 效果
4.2 大模型自己回答的效果
为什么得出了以下结论?
The text was updated successfully, but these errors were encountered: