mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Beginning to convert Python backend to Typescript * Change all fetch() calls to fetch_from_backend switcher * wip converting query.py to query.ts * wip started utils.js conversion. Tested that OpenAI API call works * more progress on converting utils.py to Typescript * jest tests for query, utils, template.ts. Confirmed PromptPipeline works. * wip converting queryLLM in flask_app to TS * Tested queryLLM and StorageCache compressed saving/loading * wip execute() in backend.ts * Added execute() and tested w concrete func. Need to test eval() * Added craco for optional webpack config. Config'd for TypeScript with Node.js packages browserify'd * Execute JS code on iframe sandbox * Tested and working JS Evaluator execution. * wip swapping backends * Tested TypeScript backendgit status! :) woot * Added fetchEnvironAPIKeys to Flask server to fetch os.environ keys when running locally * Route Anthropic calls through Flask when running locally * Added info button to Eval nodes. Rebuilt react * Edits to info modal on Eval node * Remove/error out on Python eval nodes when not running locally. * Check browser compat and display error if not supported * Changed all example flows to use JS. Bug fix in query.ts * Refactored to LLMProvider to streamline model additions * Added HuggingFace models API * Added back Dalai call support, routing through Flask * Remove flask app calls and socketio server that are no longer used * Added Comment Nodes. Rebuilt react. * Fix PaLM temp=0 build, update package vers and rebuild react
1 line
99 KiB
Plaintext
1 line
99 KiB
Plaintext
{"flow": {"nodes": [{"width": 312, "height": 311, "id": "prompt-building_floorplan", "type": "prompt", "data": {"prompt": "{prompt}", "n": 1, "llms": [{"key": "aa3c0f03-22bd-416e-af4d-4bf5c4278c99", "settings": {"system_msg": "You are a helpful assistant.", "temperature": 1, "functions": [], "function_call": "", "top_p": 1, "stop": [], "presence_penalty": 0, "frequency_penalty": 0}, "name": "GPT3.5", "emoji": "\ud83d\ude42", "model": "gpt-3.5-turbo", "base_model": "gpt-3.5-turbo", "temp": 1, "formData": {"shortname": "GPT3.5", "model": "gpt-3.5-turbo", "system_msg": "You are a helpful assistant.", "temperature": 1, "functions": "", "function_call": "", "top_p": 1, "stop": "", "presence_penalty": 0, "frequency_penalty": 0}}]}, "position": {"x": 448, "y": 224}, "selected": false, "positionAbsolute": {"x": 448, "y": 224}, "dragging": false}, {"width": 333, "height": 182, "id": "eval-building_floorplan", "type": "evaluator", "data": {"code": "function evaluate(response) {\n\tlet ideal = response.meta['Ideal'];\n\treturn response.text.startsWith(ideal);\n}", "language": "javascript"}, "position": {"x": 820, "y": 150}, "positionAbsolute": {"x": 820, "y": 150}}, {"width": 228, "height": 196, "id": "vis-building_floorplan", "type": "vis", "data": {"input": "eval-building_floorplan"}, "position": {"x": 1200, "y": 250}, "positionAbsolute": {"x": 1200, "y": 250}}, {"width": 302, "height": 260, "id": "inspect-building_floorplan", "type": "inspect", "data": {"input": "prompt-building_floorplan"}, "position": {"x": 820, "y": 400}, "positionAbsolute": {"x": 820, "y": 400}}, {"width": 423, "height": 417, "id": "table-building_floorplan", "type": "table", "data": {"rows": [{"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 1 by 60 feet and has windows on the 1-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 2 by 60 feet and has windows on the 2-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 3 by 60 feet and has windows on the 3-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 4 by 60 feet and has windows on the 4-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 5 by 60 feet and has windows on the 5-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 6 by 60 feet and has windows on the 6-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 7 by 60 feet and has windows on the 7-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "0 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 8 by 60 feet and has windows on the 8-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 9 by 60 feet and has windows on the 9-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 10 by 60 feet and has windows on the 10-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 11 by 60 feet and has windows on the 11-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 12 by 60 feet and has windows on the 12-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 13 by 60 feet and has windows on the 13-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 14 by 60 feet and has windows on the 14-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "1 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 15 by 60 feet and has windows on the 15-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 16 by 60 feet and has windows on the 16-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 17 by 60 feet and has windows on the 17-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 18 by 60 feet and has windows on the 18-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 19 by 60 feet and has windows on the 19-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 20 by 60 feet and has windows on the 20-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 21 by 60 feet and has windows on the 21-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 22 by 60 feet and has windows on the 22-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "2 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 23 by 60 feet and has windows on the 23-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 24 by 60 feet and has windows on the 24-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 25 by 60 feet and has windows on the 25-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 26 by 60 feet and has windows on the 26-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 27 by 60 feet and has windows on the 27-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 28 by 60 feet and has windows on the 28-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 29 by 60 feet and has windows on the 29-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "3 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 30 by 60 feet and has windows on the 30-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 31 by 60 feet and has windows on the 31-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 32 by 60 feet and has windows on the 32-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 33 by 60 feet and has windows on the 33-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 34 by 60 feet and has windows on the 34-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 35 by 60 feet and has windows on the 35-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 36 by 60 feet and has windows on the 36-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 37 by 60 feet and has windows on the 37-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "4 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 38 by 60 feet and has windows on the 38-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 39 by 60 feet and has windows on the 39-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 40 by 60 feet and has windows on the 40-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 41 by 60 feet and has windows on the 41-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 42 by 60 feet and has windows on the 42-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 43 by 60 feet and has windows on the 43-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 44 by 60 feet and has windows on the 44-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "5 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 45 by 60 feet and has windows on the 45-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 46 by 60 feet and has windows on the 46-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 47 by 60 feet and has windows on the 47-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 48 by 60 feet and has windows on the 48-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 49 by 60 feet and has windows on the 49-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 50 by 60 feet and has windows on the 50-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 51 by 60 feet and has windows on the 51-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 52 by 60 feet and has windows on the 52-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "6 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 53 by 60 feet and has windows on the 53-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 54 by 60 feet and has windows on the 54-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 55 by 60 feet and has windows on the 55-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 56 by 60 feet and has windows on the 56-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 57 by 60 feet and has windows on the 57-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 58 by 60 feet and has windows on the 58-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 59 by 60 feet and has windows on the 59-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "7 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 61 by 60 feet and has windows on the 61-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 62 by 60 feet and has windows on the 62-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 63 by 60 feet and has windows on the 63-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 64 by 60 feet and has windows on the 64-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 65 by 60 feet and has windows on the 65-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 66 by 60 feet and has windows on the 66-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 67 by 60 feet and has windows on the 67-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "8 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 68 by 60 feet and has windows on the 68-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 69 by 60 feet and has windows on the 69-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 70 by 60 feet and has windows on the 70-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 71 by 60 feet and has windows on the 71-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 72 by 60 feet and has windows on the 72-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 73 by 60 feet and has windows on the 73-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 74 by 60 feet and has windows on the 74-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "9 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 75 by 60 feet and has windows on the 75-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 76 by 60 feet and has windows on the 76-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 77 by 60 feet and has windows on the 77-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 78 by 60 feet and has windows on the 78-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 79 by 60 feet and has windows on the 79-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 80 by 60 feet and has windows on the 80-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 81 by 60 feet and has windows on the 81-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 82 by 60 feet and has windows on the 82-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "10 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 83 by 60 feet and has windows on the 83-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 84 by 60 feet and has windows on the 84-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 85 by 60 feet and has windows on the 85-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 86 by 60 feet and has windows on the 86-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 87 by 60 feet and has windows on the 87-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 88 by 60 feet and has windows on the 88-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 89 by 60 feet and has windows on the 89-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "11 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 90 by 60 feet and has windows on the 90-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 91 by 60 feet and has windows on the 91-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 92 by 60 feet and has windows on the 92-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 93 by 60 feet and has windows on the 93-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 94 by 60 feet and has windows on the 94-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 95 by 60 feet and has windows on the 95-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 96 by 60 feet and has windows on the 96-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 97 by 60 feet and has windows on the 97-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "12 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 98 by 60 feet and has windows on the 98-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "13 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 99 by 60 feet and has windows on the 99-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "13 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 100 by 60 feet and has windows on the 100-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "13 apartments total"}, {"prompt": "A valid floor plan has the following properties: 1. Each apartment has one or more bedrooms and one living room. 2. Each bedroom must contain at least one window, and be at least 7 feet by 7 feet. 3. Each living room must be at least 8 by 8 feet and contain at least one window. 4. Windows are at least 3 feet wide and at least 2 feet from each other. 5. Apartments are rectangular. They do not need to contain any other types of rooms, and you can assume that there are no other elements of the building that are outside of the apartment. 6. Two rooms cannot share the same window. Task: Given a one-story apartment building that is 101 by 60 feet and has windows on the 101-foot sides only, what is the maximum number of apartments you could fit on one floor, subject to the above constraints? Answer should be in the form 'N apartments total'. Your answer should only contain the number of apartments. Provide no further explanation.", "ideal": "13 apartments total"}], "columns": [{"key": "prompt", "header": "Prompt"}, {"key": "ideal", "header": "Ideal"}]}, "position": {"x": -16, "y": 160}, "selected": false, "positionAbsolute": {"x": -16, "y": 160}, "dragging": false}], "edges": [{"source": "prompt-building_floorplan", "sourceHandle": "prompt", "target": "eval-building_floorplan", "targetHandle": "responseBatch", "interactionWidth": 100, "markerEnd": {"type": "arrow", "width": "22px", "height": "22px"}, "id": "reactflow__edge-prompt-1686756357355prompt-eval-1686756357355responseBatch"}, {"source": "prompt-building_floorplan", "sourceHandle": "prompt", "target": "inspect-building_floorplan", "targetHandle": "input", "interactionWidth": 100, "markerEnd": {"type": "arrow", "width": "22px", "height": "22px"}, "id": "reactflow__edge-prompt-1686756357355prompt-inspect-1686756357355input"}, {"source": "eval-building_floorplan", "sourceHandle": "output", "target": "vis-building_floorplan", "targetHandle": "input", "interactionWidth": 100, "markerEnd": {"type": "arrow", "width": "22px", "height": "22px"}, "id": "reactflow__edge-eval-1686756357355output-vis-1686756357355input"}, {"source": "table-building_floorplan", "sourceHandle": "Prompt", "target": "prompt-building_floorplan", "targetHandle": "prompt", "interactionWidth": 100, "markerEnd": {"type": "arrow", "width": "22px", "height": "22px"}, "id": "reactflow__edge-table-1686756385002Prompt-prompt-1686756357355prompt"}], "viewport": {"x": 144, "y": 37, "zoom": 1}}, "cache": {"eval-1686756357355.json": {}, "inspect-1686756357355.json": {}, "prompt-1686756357355.json": {}, "table-1686756385002.json": {}, "vis-1686756357355.json": {}}} |