InternBootcamp/examples/data/Intenbootcamp_eval/korPuzzleWordBrainTeasers.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
79 KiB
JSON

{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"knobfall\" \"sunpine\" \"houseshell\" \"historyknob\" \"boardpaper\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["knobfall", "sunpine", "houseshell", "historyknob", "boardpaper"], "components": [["knob", "fall"], ["sun", "pine"], ["house", "shell"], ["history", "knob"], ["board", "paper"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"dawnsleet\" \"lightningstorm\" \"twilightsnow\" \"snowrain\" \"hailfog\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["dawnsleet", "lightningstorm", "twilightsnow", "snowrain", "hailfog"], "components": [["dawn", "sleet"], ["lightning", "storm"], ["twilight", "snow"], ["snow", "rain"], ["hail", "fog"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"forestseeds\" \"budbud\" \"rootfruit\" \"orchardsapling\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["forestseeds", "budbud", "rootfruit", "orchardsapling"], "components": [["forest", "seeds"], ["bud", "bud"], ["root", "fruit"], ["orchard", "sapling"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"sunshinestorm\" \"thundersleet\" \"moonlightwind\" \"moonlightmoonlight\" \"cloudcloud\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["sunshinestorm", "thundersleet", "moonlightwind", "moonlightmoonlight", "cloudcloud"], "components": [["sunshine", "storm"], ["thunder", "sleet"], ["moonlight", "wind"], ["moonlight", "moonlight"], ["cloud", "cloud"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"flowerfly\" \"bookcase\" \"airnews\" \"fallroom\" \"paperhouse\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["flowerfly", "bookcase", "airnews", "fallroom", "paperhouse"], "components": [["flower", "fly"], ["book", "case"], ["air", "news"], ["fall", "room"], ["paper", "house"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"buildingfish\" \"flyfish\" \"airfire\" \"cupcat\" \"snowboard\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["buildingfish", "flyfish", "airfire", "cupcat", "snowboard"], "components": [["building", "fish"], ["fly", "fish"], ["air", "fire"], ["cup", "cat"], ["snow", "board"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"moonlightdusk\" \"snowtwilight\" \"fogstorm\" \"snowsunshine\" \"snowwind\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["moonlightdusk", "snowtwilight", "fogstorm", "snowsunshine", "snowwind"], "components": [["moonlight", "dusk"], ["snow", "twilight"], ["fog", "storm"], ["snow", "sunshine"], ["snow", "wind"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"moonlighthail\" \"twilightlightning\" \"winddusk\" \"fogthunder\" \"sunshinedawn\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["moonlighthail", "twilightlightning", "winddusk", "fogthunder", "sunshinedawn"], "components": [["moonlight", "hail"], ["twilight", "lightning"], ["wind", "dusk"], ["fog", "thunder"], ["sunshine", "dawn"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fruitfruit\" \"fruitbark\" \"budbranch\" \"groveseeds\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fruitfruit", "fruitbark", "budbranch", "groveseeds"], "components": [["fruit", "fruit"], ["fruit", "bark"], ["bud", "branch"], ["grove", "seeds"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fallrail\" \"cupport\" \"lightbutter\" \"ballpine\" \"pasteapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fallrail", "cupport", "lightbutter", "ballpine", "pasteapple"], "components": [["fall", "rail"], ["cup", "port"], ["light", "butter"], ["ball", "pine"], ["paste", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"waterpaper\" \"ballsun\" \"shelltooth\" \"pinefish\" \"firewater\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["waterpaper", "ballsun", "shelltooth", "pinefish", "firewater"], "components": [["water", "paper"], ["ball", "sun"], ["shell", "tooth"], ["pine", "fish"], ["fire", "water"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"knobroad\" \"pastedoor\" \"snowapple\" \"fishapple\" \"shellflower\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["knobroad", "pastedoor", "snowapple", "fishapple", "shellflower"], "components": [["knob", "road"], ["paste", "door"], ["snow", "apple"], ["fish", "apple"], ["shell", "flower"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fallplace\" \"doorsea\" \"sunball\" \"shellflower\" \"doorfly\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fallplace", "doorsea", "sunball", "shellflower", "doorfly"], "components": [["fall", "place"], ["door", "sea"], ["sun", "ball"], ["shell", "flower"], ["door", "fly"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fruitbranch\" \"barkforest\" \"bloombark\" \"forestbloom\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fruitbranch", "barkforest", "bloombark", "forestbloom"], "components": [["fruit", "branch"], ["bark", "forest"], ["bloom", "bark"], ["forest", "bloom"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"bookfish\" \"sunknob\" \"historybutter\" \"pinecat\" \"paperapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["bookfish", "sunknob", "historybutter", "pinecat", "paperapple"], "components": [["book", "fish"], ["sun", "knob"], ["history", "butter"], ["pine", "cat"], ["paper", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"bloombark\" \"junglegrove\" \"bloombud\" \"rootbloom\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["bloombark", "junglegrove", "bloombud", "rootbloom"], "components": [["bloom", "bark"], ["jungle", "grove"], ["bloom", "bud"], ["root", "bloom"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"leafroot\" \"leafseeds\" \"leafbark\" \"seedsroot\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["leafroot", "leafseeds", "leafbark", "seedsroot"], "components": [["leaf", "root"], ["leaf", "seeds"], ["leaf", "bark"], ["seeds", "root"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"treeleaf\" \"branchjungle\" \"groveleaf\" \"leafbloom\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["treeleaf", "branchjungle", "groveleaf", "leafbloom"], "components": [["tree", "leaf"], ["branch", "jungle"], ["grove", "leaf"], ["leaf", "bloom"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"grovebark\" \"treebud\" \"rootbud\" \"seedsbark\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["grovebark", "treebud", "rootbud", "seedsbark"], "components": [["grove", "bark"], ["tree", "bud"], ["root", "bud"], ["seeds", "bark"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fruittree\" \"jungletree\" \"forestbloom\" \"treeleaf\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fruittree", "jungletree", "forestbloom", "treeleaf"], "components": [["fruit", "tree"], ["jungle", "tree"], ["forest", "bloom"], ["tree", "leaf"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowdusk\" \"dawnfog\" \"stormwind\" \"hailsnow\" \"windrain\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowdusk", "dawnfog", "stormwind", "hailsnow", "windrain"], "components": [["snow", "dusk"], ["dawn", "fog"], ["storm", "wind"], ["hail", "snow"], ["wind", "rain"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"windsleet\" \"raintwilight\" \"thundercloud\" \"moonlightlightning\" \"twilightstorm\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["windsleet", "raintwilight", "thundercloud", "moonlightlightning", "twilightstorm"], "components": [["wind", "sleet"], ["rain", "twilight"], ["thunder", "cloud"], ["moonlight", "lightning"], ["twilight", "storm"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"barkbud\" \"branchtree\" \"leafbloom\" \"treefruit\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["barkbud", "branchtree", "leafbloom", "treefruit"], "components": [["bark", "bud"], ["branch", "tree"], ["leaf", "bloom"], ["tree", "fruit"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"seafall\" \"roadfish\" \"portroom\" \"roadair\" \"placeapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["seafall", "roadfish", "portroom", "roadair", "placeapple"], "components": [["sea", "fall"], ["road", "fish"], ["port", "room"], ["road", "air"], ["place", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowthunder\" \"hailstorm\" \"dawndawn\" \"winddusk\" \"snowrain\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowthunder", "hailstorm", "dawndawn", "winddusk", "snowrain"], "components": [["snow", "thunder"], ["hail", "storm"], ["dawn", "dawn"], ["wind", "dusk"], ["snow", "rain"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"dawnsnow\" \"thunderwind\" \"cloudthunder\" \"windmoonlight\" \"haildusk\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["dawnsnow", "thunderwind", "cloudthunder", "windmoonlight", "haildusk"], "components": [["dawn", "snow"], ["thunder", "wind"], ["cloud", "thunder"], ["wind", "moonlight"], ["hail", "dusk"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"rootroot\" \"budtree\" \"saplingsapling\" \"orchardseeds\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["rootroot", "budtree", "saplingsapling", "orchardseeds"], "components": [["root", "root"], ["bud", "tree"], ["sapling", "sapling"], ["orchard", "seeds"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"jungleleaf\" \"rootfruit\" \"orchardtree\" \"grovefruit\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["jungleleaf", "rootfruit", "orchardtree", "grovefruit"], "components": [["jungle", "leaf"], ["root", "fruit"], ["orchard", "tree"], ["grove", "fruit"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"stormsleet\" \"dawnlightning\" \"dawnhail\" \"twilightdusk\" \"dusksleet\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["stormsleet", "dawnlightning", "dawnhail", "twilightdusk", "dusksleet"], "components": [["storm", "sleet"], ["dawn", "lightning"], ["dawn", "hail"], ["twilight", "dusk"], ["dusk", "sleet"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"railroom\" \"knobapple\" \"buildingport\" \"roadsnow\" \"toothhouse\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["railroom", "knobapple", "buildingport", "roadsnow", "toothhouse"], "components": [["rail", "room"], ["knob", "apple"], ["building", "port"], ["road", "snow"], ["tooth", "house"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"groveroot\" \"branchbark\" \"leafjungle\" \"seedsjungle\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["groveroot", "branchbark", "leafjungle", "seedsjungle"], "components": [["grove", "root"], ["branch", "bark"], ["leaf", "jungle"], ["seeds", "jungle"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"dusksleet\" \"fogmoonlight\" \"sleetthunder\" \"sleettwilight\" \"snowcloud\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["dusksleet", "fogmoonlight", "sleetthunder", "sleettwilight", "snowcloud"], "components": [["dusk", "sleet"], ["fog", "moonlight"], ["sleet", "thunder"], ["sleet", "twilight"], ["snow", "cloud"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"saplingbranch\" \"leafbloom\" \"leafbark\" \"junglegrove\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["saplingbranch", "leafbloom", "leafbark", "junglegrove"], "components": [["sapling", "branch"], ["leaf", "bloom"], ["leaf", "bark"], ["jungle", "grove"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"cloudthunder\" \"foghail\" \"haildusk\" \"snowfog\" \"sleetwind\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["cloudthunder", "foghail", "haildusk", "snowfog", "sleetwind"], "components": [["cloud", "thunder"], ["fog", "hail"], ["hail", "dusk"], ["snow", "fog"], ["sleet", "wind"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"seabutter\" \"catrail\" \"ballrail\" \"lightbook\" \"pastepaper\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["seabutter", "catrail", "ballrail", "lightbook", "pastepaper"], "components": [["sea", "butter"], ["cat", "rail"], ["ball", "rail"], ["light", "book"], ["paste", "paper"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"foghail\" \"moonlightlightning\" \"twilightmoonlight\" \"dawnhail\" \"stormdusk\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["foghail", "moonlightlightning", "twilightmoonlight", "dawnhail", "stormdusk"], "components": [["fog", "hail"], ["moonlight", "lightning"], ["twilight", "moonlight"], ["dawn", "hail"], ["storm", "dusk"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"lightningsunshine\" \"thundersnow\" \"clouddusk\" \"hailcloud\" \"thunderstorm\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["lightningsunshine", "thundersnow", "clouddusk", "hailcloud", "thunderstorm"], "components": [["lightning", "sunshine"], ["thunder", "snow"], ["cloud", "dusk"], ["hail", "cloud"], ["thunder", "storm"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"hailthunder\" \"cloudhail\" \"twilightmoonlight\" \"haildusk\" \"duskwind\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["hailthunder", "cloudhail", "twilightmoonlight", "haildusk", "duskwind"], "components": [["hail", "thunder"], ["cloud", "hail"], ["twilight", "moonlight"], ["hail", "dusk"], ["dusk", "wind"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"paperfly\" \"pasterail\" \"ballsnow\" \"flycat\" \"flyball\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["paperfly", "pasterail", "ballsnow", "flycat", "flyball"], "components": [["paper", "fly"], ["paste", "rail"], ["ball", "snow"], ["fly", "cat"], ["fly", "ball"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"seedsgrove\" \"groveorchard\" \"branchfruit\" \"seedsforest\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["seedsgrove", "groveorchard", "branchfruit", "seedsforest"], "components": [["seeds", "grove"], ["grove", "orchard"], ["branch", "fruit"], ["seeds", "forest"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowhail\" \"sunshinesunshine\" \"snowdawn\" \"windlightning\" \"windtwilight\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowhail", "sunshinesunshine", "snowdawn", "windlightning", "windtwilight"], "components": [["snow", "hail"], ["sunshine", "sunshine"], ["snow", "dawn"], ["wind", "lightning"], ["wind", "twilight"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"bloombloom\" \"leafleaf\" \"fruitroot\" \"rootjungle\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["bloombloom", "leafleaf", "fruitroot", "rootjungle"], "components": [["bloom", "bloom"], ["leaf", "leaf"], ["fruit", "root"], ["root", "jungle"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"thundersnow\" \"stormlightning\" \"hailsleet\" \"fogstorm\" \"windsnow\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["thundersnow", "stormlightning", "hailsleet", "fogstorm", "windsnow"], "components": [["thunder", "snow"], ["storm", "lightning"], ["hail", "sleet"], ["fog", "storm"], ["wind", "snow"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"barkbark\" \"budbranch\" \"junglefruit\" \"seedsbranch\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["barkbark", "budbranch", "junglefruit", "seedsbranch"], "components": [["bark", "bark"], ["bud", "branch"], ["jungle", "fruit"], ["seeds", "branch"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"budseeds\" \"foresttree\" \"treetree\" \"branchfruit\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["budseeds", "foresttree", "treetree", "branchfruit"], "components": [["bud", "seeds"], ["forest", "tree"], ["tree", "tree"], ["branch", "fruit"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"hailmoonlight\" \"winddawn\" \"dawnsunshine\" \"dawndawn\" \"sunshinedusk\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["hailmoonlight", "winddawn", "dawnsunshine", "dawndawn", "sunshinedusk"], "components": [["hail", "moonlight"], ["wind", "dawn"], ["dawn", "sunshine"], ["dawn", "dawn"], ["sunshine", "dusk"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"newspine\" \"railwater\" \"newsbook\" \"ballknob\" \"pineball\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["newspine", "railwater", "newsbook", "ballknob", "pineball"], "components": [["news", "pine"], ["rail", "water"], ["news", "book"], ["ball", "knob"], ["pine", "ball"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"roottree\" \"treetree\" \"seedsorchard\" \"bloomroot\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["roottree", "treetree", "seedsorchard", "bloomroot"], "components": [["root", "tree"], ["tree", "tree"], ["seeds", "orchard"], ["bloom", "root"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"barkbud\" \"treebranch\" \"budseeds\" \"junglegrove\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["barkbud", "treebranch", "budseeds", "junglegrove"], "components": [["bark", "bud"], ["tree", "branch"], ["bud", "seeds"], ["jungle", "grove"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"flowertooth\" \"roadfall\" \"airflower\" \"pasterail\" \"caseboard\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["flowertooth", "roadfall", "airflower", "pasterail", "caseboard"], "components": [["flower", "tooth"], ["road", "fall"], ["air", "flower"], ["paste", "rail"], ["case", "board"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"thundersleet\" \"stormdawn\" \"twilightsleet\" \"twilightmoonlight\" \"duskhail\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["thundersleet", "stormdawn", "twilightsleet", "twilightmoonlight", "duskhail"], "components": [["thunder", "sleet"], ["storm", "dawn"], ["twilight", "sleet"], ["twilight", "moonlight"], ["dusk", "hail"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"sleetmoonlight\" \"stormthunder\" \"fogmoonlight\" \"cloudcloud\" \"twilightdawn\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["sleetmoonlight", "stormthunder", "fogmoonlight", "cloudcloud", "twilightdawn"], "components": [["sleet", "moonlight"], ["storm", "thunder"], ["fog", "moonlight"], ["cloud", "cloud"], ["twilight", "dawn"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"newstooth\" \"pinesnow\" \"portrail\" \"airlight\" \"sunapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["newstooth", "pinesnow", "portrail", "airlight", "sunapple"], "components": [["news", "tooth"], ["pine", "snow"], ["port", "rail"], ["air", "light"], ["sun", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"budroot\" \"seedssapling\" \"seedsbranch\" \"seedsgrove\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["budroot", "seedssapling", "seedsbranch", "seedsgrove"], "components": [["bud", "root"], ["seeds", "sapling"], ["seeds", "branch"], ["seeds", "grove"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"duskcloud\" \"fogmoonlight\" \"windhail\" \"twilightfog\" \"lightningsunshine\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["duskcloud", "fogmoonlight", "windhail", "twilightfog", "lightningsunshine"], "components": [["dusk", "cloud"], ["fog", "moonlight"], ["wind", "hail"], ["twilight", "fog"], ["lightning", "sunshine"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"bookapple\" \"roomwater\" \"catsnow\" \"roadair\" \"applefish\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["bookapple", "roomwater", "catsnow", "roadair", "applefish"], "components": [["book", "apple"], ["room", "water"], ["cat", "snow"], ["road", "air"], ["apple", "fish"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"budseeds\" \"orchardgrove\" \"fruittree\" \"saplinggrove\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["budseeds", "orchardgrove", "fruittree", "saplinggrove"], "components": [["bud", "seeds"], ["orchard", "grove"], ["fruit", "tree"], ["sapling", "grove"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"treeroot\" \"leafbloom\" \"budorchard\" \"orchardorchard\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["treeroot", "leafbloom", "budorchard", "orchardorchard"], "components": [["tree", "root"], ["leaf", "bloom"], ["bud", "orchard"], ["orchard", "orchard"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"raincloud\" \"dusklightning\" \"windrain\" \"sleetfog\" \"rainsleet\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["raincloud", "dusklightning", "windrain", "sleetfog", "rainsleet"], "components": [["rain", "cloud"], ["dusk", "lightning"], ["wind", "rain"], ["sleet", "fog"], ["rain", "sleet"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowplace\" \"airbutter\" \"bookpaper\" \"airpaper\" \"bookdoor\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowplace", "airbutter", "bookpaper", "airpaper", "bookdoor"], "components": [["snow", "place"], ["air", "butter"], ["book", "paper"], ["air", "paper"], ["book", "door"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"windthunder\" \"dawntwilight\" \"sleettwilight\" \"duskcloud\" \"twilightrain\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["windthunder", "dawntwilight", "sleettwilight", "duskcloud", "twilightrain"], "components": [["wind", "thunder"], ["dawn", "twilight"], ["sleet", "twilight"], ["dusk", "cloud"], ["twilight", "rain"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"raintwilight\" \"dusksleet\" \"stormsnow\" \"dawnsnow\" \"thunderfog\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["raintwilight", "dusksleet", "stormsnow", "dawnsnow", "thunderfog"], "components": [["rain", "twilight"], ["dusk", "sleet"], ["storm", "snow"], ["dawn", "snow"], ["thunder", "fog"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"sleetstorm\" \"cloudmoonlight\" \"moonlightstorm\" \"lightningtwilight\" \"thunderdusk\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["sleetstorm", "cloudmoonlight", "moonlightstorm", "lightningtwilight", "thunderdusk"], "components": [["sleet", "storm"], ["cloud", "moonlight"], ["moonlight", "storm"], ["lightning", "twilight"], ["thunder", "dusk"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"boardcup\" \"newswater\" \"roadport\" \"railcase\" \"placeair\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["boardcup", "newswater", "roadport", "railcase", "placeair"], "components": [["board", "cup"], ["news", "water"], ["road", "port"], ["rail", "case"], ["place", "air"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"sleetmoonlight\" \"fogsunshine\" \"rainlightning\" \"dawnsnow\" \"stormsnow\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["sleetmoonlight", "fogsunshine", "rainlightning", "dawnsnow", "stormsnow"], "components": [["sleet", "moonlight"], ["fog", "sunshine"], ["rain", "lightning"], ["dawn", "snow"], ["storm", "snow"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"firefire\" \"waterpaper\" \"roomcase\" \"roomfish\" \"seaapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["firefire", "waterpaper", "roomcase", "roomfish", "seaapple"], "components": [["fire", "fire"], ["water", "paper"], ["room", "case"], ["room", "fish"], ["sea", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"waterdoor\" \"placefall\" \"newsshell\" \"knobport\" \"butterair\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["waterdoor", "placefall", "newsshell", "knobport", "butterair"], "components": [["water", "door"], ["place", "fall"], ["news", "shell"], ["knob", "port"], ["butter", "air"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"twilightstorm\" \"stormdawn\" \"thunderstorm\" \"hailsunshine\" \"rainstorm\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["twilightstorm", "stormdawn", "thunderstorm", "hailsunshine", "rainstorm"], "components": [["twilight", "storm"], ["storm", "dawn"], ["thunder", "storm"], ["hail", "sunshine"], ["rain", "storm"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"airroom\" \"ballfall\" \"roaddoor\" \"seawater\" \"roadsea\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["airroom", "ballfall", "roaddoor", "seawater", "roadsea"], "components": [["air", "room"], ["ball", "fall"], ["road", "door"], ["sea", "water"], ["road", "sea"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"sunshinedusk\" \"windstorm\" \"lightningdawn\" \"cloudmoonlight\" \"snowsnow\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["sunshinedusk", "windstorm", "lightningdawn", "cloudmoonlight", "snowsnow"], "components": [["sunshine", "dusk"], ["wind", "storm"], ["lightning", "dawn"], ["cloud", "moonlight"], ["snow", "snow"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"lightroad\" \"housefly\" \"boardrail\" \"snowball\" \"pineplace\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["lightroad", "housefly", "boardrail", "snowball", "pineplace"], "components": [["light", "road"], ["house", "fly"], ["board", "rail"], ["snow", "ball"], ["pine", "place"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"pineball\" \"doorpaste\" \"roomhouse\" \"ballpaste\" \"historysea\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["pineball", "doorpaste", "roomhouse", "ballpaste", "historysea"], "components": [["pine", "ball"], ["door", "paste"], ["room", "house"], ["ball", "paste"], ["history", "sea"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"barkbark\" \"groveseeds\" \"fruitseeds\" \"fruitjungle\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["barkbark", "groveseeds", "fruitseeds", "fruitjungle"], "components": [["bark", "bark"], ["grove", "seeds"], ["fruit", "seeds"], ["fruit", "jungle"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"orchardseeds\" \"groveorchard\" \"fruitroot\" \"rootseeds\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["orchardseeds", "groveorchard", "fruitroot", "rootseeds"], "components": [["orchard", "seeds"], ["grove", "orchard"], ["fruit", "root"], ["root", "seeds"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowcup\" \"knobplace\" \"doorroom\" \"ballboard\" \"fishball\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowcup", "knobplace", "doorroom", "ballboard", "fishball"], "components": [["snow", "cup"], ["knob", "place"], ["door", "room"], ["ball", "board"], ["fish", "ball"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"portball\" \"portfire\" \"butterbutter\" \"doorboard\" \"buildingpaste\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["portball", "portfire", "butterbutter", "doorboard", "buildingpaste"], "components": [["port", "ball"], ["port", "fire"], ["butter", "butter"], ["door", "board"], ["building", "paste"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"junglebranch\" \"budgrove\" \"branchsapling\" \"fruitgrove\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["junglebranch", "budgrove", "branchsapling", "fruitgrove"], "components": [["jungle", "branch"], ["bud", "grove"], ["branch", "sapling"], ["fruit", "grove"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"leaffruit\" \"treefruit\" \"forestseeds\" \"bloomroot\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["leaffruit", "treefruit", "forestseeds", "bloomroot"], "components": [["leaf", "fruit"], ["tree", "fruit"], ["forest", "seeds"], ["bloom", "root"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fogdusk\" \"lightningdusk\" \"rainrain\" \"lightningsnow\" \"twilightrain\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fogdusk", "lightningdusk", "rainrain", "lightningsnow", "twilightrain"], "components": [["fog", "dusk"], ["lightning", "dusk"], ["rain", "rain"], ["lightning", "snow"], ["twilight", "rain"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"ballfall\" \"fishhistory\" \"pasteshell\" \"firelight\" \"toothwater\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["ballfall", "fishhistory", "pasteshell", "firelight", "toothwater"], "components": [["ball", "fall"], ["fish", "history"], ["paste", "shell"], ["fire", "light"], ["tooth", "water"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"roomsea\" \"caserail\" \"toothbuilding\" \"buttercat\" \"fireknob\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["roomsea", "caserail", "toothbuilding", "buttercat", "fireknob"], "components": [["room", "sea"], ["case", "rail"], ["tooth", "building"], ["butter", "cat"], ["fire", "knob"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowdusk\" \"dawnsleet\" \"dawndusk\" \"twilightdusk\" \"fogdusk\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowdusk", "dawnsleet", "dawndusk", "twilightdusk", "fogdusk"], "components": [["snow", "dusk"], ["dawn", "sleet"], ["dawn", "dusk"], ["twilight", "dusk"], ["fog", "dusk"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"windlightning\" \"lightninghail\" \"rainsnow\" \"sleetwind\" \"cloudrain\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["windlightning", "lightninghail", "rainsnow", "sleetwind", "cloudrain"], "components": [["wind", "lightning"], ["lightning", "hail"], ["rain", "snow"], ["sleet", "wind"], ["cloud", "rain"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"bookboard\" \"airhouse\" \"flowerbutter\" \"ballflower\" \"watercup\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["bookboard", "airhouse", "flowerbutter", "ballflower", "watercup"], "components": [["book", "board"], ["air", "house"], ["flower", "butter"], ["ball", "flower"], ["water", "cup"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"snowhail\" \"thunderlightning\" \"windrain\" \"cloudsnow\" \"snowwind\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["snowhail", "thunderlightning", "windrain", "cloudsnow", "snowwind"], "components": [["snow", "hail"], ["thunder", "lightning"], ["wind", "rain"], ["cloud", "snow"], ["snow", "wind"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"houseflower\" \"bookair\" \"papercase\" \"watercat\" \"doortooth\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["houseflower", "bookair", "papercase", "watercat", "doortooth"], "components": [["house", "flower"], ["book", "air"], ["paper", "case"], ["water", "cat"], ["door", "tooth"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"junglejungle\" \"budjungle\" \"leafsapling\" \"saplingjungle\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["junglejungle", "budjungle", "leafsapling", "saplingjungle"], "components": [["jungle", "jungle"], ["bud", "jungle"], ["leaf", "sapling"], ["sapling", "jungle"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fogsnow\" \"snowtwilight\" \"windhail\" \"dawnmoonlight\" \"rainhail\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fogsnow", "snowtwilight", "windhail", "dawnmoonlight", "rainhail"], "components": [["fog", "snow"], ["snow", "twilight"], ["wind", "hail"], ["dawn", "moonlight"], ["rain", "hail"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"orchardforest\" \"barkroot\" \"treetree\" \"budleaf\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["orchardforest", "barkroot", "treetree", "budleaf"], "components": [["orchard", "forest"], ["bark", "root"], ["tree", "tree"], ["bud", "leaf"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"duskcloud\" \"cloudlightning\" \"lightningdusk\" \"moonlightsleet\" \"fogtwilight\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["duskcloud", "cloudlightning", "lightningdusk", "moonlightsleet", "fogtwilight"], "components": [["dusk", "cloud"], ["cloud", "lightning"], ["lightning", "dusk"], ["moonlight", "sleet"], ["fog", "twilight"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"moonlighttwilight\" \"windhail\" \"dawnsnow\" \"duskdusk\" \"dawncloud\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["moonlighttwilight", "windhail", "dawnsnow", "duskdusk", "dawncloud"], "components": [["moonlight", "twilight"], ["wind", "hail"], ["dawn", "snow"], ["dusk", "dusk"], ["dawn", "cloud"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"buildingbutter\" \"snownews\" \"toothsea\" \"historyfall\" \"boardapple\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["buildingbutter", "snownews", "toothsea", "historyfall", "boardapple"], "components": [["building", "butter"], ["snow", "news"], ["tooth", "sea"], ["history", "fall"], ["board", "apple"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"leafbark\" \"saplingsapling\" \"groveforest\" \"budbud\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["leafbark", "saplingsapling", "groveforest", "budbud"], "components": [["leaf", "bark"], ["sapling", "sapling"], ["grove", "forest"], ["bud", "bud"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"barkfruit\" \"fruitbranch\" \"bloombud\" \"orchardsapling\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["barkfruit", "fruitbranch", "bloombud", "orchardsapling"], "components": [["bark", "fruit"], ["fruit", "branch"], ["bloom", "bud"], ["orchard", "sapling"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"junglebloom\" \"foresttree\" \"bloomroot\" \"leaforchard\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["junglebloom", "foresttree", "bloomroot", "leaforchard"], "components": [["jungle", "bloom"], ["forest", "tree"], ["bloom", "root"], ["leaf", "orchard"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"saplingjungle\" \"bloomseeds\" \"branchgrove\" \"forestorchard\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["saplingjungle", "bloomseeds", "branchgrove", "forestorchard"], "components": [["sapling", "jungle"], ["bloom", "seeds"], ["branch", "grove"], ["forest", "orchard"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"catfire\" \"applefall\" \"firehouse\" \"pinefall\" \"ballplace\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["catfire", "applefall", "firehouse", "pinefall", "ballplace"], "components": [["cat", "fire"], ["apple", "fall"], ["fire", "house"], ["pine", "fall"], ["ball", "place"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"leafleaf\" \"orchardbark\" \"fruitfruit\" \"treebark\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["leafleaf", "orchardbark", "fruitfruit", "treebark"], "components": [["leaf", "leaf"], ["orchard", "bark"], ["fruit", "fruit"], ["tree", "bark"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fireplace\" \"ballwater\" \"butterplace\" \"shellpaper\" \"flyport\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fireplace", "ballwater", "butterplace", "shellpaper", "flyport"], "components": [["fire", "place"], ["ball", "water"], ["butter", "place"], ["shell", "paper"], ["fly", "port"]]}}
{"data_source": "KorPuzzleWordBrainTeasers", "prompt": "Analyze these compound words: \"fallpaper\" \"cuppaper\" \"boardrail\" \"shellfly\" \"flowerhistory\"\n\n**Task Requirements:**\n1. Each word is formed by combining TWO complete nouns\n2. Output must preserve the original compounding order\n3. Separate components with single spaces\n4. All components must exist as standalone nouns\n\n**Example:**\nInput: \"sunflower\"\nValid Output: [[sun flower]]\nInvalid Output: [[sunflow er]] (er is not a noun)\n\n**Format:**\nPlace your answer within double square brackets, like:\n[[noun1 noun2 noun3 noun4...]]", "ground_truth": {"words": ["fallpaper", "cuppaper", "boardrail", "shellfly", "flowerhistory"], "components": [["fall", "paper"], ["cup", "paper"], ["board", "rail"], ["shell", "fly"], ["flower", "history"]]}}