Hacker News new | ask | show | jobs
by yummytummy 1230 days ago
Very cool! I've experimented with a similar thing for trivia questions based on Wikipedia articles.

I'm also trying to reference the part of the text where the question was generated from, so the user can verify if it was correct or learn more about it in context.

https://trivai.app/

I currently require a sign up to generate questions, but the latest questions can be seen at

https://trivai.app/latest-questions

2 comments

> What is the belief in the existence of an afterlife called?

Answer: ancestor worship.

Then the explanation talks about the other three options, but does not reference afterlife.

I wonder what went wrong?

Me too! I’ve been experimenting with the prompt to try to make it provide better references and questions.

Logged in users can upvote and downvote questions so the next step will be to try to fine tune the model on good questions.

This looks awesome, great example on how to use GPT-3 for fun and learning