question stringlengths 32 98 | reasoning stringlengths 43 115 | answer stringclasses 158
values | topic stringclasses 10
values | difficulty stringclasses 3
values | source stringclasses 1
value |
|---|---|---|---|---|---|
All fruits are vehicles. Some vehicles are snacks. Does it follow that all fruits are snacks? | Only *some* vehicles are snacks, so the fruits might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 9, 18, 36, 72, ? | The rule: each term is multiplied by 2. So the next term is 144. | 144 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is the parent of Amit. Amit is the parent of Diya. How is Ivy related to Diya? | Ivy → Amit → Diya across two generations, so Ivy is Diya's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, TREE is written as VTGG. How is STAR written in the same code? | Each letter shifts forward by 2. Applying that to STAR gives UVCT. | UVCT | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All snacks are cats. Some cats are cars. Does it follow that all snacks are cars? | Only *some* cats are cars, so the snacks might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is taller than Ethan. Ethan is taller than Diya. Who is the shortest? | Order from tallest to shortest: Ivy > Ethan > Diya. So Diya is the shortest. | Diya | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 16, 25, 36, 49, ? | The rule: these are consecutive square numbers. So the next term is 64. | 64 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is taller than Bella. Bella is taller than Diya. Who is the shortest? | Order from tallest to shortest: Chen > Bella > Diya. So Diya is the shortest. | Diya | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All mammals are plants. All plants are sparrows. Are all mammals necessarily sparrows? | Every mammal is a plant, and every plant is a sparrow. By transitivity, every mammal must be a sparrow. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
You are facing West. You turn 90° to your right. Which direction do you face now? | Turning right from West points you to North. | North | direction | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Amit is the parent of Ethan. Ethan is the parent of Farah. How is Amit related to Farah? | Amit → Ethan → Farah across two generations, so Amit is Farah's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All squares are animals. All animals are mammals. Are all squares necessarily mammals? | Every square is a animal, and every animal is a mammal. By transitivity, every square must be a mammal. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Jai is taller than Ivy. Ivy is taller than Gita. Who is the shortest? | Order from tallest to shortest: Jai > Ivy > Gita. So Gita is the shortest. | Gita | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: purple, blue, orange, green? | 'orange' is a fruit, while the rest are colours. | orange | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Monday, what day will it be after 16 days? | 16 mod 7 = 2. Counting 2 day(s) from Monday gives Wednesday. | Wednesday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All roses are mammals. Some mammals are toys. Does it follow that all roses are toys? | Only *some* mammals are toys, so the roses might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 25, 36, 49, 64, ? | The rule: these are consecutive square numbers. So the next term is 81. | 81 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All sparrows are plants. All plants are flowers. Are all sparrows necessarily flowers? | Every sparrow is a plant, and every plant is a flower. By transitivity, every sparrow must be a flower. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is taller than Bella. Bella is taller than Diya. Who is the shortest? | Order from tallest to shortest: Ivy > Bella > Diya. So Diya is the shortest. | Diya | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Friday, what day will it be after 26 days? | 26 mod 7 = 5. Counting 5 day(s) from Friday gives Wednesday. | Wednesday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: P, Q, R, S, ? | Each letter moves forward by 1 in the alphabet, so the next is T. | T | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All roses are mammals. All mammals are squares. Are all roses necessarily squares? | Every rose is a mammal, and every mammal is a square. By transitivity, every rose must be a square. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: car, truck, zebra, van? | 'zebra' is a animal, while the rest are vehicles. | zebra | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All fruits are gifts. Some gifts are pets. Does it follow that all fruits are pets? | Only *some* gifts are pets, so the fruits might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All cats are mammals. Some mammals are fruits. Does it follow that all cats are fruits? | Only *some* mammals are fruits, so the cats might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Sunday, what day will it be after 8 days? | 8 mod 7 = 1. Counting 1 day(s) from Sunday gives Monday. | Monday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
big is to small as fast is to ___ ? | The relationship is 'word to its opposite'. Applying it to fast gives slow. | slow | analogy | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, BOOK is written as DQQM. How is SUN written in the same code? | Each letter shifts forward by 2. Applying that to SUN gives UWP. | UWP | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is taller than Gita. Gita is taller than Ivy. Who is the shortest? | Order from tallest to shortest: Chen > Gita > Ivy. So Ivy is the shortest. | Ivy | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: gold, purple, red, yellow? | 'gold' is a metal, while the rest are colours. | gold | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: E, F, G, H, ? | Each letter moves forward by 1 in the alphabet, so the next is I. | I | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All toys are cars. Some cars are mammals. Does it follow that all toys are mammals? | Only *some* cars are mammals, so the toys might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Jai is taller than Amit. Amit is taller than Ivy. Who is the shortest? | Order from tallest to shortest: Jai > Amit > Ivy. So Ivy is the shortest. | Ivy | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All apples are pets. Some pets are snacks. Does it follow that all apples are snacks? | Only *some* pets are snacks, so the apples might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
hot is to cold as up is to ___ ? | The relationship is 'word to its opposite'. Applying it to up gives down. | down | analogy | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Jai is taller than Hasan. Hasan is taller than Gita. Who is the shortest? | Order from tallest to shortest: Jai > Hasan > Gita. So Gita is the shortest. | Gita | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: A, B, C, D, ? | Each letter moves forward by 1 in the alphabet, so the next is E. | E | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is the parent of Hasan. Hasan is the parent of Chen. How is Ivy related to Chen? | Ivy → Hasan → Chen across two generations, so Ivy is Chen's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All flowers are sparrows. All sparrows are squares. Are all flowers necessarily squares? | Every flower is a sparrow, and every sparrow is a square. By transitivity, every flower must be a square. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, DOG is written as EPH. How is FISH written in the same code? | Each letter shifts forward by 1. Applying that to FISH gives GJTI. | GJTI | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All flowers are squares. All squares are roses. Are all flowers necessarily roses? | Every flower is a square, and every square is a rose. By transitivity, every flower must be a rose. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: copper, wolf, lion, elephant? | 'copper' is a metal, while the rest are animals. | copper | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Amit is taller than Chen. Chen is taller than Jai. Who is the shortest? | Order from tallest to shortest: Amit > Chen > Jai. So Jai is the shortest. | Jai | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, BOOK is written as ERRN. How is FISH written in the same code? | Each letter shifts forward by 3. Applying that to FISH gives ILVK. | ILVK | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
You are facing East. You turn 90° to your right. Which direction do you face now? | Turning right from East points you to South. | South | direction | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: G, H, I, J, ? | Each letter moves forward by 1 in the alphabet, so the next is K. | K | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 36, 49, 64, 81, ? | The rule: these are consecutive square numbers. So the next term is 100. | 100 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Wednesday, what day will it be after 24 days? | 24 mod 7 = 3. Counting 3 day(s) from Wednesday gives Saturday. | Saturday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: K, M, O, Q, ? | Each letter moves forward by 2 in the alphabet, so the next is S. | S | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
You are facing North. You turn 90° to your right. Which direction do you face now? | Turning right from North points you to East. | East | direction | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is the parent of Gita. Gita is the parent of Amit. How is Ivy related to Amit? | Ivy → Gita → Amit across two generations, so Ivy is Amit's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
You are facing South. You turn 90° to your right. Which direction do you face now? | Turning right from South points you to West. | West | direction | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, CAT is written as FDW. How is SUN written in the same code? | Each letter shifts forward by 3. Applying that to SUN gives VXQ. | VXQ | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Farah is taller than Ethan. Ethan is taller than Diya. Who is the shortest? | Order from tallest to shortest: Farah > Ethan > Diya. So Diya is the shortest. | Diya | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, DOG is written as GRJ. How is FISH written in the same code? | Each letter shifts forward by 3. Applying that to FISH gives ILVK. | ILVK | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: C, D, E, F, ? | Each letter moves forward by 1 in the alphabet, so the next is G. | G | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Amit is the parent of Chen. Chen is the parent of Ethan. How is Amit related to Ethan? | Amit → Chen → Ethan across two generations, so Amit is Ethan's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All animals are shapes. All shapes are plants. Are all animals necessarily plants? | Every animal is a shape, and every shape is a plant. By transitivity, every animal must be a plant. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All gifts are vehicles. Some vehicles are flowers. Does it follow that all gifts are flowers? | Only *some* vehicles are flowers, so the gifts might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is the parent of Hasan. Hasan is the parent of Jai. How is Chen related to Jai? | Chen → Hasan → Jai across two generations, so Chen is Jai's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, CAT is written as DBU. How is DOG written in the same code? | Each letter shifts forward by 1. Applying that to DOG gives EPH. | EPH | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
You are facing East. You turn 90° to your left. Which direction do you face now? | Turning left from East points you to North. | North | direction | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: zinc, iron, gold, red? | 'red' is a colour, while the rest are metals. | red | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Tuesday, what day will it be after 30 days? | 30 mod 7 = 2. Counting 2 day(s) from Tuesday gives Thursday. | Thursday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 5, 10, 20, 40, ? | The rule: each term is multiplied by 2. So the next term is 80. | 80 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ethan is the parent of Farah. Farah is the parent of Hasan. How is Ethan related to Hasan? | Ethan → Farah → Hasan across two generations, so Ethan is Hasan's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All shapes are flowers. All flowers are creatures. Are all shapes necessarily creatures? | Every shape is a flower, and every flower is a creature. By transitivity, every shape must be a creature. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: blue, iron, zinc, gold? | 'blue' is a colour, while the rest are metals. | blue | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, SUN is written as VXQ. How is CAT written in the same code? | Each letter shifts forward by 3. Applying that to CAT gives FDW. | FDW | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: zebra, green, elephant, tiger? | 'green' is a colour, while the rest are animals. | green | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: iron, grape, silver, copper? | 'grape' is a fruit, while the rest are metals. | grape | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: N, P, R, T, ? | Each letter moves forward by 2 in the alphabet, so the next is V. | V | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: orange, iron, grape, banana? | 'iron' is a metal, while the rest are fruits. | iron | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: gold, zebra, zinc, silver? | 'zebra' is a animal, while the rest are metals. | zebra | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is taller than Diya. Diya is taller than Ethan. Who is the shortest? | Order from tallest to shortest: Chen > Diya > Ethan. So Ethan is the shortest. | Ethan | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All toys are flowers. Some flowers are cats. Does it follow that all toys are cats? | Only *some* flowers are cats, so the toys might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
cat is to kitten as dog is to ___ ? | The relationship is 'animal to its young'. Applying it to dog gives puppy. | puppy | analogy | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: I, L, O, R, ? | Each letter moves forward by 3 in the alphabet, so the next is U. | U | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Bella is the parent of Jai. Jai is the parent of Ivy. How is Bella related to Ivy? | Bella → Jai → Ivy across two generations, so Bella is Ivy's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is the parent of Jai. Jai is the parent of Amit. How is Chen related to Amit? | Chen → Jai → Amit across two generations, so Chen is Amit's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All pets are cats. Some cats are gifts. Does it follow that all pets are gifts? | Only *some* cats are gifts, so the pets might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Gita is taller than Bella. Bella is taller than Farah. Who is the shortest? | Order from tallest to shortest: Gita > Bella > Farah. So Farah is the shortest. | Farah | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Ivy is taller than Amit. Amit is taller than Chen. Who is the shortest? | Order from tallest to shortest: Ivy > Amit > Chen. So Chen is the shortest. | Chen | ordering | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All flowers are animals. All animals are squares. Are all flowers necessarily squares? | Every flower is a animal, and every animal is a square. By transitivity, every flower must be a square. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All birds are cats. All cats are sparrows. Are all birds necessarily sparrows? | Every bird is a cat, and every cat is a sparrow. By transitivity, every bird must be a sparrow. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: P, R, T, V, ? | Each letter moves forward by 2 in the alphabet, so the next is X. | X | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next number: 9, 16, 25, 36, ? | The rule: these are consecutive square numbers. So the next term is 49. | 49 | number-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All vehicles are mammals. Some mammals are pets. Does it follow that all vehicles are pets? | Only *some* mammals are pets, so the vehicles might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All fruits are vehicles. Some vehicles are toys. Does it follow that all fruits are toys? | Only *some* vehicles are toys, so the fruits might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
In a code, SUN is written as UWP. How is FISH written in the same code? | Each letter shifts forward by 2. Applying that to FISH gives HKUJ. | HKUJ | coding-decoding | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Japan is to Tokyo as Italy is to ___ ? | The relationship is 'country to capital'. Applying it to Italy gives Rome. | Rome | analogy | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: S, T, U, V, ? | Each letter moves forward by 1 in the alphabet, so the next is W. | W | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All squares are birds. All birds are flowers. Are all squares necessarily flowers? | Every square is a bird, and every bird is a flower. By transitivity, every square must be a flower. | Yes | syllogism | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All cars are fruits. Some fruits are vehicles. Does it follow that all cars are vehicles? | Only *some* fruits are vehicles, so the cars might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
All cats are roses. Some roses are flowers. Does it follow that all cats are flowers? | Only *some* roses are flowers, so the cats might fall outside that overlap. The conclusion is not guaranteed. | No, it does not necessarily follow | syllogism | hard | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Find the next letter: O, Q, S, U, ? | Each letter moves forward by 2 in the alphabet, so the next is W. | W | letter-series | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
If today is Tuesday, what day will it be after 37 days? | 37 mod 7 = 2. Counting 2 day(s) from Tuesday gives Thursday. | Thursday | calendar | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Chen is the parent of Ivy. Ivy is the parent of Gita. How is Chen related to Gita? | Chen → Ivy → Gita across two generations, so Chen is Gita's grandparent. | grandparent | blood-relation | medium | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: orange, tiger, zebra, lion? | 'orange' is a fruit, while the rest are animals. | orange | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
Which word does not belong with the others: tiger, elephant, bike, wolf? | 'bike' is a vehicle, while the rest are animals. | bike | odd-one-out | easy | Abhilash AI Research Lab (synthetic, programmatically generated; no third-party LLM) |
End of preview. Expand in Data Studio
Abhilash AI Research Lab — Logical Reasoning (reasoning)
A synthetic dataset of ~5,000 logic, deduction, sequences, and verbal reasoning, from the Abhilash AI Research Lab.
How it was made
Every example is produced by generators written for this project — hand-authored templates, rule tables, and solvers. Answers are computed in code (math and reasoning) or derived from authored rule tables (English), so each answer is verifiable and the whole set is reproducible from a fixed random seed.
No third-party language model was used to generate the content. This is a synthetic educational dataset for research and experimentation. It is not a benchmark and not human-expert-curated. Some phrasing is templated.
Fields
| field | description |
|---|---|
question |
the task / prompt |
reasoning |
a step-by-step worked explanation |
answer |
the final answer |
topic |
sub-category |
difficulty |
easy / medium / hard |
source |
provenance string |
Generator source
Code: https://github.com/shishodiaabhilash/synthetic-datasets
License
Apache-2.0.
- Downloads last month
- 12