id int64 1 500 | prompt stringlengths 2.71k 11.3k | ground-truth rule stringlengths 61 230 | validation program stringlengths 903 9.15k | level int64 1 10 | num_houses int64 2 10 | num_rooms int64 2 4 | rule_length int64 1 4 | kappa_positive int64 1 5 | kappa_negative int64 1 5 |
|---|---|---|---|---|---|---|---|---|---|
401 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, sliding), has_room(House, Room2), has_window(Room2, sliding), has_garden(Room2, herb), has_room(House, Room3), has_garden(Room3, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 9 | 8 | 4 | 4 | 4 | 4 |
402 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, bay), has_room(House, Room2), has_roof_type(Room2, gabled), has_garden(Room2, herb), has_room(House, Room3), has_window(Room3, bay). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green)... | 9 | 8 | 4 | 4 | 4 | 4 |
403 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), has_garden(Room2, flower), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), has_garden(Room4, flower). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
ha... | 9 | 8 | 4 | 4 | 4 | 4 |
404 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), window_num(Room1, 3), has_room(House, Room2), room_num(Room2, 4), has_room(House, Room3), has_garden(Room3, vegetable). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, vegetable).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room... | 9 | 8 | 4 | 4 | 4 | 4 |
405 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_garage(Room1, none), has_room(House, Room2), has_window(Room2, none), has_room(House, Room3), window_num(Room3, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).... | 9 | 8 | 4 | 4 | 4 | 4 |
406 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, none), has_room(House, Room2), has_garden(Room2, flower), has_room(House, Room3), has_window(Room3, sliding), has_room(House, Room4), has_window(Room4, casement). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red... | 9 | 8 | 4 | 4 | 4 | 4 |
407 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, green), has_room(House, Room2), has_roof_type(Room2, flat), has_garage(Room2, none), has_room(House, Room3), has_roof_type(Room3, flat). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 9 | 8 | 4 | 4 | 4 | 4 |
408 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), has_garage(Room2, detached), has_room(House, Room3), room_num(Room3, 4), has_garden(Room3, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
... | 9 | 8 | 4 | 4 | 4 | 4 |
409 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_window(Room1, sliding), has_room(House, Room2), window_num(Room2, 1), has_room(House, Room3), has_roof_type(Room3, flat). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
has_ro... | 9 | 8 | 4 | 4 | 4 | 4 |
410 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), window_num(Room2, 3), has_room(House, Room3), has_window(Room3, sliding), has_room(House, Room4), has_garage(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue... | 9 | 8 | 4 | 4 | 4 | 4 |
411 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), room_num(Room1, 2), has_room(House, Room2), has_garage(Room2, none), has_room(House, Room3), has_garden(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0... | 9 | 8 | 4 | 4 | 4 | 4 |
412 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, sliding), has_room(House, Room2), has_window(Room2, sliding), has_room(House, Room3), has_garden(Room3, vegetable), has_room(House, Room4), has_garage(Room4, detached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white... | 9 | 8 | 4 | 4 | 4 | 4 |
413 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 2), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), has_garden(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
has_r... | 9 | 8 | 4 | 4 | 4 | 4 |
414 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, yellow), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_garage(Room3, detached), has_room(House, Room4), has_wall_color(Room4, green). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2,... | 9 | 8 | 4 | 4 | 4 | 4 |
415 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_roof_type(Room1, gabled), has_garden(Room1, none), has_room(House, Room2), has_roof_type(Room2, hipped). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, bl... | 9 | 8 | 4 | 4 | 4 | 4 |
416 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, white), has_room(House, Room2), room_num(Room2, 3), has_room(House, Room3), room_num(Room3, 1), has_garden(Room1, flower). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
ha... | 9 | 8 | 4 | 4 | 4 | 4 |
417 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_window(Room2, bay), has_room(House, Room3), has_wall_color(Room3, white), has_room(House, Room4), window_num(Room4, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
... | 9 | 8 | 4 | 4 | 4 | 4 |
418 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, yellow), has_room(House, Room2), room_num(Room2, 2), has_roof_type(Room2, none), has_room(House, Room3), window_num(Room3, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).... | 9 | 8 | 4 | 4 | 4 | 4 |
419 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_room(House, Room2), window_num(Room2, 1), has_room(House, Room3), window_num(Room3, 4), has_room(House, Room4), has_window(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green... | 9 | 8 | 4 | 4 | 4 | 4 |
420 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_window(Room1, bay), has_room(House, Room2), has_wall_color(Room2, red), has_room(House, Room3), has_window(Room3, bay). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
has_ro... | 9 | 8 | 4 | 4 | 4 | 4 |
421 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 4), has_room(House, Room2), window_num(Room2, 3), has_room(House, Room3), window_num(Room3, 4), has_window(Room2, bay). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
h... | 9 | 8 | 4 | 4 | 4 | 4 |
422 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_garden(Room2, herb), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), has_window(Room4, sliding). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 9 | 8 | 4 | 4 | 4 | 4 |
423 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), has_room(House, Room2), has_window(Room2, casement), has_room(House, Room3), has_garden(Room3, none), has_roof_type(Room2, gabled). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, y... | 9 | 8 | 4 | 4 | 4 | 4 |
424 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), has_room(House, Room2), window_num(Room2, 4), has_room(House, Room3), has_garage(Room3, detached), has_room(House, Room4), has_roof_type(Room4, gabled). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
has_roof_... | 9 | 8 | 4 | 4 | 4 | 4 |
425 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 2), has_roof_type(Room1, hipped), has_room(House, Room2), room_num(Room2, 4), has_room(House, Room3), has_roof_type(Room3, hipped). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, casement).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, yell... | 9 | 8 | 4 | 4 | 4 | 4 |
426 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, sliding), has_room(House, Room2), has_roof_type(Room2, flat), has_room(House, Room3), has_window(Room3, bay), has_room(House, Room4), room_num(Room4, 3). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red)... | 9 | 8 | 4 | 4 | 4 | 4 |
427 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, none), has_room(House, Room2), has_wall_color(Room2, red), window_num(Room1, 4), has_room(House, Room3), has_roof_type(Room3, flat). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2,... | 9 | 8 | 4 | 4 | 4 | 4 |
428 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, attached), has_room(House, Room2), has_window(Room2, none), has_roof_type(Room2, gabled), has_room(House, Room3), has_window(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, bl... | 9 | 8 | 4 | 4 | 4 | 4 |
429 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), has_room(House, Room2), has_garden(Room2, herb), has_wall_color(Room2, red), has_room(House, Room3), has_garage(Room3, detached). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).... | 9 | 8 | 4 | 4 | 4 | 4 |
430 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, yellow), has_room(House, Room2), has_window(Room2, sliding), has_room(House, Room3), has_roof_type(Room3, flat), has_room(House, Room4), room_num(Room4, 4). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, yel... | 9 | 8 | 4 | 4 | 4 | 4 |
431 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 2), has_room(House, Room2), has_garden(Room2, none), has_window(Room1, bay), has_room(House, Room3), has_garage(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 9 | 8 | 4 | 4 | 4 | 4 |
432 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, casement), has_room(House, Room2), room_num(Room2, 3), has_garage(Room2, attached), has_room(House, Room3), has_wall_color(Room3, white). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 9 | 8 | 4 | 4 | 4 | 4 |
433 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), has_roof_type(Room2, flat), has_garage(Room1, none), has_room(House, Room3), has_garage(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green)... | 9 | 8 | 4 | 4 | 4 | 4 |
434 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), room_num(Room3, 4), has_garage(Room2, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2... | 9 | 8 | 4 | 4 | 4 | 4 |
435 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, none), has_room(House, Room2), has_wall_color(Room2, yellow), has_room(House, Room3), has_garden(Room3, flower), has_room(House, Room4), has_roof_type(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, b... | 9 | 8 | 4 | 4 | 4 | 4 |
436 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_garage(Room2, detached), has_window(Room1, sliding), has_room(House, Room3), has_garden(Room3, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 9 | 8 | 4 | 4 | 4 | 4 |
437 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, sliding), has_garden(Room1, none), has_room(House, Room2), has_garage(Room2, detached), has_room(House, Room3), window_num(Room3, 2). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).
ha... | 9 | 8 | 4 | 4 | 4 | 4 |
438 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), has_room(House, Room2), room_num(Room2, 1), has_room(House, Room3), has_garden(Room3, vegetable), has_window(Room1, casement). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, hipped).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).... | 9 | 8 | 4 | 4 | 4 | 4 |
439 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 1), has_room(House, Room2), has_garden(Room2, flower), has_room(House, Room3), has_roof_type(Room3, hipped), has_room(House, Room4), room_num(Room4, 1). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).
h... | 9 | 8 | 4 | 4 | 4 | 4 |
440 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 3), has_room(House, Room2), has_wall_color(Room2, blue), has_room(House, Room3), room_num(Room3, 4), has_garage(Room1, attached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
has_... | 9 | 8 | 4 | 4 | 4 | 4 |
441 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, casement), has_room(House, Room2), room_num(Room2, 4), has_garage(Room2, attached), has_room(House, Room3), has_garden(Room3, flower). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green)... | 9 | 8 | 4 | 4 | 4 | 4 |
442 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 1), has_room(House, Room2), has_garden(Room2, vegetable), has_roof_type(Room2, flat), has_room(House, Room3), window_num(Room3, 2). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
has_r... | 9 | 8 | 4 | 4 | 4 | 4 |
443 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_room(House, Room2), has_garden(Room2, none), has_room(House, Room3), window_num(Room3, 1), room_num(Room2, 4). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, g... | 9 | 8 | 4 | 4 | 4 | 4 |
444 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, none), has_wall_color(Room1, white), has_room(House, Room2), room_num(Room2, 1), has_room(House, Room3), window_num(Room3, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, gabled).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room... | 9 | 8 | 4 | 4 | 4 | 4 |
445 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), has_garage(Room2, detached), has_room(House, Room3), room_num(Room3, 3), has_room(House, Room4), has_garden(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).... | 9 | 8 | 4 | 4 | 4 | 4 |
446 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 1), has_room(House, Room2), has_roof_type(Room2, hipped), has_room(House, Room3), has_wall_color(Room3, red), has_room(House, Room4), has_wall_color(Room4, red). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
has_roof... | 9 | 8 | 4 | 4 | 4 | 4 |
447 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, attached), has_room(House, Room2), has_window(Room2, bay), has_room(House, Room3), has_window(Room3, casement), has_room(House, Room4), has_garage(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red)... | 9 | 8 | 4 | 4 | 4 | 4 |
448 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, green), window_num(Room1, 1), has_room(House, Room2), window_num(Room2, 1), has_room(House, Room3), room_num(Room3, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 9 | 8 | 4 | 4 | 4 | 4 |
449 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, blue), has_room(House, Room2), has_garden(Room2, vegetable), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), room_num(Room4, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white... | 9 | 8 | 4 | 4 | 4 | 4 |
450 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_garage(Room1, attached), has_room(House, Room2), room_num(Room2, 1), has_room(House, Room3), has_wall_color(Room3, blue). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, gr... | 9 | 8 | 4 | 4 | 4 | 4 |
451 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_room(House, Room2), has_window(Room2, none), has_room(House, Room3), has_roof_type(Room3, flat), has_garage(Room2, detached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, yellow).
h... | 10 | 10 | 4 | 4 | 5 | 5 |
452 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, casement), has_room(House, Room2), window_num(Room2, 1), has_room(House, Room3), room_num(Room3, 4), has_room(House, Room4), has_window(Room4, bay). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, none).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).
... | 10 | 10 | 4 | 4 | 5 | 5 |
453 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, sliding), has_room(House, Room2), room_num(Room2, 4), has_garage(Room1, detached), has_room(House, Room3), has_wall_color(Room3, red). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 10 | 10 | 4 | 4 | 5 | 5 |
454 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, gabled), has_garage(Room1, attached), has_room(House, Room2), has_roof_type(Room2, gabled), has_room(House, Room3), has_window(Room3, casement). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 10 | 10 | 4 | 4 | 5 | 5 |
455 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, flower), has_room(House, Room2), has_garden(Room2, flower), room_num(Room2, 4), has_room(House, Room3), has_window(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).... | 10 | 10 | 4 | 4 | 5 | 5 |
456 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, flower), has_room(House, Room2), has_wall_color(Room2, green), has_room(House, Room3), has_wall_color(Room3, red), has_room(House, Room4), has_window(Room4, sliding). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 10 | 10 | 4 | 4 | 5 | 5 |
457 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, detached), has_room(House, Room2), has_garage(Room2, none), has_room(House, Room3), has_garage(Room3, attached), has_garden(Room1, flower). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).
has_roo... | 10 | 10 | 4 | 4 | 5 | 5 |
458 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, red), has_room(House, Room2), has_roof_type(Room2, none), has_room(House, Room3), has_garage(Room3, detached), has_room(House, Room4), has_garage(Room4, detached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
has_roof_... | 10 | 10 | 4 | 4 | 5 | 5 |
459 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 3), has_room(House, Room2), has_wall_color(Room2, red), has_room(House, Room3), room_num(Room3, 4), has_room(House, Room4), has_garden(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, hipped).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, bl... | 10 | 10 | 4 | 4 | 5 | 5 |
460 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, none), has_room(House, Room2), has_roof_type(Room2, hipped), has_room(House, Room3), has_garage(Room3, none), has_room(House, Room4), has_garden(Room4, flower). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, g... | 10 | 10 | 4 | 4 | 5 | 5 |
461 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 3), has_room(House, Room2), has_garage(Room2, none), has_room(House, Room3), room_num(Room3, 2), has_roof_type(Room2, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 10 | 10 | 4 | 4 | 5 | 5 |
462 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), has_window(Room2, none), has_room(House, Room3), room_num(Room3, 3), has_room(House, Room4), has_garden(Room4, vegetable). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).... | 10 | 10 | 4 | 4 | 5 | 5 |
463 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, none), has_room(House, Room2), has_roof_type(Room2, flat), has_room(House, Room3), room_num(Room3, 4), has_garage(Room1, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2... | 10 | 10 | 4 | 4 | 5 | 5 |
464 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 3), has_room(House, Room2), has_garage(Room2, attached), room_num(Room1, 3), has_room(House, Room3), has_garage(Room3, attached). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, g... | 10 | 10 | 4 | 4 | 5 | 5 |
465 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_roof_type(Room3, none), has_window(Room2, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, sliding).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 10 | 10 | 4 | 4 | 5 | 5 |
466 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, bay), has_room(House, Room2), has_window(Room2, bay), has_room(House, Room3), has_garden(Room3, vegetable), has_room(House, Room4), has_garage(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
has_r... | 10 | 10 | 4 | 4 | 5 | 5 |
467 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, gabled), has_garage(Room1, detached), has_room(House, Room2), has_window(Room2, none), has_room(House, Room3), has_roof_type(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, b... | 10 | 10 | 4 | 4 | 5 | 5 |
468 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, bay), has_room(House, Room2), has_garden(Room2, herb), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), room_num(Room4, 4). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
ha... | 10 | 10 | 4 | 4 | 5 | 5 |
469 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 2), has_garage(Room1, none), has_room(House, Room2), has_roof_type(Room2, gabled), room_num(Room1, 2). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 10 | 10 | 4 | 4 | 5 | 5 |
470 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, attached), has_room(House, Room2), window_num(Room2, 4), has_room(House, Room3), has_window(Room3, sliding), has_room(House, Room4), room_num(Room4, 3). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, none).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
ha... | 10 | 10 | 4 | 4 | 5 | 5 |
471 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, none), has_garden(Room1, herb), has_room(House, Room2), has_garden(Room2, flower), has_room(House, Room3), has_window(Room3, bay). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, vegetable).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0... | 10 | 10 | 4 | 4 | 5 | 5 |
472 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, gabled), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_wall_color(Room3, blue), has_room(House, Room4), has_garden(Room4, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
... | 10 | 10 | 4 | 4 | 5 | 5 |
473 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, none), has_room(House, Room2), window_num(Room2, 2), has_room(House, Room3), window_num(Room3, 2), room_num(Room1, 1). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, y... | 10 | 10 | 4 | 4 | 5 | 5 |
474 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), has_window(Room2, casement), has_room(House, Room3), has_garage(Room3, detached), has_room(House, Room4), has_garden(Room4, flower). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
has_r... | 10 | 10 | 4 | 4 | 5 | 5 |
475 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 3), has_room(House, Room2), room_num(Room2, 2), has_window(Room1, sliding), has_room(House, Room3), has_roof_type(Room3, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
ha... | 10 | 10 | 4 | 4 | 5 | 5 |
476 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 4), has_room(House, Room2), window_num(Room2, 4), has_room(House, Room3), has_wall_color(Room3, blue), has_room(House, Room4), has_garage(Room4, detached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
h... | 10 | 10 | 4 | 4 | 5 | 5 |
477 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, herb), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_window(Room3, casement), has_garage(Room3, detached). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, none).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white... | 10 | 10 | 4 | 4 | 5 | 5 |
478 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_wall_color(Room2, green), has_room(House, Room3), window_num(Room3, 4), has_garage(Room2, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2... | 10 | 10 | 4 | 4 | 5 | 5 |
479 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_garden(Room2, herb), has_room(House, Room3), room_num(Room3, 1), has_room(House, Room4), has_wall_color(Room4, yellow). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, yello... | 10 | 10 | 4 | 4 | 5 | 5 |
480 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), window_num(Room1, 2), has_room(House, Room2), room_num(Room2, 2), has_room(House, Room3), has_roof_type(Room3, flat). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, b... | 10 | 10 | 4 | 4 | 5 | 5 |
481 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, blue), has_room(House, Room2), has_roof_type(Room2, hipped), has_room(House, Room3), has_wall_color(Room3, blue), has_room(House, Room4), has_roof_type(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, vegetable).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 10 | 10 | 4 | 4 | 5 | 5 |
482 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, none), has_room(House, Room2), has_window(Room2, bay), has_room(House, Room3), has_roof_type(Room3, none), has_room(House, Room4), has_garden(Room4, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, gabled).
has_garden(room0_1, flower).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, g... | 10 | 10 | 4 | 4 | 5 | 5 |
483 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, vegetable), has_room(House, Room2), window_num(Room2, 3), has_room(House, Room3), window_num(Room3, 3), has_garage(Room1, detached). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, casement).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, gree... | 10 | 10 | 4 | 4 | 5 | 5 |
484 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, bay), has_room(House, Room2), has_garage(Room2, none), has_room(House, Room3), has_window(Room3, none), has_room(House, Room4), has_window(Room4, none). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, gabled).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, bay).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
has_roof_... | 10 | 10 | 4 | 4 | 5 | 5 |
485 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 3), has_room(House, Room2), has_garage(Room2, attached), has_room(House, Room3), has_garden(Room3, vegetable), has_room(House, Room4), has_garden(Room4, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, sliding).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ye... | 10 | 10 | 4 | 4 | 5 | 5 |
486 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, none), has_garden(Room1, none), has_room(House, Room2), has_window(Room2, sliding), has_room(House, Room3), has_garage(Room3, detached). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white).... | 10 | 10 | 4 | 4 | 5 | 5 |
487 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_wall_color(Room1, red), has_room(House, Room2), has_roof_type(Room2, gabled), has_room(House, Room3), has_window(Room3, casement), has_room(House, Room4), has_roof_type(Room4, hipped). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, gabled).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, gree... | 10 | 10 | 4 | 4 | 5 | 5 |
488 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), has_wall_color(Room2, white), has_room(House, Room3), has_window(Room3, bay), has_room(House, Room4), window_num(Room4, 4). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
... | 10 | 10 | 4 | 4 | 5 | 5 |
489 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, hipped), has_room(House, Room2), has_window(Room2, bay), has_room(House, Room3), room_num(Room3, 3), has_garden(Room2, vegetable). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue).
ha... | 10 | 10 | 4 | 4 | 5 | 5 |
490 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 3), has_room(House, Room2), has_garage(Room2, detached), has_room(House, Room3), has_roof_type(Room3, none), has_garden(Room3, herb). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, hipped).
has_garden(room0_1, herb).
has_garage(room0_1, detached).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, gr... | 10 | 10 | 4 | 4 | 5 | 5 |
491 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_room(House, Room2), room_num(Room2, 3), has_room(House, Room3), window_num(Room3, 1), has_room(House, Room4), has_window(Room4, casement). | modern(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, hipped).
has_garden(room0_1, none).
has_garage(room0_1, detached).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
... | 10 | 10 | 4 | 4 | 5 | 5 |
492 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 2), has_room(House, Room2), has_garage(Room2, none), has_room(House, Room3), has_roof_type(Room3, gabled), has_room(House, Room4), has_roof_type(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, none).
has_window(room0_1, sliding).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, gre... | 10 | 10 | 4 | 4 | 5 | 5 |
493 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, flower), has_room(House, Room2), room_num(Room2, 3), has_room(House, Room3), has_garage(Room3, attached), has_room(House, Room4), has_roof_type(Room4, hipped). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, red).
has_roof_type(room0_1, flat).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, whi... | 10 | 10 | 4 | 4 | 5 | 5 |
494 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), window_num(Room1, 4), has_room(House, Room2), room_num(Room2, 4), has_wall_color(Room1, blue), has_room(House, Room3), has_garage(Room3, attached). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, green).
has_roof_type(room0_1, hipped).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, sliding).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2,... | 10 | 10 | 4 | 4 | 5 | 5 |
495 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, flower), has_room(House, Room2), has_roof_type(Room2, flat), has_room(House, Room3), has_wall_color(Room3, green), has_room(House, Room4), room_num(Room4, 4). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, none).
has_garden(room0_1, herb).
has_garage(room0_1, attached).
has_window(room0_1, none).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, white)... | 10 | 10 | 4 | 4 | 5 | 5 |
496 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), room_num(Room1, 1), has_room(House, Room2), has_roof_type(Room2, gabled), has_room(House, Room3), window_num(Room3, 4), has_garage(Room3, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, vegetable).
has_garage(room0_1, detached).
has_window(room0_1, bay).
window_num(room0_1, 2).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, w... | 10 | 10 | 4 | 4 | 5 | 5 |
497 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garden(Room1, vegetable), has_window(Room1, bay), has_room(House, Room2), has_wall_color(Room2, yellow), has_room(House, Room3), room_num(Room3, 3). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, yellow).
has_roof_type(room0_1, none).
has_garden(room0_1, none).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 1).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, red).
... | 10 | 10 | 4 | 4 | 5 | 5 |
498 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_garage(Room1, attached), has_room(House, Room2), has_window(Room2, none), has_room(House, Room3), window_num(Room3, 2), has_room(House, Room4), has_window(Room4, sliding). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, blue).
has_roof_type(room0_1, gabled).
has_garden(room0_1, vegetable).
has_garage(room0_1, none).
has_window(room0_1, casement).
window_num(room0_1, 4).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, ... | 10 | 10 | 4 | 4 | 5 | 5 |
499 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_roof_type(Room1, flat), has_room(House, Room2), has_garden(Room2, vegetable), has_room(House, Room3), has_garden(Room3, herb), has_room(House, Room4), has_roof_type(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, flat).
has_garden(room0_1, flower).
has_garage(room0_1, attached).
has_window(room0_1, bay).
window_num(room0_1, 3).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, blue)... | 10 | 10 | 4 | 4 | 5 | 5 |
500 | You are a classifier for a logical reasoning task. Each House is composed of one or more Rooms, and each Room is characterized by a set of properties, represented as ground atoms over a fixed set of predicates.
The label (modern or traditional) of a House is to be determined from its composition.
To describe the House... | modern(House):- has_room(House, Room1), has_window(Room1, bay), has_room(House, Room2), has_window(Room2, casement), has_room(House, Room3), room_num(Room3, 4), has_room(House, Room4), has_garage(Room4, none). | traditional(house0).
has_room(house0, room0_1).
room_num(room0_1, 1).
has_wall_color(room0_1, white).
has_roof_type(room0_1, flat).
has_garden(room0_1, none).
has_garage(room0_1, none).
has_window(room0_1, none).
window_num(room0_1, 0).
has_room(house0, room0_2).
room_num(room0_2, 2).
has_wall_color(room0_2, green).
ha... | 10 | 10 | 4 | 4 | 5 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.