Benchmarks
Collection
1 item β’ Updated
id int64 1 100 | category stringclasses 4
values | question stringlengths 38 206 | answer stringclasses 4
values |
|---|---|---|---|
1 | logic | If all Bloops are Razzies and all Razzies are Lazzies, then all Bloops are definitely Lazzies.
A) True
B) False
C) Cannot be determined
D) None of the above | A |
2 | logic | A is older than B. C is older than A. B is younger than C. If the first two statements are true, the third statement is:
A) True
B) False
C) Uncertain
D) Irrelevant | A |
3 | logic | Which word does NOT belong with the others?
A) Parsley
B) Basil
C) Apple
D) Oregano | C |
4 | logic | If you rearrange the letters 'CIFAIPC', you get the name of a:
A) City
B) Animal
C) Ocean
D) River | C |
5 | logic | Look at this series: 2, 1, (1/2), (1/4), ... What number should come next?
A) (1/3)
B) (1/8)
C) (2/8)
D) (1/16) | B |
6 | logic | Look at this series: 7, 10, 8, 11, 9, 12, ... What number should come next?
A) 7
B) 10
C) 12
D) 13 | B |
7 | logic | Scylla is to Charybdis as Rock is to:
A) Pebble
B) Hard Place
C) Mountain
D) Stone | B |
8 | logic | If TOMORROW is coded as RROWTOMO, how is YESTERDAY coded?
A) RDAYYEST
B) ERDAYYES
C) DAYYESTE
D) YESTERDA | A |
9 | logic | A doctor gives you 3 pills and tells you to take one every half hour. How long will the pills last?
A) 30 minutes
B) 60 minutes
C) 90 minutes
D) 120 minutes | B |
10 | logic | Some months have 31 days, others have 30. How many have 28 days?
A) 1
B) 2
C) 6
D) 12 | D |
11 | logic | If a red house is made of red bricks and a blue house is made of blue bricks, what is a greenhouse made of?
A) Green bricks
B) Wood
C) Glass
D) Plastic | C |
12 | logic | If you drive a bus with 10 people from Station A, drop off 3 at Station B, and pick up 5 at Station C, how old is the bus driver?
A) 10
B) 12
C) 18
D) Dependent on the reader's age | D |
13 | logic | Which of the following is logically equivalent to 'If P then Q'?
A) If Q then P
B) If not P then not Q
C) If not Q then not P
D) P and not Q | C |
14 | logic | What comes next in the sequence: O, T, T, F, F, S, S, E, ...?
A) N
B) T
C) E
D) O | A |
15 | logic | Mary's father has five daughters: Nana, Nene, Nini, Nono. What is the name of the fifth daughter?
A) Nunu
B) Nyna
C) Mary
D) Nana Jr. | C |
16 | logic | A prisoner is given a choice of 4 doors: 1 contains fire, 2 contains assassins, 3 contains lions that haven't eaten in 3 years, 4 contains toxic gas. Which is safest?
A) Door 1
B) Door 2
C) Door 3
D) Door 4 | C |
17 | logic | Which statement is a self-contradiction?
A) This statement is true.
B) This statement is false.
C) Today is Monday.
D) Water is liquid. | B |
18 | logic | If A implies B, and B implies C, what can we deduce about C and A?
A) C implies A
B) A implies C
C) A equals C
D) No deduction possible | B |
19 | logic | You enter a dark room with a candle, an oil lamp, and a wood stove. You only have one match. What do you light first?
A) The candle
B) The oil lamp
C) The wood stove
D) The match | D |
20 | logic | A rooster laid an egg on top of a barn roof. Which way will it roll?
A) Left
B) Right
C) It won't roll
D) Roosters don't lay eggs | D |
21 | logic | In a race, if you pass the person in 2nd place, what place are you in?
A) 1st
B) 2nd
C) 3rd
D) 4th | B |
22 | logic | A is the father of B. But B is not the son of A. How is this possible?
A) A is mistaken
B) B is the daughter
C) A is not the biological father
D) It is impossible | B |
23 | logic | Which boolean operation produces True if and only if both inputs are identical?
A) AND
B) OR
C) XOR
D) XNOR | D |
24 | logic | If it takes 5 machines 5 minutes to make 5 widgets, how long does it take 100 machines to make 100 widgets?
A) 100 minutes
B) 50 minutes
C) 5 minutes
D) 1 minute | C |
25 | logic | Rule: Every card with a vowel on one side has an even number on the other. Cards shown: [E] [K] [4] [7]. Which cards MUST be flipped to test the rule?
A) E and 4
B) E and 7
C) K and 4
D) 4 and 7 | B |
26 | attention | How many times does the letter 'e' appear in the word 'Excellence' (case-insensitive)?
A) 2
B) 3
C) 4
D) 5 | C |
27 | attention | Count the number of 'a's in: 'Banana and papaya salad'.
A) 6
B) 7
C) 8
D) 9 | C |
28 | attention | Which letter is missing from the alphabet sequence: A B C D E F G H J K L M N?
A) I
B) O
C) P
D) Q | A |
29 | attention | Identify the option with the EXACT matching sequence: 9832749102
A) 9832749102
B) 9832749012
C) 9832741902
D) 9823749102 | A |
30 | attention | Find the odd string out:
A) abcdefg
B) abcdefg
C) abcdEfg
D) abcdefg | C |
31 | attention | How many words in this sentence end with the letter 'g'? 'Running long distance brings great health training.'
A) 3
B) 4
C) 5
D) 6 | B |
32 | attention | Read carefully: 'John went to the store. He bought 3 apples, 2 oranges, and 5 bananas. On his way back, he ate 1 apple and lost 1 banana.' How many fruits does John have left?
A) 10
B) 8
C) 9
D) 7 | B |
33 | attention | Select the option where capitalization is inverted for 'dEVelOPmENt':
A) DevELopMent
B) DeVELopmeNT
C) DevELOPMEnT
D) DeVELopMEnT | C |
34 | attention | How many total digits are in this string: 'a1b22c333d4444'?
A) 10
B) 9
C) 8
D) 7 | A |
35 | attention | Which word is spelled INCORRECTLY below?
A) Receive
B) Definite
C) Accommodate
D) Seperate | D |
36 | attention | Count the number of punctuation marks (commas and periods) in: 'Hello, world. How are you, today? I am fine.'
A) 3
B) 4
C) 5
D) 6 | B |
37 | attention | Which of these strings contains the letter 'z'?
A) xxyywwvv
B) xxyyzwvv
C) xxyywwvu
D) xxyywwvvz | B |
38 | attention | How many capital letters are in 'tHe QuIck BrOwN fOx'?
A) 6
B) 7
C) 8
D) 9 | C |
39 | attention | What is the 5th word in this sentence: 'The swift brown fox leaps over the lazy dog cleanly.'
A) leaps
B) fox
C) over
D) brown | A |
40 | attention | Select the exact length (number of characters including spaces) of string: 'AI Benchmark'
A) 11
B) 12
C) 13
D) 14 | B |
41 | attention | Find the duplicate number in the list: 12, 45, 67, 89, 45, 23, 90.
A) 12
B) 67
C) 45
D) 89 | C |
42 | attention | In the series 'O O O O O 0 O O O', at what index (1-based) is the digit zero ('0') located?
A) 5
B) 6
C) 7
D) 8 | B |
43 | attention | How many times does '10' appear in '101001010110'?
A) 3
B) 4
C) 5
D) 2 | B |
44 | attention | Which word is written completely in UPPERCASE?
A) HTML
B) Python
C) jAva
D) C++ | A |
45 | attention | Identify the symbol present in this string: 'abc#def'
A) $
B) #
C) @
D) % | B |
46 | attention | How many spaces are in: ' A B C '? (Note spaces at ends)
A) 3
B) 4
C) 5
D) 6 | C |
47 | attention | Which of these numbers is odd?
A) 12344
B) 98762
C) 55551
D) 44440 | C |
48 | attention | What is the second to last letter in 'TRANSFORMATION'?
A) I
B) O
C) N
D) T | B |
49 | attention | Find the string with NO numbers:
A) abc3def
B) abcdefg
C) 1abcdef
D) abcd5ef | B |
50 | attention | Which word appears twice in: 'cat dog bird cat mouse'?
A) dog
B) bird
C) cat
D) mouse | C |
51 | math | What is 15% of 200?
A) 20
B) 25
C) 30
D) 35 | C |
52 | math | Solve for x: 2x + 5 = 15
A) 5
B) 10
C) 2.5
D) 7.5 | A |
53 | math | What is the square root of 144?
A) 10
B) 11
C) 12
D) 14 | C |
54 | math | What is 7 * 8?
A) 54
B) 56
C) 58
D) 64 | B |
55 | math | If a triangle has angles of 60Β° and 30Β°, what is the third angle?
A) 60Β°
B) 90Β°
C) 100Β°
D) 120Β° | B |
56 | math | What is 2 to the 5th power (2^5)?
A) 16
B) 25
C) 32
D) 64 | C |
57 | math | What is the derivative of x^2 with respect to x?
A) x
B) 2x
C) 2
D) x^3 / 3 | B |
58 | math | What is the value of pi rounded to two decimal places?
A) 3.12
B) 3.14
C) 3.16
D) 3.18 | B |
59 | math | What is 100 divided by 0.5?
A) 50
B) 100
C) 200
D) 500 | C |
60 | math | Calculate: 3 + 6 * (5 + 4) / 3 - 7
A) 14
B) 11
C) 20
D) 17 | A |
61 | math | What is the least common multiple (LCM) of 4 and 6?
A) 12
B) 24
C) 18
D) 8 | A |
62 | math | What is the area of a circle with radius 3? (Formula: Area = Ο * r^2)
A) 6Ο
B) 9Ο
C) 12Ο
D) 3Ο | B |
63 | math | What is 3 factorial (3!)?
A) 3
B) 6
C) 9
D) 12 | B |
64 | math | If a shirt costs $20 after a 20% discount, what was its original price?
A) $24
B) $25
C) $28
D) $30 | B |
65 | math | What is log10(1000)?
A) 2
B) 3
C) 4
D) 10 | B |
66 | math | Sum of internal angles of a hexagon is:
A) 360Β°
B) 540Β°
C) 720Β°
D) 900Β° | C |
67 | math | Which of these is a prime number?
A) 9
B) 15
C) 17
D) 21 | C |
68 | math | What is 1/2 + 1/4?
A) 2/4
B) 3/4
C) 1/6
D) 2/6 | B |
69 | math | If matrix A is 2x3 and matrix B is 3x4, what are dimensions of product AB?
A) 2x4
B) 3x3
C) 2x3
D) Product not possible | A |
70 | math | What is the median of the set: 3, 1, 7, 5, 9?
A) 3
B) 5
C) 7
D) 1 | B |
71 | math | What is cos(0)?
A) 0
B) 1
C) -1
D) Undefined | B |
72 | math | Simplify: (x^3) * (x^4)
A) x^7
B) x^12
C) x^1
D) x^24 | A |
73 | math | A coin is flipped twice. What is the probability of getting two heads?
A) 1/2
B) 1/3
C) 1/4
D) 3/4 | C |
74 | math | What is the slope of the line y = -3x + 4?
A) 4
B) 3
C) -3
D) -4 | C |
75 | math | Evaluate integral: β« 1 dx
A) 0
B) x + C
C) 1 + C
D) x^2 + C | B |
76 | code | In Python, what is the output of `print(type([]))`?
A) <class 'list'>
B) <class 'dict'>
C) <class 'tuple'>
D) <class 'array'> | A |
77 | code | What is the evaluation of `3 == '3'` in JavaScript?
A) true
B) false
C) TypeError
D) undefined | A |
78 | code | Which SQL keyword is used to retrieve data from a database?
A) GET
B) OPEN
C) FETCH
D) SELECT | D |
79 | code | In C++, which operator is used for dynamic memory allocation?
A) malloc
B) new
C) alloc
D) create | B |
80 | code | What does HTTP stand for?
A) HyperText Transfer Protocol
B) High Transfer Text Protocol
C) Hyperlink Text Trade Protocol
D) Home Tool Transfer Protocol | A |
81 | code | In Python, what is the result of `2 ** 3`?
A) 6
B) 8
C) 9
D) 5 | B |
82 | code | Which data structure operates on a Last-In, First-Out (LIFO) basis?
A) Queue
B) Stack
C) Array
D) Linked List | B |
83 | code | What is the time complexity of searching an element in a balanced Binary Search Tree?
A) O(1)
B) O(N)
C) O(log N)
D) O(N^2) | C |
84 | code | In Git, which command creates a copy of an existing repository?
A) git copy
B) git fork
C) git clone
D) git checkout | C |
85 | code | What does `len(['a', 'b', 'c'])` return in Python?
A) 2
B) 3
C) 4
D) Error | B |
86 | code | Which of these is NOT a valid Python primitive data type?
A) int
B) float
C) double
D) bool | C |
87 | code | In HTML, which tag is used for the largest heading?
A) <h6>
B) <heading>
C) <h1>
D) <head> | C |
88 | code | What does CSS stand for?
A) Cascading Style Sheets
B) Creative Style Sheets
C) Computer Style System
D) Colorful Style Sheets | A |
89 | code | In Java, what keyword prevents a class from being inherited?
A) static
B) final
C) abstract
D) private | B |
90 | code | What is the output of `bool('')` in Python?
A) True
B) False
C) None
D) Error | B |
91 | code | In JavaScript, what does `NaN` stand for?
A) Not a Null
B) Not a Number
C) New and Next
D) Null and Nil | B |
92 | code | Which operator is used for string concatenation in Python?
A) .
B) &
C) +
D) concat() | C |
93 | code | What is the result of `10 // 3` in Python?
A) 3.333
B) 3
C) 1
D) 4 | B |
94 | code | Which sorting algorithm has a worst-case time complexity of O(N log N)?
A) Bubble Sort
B) Insertion Sort
C) Merge Sort
D) Selection Sort | C |
95 | code | In Docker, what file defines the steps to build an image?
A) Dockerfile
B) docker-compose.yml
C) config.json
D) Imagefile | A |
96 | code | In Linux, which command prints the current working directory?
A) dir
B) ls
C) pwd
D) cd | C |
97 | code | What is the default port for HTTP traffic?
A) 22
B) 80
C) 443
D) 8080 | B |
98 | code | In C, which symbol is used to access a pointer's value (dereference)?
A) &
B) *
C) ->
D) # | B |
99 | code | In Python, how do you define a function?
A) function myFunc():
B) def myFunc():
C) void myFunc():
D) func myFunc(): | B |
100 | code | What does JSON stand for?
A) JavaScript Object Notation
B) Java Standardized Object Network
C) JavaScript Online Node
D) Java System Oriented Name | A |
QUAD-Bench is a compact, multiple-choice benchmark dataset designed for quick evaluation of Large Language Models (LLMs). The dataset contains 100 questions evenly distributed across 4 fundamental capabilities, requiring the model to select exactly one correct answer option (A, B, C, or D).
The benchmark consists of 100 questions divided into 4 categories (25 questions each):
| Category | Description | Question Range |
|---|---|---|
| Logic | Logical deductions, conditional statements, syllogisms, and classic riddles. | id: 1β25 |
| Attention | Pattern recognition, string manipulation, character counting, and detail sensitivity. | id: 26β50 |
| Math | Basic arithmetic, algebra, probability, geometry, and calculus concepts. | id: 51β75 |
| Code | Syntax understanding, algorithm complexities, data structures, and tech fundamentals. | id: 76β100 |
Each entry in dataset.json follows this simple schema:
{
"id": 1,
"category": "logic",
"question": "If all Bloops are Razzies and all Razzies are Lazzies, then all Bloops are definitely Lazzies.\nA) True\nB) False\nC) Cannot be determined\nD) None of the above",
"answer": "A"
}