InternBootcamp/examples/data/Intenbootcamp_eval/korPuzzleSkyscrapers.jsonl
Yongkang Chen a8249acc18
update to tech report version (#10)
* feat(run_eval): add checkpoint resume functionality and update example documentation;
- update new bootcamp benchmark dataset

* refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

* docs: update bootcamp list and add new scripts

- Update Fulllist_InternBootcamp.md with new bootcamps and categories
- Add new scripts to .gitignore:
  - examples/pipelines/filter_autogen_configs.py
  - examples/pipelines/quickgen_data_configs_from_eval_meta.py
- Update dependencies in setup.py:
  - Add scipy and scikit-learn

* refactor(internbootcamp): update bootcamp modules and improve error handling

- Update import statements in __init__.py files
- Add timestamp to target directory name in verl_data_preprocess.py
- Improve error handling and scoring logic in bootcamp_judger.py
- Remove unnecessary comments and update puzzle descriptions in multiple files
2025-08-28 12:39:47 +08:00

100 lines
92 KiB
JSON

{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 4], "bottom": [2, 2, 2, 1], "left": [2, 2, 1, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [1, 2, 3, 2], "left": [3, 2, 2, 1], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n\t2\t2\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 2], "bottom": [2, 2, 3, 1], "left": [2, 1, 2, 2], "right": [2, 4, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 2], "bottom": [3, 2, 1, 2], "left": [2, 1, 2, 3], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t2\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 2], "bottom": [3, 2, 2, 1], "left": [1, 3, 2, 4], "right": [2, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n\t3\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 2], "bottom": [3, 1, 2, 2], "left": [1, 2, 3, 2], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t2\t1\n4\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t4\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 2, 1], "bottom": [3, 2, 1, 4], "left": [4, 1, 2, 3], "right": [1, 2, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t1\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [2, 1, 3, 2], "left": [3, 2, 1, 2], "right": [2, 1, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t4\t3\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 4, 3], "bottom": [2, 2, 1, 2], "left": [1, 2, 3, 2], "right": [3, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 2], "bottom": [2, 3, 2, 1], "left": [2, 2, 1, 3], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t2\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n\t1\t3\t2\t4\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 2, 1], "bottom": [1, 3, 2, 4], "left": [2, 2, 3, 1], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t4\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [1, 2, 3, 2], "left": [2, 2, 2, 1], "right": [2, 3, 1, 4]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t3\t1\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t3\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 3, 1], "bottom": [3, 1, 2, 3], "left": [2, 1, 2, 2], "right": [1, 4, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t3\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n\t2\t3\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 3], "bottom": [2, 3, 3, 1], "left": [2, 2, 1, 2], "right": [3, 2, 4, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t4\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 4, 2, 1], "bottom": [2, 1, 2, 2], "left": [3, 2, 1, 2], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n\t1\t3\t4\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 2], "bottom": [1, 3, 4, 2], "left": [2, 2, 3, 1], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t2\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n\t1\t3\t2\t4\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 2, 1], "bottom": [1, 3, 2, 4], "left": [2, 2, 3, 1], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t3\t2\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t3\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 3, 2], "bottom": [3, 1, 2, 3], "left": [1, 3, 2, 2], "right": [2, 1, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t3\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n\t2\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 3, 1], "bottom": [2, 2, 1, 3], "left": [2, 2, 1, 3], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t2\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 2, 1], "bottom": [2, 1, 2, 3], "left": [2, 2, 1, 2], "right": [1, 2, 4, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n\t3\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 2], "bottom": [3, 1, 2, 2], "left": [2, 1, 2, 2], "right": [2, 4, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t4\t3\t1\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 4, 3, 1], "bottom": [2, 1, 2, 2], "left": [2, 1, 3, 2], "right": [1, 3, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t3\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n\t1\t3\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 3], "bottom": [1, 3, 3, 2], "left": [2, 2, 3, 1], "right": [3, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t3\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 3], "bottom": [3, 2, 2, 1], "left": [3, 1, 2, 4], "right": [2, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t4\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 4], "bottom": [2, 2, 2, 1], "left": [2, 1, 3, 3], "right": [3, 3, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t3\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 3], "bottom": [3, 2, 2, 1], "left": [1, 2, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t3\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 2], "bottom": [3, 1, 2, 2], "left": [1, 2, 3, 2], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t4\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 4], "bottom": [2, 2, 2, 1], "left": [2, 1, 2, 3], "right": [2, 3, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n\t4\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 2], "bottom": [4, 2, 1, 3], "left": [1, 2, 2, 3], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t3\t2\t1\n4\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t1\t3\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 3, 2, 1], "bottom": [2, 1, 3, 3], "left": [4, 3, 1, 2], "right": [1, 2, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 3], "bottom": [3, 3, 1, 2], "left": [2, 1, 3, 3], "right": [3, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t4\t2\t1\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t2\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [4, 2, 1, 3], "bottom": [1, 2, 2, 2], "left": [3, 2, 2, 1], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n3\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [1, 2, 3, 2], "left": [3, 4, 2, 1], "right": [2, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 2], "bottom": [2, 1, 2, 3], "left": [1, 3, 3, 2], "right": [3, 1, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t2\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t2\n\t2\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 2], "bottom": [2, 3, 1, 2], "left": [2, 2, 1, 2], "right": [3, 1, 4, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n4\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n\t1\t3\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [1, 3, 2, 2], "left": [4, 2, 3, 1], "right": [1, 2, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t4\t3\t2\t1\n4\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n\t1\t2\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [4, 3, 2, 1], "bottom": [1, 2, 2, 2], "left": [4, 3, 2, 1], "right": [1, 2, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t3\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 3], "bottom": [3, 3, 2, 1], "left": [1, 2, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t3\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [1, 3, 2, 2], "left": [3, 2, 3, 1], "right": [2, 3, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t2\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 2, 1], "bottom": [2, 1, 2, 3], "left": [2, 2, 1, 2], "right": [1, 2, 4, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t3\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 3], "bottom": [3, 3, 1, 2], "left": [1, 2, 2, 2], "right": [4, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 3], "bottom": [3, 2, 2, 1], "left": [2, 1, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t3\t2\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 3], "bottom": [3, 2, 3, 1], "left": [1, 3, 2, 3], "right": [3, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t4\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 2], "bottom": [4, 3, 1, 2], "left": [1, 2, 3, 3], "right": [3, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t1\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [2, 1, 3, 2], "left": [3, 2, 1, 2], "right": [2, 1, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 3], "bottom": [2, 3, 2, 1], "left": [2, 1, 2, 2], "right": [3, 4, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t4\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 2], "bottom": [4, 3, 1, 2], "left": [1, 2, 3, 3], "right": [3, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t4\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 4], "bottom": [2, 2, 2, 1], "left": [2, 1, 2, 3], "right": [2, 3, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 2], "bottom": [2, 3, 2, 1], "left": [2, 2, 1, 3], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t2\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 3], "bottom": [2, 3, 1, 2], "left": [2, 1, 3, 2], "right": [3, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 2], "bottom": [2, 3, 2, 1], "left": [2, 1, 3, 2], "right": [2, 3, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [2, 1, 2, 3], "left": [3, 2, 1, 2], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t3\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n\t1\t2\t3\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 3, 2, 1], "bottom": [1, 2, 3, 3], "left": [3, 2, 2, 1], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [2, 1, 2, 3], "left": [3, 2, 1, 2], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t3\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 3], "bottom": [3, 2, 1, 2], "left": [1, 2, 2, 3], "right": [3, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t3\t2\t4\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 2], "bottom": [3, 2, 4, 1], "left": [3, 1, 2, 3], "right": [2, 3, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t4\t3\t1\t2\n3\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n\t1\t2\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [4, 3, 1, 2], "bottom": [1, 2, 2, 2], "left": [3, 3, 2, 1], "right": [2, 1, 3, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [2, 2, 1, 3], "left": [1, 3, 2, 2], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 3], "bottom": [2, 3, 2, 1], "left": [2, 2, 1, 3], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [3, 2, 1, 2], "left": [1, 2, 4, 3], "right": [2, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n\t3\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 2], "bottom": [3, 1, 2, 2], "left": [2, 1, 2, 2], "right": [2, 4, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t4\t3\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t2\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 4, 3], "bottom": [2, 2, 1, 2], "left": [2, 1, 4, 3], "right": [2, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 2], "bottom": [3, 2, 1, 2], "left": [1, 3, 2, 3], "right": [3, 1, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t2\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t4\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 2], "bottom": [4, 1, 2, 3], "left": [1, 2, 2, 2], "right": [4, 1, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 3], "bottom": [1, 2, 3, 2], "left": [2, 2, 3, 1], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [2, 2, 1, 3], "left": [1, 3, 2, 2], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t4\t3\t1\t2\n3\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n\t1\t2\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [4, 3, 1, 2], "bottom": [1, 2, 2, 2], "left": [3, 3, 2, 1], "right": [2, 1, 3, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 2], "bottom": [3, 2, 1, 2], "left": [2, 1, 2, 3], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n\t2\t2\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 3], "bottom": [2, 2, 3, 1], "left": [1, 2, 2, 2], "right": [4, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n\t1\t4\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 2], "bottom": [1, 4, 3, 2], "left": [2, 3, 4, 1], "right": [2, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t2\t1\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t1\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 2, 1], "bottom": [2, 1, 3, 2], "left": [2, 3, 1, 2], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t2\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [2, 3, 1, 2], "left": [1, 2, 3, 2], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t4\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 4], "bottom": [2, 2, 2, 1], "left": [2, 1, 3, 3], "right": [3, 3, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t3\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t3\t2\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 3], "bottom": [3, 2, 3, 1], "left": [2, 1, 2, 3], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t4\t1\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 4, 1], "bottom": [2, 2, 1, 2], "left": [2, 1, 2, 2], "right": [1, 4, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n\t2\t4\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 2], "bottom": [2, 4, 3, 1], "left": [2, 3, 1, 2], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [3, 2, 1, 2], "left": [1, 2, 4, 3], "right": [2, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [1, 2, 3, 2], "left": [3, 2, 2, 1], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t2\t1\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t4\n\t1\t2\t3\t4\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 2, 1], "bottom": [1, 2, 3, 4], "left": [2, 2, 2, 1], "right": [1, 2, 3, 4]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 3], "bottom": [3, 2, 2, 1], "left": [2, 1, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t2\t3\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 2, 3], "bottom": [3, 2, 2, 1], "left": [1, 2, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t3\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n\t1\t3\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 3], "bottom": [1, 3, 3, 2], "left": [2, 2, 3, 1], "right": [3, 2, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [2, 2, 1, 3], "left": [1, 3, 2, 2], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n\t1\t2\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [1, 2, 2, 3], "left": [3, 2, 2, 1], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t3\t1\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 3, 1, 2], "bottom": [1, 2, 3, 2], "left": [2, 3, 2, 1], "right": [2, 1, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t2\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 4], "bottom": [2, 2, 2, 1], "left": [2, 2, 1, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t2\t3\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t2\t1\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 2, 3, 2], "bottom": [2, 2, 1, 3], "left": [1, 3, 2, 2], "right": [3, 1, 2, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t2\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 2], "bottom": [1, 2, 3, 2], "left": [2, 2, 3, 1], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t2\t1\t2\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 2, 1], "bottom": [2, 1, 2, 3], "left": [3, 2, 1, 2], "right": [1, 2, 2, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t2\t1\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t2\t2\t3\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 2, 1, 2], "bottom": [2, 2, 3, 1], "left": [3, 2, 1, 3], "right": [2, 3, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t4\t2\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t1\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 4, 2, 1], "bottom": [2, 1, 2, 2], "left": [3, 2, 1, 2], "right": [1, 2, 3, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t1\t2\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t3\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 1, 2, 2], "bottom": [1, 3, 2, 2], "left": [2, 3, 2, 1], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t3\t1\t4\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 2], "bottom": [3, 1, 4, 2], "left": [3, 1, 2, 2], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t2\t3\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 2], "bottom": [2, 3, 1, 2], "left": [2, 1, 3, 2], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t2\t1\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n\t2\t3\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 2, 1, 3], "bottom": [2, 3, 2, 1], "left": [2, 2, 1, 3], "right": [2, 2, 3, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n\t3\t2\t2\t1\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 2, 3], "bottom": [3, 2, 2, 1], "left": [2, 1, 2, 3], "right": [3, 2, 2, 1]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t3\t3\t1\t2\n3\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t3\n\t2\t1\t3\t3\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [3, 3, 1, 2], "bottom": [2, 1, 3, 3], "left": [3, 3, 1, 2], "right": [2, 1, 3, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t2\t1\t3\t2\n2\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t1\n3\tX\tX\tX\tX\t2\n\t3\t2\t1\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [2, 1, 3, 2], "bottom": [3, 2, 1, 2], "left": [2, 1, 2, 3], "right": [2, 3, 1, 2]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t4\t2\t1\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n\t1\t2\t2\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [4, 2, 1, 3], "bottom": [1, 2, 2, 2], "left": [3, 2, 2, 1], "right": [2, 2, 1, 3]}}
{"data_source": "KorPuzzleSkyscrapers", "prompt": "You are a city planner trying to arrange skyscrapers on an 4x4 grid. Each cell must contain a skyscraper with a height from 1 to 4.\nThe rules are:\n1. Each row and column must contain exactly one of each height (1-4).\n2. The numbers around the grid indicate how many skyscrapers are visible from that direction (taller buildings block shorter ones behind them).\n\nGiven the following grid layout with visibility constraints:\nGrid Layout:\n\t1\t3\t2\t3\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t3\t1\t3\t2\n\nFill in the grid correctly. Format your answer as numbers arranged left to right, top to bottom, each row separated by a comma and space, enclosed in double square brackets.\nExample: [[1 2 3 4, 2 3 4 1, 3 4 1 2, 4 1 2 3]]", "ground_truth": {"n": 4, "top": [1, 3, 2, 3], "bottom": [3, 1, 3, 2], "left": [1, 3, 2, 2], "right": [3, 2, 1, 2]}}