robocup_knowledge
src
robocup_knowledge
environments
rwc2015
rwc2015/challenge_speech_recognition.py
Go to the documentation of this file.
1
choice_answer_mapping = {
2
"Which German Count invented the zeppelin"
:
"Count von Zeppelin"
,
3
"Who was the first president of the USA"
:
"George Washington"
,
4
"What meat was reserved for the Emperor"
:
"Pork"
,
5
"In which city was the Titanic built"
:
"Belfast"
,
6
"How many children did Queen Victoria have"
:
"Nine children"
,
7
"Which French king was called the Sun King"
:
"Louis the forteenth"
,
8
"What was in England the northern frontier of the Roman Empire"
:
"Hadrians wall"
,
9
"In which 1979 film was the spaceship called Nostromo"
:
"Alien"
,
10
"Who was the first king of Belgium"
:
"Leopold the first"
,
11
"What was the former name of New York"
:
"New Amsterdam"
,
12
"What was the Latin name of Paris in Roman times"
:
"Lutetia"
,
13
"Which city was the capital of Australia"
:
"Melbourne"
,
14
"Give another name for the study of fossils"
:
"Paleontology"
,
15
"What do dragonflies prefer to eat"
:
"Mosquitoes"
,
16
"Which insects cannot fly but can jump higher"
:
"Fleas"
,
17
"What is the name of the European Bison"
:
"Wisent"
,
18
"What is called a fish with a snake like body"
:
"Eel fish"
,
19
"Which plant does the Canadian flag contain"
:
"Maple"
,
20
"Which is the largest species of the tiger"
:
"Siberian tiger"
,
21
"Which malformation did Marilyn Monroe have when she was born"
:
"Six toes"
,
22
"What is the house number of the Simpsons"
:
"Number 742"
,
23
"What dog in ancient China was restricted to the aristocracy"
:
"Pekinese"
,
24
"Who is the director of Reservoir Dogs"
:
"Quentin Tarantino"
,
25
"What number is on Herbie the beatle"
:
"Fifty three"
,
26
"Give the name of the best James Bond parody"
:
"Austin Powers"
,
27
"What is the name of the bald commander of the Enterprise in Star Trek"
:
"Captain Picard"
,
28
"Who was the leading actress in Sister act "
:
"Whoopi Goldberg"
,
29
"What is the country top level domain of Belgium"
:
"The dot b e domain"
,
30
"Which unit is an indication for the sound quality"
:
"Kbps"
,
31
"In computing what is Ram short for"
:
"Random Access Memory"
,
32
"Who was the first man to fly around the earth"
:
"Yuri Gagarin"
,
33
"On which hemisphere were the most dinosaur skeletons found"
:
"The northern hemisphere"
,
34
"What color is cobalt"
:
"Blue"
,
35
"Who invented vulcanized rubber"
:
"Goodyear"
,
36
"Which device do we use to look at the stars"
:
"Telescope"
,
37
"Which unit indicates the light intensity"
:
"Candela"
,
38
"Who invented the barometer"
:
"Torricelli"
,
39
"Who was the first American in space"
:
"Alan Shepard"
,
40
"Two brothers invented the hot air balloon. What was their surname"
:
"Montgolfier"
,
41
"Who was the inventor of the steam engine"
:
"James Watt"
,
42
"Which device was invented by Henry Mill"
:
"The typewriter"
,
43
"What is the lightest existing metal"
:
"Aluminium"
,
44
"What are the three primary colors"
:
"Blue yellow and red"
,
45
"Which planet is nearest"
:
"Mercury"
,
46
"How long is the Great Wall of China"
:
"6259 kilometers"
,
47
"What is the largest number of five digits"
:
"99999"
,
48
"What is the most fractured human bone"
:
"Clavicle"
,
49
"Which South American country is named after Venice"
:
"Venezuela"
,
50
"How many stars feature on the flag of New Zealand"
:
"Four stars"
,
51
"What colour do you get when you mix red and white"
:
"Pink"
,
52
}
53
54
spec =
'<question>'
55
choices = {
'question'
: [k
for
k, v
in
choice_answer_mapping.items()]}
56
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17