Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
size
string
puzzle
string
solution
dict
created_at
string
full_numbered_clues
list
missing_id
list
missing_puzzle
string
missing_clue_number
int64
total_clue_number
int64
full_clues
list
current_clues
list
space_val
int64
space
string
current_space
int64
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "left_of", "rhs": { "attr": "Name", "value": "arnold" }, "text": "Eric is somewhere to the left of Arnold.", "type": "relation" }, "text": "Eric is s...
[ "c1" ]
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` ## ...
1
2
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "left_of", "rhs": { "attr": "Name", "value": "arnold" }, "text": "Eric is somewhere to the left of Arnold.", "type": "relation" }, { "lhs": { "attr": "Pet", "value": "dog" }, "rel": "...
[ { "lhs": { "attr": "Pet", "value": "dog" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who owns a dog is not in the first house.", "type": "relation" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is in the first house.", "type": "fact" ...
[ "c1" ]
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`, `...
1
4
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is in the first house.", "type": "fact" }, { "lhs": { "attr": "Height", "valu...
[ { "lhs": { "attr": "Height", "value": "very short" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who is very short is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Color", "value": "red"...
16
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Pet", "value": "cat" }, "rel": "side_by_side", "rhs": { "attr": "Cigar", "value": "prince" }, "text": "The person who has a cat and the Prince smoker are next to each other.", "type": "relat...
[ "c1" ]
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...
1
5
[ { "lhs": { "attr": "Pet", "value": "cat" }, "rel": "side_by_side", "rhs": { "attr": "Cigar", "value": "prince" }, "text": "The person who has a cat and the Prince smoker are next to each other.", "type": "relation" }, { "lhs": { "attr": "Name", ...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "direct_left", "rhs": { "attr": "Pet", "value": "dog" }, "text": "Eric is directly left of the person who owns a dog.", "type": "relation" }, { "lhs": { "attr": "Nationality", "value": "dane"...
64
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Color", "value": "red" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person whose favorite color is red is directly left of Eric.", "type": "relation" ...
[ "c2" ]
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...
1
4
[ { "lhs": { "attr": "Color", "value": "red" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person whose favorite color is red is directly left of Eric.", "type": "relation" }, { "lhs": { "attr": "Name", "value"...
[ { "lhs": { "attr": "Color", "value": "red" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person whose favorite color is red is directly left of Eric.", "type": "relation" }, { "lhs": { "attr": "Name", "value"...
576
Small
8
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "left_of", "rhs": { "attr": "PhoneModel", "value": "iphone 13" }, "text": "Eric is somewhere to the left of the person who uses an iPhone 13.", "type": "rela...
[ "c1" ]
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...
1
2
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "left_of", "rhs": { "attr": "PhoneModel", "value": "iphone 13" }, "text": "Eric is somewhere to the left of the person who uses an iPhone 13.", "type": "relation" }, { "lhs": { "attr": "PhoneModel"...
[ { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "rel": "same_house", "rhs": { "attr": "HouseStyle", "value": "victorian" }, "text": "The person who uses a Samsung Galaxy S21 is the person residing in a Victorian house.", "type": "relation" } ]
8
Small
4
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Education", "value": "associate" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person with an associate's degree is in the first house.", "type": "fact" },...
[ "c3" ]
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...
1
3
[ { "lhs": { "attr": "Education", "value": "associate" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person with an associate's degree is in the first house.", "type": "fact" }, { "lhs": { "attr": "Mother", "value":...
[ { "lhs": { "attr": "Education", "value": "associate" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person with an associate's degree is in the first house.", "type": "fact" }, { "lhs": { "attr": "Mother", "value":...
8
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "two_between", "rhs": { "attr": "Name", "value": "peter" }, "text": "There are two houses between Eric and Peter.", "type": "relation" }, "text": "Th...
[ "c3" ]
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...
1
5
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "two_between", "rhs": { "attr": "Name", "value": "peter" }, "text": "There are two houses between Eric and Peter.", "type": "relation" }, { "lhs": { "attr": "Occupation", "value": "teacher" ...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "two_between", "rhs": { "attr": "Name", "value": "peter" }, "text": "There are two houses between Eric and Peter.", "type": "relation" }, { "lhs": { "attr": "Occupation", "value": "teacher" ...
576
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is in the first house.", "type": "fact" }, "text": "Eric is in the first house." ...
[ "c1" ]
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...
1
3
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is in the first house.", "type": "fact" }, { "lhs": { "attr": "Food", "value": "grilled cheese" }, "rel": "not_at",...
[ { "lhs": { "attr": "Food", "value": "grilled cheese" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who loves eating grilled cheese is not in the second house.", "type": "relation" }, { "lhs": { "attr": "CarModel", ...
8
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Color", "value": "yellow" }, "rel": "same_house", "rhs": { "attr": "Nationality", "value": "brit" }, "text": "The person who loves yellow is the British person.", "type": "relation" }, ...
[ "c1" ]
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...
1
6
[ { "lhs": { "attr": "Color", "value": "yellow" }, "rel": "same_house", "rhs": { "attr": "Nationality", "value": "brit" }, "text": "The person who loves yellow is the British person.", "type": "relation" }, { "lhs": { "attr": "HairColor", "value"...
[ { "lhs": { "attr": "HairColor", "value": "black" }, "rel": "same_house", "rhs": { "attr": "Color", "value": "red" }, "text": "The person who has black hair is the person's child is named Fred.", "type": "relation" }, { "lhs": { "attr": "Color", ...
64
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, "text": "The pe...
[ "c5" ]
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...
1
5
[ { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, { "lhs": { "attr": "Name", "value": "eric" }, "re...
[ { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, { "lhs": { "attr": "Name", "value": "eric" }, "re...
64
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is in the first house.", "type": "fact" ...
[ "c3" ]
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...
1
4
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is in the first house.", "type": "fact" }, { "lhs": { "attr": "Name", "value"...
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is in the first house.", "type": "fact" }, { "lhs": { "attr": "Name", "value"...
32
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, "text": "Eric is not in the firs...
[ "c2" ]
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...
1
4
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "same_...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Cigar", "value": "prince" }, "rel": "not_at", ...
16
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "direct_left", "rhs": { "attr": "HairColor", "value": "blonde" }, "text": "Eric is directly left of the person who has blonde hair.", "type": "relation" ...
[ "c1" ]
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...
1
5
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "direct_left", "rhs": { "attr": "HairColor", "value": "blonde" }, "text": "Eric is directly left of the person who has blonde hair.", "type": "relation" }, { "lhs": { "attr": "Name", "value":...
[ { "lhs": { "attr": "Name", "value": "alice" }, "rel": "side_by_side", "rhs": { "attr": "Name", "value": "arnold" }, "text": "Alice and Arnold are next to each other.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "eric" }, ...
576
Small
8
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Height", "value": "very short" }, "text": "arnold is the person who is very short.", "type": "relation" }, "text": ...
[ "c1" ]
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...
1
2
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Height", "value": "very short" }, "text": "arnold is the person who is very short.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "eric" }, ...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is not in the second house.", "type": "relation" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Food", "value": "grilled cheese" }, "text": "arnold is the person who loves eating grilled cheese.", "type": "relation" ...
[ "c3" ]
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`...
1
6
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Food", "value": "grilled cheese" }, "text": "arnold is the person who loves eating grilled cheese.", "type": "relation" }, { "lhs": { "attr": "Birthday", "va...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Food", "value": "grilled cheese" }, "text": "arnold is the person who loves eating grilled cheese.", "type": "relation" }, { "lhs": { "attr": "Birthday", "va...
64
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Mother", "value": "aniya" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "peter" }, "text": "The person whose mother's name is Aniya is Peter.", "type": "relation" }, "tex...
[ "c1" ]
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...
1
6
[ { "lhs": { "attr": "Mother", "value": "aniya" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "peter" }, "text": "The person whose mother's name is Aniya is Peter.", "type": "relation" }, { "lhs": { "attr": "Mother", "value": "holly" ...
[ { "lhs": { "attr": "Mother", "value": "holly" }, "rel": "not_at", "rhs": { "attr": "House", "value": "4" }, "text": "The person whose mother's name is Holly is not in the fourth house.", "type": "relation" }, { "lhs": { "attr": "Name", "value":...
576
Small
10
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, "text": "The pe...
[ "c2" ]
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`...
1
3
[ { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, { "lhs": { "attr": "Height", "value": "average" }, ...
[ { "lhs": { "attr": "Height", "value": "short" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who is short is in the second house.", "type": "fact" }, { "lhs": { "attr": "Name", "value": "peter" }, "r...
36
Small
4
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "Arnold is in the second house.", "type": "fact" }, "text": "Arnold is in the second ...
[ "c1" ]
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...
1
2
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "Arnold is in the second house.", "type": "fact" }, { "lhs": { "attr": "FavoriteSport", "value": "soccer" }, "rel": "fo...
[ { "lhs": { "attr": "FavoriteSport", "value": "soccer" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who loves soccer is in the second house.", "type": "fact" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Mother", "value": "holly" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person whose mother's name is Holly is not in the first house.", "type": "relation" }...
[ "c2" ]
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...
1
4
[ { "lhs": { "attr": "Mother", "value": "holly" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person whose mother's name is Holly is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Name", "value": ...
[ { "lhs": { "attr": "Mother", "value": "holly" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person whose mother's name is Holly is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Mother", "value"...
36
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "arnold" }, "text": "Eric is directly left of Arnold.", "type": "relation" }, "text": "Eric is direc...
[ "c1" ]
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` ##...
1
2
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "arnold" }, "text": "Eric is directly left of Arnold.", "type": "relation" }, { "lhs": { "attr": "Occupation", "value": "doctor" }, "r...
[ { "lhs": { "attr": "Occupation", "value": "doctor" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who is a doctor is not in the first house.", "type": "relation" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is not in the second house.", "type": "relation" }, "text": "Eric is not in the sec...
[ "c1" ]
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...
1
2
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is not in the second house.", "type": "relation" }, { "lhs": { "attr": "Mother", "value": "aniya" }, "rel": "not_at",...
[ { "lhs": { "attr": "Mother", "value": "aniya" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person whose mother's name is Aniya is not in the second house.", "type": "relation" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Birthday", "value": "sept" }, "rel": "same_house", "rhs": { "attr": "HairColor", "value": "brown" }, "text": "the person whose birthday is in september is the person who has brown hair.", "t...
[ "c3" ]
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...
1
6
[ { "lhs": { "attr": "Birthday", "value": "sept" }, "rel": "same_house", "rhs": { "attr": "HairColor", "value": "brown" }, "text": "the person whose birthday is in september is the person who has brown hair.", "type": "relation" }, { "lhs": { "attr": "...
[ { "lhs": { "attr": "Birthday", "value": "sept" }, "rel": "same_house", "rhs": { "attr": "HairColor", "value": "brown" }, "text": "the person whose birthday is in september is the person who has brown hair.", "type": "relation" }, { "lhs": { "attr": "...
216
Small
3
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Pet", "value": "dog" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "arnold" }, "text": "The person who owns a dog is directly left of Arnold.", "type": "relation" }, "te...
[ "c1" ]
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`, `...
1
2
[ { "lhs": { "attr": "Pet", "value": "dog" }, "rel": "direct_left", "rhs": { "attr": "Name", "value": "arnold" }, "text": "The person who owns a dog is directly left of Arnold.", "type": "relation" }, { "lhs": { "attr": "PhoneModel", "value": "ip...
[ { "lhs": { "attr": "PhoneModel", "value": "iphone 13" }, "rel": "same_house", "rhs": { "attr": "Pet", "value": "cat" }, "text": "the person who uses an iphone 13 is the person who has a cat.", "type": "relation" } ]
8
Small
4
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, "text": "Arnold is in the first ho...
[ "c4" ]
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...
1
6
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, { "lhs": { "attr": "Occupation", "value": "engineer" }, "rel": "same...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, { "lhs": { "attr": "Occupation", "value": "engineer" }, "rel": "same...
64
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "3" }, "text": "Arnold is in the third house.", "type": "fact" }, "text": "Arnold is in the third ho...
[ "c1" ]
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`, ...
1
3
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "3" }, "text": "Arnold is in the third house.", "type": "fact" }, { "lhs": { "attr": "Name", "value": "eric" }, "rel": "one_between", ...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "one_between", "rhs": { "attr": "Pet", "value": "cat" }, "text": "There is one house between Eric and the person who has a cat.", "type": "relation" }, { "lhs": { "attr": "Pet", "value": "fis...
36
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Nationality", "value": "brit" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The British person is not in the first house.", "type": "relation" }, "text": "Th...
[ "c1" ]
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...
1
2
[ { "lhs": { "attr": "Nationality", "value": "brit" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The British person is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "arnold" }, ...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "Arnold is not in the second house.", "type": "relation" } ]
4
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, "text": "Eric is not in the firs...
[ "c4" ]
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...
1
4
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Height", "value": "very short" }, "rel": "left...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Height", "value": "very short" }, "rel": "left...
36
Small
2
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "one_between", "rhs": { "attr": "Pet", "value": "cat" }, "text": "There is one house between Arnold and the person who has a cat.", "type": "relation" ...
[ "c4" ]
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:...
1
6
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "one_between", "rhs": { "attr": "Pet", "value": "cat" }, "text": "There is one house between Arnold and the person who has a cat.", "type": "relation" }, { "lhs": { "attr": "Name", "value":...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "one_between", "rhs": { "attr": "Pet", "value": "cat" }, "text": "There is one house between Arnold and the person who has a cat.", "type": "relation" }, { "lhs": { "attr": "Name", "value":...
576
Small
3
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
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, "text": "Eric is not in the firs...
[ "c2" ]
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...
1
2
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Animal", "value": "cat" }, "rel": "not_at", ...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" } ]
4
Small
2
lgp-test-3x2-29
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`, `Peter`, `Arnold` - People own unique car models: `ford f150`, `te...
{ "header": [ "House", "Name", "CarModel" ], "rows": [ [ "1", "Eric", "ford f150" ], [ "2", "Peter", "toyota camry" ], [ "3", "Arnold", "tesla model 3" ] ] }
2024-07-03T21:21:29.205710
[ { "id": "c1", "parsed": { "lhs": { "attr": "CarModel", "value": "ford f150" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "The person who owns a Ford F-150 is not in the third house.", "type": "relation" },...
[ "c4" ]
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`, `Peter`, `Arnold` - People own unique car models: `ford f150`, `te...
1
4
[ { "lhs": { "attr": "CarModel", "value": "ford f150" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "The person who owns a Ford F-150 is not in the third house.", "type": "relation" }, { "lhs": { "attr": "CarModel", "value...
[ { "lhs": { "attr": "CarModel", "value": "ford f150" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "The person who owns a Ford F-150 is not in the third house.", "type": "relation" }, { "lhs": { "attr": "CarModel", "value...
36
Small
3
lgp-test-2x2-28
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` - Everyone has a unique favorite cigar: `prince`, `pall m...
{ "header": [ "House", "Name", "Cigar" ], "rows": [ [ "1", "Arnold", "prince" ], [ "2", "Eric", "pall mall" ] ] }
2024-07-03T21:21:29.204616
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Cigar", "value": "prince" }, "text": "Arnold is the Prince smoker.", "type": "relation" }, "text": "Arnold is the P...
[ "c1" ]
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 a unique favorite cigar: `prince`, `pall m...
1
2
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Cigar", "value": "prince" }, "text": "Arnold is the Prince smoker.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "Eric is not in the first house.", "type": "relation" } ]
4
Small
2
lgp-test-3x3-1
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: `Arnold`, `Peter`, `Eric` - People have unique favorite sports: `tennis`, ...
{ "header": [ "House", "Name", "FavoriteSport", "MusicGenre" ], "rows": [ [ "1", "Eric", "tennis", "pop" ], [ "2", "Peter", "basketball", "rock" ], [ "3", "Arnold", "soccer", "classical" ] ] }
2024-07-03T21:21:29.205776
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "MusicGenre", "value": "classical" }, "text": "arnold is the person who loves classical music.", "type": "relation" }, ...
[ "c4" ]
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: `tennis`, ...
1
5
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "MusicGenre", "value": "classical" }, "text": "arnold is the person who loves classical music.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "ar...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "MusicGenre", "value": "classical" }, "text": "arnold is the person who loves classical music.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "ar...
216
Small
2
lgp-test-2x5-29
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: `Eric`, `Arnold` - They all have a unique favorite flower: `carnations`, `...
{ "header": [ "House", "Name", "Flower", "Nationality", "Smoothie", "FavoriteSport" ], "rows": [ [ "1", "Arnold", "daffodils", "dane", "desert", "soccer" ], [ "2", "Eric", "carnations", "brit", "cherry", "b...
2024-07-03T21:21:29.205240
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Smoothie", "value": "desert" }, "text": "Arnold is the Desert smoothie lover.", "type": "relation" }, "text": "Arno...
[ "c1" ]
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`, `...
1
4
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "same_house", "rhs": { "attr": "Smoothie", "value": "desert" }, "text": "Arnold is the Desert smoothie lover.", "type": "relation" }, { "lhs": { "attr": "Flower", "value": "carnations" ...
[ { "lhs": { "attr": "Flower", "value": "carnations" }, "rel": "right_of", "rhs": { "attr": "Smoothie", "value": "desert" }, "text": "The person who loves a carnations arrangement is somewhere to the right of the Desert smoothie lover.", "type": "relation" }, { ...
32
Small
2
lgp-test-4x2-17
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`, `Peter`, `Arnold`, `Eric` - Everyone has something unique for lun...
{ "header": [ "House", "Name", "Food" ], "rows": [ [ "1", "Alice", "spaghetti" ], [ "2", "Eric", "pizza" ], [ "3", "Peter", "stew" ], [ "4", "Arnold", "grilled cheese" ] ] }
2024-07-03T21:21:29.206912
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "Arnold is not in the third house.", "type": "relation" }, "text": "Arnold is not in th...
[ "c4" ]
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 something unique for lun...
1
6
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "Arnold is not in the third house.", "type": "relation" }, { "lhs": { "attr": "Food", "value": "spaghetti" }, "rel": "fou...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "not_at", "rhs": { "attr": "House", "value": "3" }, "text": "Arnold is not in the third house.", "type": "relation" }, { "lhs": { "attr": "Food", "value": "spaghetti" }, "rel": "fou...
576
Small
5
lgp-test-2x6-28
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 lives in a unique style of house: `colonial...
{ "header": [ "House", "Name", "HouseStyle", "Nationality", "Vacation", "Pet", "BookGenre" ], "rows": [ [ "1", "Arnold", "victorian", "brit", "mountain", "cat", "science fiction" ], [ "2", "Eric", "colonial", ...
2024-07-03T21:21:29.205492
[ { "id": "c1", "parsed": { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, "text":...
[ "c4" ]
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...
1
5
[ { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, { "lhs": { "attr": "BookGenre", "value": "science...
[ { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, { "lhs": { "attr": "BookGenre", "value": "science...
64
Small
2
lgp-test-2x3-26
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` - Each person has a unique level of education: `high scho...
{ "header": [ "House", "Name", "Education", "Drink" ], "rows": [ [ "1", "Eric", "high school", "water" ], [ "2", "Arnold", "associate", "tea" ] ] }
2024-07-03T21:21:29.204801
[ { "id": "c1", "parsed": { "lhs": { "attr": "Drink", "value": "tea" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The tea drinker is not in the first house.", "type": "relation" }, "text": "The tea drin...
[ "c1" ]
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 level of education: `high scho...
1
3
[ { "lhs": { "attr": "Drink", "value": "tea" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The tea drinker is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "eric" }, "rel": "s...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "same_house", "rhs": { "attr": "Education", "value": "high school" }, "text": "Eric is the person with a high school diploma.", "type": "relation" }, { "lhs": { "attr": "Name", "value": "eric...
8
Small
2
lgp-test-2x6-35
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 birthday month: `sept`, `april...
{ "header": [ "House", "Name", "Birthday", "HairColor", "Flower", "Education", "CarModel" ], "rows": [ [ "1", "Arnold", "april", "black", "carnations", "associate", "ford f150" ], [ "2", "Eric", "sept", "brow...
2024-07-03T21:21:29.205531
[ { "id": "c1", "parsed": { "lhs": { "attr": "CarModel", "value": "tesla model 3" }, "rel": "same_house", "rhs": { "attr": "Flower", "value": "daffodils" }, "text": "the person who owns a tesla model 3 is the person who loves a bouquet of daf...
[ "c5" ]
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 birthday month: `sept`, `april...
1
5
[ { "lhs": { "attr": "CarModel", "value": "tesla model 3" }, "rel": "same_house", "rhs": { "attr": "Flower", "value": "daffodils" }, "text": "the person who owns a tesla model 3 is the person who loves a bouquet of daffodils.", "type": "relation" }, { "lhs":...
[ { "lhs": { "attr": "CarModel", "value": "tesla model 3" }, "rel": "same_house", "rhs": { "attr": "Flower", "value": "daffodils" }, "text": "the person who owns a tesla model 3 is the person who loves a bouquet of daffodils.", "type": "relation" }, { "lhs":...
64
Small
2
lgp-test-3x3-16
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: `Eric`, `Peter`, `Arnold` - People own unique car models: `ford f150`, `te...
{ "header": [ "House", "Name", "CarModel", "PhoneModel" ], "rows": [ [ "1", "Arnold", "tesla model 3", "iphone 13" ], [ "2", "Eric", "ford f150", "samsung galaxy s21" ], [ "3", "Peter", "toyota camry", "goo...
2024-07-03T21:21:29.205860
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "eric" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is in the second house.", "type": "fact" }, "text": "Eric is in the second house....
[ "c3" ]
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`, `Peter`, `Arnold` - People own unique car models: `ford f150`, `te...
1
5
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is in the second house.", "type": "fact" }, { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "rel"...
[ { "lhs": { "attr": "Name", "value": "eric" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "Eric is in the second house.", "type": "fact" }, { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "rel"...
216
Small
4
lgp-test-2x5-37
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: `Eric`, `Arnold` - People own unique car models: `ford f150`, `tesla model...
{ "header": [ "House", "Name", "CarModel", "Food", "FavoriteSport", "Drink" ], "rows": [ [ "1", "Eric", "tesla model 3", "pizza", "basketball", "tea" ], [ "2", "Arnold", "ford f150", "grilled cheese", "soccer", ...
2024-07-03T21:21:29.205283
[ { "id": "c1", "parsed": { "lhs": { "attr": "Drink", "value": "water" }, "rel": "same_house", "rhs": { "attr": "FavoriteSport", "value": "soccer" }, "text": "the one who only drinks water is the person who loves soccer.", "type": "rela...
[ "c3" ]
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 own unique car models: `ford f150`, `tesla model...
1
4
[ { "lhs": { "attr": "Drink", "value": "water" }, "rel": "same_house", "rhs": { "attr": "FavoriteSport", "value": "soccer" }, "text": "the one who only drinks water is the person who loves soccer.", "type": "relation" }, { "lhs": { "attr": "CarModel", ...
[ { "lhs": { "attr": "Drink", "value": "water" }, "rel": "same_house", "rhs": { "attr": "FavoriteSport", "value": "soccer" }, "text": "the one who only drinks water is the person who loves soccer.", "type": "relation" }, { "lhs": { "attr": "CarModel", ...
32
Small
2
lgp-test-4x2-1
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: `Peter`, `Arnold`, `Alice`, `Eric` - Each person has a unique hobby: `phot...
{ "header": [ "House", "Name", "Hobby" ], "rows": [ [ "1", "Arnold", "gardening" ], [ "2", "Peter", "cooking" ], [ "3", "Alice", "photography" ], [ "4", "Eric", "painting" ] ] }
2024-07-03T21:21:29.206822
[ { "id": "c1", "parsed": { "lhs": { "attr": "Hobby", "value": "painting" }, "rel": "found_at", "rhs": { "attr": "House", "value": "4" }, "text": "The person who paints as a hobby is in the fourth house.", "type": "fact" }, "tex...
[ "c4" ]
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` - Each person has a unique hobby: `phot...
1
5
[ { "lhs": { "attr": "Hobby", "value": "painting" }, "rel": "found_at", "rhs": { "attr": "House", "value": "4" }, "text": "The person who paints as a hobby is in the fourth house.", "type": "fact" }, { "lhs": { "attr": "Hobby", "value": "cooking"...
[ { "lhs": { "attr": "Hobby", "value": "painting" }, "rel": "found_at", "rhs": { "attr": "House", "value": "4" }, "text": "The person who paints as a hobby is in the fourth house.", "type": "fact" }, { "lhs": { "attr": "Hobby", "value": "cooking"...
576
Small
6
lgp-test-2x4-12
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` - The people keep unique animals: `horse`, `cat` - Every...
{ "header": [ "House", "Name", "Animal", "Food", "Flower" ], "rows": [ [ "1", "Eric", "cat", "pizza", "carnations" ], [ "2", "Arnold", "horse", "grilled cheese", "daffodils" ] ] }
2024-07-03T21:21:29.204932
[ { "id": "c1", "parsed": { "lhs": { "attr": "Flower", "value": "carnations" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves a carnations arrangement is Eric.", "type": "relation" },...
[ "c1" ]
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` - Every...
1
4
[ { "lhs": { "attr": "Flower", "value": "carnations" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves a carnations arrangement is Eric.", "type": "relation" }, { "lhs": { "attr": "Flower", "value":...
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "same_house", "rhs": { "attr": "Food", "value": "grilled cheese" }, "text": "the person who loves a bouquet of daffodils is the person who loves eating grilled cheese.", "type": "relation" }, { "l...
16
Small
2
lgp-test-3x3-11
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: `Arnold`, `Eric`, `Peter` - Everyone has something unique for lunch: `gril...
{ "header": [ "House", "Name", "Food", "HairColor" ], "rows": [ [ "1", "Peter", "grilled cheese", "black" ], [ "2", "Eric", "pizza", "blonde" ], [ "3", "Arnold", "spaghetti", "brown" ] ] }
2024-07-03T21:21:29.205832
[ { "id": "c1", "parsed": { "lhs": { "attr": "HairColor", "value": "brown" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who has brown hair is not in the second house.", "type": "relation" }, ...
[ "c4" ]
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` - Everyone has something unique for lunch: `gril...
1
6
[ { "lhs": { "attr": "HairColor", "value": "brown" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who has brown hair is not in the second house.", "type": "relation" }, { "lhs": { "attr": "Food", "value": "pizza...
[ { "lhs": { "attr": "HairColor", "value": "brown" }, "rel": "not_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person who has brown hair is not in the second house.", "type": "relation" }, { "lhs": { "attr": "Food", "value": "pizza...
216
Small
8
lgp-test-2x5-9
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 favorite book genres: `science ficti...
{ "header": [ "House", "Name", "BookGenre", "Vacation", "Animal", "MusicGenre" ], "rows": [ [ "1", "Arnold", "mystery", "mountain", "cat", "rock" ], [ "2", "Eric", "science fiction", "beach", "horse", "pop"...
2024-07-03T21:21:29.205131
[ { "id": "c1", "parsed": { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, "text":...
[ "c5" ]
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 book genres: `science ficti...
1
5
[ { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, { "lhs": { "attr": "MusicGenre", "value": "pop" ...
[ { "lhs": { "attr": "Vacation", "value": "beach" }, "rel": "same_house", "rhs": { "attr": "Name", "value": "eric" }, "text": "The person who loves beach vacations is Eric.", "type": "relation" }, { "lhs": { "attr": "MusicGenre", "value": "pop" ...
32
Small
2
lgp-test-2x5-16
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: `Eric`, `Arnold` - Each person has a unique level of education: `associate...
{ "header": [ "House", "Name", "Education", "Food", "Flower", "MusicGenre" ], "rows": [ [ "1", "Arnold", "associate", "grilled cheese", "carnations", "rock" ], [ "2", "Eric", "high school", "pizza", "daffodils", ...
2024-07-03T21:21:29.205170
[ { "id": "c1", "parsed": { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is not in the first house.", "type": "relatio...
[ "c5" ]
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 level of education: `associate...
1
5
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Food", "...
[ { "lhs": { "attr": "Flower", "value": "daffodils" }, "rel": "not_at", "rhs": { "attr": "House", "value": "1" }, "text": "The person who loves a bouquet of daffodils is not in the first house.", "type": "relation" }, { "lhs": { "attr": "Food", "...
32
Small
2
lgp-test-2x4-8
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 favorite smoothie: `desert`, `cherry` -...
{ "header": [ "House", "Name", "Smoothie", "Mother", "Children" ], "rows": [ [ "1", "Arnold", "desert", "Holly", "Bella" ], [ "2", "Eric", "cherry", "Aniya", "Fred" ] ] }
2024-07-03T21:21:29.204910
[ { "id": "c1", "parsed": { "lhs": { "attr": "Children", "value": "fred" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person's child is named Fred is in the second house.", "type": "fact" }, "text...
[ "c3" ]
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 favorite smoothie: `desert`, `cherry` -...
1
3
[ { "lhs": { "attr": "Children", "value": "fred" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person's child is named Fred is in the second house.", "type": "fact" }, { "lhs": { "attr": "Smoothie", "value": "cherry...
[ { "lhs": { "attr": "Children", "value": "fred" }, "rel": "found_at", "rhs": { "attr": "House", "value": "2" }, "text": "The person's child is named Fred is in the second house.", "type": "fact" }, { "lhs": { "attr": "Smoothie", "value": "cherry...
16
Small
2
lgp-test-2x6-18
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` - The people are of nationalities: `brit`, `dane` - Each...
{ "header": [ "House", "Name", "Nationality", "Education", "Birthday", "Occupation", "PhoneModel" ], "rows": [ [ "1", "Arnold", "brit", "associate", "sept", "engineer", "samsung galaxy s21" ], [ "2", "Eric", "dane"...
2024-07-03T21:21:29.205435
[ { "id": "c1", "parsed": { "lhs": { "attr": "Nationality", "value": "dane" }, "rel": "same_house", "rhs": { "attr": "PhoneModel", "value": "iphone 13" }, "text": "the dane is the person who uses an iphone 13.", "type": "relation" }...
[ "c5" ]
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 are of nationalities: `brit`, `dane` - Each...
1
6
[ { "lhs": { "attr": "Nationality", "value": "dane" }, "rel": "same_house", "rhs": { "attr": "PhoneModel", "value": "iphone 13" }, "text": "the dane is the person who uses an iphone 13.", "type": "relation" }, { "lhs": { "attr": "Occupation", "va...
[ { "lhs": { "attr": "Nationality", "value": "dane" }, "rel": "same_house", "rhs": { "attr": "PhoneModel", "value": "iphone 13" }, "text": "the dane is the person who uses an iphone 13.", "type": "relation" }, { "lhs": { "attr": "Occupation", "va...
64
Small
2
lgp-test-2x2-26
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` - People have unique hair colors: `brown`, `black` ## Cl...
{ "header": [ "House", "Name", "HairColor" ], "rows": [ [ "1", "Arnold", "black" ], [ "2", "Eric", "brown" ] ] }
2024-07-03T21:21:29.204607
[ { "id": "c1", "parsed": { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, "text": "Arnold is in the first ho...
[ "c2" ]
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 hair colors: `brown`, `black` ## Cl...
1
2
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, { "lhs": { "attr": "HairColor", "value": "brown" }, "rel": "not_at",...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" } ]
4
Small
2
lgp-test-2x3-10
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", "Drink" ], "rows": [ [ "1", "Arnold", "samsung galaxy s21", "water" ], [ "2", "Eric", "iphone 13", "tea" ] ] }
2024-07-03T21:21:29.204721
[ { "id": "c1", "parsed": { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "rel": "side_by_side", "rhs": { "attr": "Drink", "value": "tea" }, "text": "The person who uses a Samsung Galaxy S21 and the tea drinker are next to e...
[ "c1" ]
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`, `...
1
3
[ { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "rel": "side_by_side", "rhs": { "attr": "Drink", "value": "tea" }, "text": "The person who uses a Samsung Galaxy S21 and the tea drinker are next to each other.", "type": "relation" }, { "lh...
[ { "lhs": { "attr": "Name", "value": "arnold" }, "rel": "found_at", "rhs": { "attr": "House", "value": "1" }, "text": "Arnold is in the first house.", "type": "fact" }, { "lhs": { "attr": "PhoneModel", "value": "samsung galaxy s21" }, "r...
8
Small
2
End of preview. Expand in Data Studio

ZebraArena

ZebraArena dataset.

Configs missing1missing7 correspond to the number of missing clues; splits small / medium / large correspond to puzzle size.

Usage

from datasets import load_dataset
ds = load_dataset("WanjiaAlicia/ZebraArena", "missing3", split="large")
Downloads last month
14