I want to make a chatbot that can help my student solve the problem step by step without giving the answer.
Currently, I only have my large dataset in paper, which is our textbook. How can I manage to write my jsonl file?
Currently, I truly stuck with data preparing stage.
Which technique should I use to maintain the dialog flow of my fine-tuned model? How can I apply this techniqe in practice?
Thanks in advance.
1 Like
Welcome to the OpenAI dev community @thinhnguyentien05.
Have you tested if the model works for your use case already before you proceed with fine-tuning?
You can set the system message to not answer the question directly but help the student in solving the problem step by step.
Here’s some inspiration for you from earlier this year:
3 Likes
Thankyou.
I test the GPT-o4 mini, however in some cases it doesnt work.
In some cases, the problems are hard and make the GPT struggle to solve it.
I believe that I need a method for data preparation. How can I do it?
Absolutely, are there any tools to collect my paper data?