So, I built a simple site to help others do the same. Hopefully, this can be useful to teachers, trainers, or just anyone who wants to create a fun and unique quiz.
That coupled with the quizzing capability could be huge for students in medical school for example.
I will keep it free for occasional users. The GPT3 bill will need to be paid, though, so if there's demand, I'll add a paid tier.
Show HN: answer quiz questions using AI (answerowl.com)
I have a few ideas to improve quality. Fine tuning for example
The manual text entry worked well. But the “from URL” option returned 10 questions of “what is the answer to this question?”.
Text too long. Please enter less than 5000 characters.
(...)
There was a problem
The text must not be greater than 3000 characters.I will unfortunately have to put a restriction in place though as I am going to exhaust my OpenAI quota. I am waiting for them to approve an increase.
Please follow me on Twitter and register an account on the site for updates. I'll give the first 100 or so users extra free credits in the future
It's a fancy cloze generator. It has no understanding of which constituent parts of a sentence are related to the subject and does not generate alternative answers that are reliably wrong.
These are the questions:
Which of the following is true?
A) Most of Feynman's lectures simply come to an end)
B) This lecture ends more philosophically)
C) Feynman speculates that the order in the universe is a statistical fluctuation)
Answer: B
What does Feynman speculate about the order in the universe?
A) That it is a statistical fluctuation)
B) That it is a memory of initial conditions)
C) That it is something else entirely)
Answer: B
What is the order in the universe?
A) Random
B) Organized
C) Unknown
Answer: B
How does Feynman end this lecture?
A) With a question)
B) With a thought)
C) With an answer)
Answer: B
What does Feynman speculate about the order in the universe we see today?
A) That it is a statistical fluctuation)
B) That it is a memory of initial conditions)
C) That it is something else entirely)
Answer: B
Uses GPT-3 to generates question, fill-in-the-blanks, multiple choice and couples it with spaced repetition.
2. What is a physicist?
Choices
[ ] A scientist who studies the natural world
[x] A scientist who studies the field of physics
[ ] A scientist who specializes in the field of physics
[ ] A scientist who intersects with many interdisciplinary areas of research
Whoops! Try againWhat kind of prompt etc?
I'd like to do something similar but with a much, much higher word count.
Thank you.