question
stringlengths
11
283
choices
listlengths
4
4
answer
int64
0
3
answer_label
stringclasses
4 values
split
stringclasses
2 values
subcategories
stringclasses
39 values
lang
stringclasses
18 values
second_lang
stringclasses
6 values
coding_lang
stringclasses
6 values
notes
stringlengths
0
117
id
stringlengths
0
8
set_id
float64
1
275
variation_id
stringclasses
20 values
What will this code output? #include <stdio.h> int main() { int x = 10; int *ptr = &x; *ptr = *ptr + 5; printf("%d", x); return 0; }
[ "10", "5", "15", "20" ]
2
C
dev
Cannonical
eng_Latn
C
67-1.0
67
1.0
What will this code output? using System; class Program { static void Main() { int x = 10; ref int ptr = ref x; ptr = ptr + 5; Console.WriteLine(x); } }
[ "10", "15", "5", "20" ]
1
B
dev
Cannonical
eng_Latn
C#
69-1.0
69
1.0
What will this code output? #include <iostream> using namespace std; int main() { int x = 10; int *ptr = &x; *ptr = *ptr + 5; cout << x; return 0; }
[ "10", "5", "20", "15" ]
3
D
dev
Cannonical
eng_Latn
C++
68-1.0
68
1.0
What will this code output? public class Test { public static void main(String[] args) { int[] arr = {3, 1, 4, 1, 5}; int sum = 0; for (int i = 0; i < arr.length; i += 2) { sum += arr[i]; } System.out.println(sum); } }
[ "14", "9", "12", "5" ]
2
C
dev
Cannonical
eng_Latn
java
The function sums elements at even indices
66-1.0
66
1.0
What will this code output? def mystery(n): if n <= 0: return 0 if n == 1: return 1 return mystery(n-1) + mystery(n-2) print(mystery(6))
[ "5", "6", "8", "13" ]
2
C
dev
Cannonical
eng_Latn
python
The function outputs the n-th Fibonacci number
65-1.0
65
1.0
What type of radiation is bremsstrahlung?
[ "Gamma radiation", "electromagnetic waves", "X-ray emission", "photon radiation" ]
2
C
test
Wiki-jargon
eng_Latn
deu_Latn
Capitalization
36-0
36
0
Какую болезнь вызывает COVID-19?
[ "болезнь сердца", "диабет", "рак", "респираторное заболевание" ]
3
D
dev
Wiki-jargon
rus_Cyrl
Covid-19 russian
50-3.0
50
3.0
What does COVID-19 cause?
[ "respiratory illness", "heart disease", "diabetes", "cancer" ]
0
A
dev
Wiki-jargon
eng_Latn
Canonical form
50-1.0
50
1.0
At what conditions does Bose-Einstein condensation occur?
[ "ultralow temperatures", "bosonic interactions", "einstein relativity", "condensation physics" ]
0
A
dev
Wiki-jargon
eng_Latn
Quantum phenomenon
119-1.0
119
1.0
What is paracetamol?
[ "paracentesis", "paracrine signaling", "paramagnetic compound", "pain reliever" ]
3
D
dev
Wiki-jargon
eng_Latn
Drug names
120-1.0
120
1.0
What is acetaminophen?
[ "paracentesis", "pain reliever", "paracrine signaling", "paramagnetic compound" ]
1
B
dev
Wiki-jargon
eng_Latn
120-2.0
120
2.0
What type of condition is Pneumonoultramicroscopicsilicovolcanoconiosis?
[ "eye disease", "lung disease", "heart disease", "brain disease" ]
1
B
dev
Rare n-grams, Wiki-jargon
eng_Latn
3-1.0
3
1.0
นักดาราศาสตร์ชี้ให้เห็นว่าพระจันทร์เต็มดวงคืนนี้จะเหมาะสำหรับการดูดาวอย่างสมบูรณ์แบบ คืนนี้เป็นขั้นตอนใดของดวงจันทร์?
[ "ดวงจันทร์แออัด", "ดวงจันทร์สว่าง", "ดวงจันทร์เต็มดวง", "ดวงจันทร์ยามค่ำคืน" ]
2
C
dev
Cultural references, Compounds
tha_Thai
Full moon here refers to lunar phase
59-2.0
59
2.0
천문학자는 오늘 밤 보름달이 별 관측에 완벽하게 보일 것이라고 지적했다. 오늘 밤은 어떤 달의 위상인가?
[ "붐비는 달", "밝은 달", "완전한 달", "밤의 달" ]
2
C
dev
Cultural references, Compounds
kor_Hang
Full moon here refers to lunar phase
59-3.0
59
3.0
In which country is Taumatawhakatangihangakoauauotamateaturipukakapikimaungahoronukupokaiwhenuakitanatahu located?
[ "Australia", "Tasmania", "Papua New Guinea", "New Zealand" ]
3
D
dev
Rare n-grams, Regional spelling variations
eng_Latn
4-1.0
4
1.0
What year did Eyjafjallajökull erupt and disrupt European air travel?
[ "2011", "2010", "2009", "1982" ]
1
B
dev
Rare n-grams, Regional spelling variations, Character substitution
eng_Latn
1-1.0
1
1.0
In which country is Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch located?
[ "Germany", "France", "Wales", "Scotland" ]
2
C
dev
Rare n-grams, Regional spelling variations, Character substitution
eng_Latn
2-1.0
2
1.0
What is 5000000000 divided by 1000?
[ "500000", "50000000", "1000", "5000000" ]
3
D
dev
Numerical formats
eng_Latn
26-1.0
26
1.0
What is the derivative of sin(x)?
[ "cos(x)", "-cos(x)", "sin(x)", "tanh(x)" ]
0
A
dev
Equations with mixed notation
eng_Latn
29-1.0
29
1.0
What is the class of IP address 192.168.1.1?
[ "Class A", "Class B", "Class D", "Class C" ]
3
D
dev
Numerical formats
eng_Latn
May be deprecated
30-1.0
30
1.0
If you invest $1000000 at 5% annual interest, how much will you have after 1 year?
[ "1000000", "105000", "1005000", "1050000" ]
3
D
dev
Numerical formats
eng_Latn
Thousand separator
31-1.0
31
1.0
আপনি যদি ৫% বার্ষিক সুদে ১০০০০ টাকা বিনিয়োগ করেন, তাহলে ১ বছর পর আপনার কত টাকা হবে?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
ben_Beng
Thousand separator
31-10.0
31
10.0
Se investi 10000 euro al 5% di interesse annuo, quanto avrai dopo 1 anno?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
ita_Latn
Thousand separator
31-11.0
31
11.0
年利5%で10000円を投資した場合、1年後にはいくらになりますか?
[ "10000", "10500", "9500", "100000" ]
1
B
dev
Numerical formats
jpn_Jpan
Thousand separator
31-12.0
31
12.0
Если вы инвестируете 10000 рублей под 5% годовых, сколько у вас будет через 1 год?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
rus_Cyrl
Thousand separator
31-13.0
31
13.0
연 5% 이자로 10000원을 투자하면 1년 후 얼마가 될까요?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
kor_Hang
Thousand separator
31-14.0
31
14.0
Если вы инвестируете 10 000 рублей под 5% годовых, сколько у вас будет через 1 год?
[ "10000", "10500", "9500", "100000" ]
1
B
dev
Numerical formats
rus_Cyrl
Thousand separator
31-15.0
31
15.0
如果你投资10,000元,年利率为5%,一年后你将有多少钱?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
zho_Hans
Thousand separator
31-2.0
31
2.0
Wenn Sie 10000 Euro zu 5% Jahreszins anlegen, wie viel haben Sie nach 1 Jahr?
[ "10000", "9500", "10500", "100000" ]
2
C
dev
Numerical formats
deu_Latn
Thousand separator
31-3.0
31
3.0
Si vous investissez 10000 euros à 5% d'intérêt annuel, combien aurez-vous après 1 an?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
fra_Latn
Thousand separator
31-4.0
31
4.0
यदि आप 5% वार्षिक ब्याज पर 10000 रुपये निवेश करते हैं, तो 1 साल बाद आपके पास कितना होगा?
[ "10500", "10000", "9500", "100000" ]
0
A
dev
Numerical formats
hin_Deva
Thousand separator
31-5.0
31
5.0
Si inviertes 10000 euros al 5% de interés anual, ¿cuánto tendrás después de 1 año?
[ "10000", "9500", "10500", "100000" ]
2
C
dev
Numerical formats
spa_Latn
Thousand separator
31-6.0
31
6.0
%5 yıllık faizle 10000 TL yatırım yaparsanız, 1 yıl sonra ne kadarınız olur?
[ "10500", "10000", "9500", "100000" ]
0
A
dev
Numerical formats
tur_Latn
Thousand separator
31-7.0
31
7.0
Ukiwekeza $10000 kwa riba ya 5% kwa mwaka, utakuwa na kiasi gani baada ya mwaka 1?
[ "10000", "9500", "100000", "10500" ]
3
D
dev
Numerical formats
swh_Latn
Thousand separator
31-8.0
31
8.0
إذا استثمرت 10000 دولار بفائدة سنوية 5%، كم ستملك بعد سنة واحدة؟
[ "10000", "9500", "10500", "100000" ]
2
C
dev
Numerical formats
arb_Arab
Thousand separator
31-9.0
31
9.0
What is 1/2 + 1/3 in simplified form?
[ "1/2", "5/6", "1/3", "1/6" ]
1
B
dev
Equations with mixed notation
eng_Latn
32-1.0
32
1.0
What is 3.1416 multiplied by 2?
[ "6.2832", "6.2831", "6.2833", "62.832" ]
0
A
dev
Numerical formats
eng_Latn
Decimal separator
76-1.0
76
1.0
كم يساوي 3.1416 مضروب في 2؟
[ "6.2831", "6.2832", "6.2833", "62.832" ]
1
B
test
Numerical formats
arb_Arab
Decimal separator
76-10.0
76
10.0
3.1416 কে 2 দিয়ে গুণ করলে কত হয়?
[ "6.2831", "6.2833", "62.832", "6.2832" ]
3
D
test
Numerical formats
ben_Beng
Decimal separator
76-11.0
76
11.0
3.1416 ను 2 తో గుణిస్తే ఎంత వస్తుంది?
[ "6.2831", "6.2833", "6.2832", "62.832" ]
2
C
test
Numerical formats
tel_Telu
Decimal separator
76-12.0
76
12.0
Quanto fa 3,1416 moltiplicato per 2?
[ "62831", "62833", "62832", "62832" ]
2
C
test
Numerical formats
ita_Latn
Decimal separator
76-13.0
76
13.0
3.1416に2をかけるといくつになりますか?
[ "6.2831", "6.2833", "62.832", "6.2832" ]
3
D
test
Numerical formats
jpn_Jpan
Decimal separator
76-14.0
76
14.0
3.1416 คูณด้วย 2 เท่ากับเท่าไหร่?
[ "6.2832", "6.2831", "6.2833", "62.832" ]
0
A
test
Numerical formats
tha_Thai
Decimal separator
76-15.0
76
15.0
3.1416에 2를 곱하면 얼마입니까?
[ "6.2831", "6.2832", "6.2833", "62.832" ]
1
B
test
Numerical formats
kor_Hang
Decimal separator
76-16.0
76
16.0
Чему равно 3,1416 умноженное на 2?
[ "62831", "62832", "62833", "62832" ]
1
B
test
Numerical formats
rus_Cyrl
Decimal separator
76-2.0
76
2.0
3.1416乘以2等于多少?
[ "6.2832", "6.2831", "6.2833", "62.832" ]
0
A
test
Numerical formats
zho_Hans
Decimal separator
76-3.0
76
3.0
Was ist 3,1416 multipliziert mit 2?
[ "62832", "62831", "62833", "62832" ]
0
A
test
Numerical formats
deu_Latn
Decimal separator
76-4.0
76
4.0
Combien fait 3,1416 multiplié par 2 ?
[ "62831", "62833", "62832", "62832" ]
2
C
test
Numerical formats
fra_Latn
Decimal separator
76-5.0
76
5.0
Calculez 3,1416 × 2
[ "62831", "62833", "62832", "62832" ]
2
C
test
Numerical formats
fra_Latn
Decimal separator
76-5.0
76
5.0
3.1416 को 2 से गुणा करने पर क्या होगा?
[ "6.2831", "6.2833", "62.832", "6.2832" ]
3
D
test
Numerical formats
hin_Deva
Decimal separator
76-6.0
76
6.0
¿Cuánto es 3,1416 multiplicado por 2?
[ "62832", "62831", "62833", "62832" ]
0
A
test
Numerical formats
spa_Latn
Decimal separator
76-7.0
76
7.0
3,1416'yı 2 ile çarptığınızda ne elde edersiniz?
[ "62832", "62831", "62833", "62832" ]
0
A
test
Numerical formats
tur_Latn
Decimal separator
76-8.0
76
8.0
3.1416 ikizidishwa na 2 ni nini?
[ "6.2831", "6.2833", "6.2832", "62.832" ]
2
C
test
Numerical formats
swh_Latn
Decimal separator
76-9.0
76
9.0
What is H₂SO₄?
[ "sulfuric acid", "hydrogen sulfate", "sulfur tetroxide", "bisulfate" ]
0
A
dev
Chemical formulas
eng_Latn
Unicode subscript
77-1.0
77
1.0
What is C₆H₁₂O₆?
[ "fructose", "sucrose", "cellulose", "glucose" ]
3
D
dev
Chemical formulas
eng_Latn
Glucose unicode
77-2.0
77
2.0
What is C₆H₆?
[ "cyclohexane", "toluene", "phenol", "benzene" ]
3
D
dev
Chemical formulas
eng_Latn
Benzene unicode
77-3.0
77
3.0
If 25% of students passed, how many failed out of 100?
[ "25", "50", "75", "100" ]
2
C
dev
Numerical formats
eng_Latn
Percentage symbol
80-1.0
80
1.0
What does Hz² measure?
[ "acceleration", "periodic motion", "wave energy", "frequency squared" ]
3
D
dev
Unit combinations
eng_Latn
Frequency squared
82-1.0
82
1.0
What does m² represent?
[ "volume", "perimeter", "surface density", "area" ]
3
D
dev
Unit combinations
eng_Latn
Area units
83-1.0
83
1.0
What does m³ represent?
[ "area", "volume", "density", "cubic measurement" ]
1
B
dev
Unit combinations
eng_Latn
Volume units
83-2.0
83
2.0
What are the units of acceleration?
[ "meters per second", "m/s", "m/s²", "velocity units" ]
2
C
dev
Unit combinations
eng_Latn
Acceleration units
84-1.0
84
1.0
What does kg·m²/s² represent?
[ "energy", "momentum", "force", "mass" ]
0
A
dev
Unit combinations
eng_Latn
Energy
85-1.0
85
1.0
What does kg·m²/s² represent?
[ "momentum", "energy", "force", "acceleration" ]
1
B
dev
Unit combinations
eng_Latn
Energy joule
86-1.0
86
1.0
What does kg·m²/s³ measure?
[ "energy", "power", "force", "momentum" ]
1
B
dev
Unit combinations
eng_Latn
Power ASCII
89-1.0
89
1.0
What does E = mc² describe?
[ "energy conservation", "mass-energy equivalence", "momentum transfer", "force calculation" ]
1
B
dev
Unit combinations
eng_Latn
Energy ASCII
103-1.0
103
1.0
What does ½ equal?
[ "0.25", "2", "1", "0.5" ]
3
D
dev
Unit combinations
eng_Latn
Fraction units
104-1.0
104
1.0
What does H₂O represent?
[ "water", "hydrogen peroxide", "oxygen gas", "carbon dioxide" ]
0
A
dev
Chemical formulas
eng_Latn
Chemical formula units
105-1.0
105
1.0
What does ∫₀¹ represent?
[ "definite integral from 0 to 1", "indefinite integral", "derivative", "summation" ]
0
A
dev
Unit combinations
eng_Latn
Integral units
106-1.0
106
1.0
What is 2 + 2?
[ "4", "2", "5", "40" ]
0
A
dev
Numerical formats
eng_Latn
185-1.0
185
1.0
كم يساوي 5000000000 مقسوم على 1000؟
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
arb_Arab
26-10.0
26
10.0
5000000000 কে 1000 দিয়ে ভাগ করলে কত হয়?
[ "50000000", "500000", "5000", "5000000" ]
3
D
dev
Scientific notation, Numerical formats
ben_Beng
26-11.0
26
11.0
5000000000 ను 1000 తో భాగిస্তে ఎంత వస্తుంది?
[ "5000000", "50000000", "500000", "5000" ]
0
A
dev
Scientific notation, Numerical formats
tel_Telu
26-12.0
26
12.0
Quanto fa 5000000000 diviso 1000?
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
ita_Latn
26-13.0
26
13.0
5000000000を1000で割るといくつになりますか?
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
jpn_Jpan
26-14.0
26
14.0
5000000000 หารด้วย 1000 เท่ากับเท่าไหร่?
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
tha_Thai
26-15.0
26
15.0
5000000000을 1000으로 나누면 얼마입니까?
[ "50000000", "500000", "5000", "5000000" ]
3
D
dev
Scientific notation, Numerical formats
kor_Hang
26-16.0
26
16.0
Чему равно 5000000000 разделить на 1000?
[ "50000000", "500000", "5000000", "5000" ]
2
C
dev
Scientific notation, Numerical formats
rus_Cyrl
26-2.0
26
2.0
5000000000除以1000等于多少?
[ "5000000", "50000000", "500000", "5000" ]
0
A
dev
Scientific notation, Numerical formats
zho_Hans
26-3.0
26
3.0
Was ist 5000000000 geteilt durch 1000?
[ "50000000", "500000", "5000", "5000000" ]
3
D
dev
Scientific notation, Numerical formats
deu_Latn
26-4.0
26
4.0
Combien fait 5000000000 divisé par 1000 ?
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
fra_Latn
26-5.0
26
5.0
5000000000 को 1000 से भाग देने पर क्या होगा?
[ "50000000", "5000000", "500000", "5000" ]
1
B
dev
Scientific notation, Numerical formats
hin_Deva
26-6.0
26
6.0
¿Cuánto es 5000000000 dividido por 1000?
[ "50000000", "500000", "5000000", "5000" ]
2
C
dev
Scientific notation, Numerical formats
spa_Latn
26-7.0
26
7.0
5000000000'u 1000'e böldüğünüzde ne elde edersiniz?
[ "50000000", "500000", "5000", "5000000" ]
3
D
dev
Scientific notation, Numerical formats
tur_Latn
26-8.0
26
8.0
5000000000 ikigawanywa na 1000 ni nini?
[ "50000000", "500000", "5000", "5000000" ]
3
D
dev
Scientific notation, Numerical formats
swh_Latn
26-9.0
26
9.0
What is √9?
[ "square root", "3", "nine", "√" ]
1
B
dev
Equations with mixed notation, Numerical formats
eng_Latn
Square root unicode
78-1.0
78
1.0
What is √16?
[ "4", "square root", "sixteen", "four squared" ]
0
A
dev
Equations with mixed notation, Numerical formats
Square root unicode
78-2.0
78
2.0
What is 1/2 * 10?
[ "5", "20", "10", "2" ]
0
A
dev
Equations with mixed notation, Numerical formats
eng_Latn
Fraction slash
79-1.0
79
1.0
What scientific symbol represents the Avogadro constant, approximately equal to 6.022×10²³?
[ "N", "N_A", "A", "k" ]
1
B
dev
Scientific notation, Superscripts/subscripts
eng_Latn
6-1.0
6
1.0
Among all submitted entries, the top four performed as follows: Group A achieved 0.9 cross-entropy loss, Group B achieved 0.89 cross-entropy loss, Group C achieved 0.895 cross-entropy loss, and Group D achieved 1 cross-entropy loss. Which group achieved the state-of-the-art results?
[ "Group B", "Group A", "Group C", "Group D" ]
0
A
dev
Compounds
eng_Latn
51-1.0
51
1.0
Among all submitted entries, the top four performed as follows: Group A achieved 89% accuracy, Group B achieved 91%, Group C achieved 90%, and Group D achieved 90.5%. Which group achieved the state-of-the-art results?
[ "Group A", "Group C", "Group B", "Group D" ]
2
C
dev
Compounds
eng_Latn
51-2.0
51
2.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James. Who is Jack's sister-in-law?
[ "Julie", "Marianne", "Lisa", "Jan" ]
1
B
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-1.0
52
1.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Jan's brother-in-law?
[ "Tom", "Jack and Tom", "James and Jack", "Jack" ]
1
B
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-2.0
52
2.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Marie's brother-in-law?
[ "Tom and James", "Jack and James", "James", "Tom" ]
0
A
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-3.0
52
3.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Lisa's brother-in-law?
[ "Tom", "James", "Jan", "Jack" ]
3
D
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-4.0
52
4.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Marianne's brother-in-law?
[ "Tom", "Jack", "James", "Jan" ]
1
B
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-5.0
52
5.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Lisa's brother-in-law?
[ "Tom", "James", "Jack", "Jan" ]
2
C
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-6.0
52
6.0
Marie and Jack are married. Julie is Jack's sister, and Marie has a brother named Jan and a sister named Marianne who is also married to someone named Tom. Additionally, Jack has a brother named James who is married to Lisa. Who is Marie's sister-in-law?
[ "Julie", "Marianne", "Lisa", "Marie" ]
0
A
dev
Compounds
eng_Latn
Family relationships, hyphenated words
52-7.0
52
7.0
At the baseball game, Mike shouted "I want a hot dog!" doing a victory dance after the team hit a home run. What does "hot dog" mean in this context?
[ "sausage", "show-off", "excited fan", "hungry person" ]
0
A
dev
Compounds
eng_Latn
Hot dog here refers to the food
54-1.0
54
1.0
The detective said "That was a close call - the suspect almost spotted us during surveillance." What does "close call" mean?
[ "nearby phone call", "short conversation", "emergency contact", "narrow escape" ]
3
D
dev
Compounds
eng_Latn
Close call here refers to near miss
55-1.0
55
1.0
After the fight, the boxer's black eye was swollen and painful from the opponent's punch. What caused the black eye?
[ "natural eye color", "makeup", "lighting", "punch injury" ]
3
D
dev
Compounds
eng_Latn
Black eye refers to the injury
56-1.0
56
1.0