mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
64 lines
59 KiB
JSON
Executable file
64 lines
59 KiB
JSON
Executable file
{"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\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\t1\t2\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t2\n4\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, 3, 1, 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\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\t4\t2\t3\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\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, 2, 3, 1], "bottom": [1, 2, 2, 2], "left": [3, 2, 2, 1], "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\t2\t3\t1\t2\n3\tX\tX\tX\tX\t2\n1\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\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, 1, 2], "bottom": [2, 1, 3, 2], "left": [3, 1, 3, 2], "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\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\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\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\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\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\t2\t1\t3\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n3\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, 3, 1, 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\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\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\n4\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\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, 1, 3, 2], "bottom": [2, 2, 1, 3], "left": [2, 4, 1, 3], "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\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\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\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\t2\t2\t2\t1\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t3\t1\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": [3, 1, 2, 4], "left": [3, 1, 2, 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\t1\t3\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t3\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": [3, 1, 3, 2], "bottom": [2, 3, 1, 3], "left": [2, 3, 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\n3\tX\tX\tX\tX\t2\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": [2, 1, 2, 3], "bottom": [1, 3, 2, 2], "left": [2, 3, 3, 1], "right": [3, 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\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\t2\t1\t3\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n3\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, 3, 1, 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\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\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\t3\t2\n1\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n\t3\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, 3, 3, 2], "bottom": [3, 2, 1, 3], "left": [1, 4, 2, 3], "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\t3\t4\t1\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\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, 1, 2], "bottom": [2, 1, 2, 2], "left": [2, 2, 1, 2], "right": [2, 1, 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\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\t4\t2\t3\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\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, 2, 3, 1], "bottom": [1, 2, 2, 2], "left": [3, 2, 2, 1], "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\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\t2\t1\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n\t2\t3\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": [2, 3, 4, 1], "left": [2, 2, 1, 2], "right": [2, 3, 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\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\t2\t1\t3\t2\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n3\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, 3, 1, 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\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\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\t4\t2\t3\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\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, 2, 3, 1], "bottom": [1, 2, 2, 2], "left": [3, 2, 2, 1], "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\t2\t3\t1\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n\t2\t3\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": [3, 2, 3, 1], "bottom": [2, 3, 1, 3], "left": [3, 2, 1, 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\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\t3\t3\t1\n2\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n\t3\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, 3, 3, 1], "bottom": [3, 2, 1, 3], "left": [2, 1, 2, 3], "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\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\t3\t3\t2\n1\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n\t3\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, 3, 3, 2], "bottom": [3, 2, 1, 3], "left": [1, 4, 2, 3], "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\t2\t1\t2\t3\n2\tX\tX\tX\tX\t3\n3\tX\tX\tX\tX\t2\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": [2, 1, 2, 3], "bottom": [1, 3, 2, 2], "left": [2, 3, 3, 1], "right": [3, 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\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\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\t4\t1\t3\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\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, 1, 3, 2], "bottom": [1, 2, 2, 2], "left": [2, 3, 2, 1], "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\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\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\n\t3\t4\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, 2], "bottom": [3, 4, 1, 2], "left": [2, 1, 2, 2], "right": [3, 4, 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\t4\n2\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t3\n2\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, 2, 2], "right": [4, 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\t2\t1\t3\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t2\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": [2, 2, 1, 3], "bottom": [2, 2, 3, 1], "left": [2, 2, 1, 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\t3\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n\t2\t3\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": [3, 1, 3, 2], "bottom": [2, 3, 1, 3], "left": [2, 3, 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\t3\t2\t2\n1\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\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": [1, 3, 2, 2], "bottom": [2, 1, 3, 2], "left": [1, 3, 4, 2], "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\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\t2\t2\t2\t1\n3\tX\tX\tX\tX\t1\n1\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n\t3\t1\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": [3, 1, 2, 4], "left": [3, 1, 2, 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\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\t2\t1\t2\n2\tX\tX\tX\tX\t2\n2\tX\tX\tX\tX\t3\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t1\n\t2\t3\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": [2, 3, 4, 1], "left": [2, 2, 1, 2], "right": [2, 3, 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\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\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\t1\t2\t3\t4\n1\tX\tX\tX\tX\t4\n2\tX\tX\tX\tX\t3\n2\tX\tX\tX\tX\t2\n2\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": [1, 2, 3, 4], "bottom": [2, 2, 2, 1], "left": [1, 2, 2, 2], "right": [4, 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\t4\t3\t2\n1\tX\tX\tX\tX\t2\n4\tX\tX\tX\tX\t1\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": [1, 4, 3, 2], "bottom": [2, 1, 2, 2], "left": [1, 4, 3, 2], "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\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\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\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\t4\t1\t3\t2\n2\tX\tX\tX\tX\t2\n3\tX\tX\tX\tX\t1\n2\tX\tX\tX\tX\t2\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, 1, 3, 2], "bottom": [1, 2, 2, 2], "left": [2, 3, 2, 1], "right": [2, 1, 2, 3]}}
|