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-3x3-10 | 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`
- Each person has a unique favorite drink: `wate... | {
"header": [
"House",
"Name",
"Drink",
"Hobby"
],
"rows": [
[
"1",
"Arnold",
"milk",
"photography"
],
[
"2",
"Peter",
"tea",
"cooking"
],
[
"3",
"Eric",
"water",
"gardening"
]
]
} | 2024-07-03T21:21:29.205827 | [
{
"id": "c1",
"parsed": {
"lhs": {
"attr": "Drink",
"value": "tea"
},
"rel": "found_at",
"rhs": {
"attr": "House",
"value": "2"
},
"text": "The tea drinker is in the second house.",
"type": "fact"
},
"text": "The tea drinker i... | [
"c5"
] | 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`
- Each person has a unique favorite drink: `wate... | 1 | 5 | [
{
"lhs": {
"attr": "Drink",
"value": "tea"
},
"rel": "found_at",
"rhs": {
"attr": "House",
"value": "2"
},
"text": "The tea drinker is in the second house.",
"type": "fact"
},
{
"lhs": {
"attr": "Name",
"value": "peter"
},
"rel": "same_... | [
{
"lhs": {
"attr": "Drink",
"value": "tea"
},
"rel": "found_at",
"rhs": {
"attr": "House",
"value": "2"
},
"text": "The tea drinker is in the second house.",
"type": "fact"
},
{
"lhs": {
"attr": "Name",
"value": "peter"
},
"rel": "same_... | 216 | Small | 3 |
lgp-test-2x4-34 | 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`
- People use unique phone models: `samsung galaxy s21`, `... | {
"header": [
"House",
"Name",
"PhoneModel",
"Occupation",
"Color"
],
"rows": [
[
"1",
"Arnold",
"iphone 13",
"engineer",
"yellow"
],
[
"2",
"Eric",
"samsung galaxy s21",
"doctor",
"red"
]
]
} | 2024-07-03T21:21:29.205053 | [
{
"id": "c1",
"parsed": {
"lhs": {
"attr": "Name",
"value": "eric"
},
"rel": "same_house",
"rhs": {
"attr": "PhoneModel",
"value": "samsung galaxy s21"
},
"text": "eric is the person who uses a samsung galaxy s21.",
"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: `Eric`, `Arnold`
- People use unique phone models: `samsung galaxy s21`, `... | 1 | 3 | [
{
"lhs": {
"attr": "Name",
"value": "eric"
},
"rel": "same_house",
"rhs": {
"attr": "PhoneModel",
"value": "samsung galaxy s21"
},
"text": "eric is the person who uses a samsung galaxy s21.",
"type": "relation"
},
{
"lhs": {
"attr": "Color",
"v... | [
{
"lhs": {
"attr": "Color",
"value": "yellow"
},
"rel": "same_house",
"rhs": {
"attr": "PhoneModel",
"value": "iphone 13"
},
"text": "the person who loves yellow is the person who uses an iphone 13.",
"type": "relation"
},
{
"lhs": {
"attr": "Color",... | 16 | Small | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.