project-baize/baize-chatbot

Controlling the output

raihan0824 opened this issue · 3 comments

When the bot doesn't know/is not sure about the question, it replies with such things as: "I'm sorry, I don't have the knowledge that you ask". How do you guys achieve this? What kind of training data makes the bot respond like that? I'm highly curious about this.

It learns from ChatGPT. All training data are available for download so feel free to examine yourself. Feel free to share your discovery here!

so no pre/post process to do that? literally only relying on the training data?

Well, there's a prompt for inference if that's what you mean by post-processing. See Appendix B in our paper.