typesOfQuestions / dataset.json
prizmztech's picture
Update dataset.json
5f450a8 verified
raw
history blame
3.57 kB
[
{ "Query": "What is the capital of France?", "Type": "What" },
{ "Query": "When was the Declaration of Independence signed?", "Type": "When" },
{ "Query": "Where is the Great Wall of China located?", "Type": "Where" },
{ "Query": "Why do leaves change color in the fall?", "Type": "Why" },
{ "Query": "How does photosynthesis work?", "Type": "How" },
{ "Query": "Who discovered gravity?", "Type": "Who" },
{ "Query": "What is the speed of light?", "Type": "What" },
{ "Query": "When did World War II end?", "Type": "When" },
{ "Query": "Where can I find the best pizza in New York?", "Type": "Where" },
{ "Query": "Why is the sky blue?", "Type": "Why" },
{ "Query": "How do airplanes stay in the air?", "Type": "How" },
{ "Query": "Who was Albert Einstein?", "Type": "Who" },
{ "Query": "What is the Pythagorean theorem?", "Type": "What" },
{ "Query": "When did humans first land on the moon?", "Type": "When" },
{ "Query": "Where is the Amazon rainforest located?", "Type": "Where" },
{ "Query": "Why do birds migrate?", "Type": "Why" },
{ "Query": "How does the stock market work?", "Type": "How" },
{ "Query": "Who painted the Mona Lisa?", "Type": "Who" },
{ "Query": "What are the three laws of motion?", "Type": "What" },
{ "Query": "When was the first computer invented?", "Type": "When" },
{ "Query": "Where do penguins live?", "Type": "Where" },
{ "Query": "Why do we dream?", "Type": "Why" },
{ "Query": "How does the human brain process memory?", "Type": "How" },
{ "Query": "Who is considered the father of modern physics?", "Type": "Who" },
{ "Query": "What is the main ingredient in chocolate?", "Type": "What" },
{ "Query": "When was the internet created?", "Type": "When" },
{ "Query": "Where can I see the Northern Lights?", "Type": "Where" },
{ "Query": "Why is the ocean salty?", "Type": "Why" },
{ "Query": "How do vaccines work?", "Type": "How" },
{ "Query": "Who wrote 'Romeo and Juliet'?", "Type": "Who" },
{ "Query": "What is the tallest mountain in the world?", "Type": "What" },
{ "Query": "When did the Titanic sink?", "Type": "When" },
{ "Query": "Where was the first Olympic Games held?", "Type": "Where" },
{ "Query": "Why do some people have allergies?", "Type": "Why" },
{ "Query": "How do black holes form?", "Type": "How" },
{ "Query": "What is the smallest country in the world?", "Type": "What" },
{ "Query": "What causes earthquakes?", "Type": "What" },
{ "Query": "What are the different states of matter?", "Type": "What" },
{ "Query": "What is the difference between a virus and bacteria?", "Type": "What" },
{ "Query": "What is the function of the mitochondria in a cell?", "Type": "What" },
{ "Query": "What are the ingredients in a traditional Margherita pizza?", "Type": "What" },
{ "Query": "What is the rarest gemstone in the world?", "Type": "What" },
{ "Query": "What is the origin of the dollar sign ($)?", "Type": "What" },
{ "Query": "What is the longest river in the world?", "Type": "What" },
{ "Query": "What is the difference between astrology and astronomy?", "Type": "What" },
{ "Query": "2 + 2?", "Type": "Calculator"},
{ "Query": "2 + 2", "Type": "Calculator"},
{ "Query": "What is 2 + 2?", "Type": "Calculator"},
{ "Query": "5 * 3?", "Type": "Calculator" },
{ "Query": "10 / 2", "Type": "Calculator" },
{ "Query": "What is 15 - 7?", "Type": "Calculator" },
{ "Query": "2^8", "Type": "Calculator" },
{ "Query": "Slove 2 + 2", "Type": "Calculator"},
{ "Query": "Slove: 2 + 2", "Type": "Calculator"}
]