Mariano72/quiz_olympus_dataset
Quiz Olympus Questions Dataset This is a public dataset of questions from the game Quiz Olympus (https://www.quizolympus.com). It is intended for research, language model development, trivia games, demos, and educational applications. Format Available in JSON as quiz_olympus_questions.json. Can also be exported to CSV for analysis or integration into other tools. Example JSON entry: { "question": "Texto de la pregunta", "uuid": "uuid-de-la-pregunta"… See the full description on the dataset page: https://huggingface.co/datasets/Mariano72/quiz_olympus_dataset.
pretty_name: "Quiz Olympus Questions Dataset" license: "CC-BY-4.0" language:
- en tags:
- trivia
- quiz
- questions
- generalknowledge sizecategories:
- n<1K ---
Quiz Olympus Questions Dataset
This is a public dataset of questions from the game Quiz Olympus (https://www.quizolympus.com). It is intended for research, language model development, trivia games, demos, and educational applications.
Dataset Description
- Contains questions from Quiz Olympus, organized by category and difficulty.
- The questions are real from the game, but this is only a sample/subset: it does not include all game questions.
- The purpose is to allow developers, researchers, or content creators to work with these questions without extracting them from the game.
Format
- Available in JSON as
quiz_olympus_questions.json. - Can also be exported to CSV for analysis or integration into other tools.
Example JSON entry:
{
"question": "Texto de la pregunta",
"uuid": "uuid-de-la-pregunta",
"field_answer1": "Respuesta 1",
"field_answer2": "Respuesta 2",
"field_answer3": "Respuesta 3",
"field_answer4": "Respuesta 4",
"field_category": "categoria",
"field_response_time": "tiempo",
"field_score": 10,
"field_rightanswer": "1", // ← ESTE ES EL CAMPO CON LA RESPUESTA CORRECTA
"penalty": "N"
}
Suggested Use Cases
Training or fine-tuning language models for trivia/quiz applications.
Building question-answer or trivia game apps.
Analyzing difficulty, category distribution, or question structure.
Educational demos or interactive learning tools.
Limitations & Considerations
This dataset is not exhaustive: it includes only a sample of Quiz Olympus questions.
Licensed under CC-BY‑4.0, so attribution is required for reuse or redistribution.
Some questions may contain cultural or content biases; use responsibly.
References & Links
Official game website: Quiz Olympus