robocup_knowledge
src
robocup_knowledge
environments
rgo2015
rgo2015/challenge_speech_recognition.py
Go to the documentation of this file.
1
choice_answer_mapping = {
2
"Which American state is nearest to the former Soviet Union "
:
"ALASKA"
,
3
"How many tentacles does a squid have "
:
"TEN"
,
4
"What is converted into alcohol during brewing "
:
"SUGAR"
,
5
"Which river forms the eastern section of the border between England and Scotland "
:
"TWEED"
,
6
"In what year was Prince Andrew born "
:
"1960 19th February "
,
7
"Name the two families in Romeo and Juliet "
:
"MONTAGUE & CAPULET"
,
8
"If cats are feline what are sheep "
:
"OVINE"
,
9
"For which fruit is the US state of Georgia famous "
:
"PEACH"
,
10
"Which is the financial centre and main city of Switzerland "
:
"ZURICH"
,
11
"Which TV programme s theme tune was called Hit and Miss "
:
"JUKE BOX JURY"
,
12
"Which guitarist is known as Slowhand "
:
"ERIC CLAPTON"
,
13
"What is an infant whale commonly called "
:
"CALF"
,
14
"What do the British call the vegetables that Americans call zucchini "
:
"COURGETTES"
,
15
"What is an otter s home called "
:
"HOLT"
,
16
"How have vegetables been cut which are served Julienne "
:
"THIN STRIPS or shreds or sliced lengthways "
,
17
"In Roman mythology Neptune is the equivalent to which Greek god "
:
"POSEIDON"
,
18
"Which TV character said Live long and prosper "
:
"MR SPOCK Star Trek "
,
19
"In which State would you find the city of Birmingham "
:
"ALABAMA"
,
20
"Which hills divide England from Scotland "
:
"CHEVIOTS"
,
21
"What continent has the fewest flowering plants "
:
"ANTARTICA"
,
22
"What is Canada s national animal "
:
"BEAVER"
,
23
"What is the alternative common name for a Black Leopard "
:
"PANTHER"
,
24
"What in Cornwall is the most southerly point of mainland Britain "
:
"LIZARD POINT"
,
25
"What explorer introduced pigs to North America "
:
"CRISTOPHER COLUMBUS"
,
26
"What is the world biggest island "
:
"GREENLAND"
27
}
28
29
spec =
'<question>'
30
choices = {
'question'
: [k
for
k, v
in
choice_answer_mapping.items()]}
31
Generated on Sat Apr 19 2025 04:34:53 for robocup_knowledge by
1.8.17