ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning
Paper • 2502.01100 • Published • 21
id stringlengths 14 15 | size stringclasses 25
values | puzzle stringlengths 394 2.95k | solution dict | created_at stringlengths 26 26 |
|---|---|---|---|---|
lgp-test-5x6-16 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Bob`, `Eric`, `Arnold`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"BookGenre",
"Food",
"Color",
"Animal"
],
"rows": [
[
"1",
"Bob",
"german",
"mystery",
"grilled cheese",
"yellow",
"dog"
],
[
"2",
"Eric",
"norwegian",
"fantasy",... | 2024-07-03T21:21:29.209499 |
lgp-test-4x4-27 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Eric`, `Arnold`, `Peter`
- Each person has an occupation: `artis... | {
"header": [
"House",
"Name",
"Occupation",
"BookGenre",
"PhoneModel"
],
"rows": [
[
"1",
"Alice",
"engineer",
"romance",
"google pixel 6"
],
[
"2",
"Peter",
"artist",
"fantasy",
"samsung galaxy s21"
],
[
"3... | 2024-07-03T21:21:29.207505 |
lgp-test-6x4-15 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Alice`, `Peter`, `Eric`, `Arnold`, `Carol`
- Each mother is accomp... | {
"header": [
"House",
"Name",
"Children",
"MusicGenre",
"Height"
],
"rows": [
[
"1",
"Carol",
"Samantha",
"rock",
"average"
],
[
"2",
"Peter",
"Fred",
"country",
"super tall"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.210360 |
lgp-test-6x5-2 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Carol`, `Alice`, `Peter`, `Eric`
- The mothers' names in... | {
"header": [
"House",
"Name",
"Mother",
"Children",
"Vacation",
"BookGenre"
],
"rows": [
[
"1",
"Bob",
"Sarah",
"Bella",
"city",
"historical fiction"
],
[
"2",
"Alice",
"Holly",
"Fred",
"mountain",
"scienc... | 2024-07-03T21:21:29.210554 |
lgp-test-2x2-33 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a unique type of pet: `dog`, `cat`
## ... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Eric",
"cat"
],
[
"2",
"Arnold",
"dog"
]
]
} | 2024-07-03T21:21:29.204640 |
lgp-test-4x4-3 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"Birthday",
"HouseStyle"
],
"rows": [
[
"1",
"Peter",
"Aniya",
"feb",
"colonial"
],
[
"2",
"Arnold",
"Holly",
"april",
"ranch"
],
[
"3",
"Alice",
"Kailyn",... | 2024-07-03T21:21:29.207309 |
lgp-test-2x4-5 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- They all have a unique favorite flower: `carnations`, `... | {
"header": [
"House",
"Name",
"Flower",
"Color",
"Height"
],
"rows": [
[
"1",
"Eric",
"daffodils",
"red",
"short"
],
[
"2",
"Arnold",
"carnations",
"yellow",
"very short"
]
]
} | 2024-07-03T21:21:29.204895 |
lgp-test-5x5-30 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold`
- Each person has a unique level... | {
"header": [
"House",
"Name",
"Education",
"Color",
"Vacation",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"bachelor",
"blue",
"camping",
"samsung galaxy s21"
],
[
"2",
"Eric",
"high school",
"green",
"beach",
... | 2024-07-03T21:21:29.209269 |
lgp-test-3x5-34 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- Each person has a favorite color: `white`, `re... | {
"header": [
"House",
"Name",
"Color",
"PhoneModel",
"MusicGenre",
"Education"
],
"rows": [
[
"1",
"Peter",
"yellow",
"google pixel 6",
"pop",
"high school"
],
[
"2",
"Eric",
"white",
"samsung galaxy s21",
"rock... | 2024-07-03T21:21:29.206478 |
lgp-test-4x5-3 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother",
"BookGenre",
"Color",
"Vacation"
],
"rows": [
[
"1",
"Alice",
"Holly",
"science fiction",
"red",
"mountain"
],
[
"2",
"Peter",
"Aniya",
"romance",
"yellow",
"city"
... | 2024-07-03T21:21:29.207627 |
lgp-test-2x6-24 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Each person has a unique type of pet: `cat`, `dog`
- T... | {
"header": [
"House",
"Name",
"Pet",
"Nationality",
"Occupation",
"FavoriteSport",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"cat",
"dane",
"engineer",
"basketball",
"pall mall"
],
[
"2",
"Arnold",
"dog",
"brit",
... | 2024-07-03T21:21:29.205471 |
lgp-test-6x2-9 | 6*2 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Peter`, `Eric`, `Carol`, `Alice`
- They all have a uniqu... | {
"header": [
"House",
"Name",
"Flower"
],
"rows": [
[
"1",
"Peter",
"iris"
],
[
"2",
"Carol",
"lilies"
],
[
"3",
"Arnold",
"carnations"
],
[
"4",
"Alice",
"roses"
],
[
"5",
"Bob",
... | 2024-07-03T21:21:29.209740 |
lgp-test-4x2-18 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Peter`, `Eric`
- Each person has a favorite color: `gr... | {
"header": [
"House",
"Name",
"Color"
],
"rows": [
[
"1",
"Alice",
"red"
],
[
"2",
"Eric",
"white"
],
[
"3",
"Peter",
"yellow"
],
[
"4",
"Arnold",
"green"
]
]
} | 2024-07-03T21:21:29.206918 |
lgp-test-5x2-15 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Bob`, `Arnold`, `Peter`, `Eric`
- People have unique favorite sp... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"soccer"
],
[
"2",
"Arnold",
"basketball"
],
[
"3",
"Bob",
"swimming"
],
[
"4",
"Alice",
"tennis"
],
[
"5",
... | 2024-07-03T21:21:29.208288 |
lgp-test-5x4-2 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Eric`, `Arnold`, `Alice`, `Peter`
- Each person has a favorite col... | {
"header": [
"House",
"Name",
"Color",
"PhoneModel",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"green",
"google pixel 6",
"teacher"
],
[
"2",
"Bob",
"blue",
"samsung galaxy s21",
"doctor"
],
[
"3",
"Pet... | 2024-07-03T21:21:29.208737 |
lgp-test-4x4-21 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Alice`, `Arnold`
- People own unique car models: `tesla ... | {
"header": [
"House",
"Name",
"CarModel",
"Birthday",
"Hobby"
],
"rows": [
[
"1",
"Alice",
"honda civic",
"sept",
"photography"
],
[
"2",
"Arnold",
"tesla model 3",
"april",
"painting"
],
[
"3",
"Eric"... | 2024-07-03T21:21:29.207463 |
lgp-test-5x6-0 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`
- People have unique favorite sp... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Animal",
"PhoneModel",
"HairColor",
"HouseStyle"
],
"rows": [
[
"1",
"Arnold",
"tennis",
"fish",
"oneplus 9",
"gray",
"victorian"
],
[
"2",
"Eric",
"basketball",
... | 2024-07-03T21:21:29.209343 |
lgp-test-2x3-9 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person lives in a unique style of house: `colonial... | {
"header": [
"House",
"Name",
"HouseStyle",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"victorian",
"samsung galaxy s21"
],
[
"2",
"Arnold",
"colonial",
"iphone 13"
]
]
} | 2024-07-03T21:21:29.204716 |
lgp-test-5x5-12 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Bob`, `Peter`
- Everyone has a favorite smooth... | {
"header": [
"House",
"Name",
"Smoothie",
"MusicGenre",
"Food",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"lime",
"pop",
"grilled cheese",
"tea"
],
[
"2",
"Alice",
"dragonfruit",
"classical",
"stew",
"root bee... | 2024-07-03T21:21:29.209135 |
lgp-test-3x5-16 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- Each person has a unique favorite drink: `milk... | {
"header": [
"House",
"Name",
"Drink",
"FavoriteSport",
"Animal",
"BookGenre"
],
"rows": [
[
"1",
"Eric",
"water",
"basketball",
"horse",
"science fiction"
],
[
"2",
"Arnold",
"tea",
"tennis",
"cat",
"myst... | 2024-07-03T21:21:29.206364 |
lgp-test-4x3-10 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Arnold`
- Each person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet",
"PhoneModel"
],
"rows": [
[
"1",
"Arnold",
"bird",
"google pixel 6"
],
[
"2",
"Eric",
"cat",
"oneplus 9"
],
[
"3",
"Peter",
"dog",
"iphone 13"
],
[
"4",
... | 2024-07-03T21:21:29.207107 |
lgp-test-5x6-30 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Peter`, `Arnold`, `Bob`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"Cigar",
"Smoothie",
"PhoneModel",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"cat",
"blends",
"desert",
"samsung galaxy s21",
"swimming"
],
[
"2",
"Alice",
"bird",
"pri... | 2024-07-03T21:21:29.209607 |
lgp-test-3x5-30 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- People have unique favorite music genres: `pop... | {
"header": [
"House",
"Name",
"MusicGenre",
"FavoriteSport",
"Cigar",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"classical",
"soccer",
"pall mall",
"Janelle"
],
[
"2",
"Eric",
"rock",
"basketball",
"prince",
... | 2024-07-03T21:21:29.206453 |
lgp-test-4x3-27 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice`
- People have unique favorite book genr... | {
"header": [
"House",
"Name",
"BookGenre",
"FavoriteSport"
],
"rows": [
[
"1",
"Peter",
"mystery",
"soccer"
],
[
"2",
"Alice",
"science fiction",
"swimming"
],
[
"3",
"Arnold",
"romance",
"tennis"
],
... | 2024-07-03T21:21:29.207208 |
lgp-test-5x2-22 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Bob`, `Alice`, `Eric`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Alice",
"huawei p50"
],
[
"2",
"Arnold",
"oneplus 9"
],
[
"3",
"Eric",
"google pixel 6"
],
[
"4",
"Peter",
"iphone 13"
],
[
... | 2024-07-03T21:21:29.208334 |
lgp-test-4x3-36 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"Drink"
],
"rows": [
[
"1",
"Alice",
"colonial",
"coffee"
],
[
"2",
"Arnold",
"ranch",
"tea"
],
[
"3",
"Eric",
"craftsman",
"water"
],
[
"4",
... | 2024-07-03T21:21:29.207264 |
lgp-test-5x2-14 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Bob`, `Alice`, `Eric`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food"
],
"rows": [
[
"1",
"Eric",
"stir fry"
],
[
"2",
"Bob",
"grilled cheese"
],
[
"3",
"Alice",
"spaghetti"
],
[
"4",
"Peter",
"pizza"
],
[
"5",
"Ar... | 2024-07-03T21:21:29.208282 |
lgp-test-4x5-34 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter`
- People have unique heights: `tall`, `... | {
"header": [
"House",
"Name",
"Height",
"Drink",
"Children",
"Mother"
],
"rows": [
[
"1",
"Eric",
"short",
"milk",
"Bella",
"Janelle"
],
[
"2",
"Arnold",
"tall",
"tea",
"Samantha",
"Aniya"
],
[
... | 2024-07-03T21:21:29.207839 |
lgp-test-3x6-5 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person has an occupation: `engineer`, `te... | {
"header": [
"House",
"Name",
"Occupation",
"Color",
"Flower",
"Food",
"Height"
],
"rows": [
[
"1",
"Eric",
"doctor",
"white",
"carnations",
"spaghetti",
"average"
],
[
"2",
"Arnold",
"engineer",
"yellow",
... | 2024-07-03T21:21:29.206549 |
lgp-test-5x6-10 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Bob`, `Alice`, `Eric`, `Peter`
- The people are of nationalitie... | {
"header": [
"House",
"Name",
"Nationality",
"Hobby",
"Smoothie",
"HairColor",
"FavoriteSport"
],
"rows": [
[
"1",
"Bob",
"german",
"cooking",
"watermelon",
"blonde",
"swimming"
],
[
"2",
"Eric",
"norwegian",
... | 2024-07-03T21:21:29.209420 |
lgp-test-5x2-30 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Bob`, `Arnold`, `Alice`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal"
],
"rows": [
[
"1",
"Alice",
"fish"
],
[
"2",
"Bob",
"horse"
],
[
"3",
"Eric",
"bird"
],
[
"4",
"Arnold",
"cat"
],
[
"5",
"Peter",
"dog"... | 2024-07-03T21:21:29.208387 |
lgp-test-6x5-20 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Carol`, `Bob`, `Peter`, `Arnold`, `Alice`
- Everyone has somethin... | {
"header": [
"House",
"Name",
"Food",
"Drink",
"Height",
"Birthday"
],
"rows": [
[
"1",
"Eric",
"grilled cheese",
"root beer",
"tall",
"may"
],
[
"2",
"Arnold",
"stew",
"water",
"very tall",
"sept"
],
... | 2024-07-03T21:21:29.210725 |
lgp-test-5x6-37 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Alice`, `Peter`, `Eric`
- Each person has a unique hobby... | {
"header": [
"House",
"Name",
"Hobby",
"FavoriteSport",
"HouseStyle",
"Children",
"Height"
],
"rows": [
[
"1",
"Eric",
"knitting",
"swimming",
"craftsman",
"Meredith",
"average"
],
[
"2",
"Alice",
"gardening",
... | 2024-07-03T21:21:29.209659 |
lgp-test-4x4-16 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter`
- Each person has a favorite color: `re... | {
"header": [
"House",
"Name",
"Color",
"Animal",
"Education"
],
"rows": [
[
"1",
"Alice",
"yellow",
"fish",
"high school"
],
[
"2",
"Eric",
"green",
"cat",
"bachelor"
],
[
"3",
"Peter",
"white",
... | 2024-07-03T21:21:29.207397 |
lgp-test-6x5-4 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Arnold`, `Eric`, `Alice`, `Bob`, `Peter`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Education",
"Color",
"Nationality",
"Birthday"
],
"rows": [
[
"1",
"Carol",
"bachelor",
"green",
"brit",
"may"
],
[
"2",
"Peter",
"trade school",
"purple",
"norwegian",
"sept... | 2024-07-03T21:21:29.210569 |
lgp-test-3x6-9 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- People own unique car models: `toyota camry`, ... | {
"header": [
"House",
"Name",
"CarModel",
"HouseStyle",
"Pet",
"Occupation",
"Vacation"
],
"rows": [
[
"1",
"Eric",
"tesla model 3",
"ranch",
"fish",
"doctor",
"city"
],
[
"2",
"Peter",
"toyota camry",
"vict... | 2024-07-03T21:21:29.206578 |
lgp-test-4x6-36 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Arnold`, `Eric`
- Each person lives in a unique style o... | {
"header": [
"House",
"Name",
"HouseStyle",
"MusicGenre",
"Flower",
"Vacation",
"Color"
],
"rows": [
[
"1",
"Eric",
"victorian",
"jazz",
"lilies",
"mountain",
"yellow"
],
[
"2",
"Peter",
"colonial",
"classic... | 2024-07-03T21:21:29.208136 |
lgp-test-5x5-0 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Peter`, `Arnold`, `Eric`, `Alice`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food",
"Smoothie",
"BookGenre",
"Hobby"
],
"rows": [
[
"1",
"Bob",
"stew",
"lime",
"science fiction",
"photography"
],
[
"2",
"Eric",
"grilled cheese",
"watermelon",
"fantasy",
... | 2024-07-03T21:21:29.209045 |
lgp-test-2x3-13 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a unique level of education: `high scho... | {
"header": [
"House",
"Name",
"Education",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"associate",
"Holly"
],
[
"2",
"Eric",
"high school",
"Aniya"
]
]
} | 2024-07-03T21:21:29.204735 |
lgp-test-4x2-26 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`, `Alice`
- Each person has an occupation: `docto... | {
"header": [
"House",
"Name",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"doctor"
],
[
"2",
"Arnold",
"engineer"
],
[
"3",
"Alice",
"artist"
],
[
"4",
"Peter",
"teacher"
]
]
} | 2024-07-03T21:21:29.206966 |
lgp-test-2x3-16 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- Everyone has something unique for lunch: `pizza`, `gril... | {
"header": [
"House",
"Name",
"Food",
"CarModel"
],
"rows": [
[
"1",
"Eric",
"grilled cheese",
"tesla model 3"
],
[
"2",
"Arnold",
"pizza",
"ford f150"
]
]
} | 2024-07-03T21:21:29.204752 |
lgp-test-3x3-24 | 3*3 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- Each person has a favorite color: `red`, `whit... | {
"header": [
"House",
"Name",
"Color",
"Children"
],
"rows": [
[
"1",
"Peter",
"yellow",
"Bella"
],
[
"2",
"Arnold",
"red",
"Fred"
],
[
"3",
"Eric",
"white",
"Meredith"
]
]
} | 2024-07-03T21:21:29.205905 |
lgp-test-5x6-12 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Arnold`, `Peter`, `Bob`
- People have unique heights: `a... | {
"header": [
"House",
"Name",
"Height",
"Hobby",
"Vacation",
"CarModel",
"Education"
],
"rows": [
[
"1",
"Bob",
"very tall",
"painting",
"mountain",
"toyota camry",
"bachelor"
],
[
"2",
"Peter",
"tall",
"coo... | 2024-07-03T21:21:29.209434 |
lgp-test-2x6-25 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a unique birthday month: `april`, `sept... | {
"header": [
"House",
"Name",
"Birthday",
"Color",
"Nationality",
"HairColor",
"Children"
],
"rows": [
[
"1",
"Arnold",
"sept",
"red",
"dane",
"black",
"Fred"
],
[
"2",
"Eric",
"april",
"yellow",
"brit... | 2024-07-03T21:21:29.205476 |
lgp-test-4x3-26 | 4*3 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Peter`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"MusicGenre"
],
"rows": [
[
"1",
"Peter",
"grilled cheese",
"pop"
],
[
"2",
"Alice",
"stew",
"classical"
],
[
"3",
"Arnold",
"pizza",
"rock"
],
[
"4",
... | 2024-07-03T21:21:29.207201 |
lgp-test-5x6-29 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Alice`, `Bob`, `Peter`
- Each person prefers a unique t... | {
"header": [
"House",
"Name",
"Vacation",
"Children",
"Pet",
"FavoriteSport",
"Drink"
],
"rows": [
[
"1",
"Eric",
"cruise",
"Timothy",
"bird",
"baseball",
"milk"
],
[
"2",
"Bob",
"beach",
"Fred",
"dog"... | 2024-07-03T21:21:29.209598 |
lgp-test-2x6-14 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique heights: `short`, `very short`
- Ea... | {
"header": [
"House",
"Name",
"Height",
"Pet",
"Nationality",
"Color",
"Mother"
],
"rows": [
[
"1",
"Eric",
"very short",
"cat",
"dane",
"yellow",
"Holly"
],
[
"2",
"Arnold",
"short",
"dog",
"brit",
... | 2024-07-03T21:21:29.205409 |
lgp-test-2x5-30 | 2*5 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique heights: `very short`, `short`
- Th... | {
"header": [
"House",
"Name",
"Height",
"Flower",
"HairColor",
"Cigar"
],
"rows": [
[
"1",
"Arnold",
"short",
"daffodils",
"brown",
"prince"
],
[
"2",
"Eric",
"very short",
"carnations",
"black",
"pall mal... | 2024-07-03T21:21:29.205245 |
lgp-test-5x5-21 | 5*5 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`, `Bob`
- Each person has a unique type ... | {
"header": [
"House",
"Name",
"Pet",
"BookGenre",
"FavoriteSport",
"Cigar"
],
"rows": [
[
"1",
"Peter",
"fish",
"fantasy",
"swimming",
"prince"
],
[
"2",
"Alice",
"bird",
"biography",
"baseball",
"pall mal... | 2024-07-03T21:21:29.209202 |
lgp-test-2x4-33 | 2*4 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Everyone has a unique favorite cigar: `pall mall`, `pri... | {
"header": [
"House",
"Name",
"Cigar",
"Flower",
"FavoriteSport"
],
"rows": [
[
"1",
"Arnold",
"prince",
"daffodils",
"basketball"
],
[
"2",
"Eric",
"pall mall",
"carnations",
"soccer"
]
]
} | 2024-07-03T21:21:29.205047 |
lgp-test-4x2-28 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Peter`, `Eric`
- People have unique hair colors: `blac... | {
"header": [
"House",
"Name",
"HairColor"
],
"rows": [
[
"1",
"Alice",
"red"
],
[
"2",
"Arnold",
"black"
],
[
"3",
"Eric",
"brown"
],
[
"4",
"Peter",
"blonde"
]
]
} | 2024-07-03T21:21:29.206977 |
lgp-test-6x6-5 | 6*6 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Carol`, `Eric`, `Peter`, `Bob`, `Arnold`
- People have unique fa... | {
"header": [
"House",
"Name",
"MusicGenre",
"Mother",
"Children",
"Height",
"Animal"
],
"rows": [
[
"1",
"Alice",
"hip hop",
"Penny",
"Fred",
"very short",
"dog"
],
[
"2",
"Peter",
"classical",
"Holly",
... | 2024-07-03T21:21:29.210915 |
lgp-test-2x2-18 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique heights: `short`, `very short`
## C... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"1",
"Eric",
"short"
],
[
"2",
"Arnold",
"very short"
]
]
} | 2024-07-03T21:21:29.204531 |
lgp-test-2x6-29 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- People have unique favorite music genres: `pop`, `rock`... | {
"header": [
"House",
"Name",
"MusicGenre",
"Pet",
"Food",
"Nationality",
"Birthday"
],
"rows": [
[
"1",
"Eric",
"rock",
"dog",
"pizza",
"dane",
"april"
],
[
"2",
"Arnold",
"pop",
"cat",
"grilled chees... | 2024-07-03T21:21:29.205498 |
lgp-test-4x2-14 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice`
- The mothers' names in different house... | {
"header": [
"House",
"Name",
"Mother"
],
"rows": [
[
"1",
"Alice",
"Kailyn"
],
[
"2",
"Peter",
"Aniya"
],
[
"3",
"Arnold",
"Holly"
],
[
"4",
"Eric",
"Janelle"
]
]
} | 2024-07-03T21:21:29.206895 |
lgp-test-4x6-29 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Alice`, `Peter`
- Each person has a unique birthday mon... | {
"header": [
"House",
"Name",
"Birthday",
"HairColor",
"HouseStyle",
"Occupation",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"sept",
"blonde",
"craftsman",
"doctor",
"desert"
],
[
"2",
"Eric",
"april",
"brown"... | 2024-07-03T21:21:29.208087 |
lgp-test-5x3-26 | 5*3 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Peter`, `Eric`, `Alice`
- People have unique favorite bo... | {
"header": [
"House",
"Name",
"BookGenre",
"Children"
],
"rows": [
[
"1",
"Eric",
"fantasy",
"Samantha"
],
[
"2",
"Arnold",
"biography",
"Meredith"
],
[
"3",
"Alice",
"science fiction",
"Timothy"
],
... | 2024-07-03T21:21:29.208627 |
lgp-test-5x6-3 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Bob`, `Peter`, `Alice`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar",
"Occupation",
"CarModel",
"Smoothie",
"Food"
],
"rows": [
[
"1",
"Bob",
"dunhill",
"artist",
"bmw 3 series",
"desert",
"stir fry"
],
[
"2",
"Arnold",
"blends",
"lawyer"... | 2024-07-03T21:21:29.209367 |
lgp-test-3x2-21 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- People have unique heights: `short`, `average`... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"1",
"Peter",
"very short"
],
[
"2",
"Arnold",
"short"
],
[
"3",
"Eric",
"average"
]
]
} | 2024-07-03T21:21:29.205669 |
lgp-test-4x6-26 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Alice`, `Peter`, `Arnold`
- Each person has a unique level of edu... | {
"header": [
"House",
"Name",
"Education",
"Mother",
"Animal",
"Birthday",
"MusicGenre"
],
"rows": [
[
"1",
"Arnold",
"master",
"Janelle",
"horse",
"feb",
"classical"
],
[
"2",
"Peter",
"bachelor",
"Holly",
... | 2024-07-03T21:21:29.208066 |
lgp-test-4x6-21 | 4*6 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Alice`, `Eric`
- They all have a unique favorite flowe... | {
"header": [
"House",
"Name",
"Flower",
"Hobby",
"Pet",
"Color",
"HouseStyle"
],
"rows": [
[
"1",
"Peter",
"daffodils",
"gardening",
"bird",
"yellow",
"ranch"
],
[
"2",
"Arnold",
"carnations",
"painting",
... | 2024-07-03T21:21:29.208031 |
lgp-test-3x4-19 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- Each person has an occupation: `engineer`, `te... | {
"header": [
"House",
"Name",
"Occupation",
"Drink",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"engineer",
"milk",
"samsung galaxy s21"
],
[
"2",
"Arnold",
"teacher",
"water",
"google pixel 6"
],
[
"3",
... | 2024-07-03T21:21:29.206140 |
lgp-test-5x2-38 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Alice`, `Eric`, `Peter`, `Arnold`
- People use unique phone models... | {
"header": [
"House",
"Name",
"PhoneModel"
],
"rows": [
[
"1",
"Peter",
"oneplus 9"
],
[
"2",
"Alice",
"huawei p50"
],
[
"3",
"Bob",
"iphone 13"
],
[
"4",
"Arnold",
"samsung galaxy s21"
],
[
... | 2024-07-03T21:21:29.208435 |
lgp-test-3x6-26 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"HouseStyle",
"Pet",
"Birthday",
"Nationality"
],
"rows": [
[
"1",
"Eric",
"tennis",
"ranch",
"fish",
"sept",
"dane"
],
[
"2",
"Arnold",
"basketball",
"colonial... | 2024-07-03T21:21:29.206693 |
lgp-test-3x6-4 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- People have unique favorite sports: `soccer`, ... | {
"header": [
"House",
"Name",
"FavoriteSport",
"Birthday",
"Vacation",
"Height",
"Flower"
],
"rows": [
[
"1",
"Peter",
"soccer",
"jan",
"city",
"very short",
"daffodils"
],
[
"2",
"Arnold",
"tennis",
"sept",... | 2024-07-03T21:21:29.206542 |
lgp-test-6x3-39 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Carol`, `Alice`, `Bob`, `Eric`
- Each mother is accomp... | {
"header": [
"House",
"Name",
"Children",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"Bella",
"blueberry"
],
[
"2",
"Carol",
"Fred",
"cherry"
],
[
"3",
"Eric",
"Samantha",
"desert"
],
[
"4",
... | 2024-07-03T21:21:29.210243 |
lgp-test-3x5-14 | 3*5 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`
- They all have a unique favorite flower: `daffo... | {
"header": [
"House",
"Name",
"Flower",
"Education",
"Pet",
"Smoothie"
],
"rows": [
[
"1",
"Arnold",
"daffodils",
"bachelor",
"fish",
"desert"
],
[
"2",
"Eric",
"carnations",
"associate",
"dog",
"cherry"
... | 2024-07-03T21:21:29.206352 |
lgp-test-2x2-16 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People have unique favorite sports: `soccer`, `basketba... | {
"header": [
"House",
"Name",
"FavoriteSport"
],
"rows": [
[
"1",
"Eric",
"basketball"
],
[
"2",
"Arnold",
"soccer"
]
]
} | 2024-07-03T21:21:29.204522 |
lgp-test-3x2-2 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- The mothers' names in different houses are uni... | {
"header": [
"House",
"Name",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"Janelle"
],
[
"2",
"Peter",
"Holly"
],
[
"3",
"Eric",
"Aniya"
]
]
} | 2024-07-03T21:21:29.205569 |
lgp-test-2x2-1 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has an occupation: `engineer`, `doctor`
##... | {
"header": [
"House",
"Name",
"Occupation"
],
"rows": [
[
"1",
"Eric",
"engineer"
],
[
"2",
"Arnold",
"doctor"
]
]
} | 2024-07-03T21:21:29.204446 |
lgp-test-2x2-38 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The mothers' names in different houses are unique: `Hol... | {
"header": [
"House",
"Name",
"Mother"
],
"rows": [
[
"1",
"Eric",
"Aniya"
],
[
"2",
"Arnold",
"Holly"
]
]
} | 2024-07-03T21:21:29.204663 |
lgp-test-3x4-10 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- People have unique favorite book genres: `roma... | {
"header": [
"House",
"Name",
"BookGenre",
"Food",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"mystery",
"spaghetti",
"watermelon"
],
[
"2",
"Eric",
"romance",
"grilled cheese",
"cherry"
],
[
"3",
"Arnold... | 2024-07-03T21:21:29.206086 |
lgp-test-4x4-13 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Arnold`, `Eric`
- Everyone has a unique favorite cigar:... | {
"header": [
"House",
"Name",
"Cigar",
"FavoriteSport",
"Drink"
],
"rows": [
[
"1",
"Alice",
"prince",
"soccer",
"water"
],
[
"2",
"Arnold",
"blue master",
"tennis",
"coffee"
],
[
"3",
"Eric",
"d... | 2024-07-03T21:21:29.207376 |
lgp-test-3x3-7 | 3*3 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Eric`
- People have unique hair colors: `blonde`, `bla... | {
"header": [
"House",
"Name",
"HairColor",
"Birthday"
],
"rows": [
[
"1",
"Peter",
"black",
"april"
],
[
"2",
"Arnold",
"blonde",
"jan"
],
[
"3",
"Eric",
"brown",
"sept"
]
]
} | 2024-07-03T21:21:29.205810 |
lgp-test-4x4-26 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`, `Alice`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"CarModel",
"Animal"
],
"rows": [
[
"1",
"Alice",
"stew",
"toyota camry",
"horse"
],
[
"2",
"Arnold",
"spaghetti",
"tesla model 3",
"bird"
],
[
"3",
"Eric",
... | 2024-07-03T21:21:29.207498 |
lgp-test-6x4-16 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Eric`, `Bob`, `Peter`, `Arnold`, `Alice`
- Each person prefers a... | {
"header": [
"House",
"Name",
"Vacation",
"Nationality",
"Smoothie"
],
"rows": [
[
"1",
"Bob",
"city",
"chinese",
"blueberry"
],
[
"2",
"Arnold",
"cultural",
"swede",
"dragonfruit"
],
[
"3",
"Eric",
... | 2024-07-03T21:21:29.210366 |
lgp-test-5x4-33 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Alice`, `Bob`, `Eric`, `Arnold`
- They all have a unique favorit... | {
"header": [
"House",
"Name",
"Flower",
"FavoriteSport",
"Mother"
],
"rows": [
[
"1",
"Arnold",
"tulips",
"soccer",
"Penny"
],
[
"2",
"Eric",
"carnations",
"basketball",
"Kailyn"
],
[
"3",
"Bob",
... | 2024-07-03T21:21:29.208995 |
lgp-test-6x4-11 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Bob`, `Eric`, `Arnold`, `Peter`, `Carol`
- People have unique he... | {
"header": [
"House",
"Name",
"Height",
"MusicGenre",
"Children"
],
"rows": [
[
"1",
"Eric",
"super tall",
"country",
"Samantha"
],
[
"2",
"Arnold",
"tall",
"jazz",
"Alice"
],
[
"3",
"Bob",
"very... | 2024-07-03T21:21:29.210330 |
lgp-test-2x3-36 | 2*3 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- People use unique phone models: `samsung galaxy s21`, `... | {
"header": [
"House",
"Name",
"PhoneModel",
"Pet"
],
"rows": [
[
"1",
"Eric",
"samsung galaxy s21",
"dog"
],
[
"2",
"Arnold",
"iphone 13",
"cat"
]
]
} | 2024-07-03T21:21:29.204848 |
lgp-test-6x4-31 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Bob`, `Peter`, `Eric`, `Alice`, `Carol`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Birthday",
"Vacation",
"Color"
],
"rows": [
[
"1",
"Alice",
"sept",
"city",
"red"
],
[
"2",
"Arnold",
"mar",
"beach",
"green"
],
[
"3",
"Peter",
"april",
"cru... | 2024-07-03T21:21:29.210474 |
lgp-test-5x6-32 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Bob`, `Arnold`, `Alice`, `Eric`, `Peter`
- Everyone has something unique ... | {
"header": [
"House",
"Name",
"Food",
"Color",
"Nationality",
"BookGenre",
"Children"
],
"rows": [
[
"1",
"Alice",
"stir fry",
"white",
"swede",
"mystery",
"Bella"
],
[
"2",
"Bob",
"pizza",
"red",
"nor... | 2024-07-03T21:21:29.209621 |
lgp-test-4x4-28 | 4*4 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Peter`, `Arnold`, `Alice`
- Everyone has something unique for lun... | {
"header": [
"House",
"Name",
"Food",
"Drink",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"grilled cheese",
"water",
"cherry"
],
[
"2",
"Peter",
"pizza",
"milk",
"dragonfruit"
],
[
"3",
"Alice",
"ste... | 2024-07-03T21:21:29.207512 |
lgp-test-2x6-17 | 2*6 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- Each person has a favorite color: `yellow`, `red`
- Ev... | {
"header": [
"House",
"Name",
"Color",
"Cigar",
"BookGenre",
"Nationality",
"Occupation"
],
"rows": [
[
"1",
"Arnold",
"red",
"pall mall",
"mystery",
"brit",
"doctor"
],
[
"2",
"Eric",
"yellow",
"prince",
... | 2024-07-03T21:21:29.205428 |
lgp-test-6x3-2 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Eric`, `Bob`, `Carol`, `Arnold`
- Everyone has a unique... | {
"header": [
"House",
"Name",
"Cigar",
"BookGenre"
],
"rows": [
[
"1",
"Peter",
"prince",
"historical fiction"
],
[
"2",
"Alice",
"pall mall",
"biography"
],
[
"3",
"Arnold",
"dunhill",
"science fiction"
... | 2024-07-03T21:21:29.209955 |
lgp-test-3x2-0 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- Each person has a unique type of pet: `fish`, ... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Eric",
"fish"
],
[
"2",
"Peter",
"dog"
],
[
"3",
"Arnold",
"cat"
]
]
} | 2024-07-03T21:21:29.205559 |
lgp-test-5x6-5 | 5*6 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Eric`, `Arnold`, `Bob`, `Alice`
- Each person has a unique favor... | {
"header": [
"House",
"Name",
"Drink",
"Color",
"Children",
"HouseStyle",
"PhoneModel"
],
"rows": [
[
"1",
"Eric",
"tea",
"red",
"Samantha",
"ranch",
"oneplus 9"
],
[
"2",
"Alice",
"milk",
"green",
"Ti... | 2024-07-03T21:21:29.209381 |
lgp-test-6x4-29 | 6*4 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Carol`, `Alice`, `Eric`, `Bob`, `Peter`, `Arnold`
- Each person has a uni... | {
"header": [
"House",
"Name",
"Birthday",
"Vacation",
"Drink"
],
"rows": [
[
"1",
"Carol",
"april",
"cruise",
"milk"
],
[
"2",
"Bob",
"sept",
"cultural",
"tea"
],
[
"3",
"Peter",
"feb",
"be... | 2024-07-03T21:21:29.210460 |
lgp-test-3x4-13 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- Everyone has something unique for lunch: `gril... | {
"header": [
"House",
"Name",
"Food",
"MusicGenre",
"Drink"
],
"rows": [
[
"1",
"Peter",
"grilled cheese",
"rock",
"milk"
],
[
"2",
"Arnold",
"pizza",
"pop",
"water"
],
[
"3",
"Eric",
"spaghetti"... | 2024-07-03T21:21:29.206104 |
lgp-test-4x5-18 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Arnold`, `Eric`, `Peter`
- Each person has a unique favorite dri... | {
"header": [
"House",
"Name",
"Drink",
"Education",
"Mother",
"Color"
],
"rows": [
[
"1",
"Arnold",
"water",
"bachelor",
"Aniya",
"red"
],
[
"2",
"Alice",
"tea",
"high school",
"Holly",
"white"
],
... | 2024-07-03T21:21:29.207732 |
lgp-test-2x2-24 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`
- The people are of nationalities: `dane`, `brit`
## Clu... | {
"header": [
"House",
"Name",
"Nationality"
],
"rows": [
[
"1",
"Arnold",
"dane"
],
[
"2",
"Eric",
"brit"
]
]
} | 2024-07-03T21:21:29.204598 |
lgp-test-5x4-14 | 5*4 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Peter`, `Bob`, `Eric`, `Arnold`
- The people keep unique animals... | {
"header": [
"House",
"Name",
"Animal",
"CarModel",
"Drink"
],
"rows": [
[
"1",
"Arnold",
"horse",
"tesla model 3",
"water"
],
[
"2",
"Eric",
"cat",
"toyota camry",
"coffee"
],
[
"3",
"Peter",
"d... | 2024-07-03T21:21:29.208854 |
lgp-test-3x2-10 | 3*2 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Eric`, `Arnold`, `Peter`
- People have unique heights: `short`, `very sho... | {
"header": [
"House",
"Name",
"Height"
],
"rows": [
[
"1",
"Peter",
"average"
],
[
"2",
"Eric",
"very short"
],
[
"3",
"Arnold",
"short"
]
]
} | 2024-07-03T21:21:29.205612 |
lgp-test-4x2-24 | 4*2 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`, `Alice`
- Each person has a unique type of pet:... | {
"header": [
"House",
"Name",
"Pet"
],
"rows": [
[
"1",
"Arnold",
"fish"
],
[
"2",
"Peter",
"bird"
],
[
"3",
"Alice",
"cat"
],
[
"4",
"Eric",
"dog"
]
]
} | 2024-07-03T21:21:29.206954 |
lgp-test-4x5-8 | 4*5 | There are 4 houses, numbered 1 to 4 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Peter`, `Arnold`, `Alice`, `Eric`
- People have unique heights: `tall`, `... | {
"header": [
"House",
"Name",
"Height",
"Birthday",
"HairColor",
"BookGenre"
],
"rows": [
[
"1",
"Alice",
"short",
"feb",
"red",
"mystery"
],
[
"2",
"Eric",
"tall",
"sept",
"blonde",
"science fiction"
... | 2024-07-03T21:21:29.207661 |
lgp-test-2x2-34 | 2*2 | There are 2 houses, numbered 1 to 2 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`
- The people keep unique animals: `horse`, `cat`
## Clue... | {
"header": [
"House",
"Name",
"Animal"
],
"rows": [
[
"1",
"Arnold",
"horse"
],
[
"2",
"Eric",
"cat"
]
]
} | 2024-07-03T21:21:29.204645 |
lgp-test-6x5-8 | 6*5 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Bob`, `Eric`, `Carol`, `Alice`
- The people keep uniqu... | {
"header": [
"House",
"Name",
"Animal",
"Occupation",
"FavoriteSport",
"Height"
],
"rows": [
[
"1",
"Peter",
"bird",
"nurse",
"baseball",
"very tall"
],
[
"2",
"Eric",
"dog",
"engineer",
"swimming",
"avera... | 2024-07-03T21:21:29.210599 |
lgp-test-3x6-38 | 3*6 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Eric`, `Peter`
- Each person has a unique level of education: `... | {
"header": [
"House",
"Name",
"Education",
"Drink",
"BookGenre",
"Hobby",
"CarModel"
],
"rows": [
[
"1",
"Peter",
"high school",
"water",
"science fiction",
"cooking",
"tesla model 3"
],
[
"2",
"Eric",
"bachelor",... | 2024-07-03T21:21:29.206771 |
lgp-test-5x2-7 | 5*2 | There are 5 houses, numbered 1 to 5 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Alice`, `Eric`, `Peter`, `Bob`
- Everyone has a unique favorite... | {
"header": [
"House",
"Name",
"Cigar"
],
"rows": [
[
"1",
"Eric",
"blends"
],
[
"2",
"Bob",
"blue master"
],
[
"3",
"Arnold",
"dunhill"
],
[
"4",
"Alice",
"pall mall"
],
[
"5",
"Pet... | 2024-07-03T21:21:29.208240 |
lgp-test-3x4-18 | 3*4 | There are 3 houses, numbered 1 to 3 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Arnold`, `Peter`, `Eric`
- They all have a unique favorite flower: `carna... | {
"header": [
"House",
"Name",
"Flower",
"Nationality",
"Smoothie"
],
"rows": [
[
"1",
"Eric",
"carnations",
"dane",
"watermelon"
],
[
"2",
"Peter",
"lilies",
"swede",
"desert"
],
[
"3",
"Arnold",
... | 2024-07-03T21:21:29.206134 |
lgp-test-6x3-8 | 6*3 | There are 6 houses, numbered 1 to 6 from left to right, as seen from across the street. Each house is occupied by a different person. Each house has a unique attribute for each of the following characteristics:
- Each person has a unique name: `Alice`, `Carol`, `Eric`, `Peter`, `Arnold`, `Bob`
- Everyone has a unique... | {
"header": [
"House",
"Name",
"Cigar",
"Smoothie"
],
"rows": [
[
"1",
"Peter",
"blue master",
"blueberry"
],
[
"2",
"Bob",
"prince",
"dragonfruit"
],
[
"3",
"Carol",
"yellow monster",
"lime"
],
[
... | 2024-07-03T21:21:29.209999 |
Paper: https://huggingface.co/papers/2502.01100
Arxiv: https://arxiv.org/abs/2502.01100
@article{zebralogic2025,
title={ZebraLogic: On the Scaling Limits of LLMs for Logical Reasoning},
author={Bill Yuchen Lin and Ronan Le Bras and Kyle Richardson and Ashish Sabharwal and Radha Poovendran and Peter Clark and Yejin Choi},
year={2025},
url={https://arxiv.org/abs/2502.01100},
}
@article{dziri2024faith,
title={Faith and fate: Limits of transformers on compositionality},
author={Nouha Dziri and Ximing Lu and Melanie Sclar and Xiang Lorraine Li and Liwei Jian and Bill Yuchen Lin and Peter West and Chandra Bhagavatula and Ronan Le Bras and Jena D. Hwang and Soumya Sanyal and Sean Welleck and Xiang Ren and Allyson Ettinger and Za{\"i}d Harchaoui and Yejin Choi},
journal={Advances in Neural Information Processing Systems},
volume={36},
year={2024}
}