CommonGen: A Constrained Text Generation Challenge for Generative Commonsense Reasoning
Paper
•
1911.03705
•
Published
•
1
instruction
stringlengths 657
690
| human_annotations
sequence | concept_set
sequence | id
stringlengths 32
32
|
|---|---|---|---|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "catch(verb), dog(noun), frisbee(noun), throw(verb)"
- Sentence:
|
[] |
[
"catch_V",
"dog_N",
"frisbee_N",
"throw_V"
] |
468fa6fbb21bc3b0d8c156a628cbf222
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "food(noun), front(noun), sit(verb), table(noun)"
- Sentence:
|
[] |
[
"food_N",
"front_N",
"sit_V",
"table_N"
] |
32d6554713b0a813e8cdf8f01e89eb5c
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "demonstrate(verb), machine(noun), sew(verb), use(verb)"
- Sentence:
|
[] |
[
"demonstrate_V",
"machine_N",
"sew_V",
"use_V"
] |
f8efb2bbd593ee6e943cfa79aa347e2e
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "car(noun), drive(verb), road(noun), water(noun)"
- Sentence:
|
[] |
[
"car_N",
"drive_V",
"road_N",
"water_N"
] |
de5f30479745102be44f5f1f572730bc
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "background(noun), decorate(verb), music(noun), tree(noun)"
- Sentence:
|
[] |
[
"background_N",
"decorate_V",
"music_N",
"tree_N"
] |
93f2fe7880ba3dfbe9d3a56a87ef8ccf
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "board(noun), boat(noun), ride(verb), water(noun)"
- Sentence:
|
[] |
[
"board_N",
"boat_N",
"ride_V",
"water_N"
] |
71a52dd82dd8e0c9ebad60e65b1af968
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "audience(noun), dance(verb), front(noun), music(noun)"
- Sentence:
|
[] |
[
"audience_N",
"dance_V",
"front_N",
"music_N"
] |
ff5e6da0632cded16568dd20d2b198e4
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cellphone(noun), street(noun), talk(verb), walk(verb)"
- Sentence:
|
[] |
[
"cellphone_N",
"street_N",
"talk_V",
"walk_V"
] |
c9b19e33c91dfd703462851702ab2411
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "beach(noun), dog(noun), sand(noun), walk(verb)"
- Sentence:
|
[] |
[
"beach_N",
"dog_N",
"sand_N",
"walk_V"
] |
cf4be4c5e5a95de8d86b3898161a1543
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "fabric(noun), machine(noun), piece(noun), sew(verb)"
- Sentence:
|
[] |
[
"fabric_N",
"machine_N",
"piece_N",
"sew_V"
] |
9cfcd2784b410c2327b55250e4b78a5b
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bathtub(noun), leg(noun), shave(verb), stand(verb)"
- Sentence:
|
[] |
[
"bathtub_N",
"leg_N",
"shave_V",
"stand_V"
] |
2afd72ea3c1bf19b4c5d5be6d7f750a2
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "distance(noun), object(noun), spin(verb), throw(verb)"
- Sentence:
|
[] |
[
"distance_N",
"object_N",
"spin_V",
"throw_V"
] |
898863777f3891edcfa2d60b2ce111cd
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "front(noun), picture(noun), stand(verb), take(verb)"
- Sentence:
|
[] |
[
"front_N",
"picture_N",
"stand_V",
"take_V"
] |
2334b8a7056d952ae3c7513d9020be02
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "coffee(noun), drink(verb), newspaper(noun), read(verb)"
- Sentence:
|
[] |
[
"coffee_N",
"drink_V",
"newspaper_N",
"read_V"
] |
494bd4c050bf2aae02fd077f0e2a2bfa
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "clap(verb), hand(noun), singe(verb), song(noun)"
- Sentence:
|
[] |
[
"clap_V",
"hand_N",
"singe_V",
"song_N"
] |
306ed20be8afe37ecdbbf89facd6ed21
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "front(noun), give(verb), presentation(noun), stand(verb)"
- Sentence:
|
[] |
[
"front_N",
"give_V",
"presentation_N",
"stand_V"
] |
0bff886873fc27399a667f404f2a04bf
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dog(noun), night(noun), street(noun), walk(verb)"
- Sentence:
|
[] |
[
"dog_N",
"night_N",
"street_N",
"walk_V"
] |
4e4feea3601f9e239b73b3a476d12db6
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ride(verb), sail(noun), surfboard(noun), water(noun)"
- Sentence:
|
[] |
[
"ride_V",
"sail_N",
"surfboard_N",
"water_N"
] |
f5241302efc9494f8c7bda3d356f67de
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "hand(noun), hold(verb), walk(verb), water(noun)"
- Sentence:
|
[] |
[
"hand_N",
"hold_V",
"walk_V",
"water_N"
] |
0187a91bb501d53d1646f02f7d05ec7e
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cover(verb), hill(noun), ski(verb), snow(noun)"
- Sentence:
|
[] |
[
"cover_V",
"hill_N",
"ski_V",
"snow_N"
] |
512219aea8e0cf003bb433bc3780cfe5
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "demonstrate(verb), knit(verb), needle(noun), yarn(noun)"
- Sentence:
|
[] |
[
"demonstrate_V",
"knit_V",
"needle_N",
"yarn_N"
] |
d77c4b833f0336eb564e522c6f3f5a08
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "alligator(noun), hold(verb), mouth(noun), sit(verb)"
- Sentence:
|
[] |
[
"alligator_N",
"hold_V",
"mouth_N",
"sit_V"
] |
37509dc7de31b361dcd54fbf43d0d250
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cut(verb), piece(noun), use(verb), wood(noun)"
- Sentence:
|
[] |
[
"cut_V",
"piece_N",
"use_V",
"wood_N"
] |
16f568d7b187e73b5771f76403b8472d
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bed(noun), comb(verb), hair(noun), sit(verb)"
- Sentence:
|
[] |
[
"bed_N",
"comb_V",
"hair_N",
"sit_V"
] |
d0014ede62f96029fffa407189fdccf9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "draw(verb), marker(noun), paper(noun), piece(noun)"
- Sentence:
|
[] |
[
"draw_V",
"marker_N",
"paper_N",
"piece_N"
] |
2c40c9dc882d2bed5822d79fbcacc35f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "floor(noun), house(noun), sand(verb), sander(noun)"
- Sentence:
|
[] |
[
"floor_N",
"house_N",
"sand_V",
"sander_N"
] |
1f5cd55281fb825ed34405fba95ca116
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "motorize(verb), ride(verb), scooter(noun), street(noun)"
- Sentence:
|
[] |
[
"motorize_V",
"ride_V",
"scooter_N",
"street_N"
] |
ed90de37c3a9e07b784a2da0a54e9a37
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "compete(verb), pool(noun), race(noun), swimmer(noun)"
- Sentence:
|
[] |
[
"compete_V",
"pool_N",
"race_N",
"swimmer_N"
] |
cec73bd76dbf35d52e29f56c2d87d99c
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), court(noun), dribble(verb), player(noun)"
- Sentence:
|
[] |
[
"ball_N",
"court_N",
"dribble_V",
"player_N"
] |
e23083eb2e7232ecca0f6d4b600bd59d
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "demonstrate(verb), hair(noun), iron(noun), straighten(verb)"
- Sentence:
|
[] |
[
"demonstrate_V",
"hair_N",
"iron_N",
"straighten_V"
] |
66e6c72c3f8aace87769666ab5a49510
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "alley(noun), ball(noun), hit(verb), roll(verb)"
- Sentence:
|
[] |
[
"alley_N",
"ball_N",
"hit_V",
"roll_V"
] |
e244900004f9ddfb677284262cdf69e2
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "air(noun), ball(noun), dog(noun), leap(verb)"
- Sentence:
|
[] |
[
"air_N",
"ball_N",
"dog_N",
"leap_V"
] |
ea7bb298bfc1d028bc2d8bd5b89e66f7
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "catch(verb), field(noun), football(noun), throw(verb)"
- Sentence:
|
[] |
[
"catch_V",
"field_N",
"football_N",
"throw_V"
] |
31baebe306ea3504e1c13faa6acaccb3
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cart(noun), push(verb), store(noun), toddler(noun)"
- Sentence:
|
[] |
[
"cart_N",
"push_V",
"store_N",
"toddler_N"
] |
fa34563b9729ff4aa5f9bda2c61c9c38
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "body(noun), kayak(noun), paddle(verb), water(noun)"
- Sentence:
|
[] |
[
"body_N",
"kayak_N",
"paddle_V",
"water_N"
] |
01a3bb7ddd9781aadedb790486a8cbbc
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "listen(verb), music(noun), run(verb), treadmill(noun)"
- Sentence:
|
[] |
[
"listen_V",
"music_N",
"run_V",
"treadmill_N"
] |
10a9d0128ba1063c36c014ae023dfb6b
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "break(noun), take(verb), work(verb), worker(noun)"
- Sentence:
|
[] |
[
"break_N",
"take_V",
"work_V",
"worker_N"
] |
158ec5550a21424d4f51c64fa3424851
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "board(noun), chop(verb), cut(verb), knife(noun)"
- Sentence:
|
[] |
[
"board_N",
"chop_V",
"cut_V",
"knife_N"
] |
c5cf83c04341890d1f12693962d1d4b3
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "building(noun), hang(verb), wash(verb), window(noun)"
- Sentence:
|
[] |
[
"building_N",
"hang_V",
"wash_V",
"window_N"
] |
473fdd59194cf1f3b83bf3e7e44316c9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "hand(noun), hold(verb), shirt(noun), wear(verb)"
- Sentence:
|
[] |
[
"hand_N",
"hold_V",
"shirt_N",
"wear_V"
] |
dbfde076d283bfb0e0f719edacc4715a
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "birthday(noun), blow(verb), cake(noun), candle(noun)"
- Sentence:
|
[] |
[
"birthday_N",
"blow_V",
"cake_N",
"candle_N"
] |
4e17536a6cd3e0873bf89dd3e286a917
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), dog(noun), mouth(noun), run(verb)"
- Sentence:
|
[] |
[
"ball_N",
"dog_N",
"mouth_N",
"run_V"
] |
5e6c752542109d25197679365844317f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bench(noun), paper(noun), read(verb), sit(verb)"
- Sentence:
|
[] |
[
"bench_N",
"paper_N",
"read_V",
"sit_V"
] |
80ef44433c25234e041523b7d8d28687
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bush(noun), dog(noun), path(noun), run(verb)"
- Sentence:
|
[] |
[
"bush_N",
"dog_N",
"path_N",
"run_V"
] |
3e9b4af7e3588fd19f189d446631ceaa
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dough(noun), hand(noun), piece(noun), roll(verb)"
- Sentence:
|
[] |
[
"dough_N",
"hand_N",
"piece_N",
"roll_V"
] |
8b95f2b86a42a4052bac270a2f9a07c9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bed(noun), dog(noun), nap(noun), take(verb)"
- Sentence:
|
[] |
[
"bed_N",
"dog_N",
"nap_N",
"take_V"
] |
61345ce37ea7ad7e739c09dbee76e886
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "break(noun), eat(verb), sandwich(noun), worker(noun)"
- Sentence:
|
[] |
[
"break_N",
"eat_V",
"sandwich_N",
"worker_N"
] |
d93832aac07dd892546f35b720dcc024
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), cup(noun), table(noun), throw(verb)"
- Sentence:
|
[] |
[
"ball_N",
"cup_N",
"table_N",
"throw_V"
] |
8f27c9c694048063fb5023fa0eb9e8ed
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cart(noun), donkey(noun), pull(verb), ride(verb)"
- Sentence:
|
[] |
[
"cart_N",
"donkey_N",
"pull_V",
"ride_V"
] |
ac6a42374227132effaa7f02dcd519bc
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "machine(noun), needle(noun), sew(verb), thread(verb)"
- Sentence:
|
[] |
[
"machine_N",
"needle_N",
"sew_V",
"thread_V"
] |
671d5e0af0e4cddb284889565394b1a0
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "faucet(noun), hand(noun), rinse(verb), turn(verb)"
- Sentence:
|
[] |
[
"faucet_N",
"hand_N",
"rinse_V",
"turn_V"
] |
3d0a1f989e137123071ce4c8e963f5ca
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "car(noun), drive(verb), gear(noun), shift(verb)"
- Sentence:
|
[] |
[
"car_N",
"drive_V",
"gear_N",
"shift_V"
] |
235ab9202fb243f614d2656b58cf844d
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "brush(verb), hair(noun), look(verb), mirror(noun)"
- Sentence:
|
[] |
[
"brush_V",
"hair_N",
"look_V",
"mirror_N"
] |
db119f5fe91da480042807dbbf8a51f9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "apply(verb), plaster(noun), tool(noun), wall(noun)"
- Sentence:
|
[] |
[
"apply_V",
"plaster_N",
"tool_N",
"wall_N"
] |
45020f668c5f2d938f8fecc32f08dd9c
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "audience(noun), front(noun), perform(verb), stage(noun)"
- Sentence:
|
[] |
[
"audience_N",
"front_N",
"perform_V",
"stage_N"
] |
2cf3486dd7b4ee15a315fe681c7e4772
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "chair(noun), head(noun), shave(verb), sit(verb)"
- Sentence:
|
[] |
[
"chair_N",
"head_N",
"shave_V",
"sit_V"
] |
fb01d3c2ff3302ac887b93c4f1c96be4
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "fold(verb), paper(noun), sit(verb), table(noun)"
- Sentence:
|
[] |
[
"fold_V",
"paper_N",
"sit_V",
"table_N"
] |
1af085daa89e1db042399567865c4fdf
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), hit(verb), horse(noun), ride(verb)"
- Sentence:
|
[] |
[
"ball_N",
"hit_V",
"horse_N",
"ride_V"
] |
8a5a8ec7fb2a3007bf73f51696dc30dd
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cook(verb), grill(noun), shirt(noun), wear(verb)"
- Sentence:
|
[] |
[
"cook_V",
"grill_N",
"shirt_N",
"wear_V"
] |
b44f53f9adb878b53b1a7d5399d42d97
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "front(noun), lift(verb), mirror(noun), weight(noun)"
- Sentence:
|
[] |
[
"front_N",
"lift_V",
"mirror_N",
"weight_N"
] |
a151e97d87270d70e1ef186a68ad5996
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "exercise(noun), gym(noun), perform(verb), rope(noun)"
- Sentence:
|
[] |
[
"exercise_N",
"gym_N",
"perform_V",
"rope_N"
] |
e24de08adb444bbf613d302d21db61ad
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dog(noun), mouth(noun), stick(noun), water(noun)"
- Sentence:
|
[] |
[
"dog_N",
"mouth_N",
"stick_N",
"water_N"
] |
38d23690a7df28214ab68d7afb40f966
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "apply(verb), look(verb), makeup(noun), mirror(noun)"
- Sentence:
|
[] |
[
"apply_V",
"look_V",
"makeup_N",
"mirror_N"
] |
fc2ee9f6c0dbbfe257474836429d5aae
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "game(noun), paper(noun), rock(noun), scissor(noun)"
- Sentence:
|
[] |
[
"game_N",
"paper_N",
"rock_N",
"scissor_N"
] |
20a1e8a2d89760a46f9c531c4f8fe1ad
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "chair(noun), glass(noun), sit(verb), wear(verb)"
- Sentence:
|
[] |
[
"chair_N",
"glass_N",
"sit_V",
"wear_V"
] |
10aa8bde87440ca0ba0672b776129727
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bolt(noun), loosen(verb), use(verb), wrench(noun)"
- Sentence:
|
[] |
[
"bolt_N",
"loosen_V",
"use_V",
"wrench_N"
] |
464a98e4ab91b9288b4237a35487767f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "car(noun), drive(verb), hand(noun), wheel(noun)"
- Sentence:
|
[] |
[
"car_N",
"drive_V",
"hand_N",
"wheel_N"
] |
eddc99dcb011e8df815dbc552a6e5f32
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "book(noun), chair(noun), read(verb), sit(verb)"
- Sentence:
|
[] |
[
"book_N",
"chair_N",
"read_V",
"sit_V"
] |
e1ee9d8130816304e7e48e0c6653c2fa
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "present(noun), sit(verb), table(noun), wrap(verb)"
- Sentence:
|
[] |
[
"present_N",
"sit_V",
"table_N",
"wrap_V"
] |
a6c38416cd9719d26aac59cf4e9887e4
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "face(noun), hold(verb), mirror(noun), paint(verb)"
- Sentence:
|
[] |
[
"face_N",
"hold_V",
"mirror_N",
"paint_V"
] |
e44d0050ce3227b9935453da9736dcb9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dock(noun), dog(noun), jump(verb), water(noun)"
- Sentence:
|
[] |
[
"dock_N",
"dog_N",
"jump_V",
"water_N"
] |
3173d3acc08214353d9321d7dc51b96f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "carry(verb), dog(noun), grass(noun), toy(noun)"
- Sentence:
|
[] |
[
"carry_V",
"dog_N",
"grass_N",
"toy_N"
] |
4c0ef55ba3dddd6258dfed30f1cdd125
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "floor(noun), open(verb), present(noun), sit(verb)"
- Sentence:
|
[] |
[
"floor_N",
"open_V",
"present_N",
"sit_V"
] |
1f5b1d8b091789b9e9a1db86f7d538ce
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bag(noun), carry(verb), street(noun), walk(verb)"
- Sentence:
|
[] |
[
"bag_N",
"carry_V",
"street_N",
"walk_V"
] |
eadc114095aa630b6b653e3062a0bedf
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), catch(verb), dog(noun), jump(verb)"
- Sentence:
|
[] |
[
"ball_N",
"catch_V",
"dog_N",
"jump_V"
] |
1399dcae4b41e3322ab765f0deed59b7
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "horse(noun), jump(verb), obstacle(noun), ride(verb)"
- Sentence:
|
[] |
[
"horse_N",
"jump_V",
"obstacle_N",
"ride_V"
] |
533751b5d8af7cdbb4be24521b4c08d3
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "button(noun), card(noun), place(verb), press(verb), scanner(noun)"
- Sentence:
|
[] |
[
"button_N",
"card_N",
"place_V",
"press_V",
"scanner_N"
] |
ef30f4d13cb581135b1b517926c9045e
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bean(noun), bowl(noun), machine(noun), pour(verb), roast(verb)"
- Sentence:
|
[] |
[
"bean_N",
"bowl_N",
"machine_N",
"pour_V",
"roast_V"
] |
09d8702f56bdc94c74fbd8ebd253c47f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "helmet(noun), kid(noun), ride(verb), scooter(noun), street(noun)"
- Sentence:
|
[] |
[
"helmet_N",
"kid_N",
"ride_V",
"scooter_N",
"street_N"
] |
a237b36bf6e322347a1925b28a415994
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "celebration(noun), enjoy(verb), friend(noun), knit(verb), learn(verb)"
- Sentence:
|
[] |
[
"celebration_N",
"enjoy_V",
"friend_N",
"knit_V",
"learn_V"
] |
7d97bea685f9800fcef31c51f89c0392
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "photographer(noun), picture(noun), swim(verb), take(verb), water(noun)"
- Sentence:
|
[] |
[
"photographer_N",
"picture_N",
"swim_V",
"take_V",
"water_N"
] |
24c3167f8272a646c072fd045e30fefd
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "animal(noun), fur(noun), pet(verb), sit(verb), top(noun)"
- Sentence:
|
[] |
[
"animal_N",
"fur_N",
"pet_V",
"sit_V",
"top_N"
] |
72bd21df7beeecd179cc612536e85361
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "cheer(verb), crowd(noun), goal(noun), score(verb), team(noun)"
- Sentence:
|
[] |
[
"cheer_V",
"crowd_N",
"goal_N",
"score_V",
"team_N"
] |
307c9ddc479f245d625b10d1c7c1f6a8
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bowl(noun), fall(verb), grinder(noun), meat(noun), put(verb)"
- Sentence:
|
[] |
[
"bowl_N",
"fall_V",
"grinder_N",
"meat_N",
"put_V"
] |
3d250dbe6d7c9ed954d2814c5e17ebb1
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bottle(noun), cork(noun), remove(verb), tool(noun), use(verb)"
- Sentence:
|
[] |
[
"bottle_N",
"cork_N",
"remove_V",
"tool_N",
"use_V"
] |
9b14504ef911c07dd9bb61ecd1e28a05
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "ball(noun), ground(noun), kick(verb), let(verb), touch(verb)"
- Sentence:
|
[] |
[
"ball_N",
"ground_N",
"kick_V",
"let_V",
"touch_V"
] |
3304f530cacdd5769deb1d6e40a05664
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "bench(noun), short(noun), sit(verb), top(noun), wear(verb)"
- Sentence:
|
[] |
[
"bench_N",
"short_N",
"sit_V",
"top_N",
"wear_V"
] |
6adb02a2e644bcbb3b3001bbc2f0606b
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "goggle(noun), hand(noun), hold(verb), jump(verb), pool(noun)"
- Sentence:
|
[] |
[
"goggle_N",
"hand_N",
"hold_V",
"jump_V",
"pool_N"
] |
42b20853ca9a87a46170b0af63f7d480
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "brush(noun), clean(verb), glove(noun), toilet(noun), wear(verb)"
- Sentence:
|
[] |
[
"brush_N",
"clean_V",
"glove_N",
"toilet_N",
"wear_V"
] |
fcd0de9945eb4c291194aaad0a92e362
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "hand(noun), hold(verb), pen(noun), table(noun), tap(verb)"
- Sentence:
|
[] |
[
"hand_N",
"hold_V",
"pen_N",
"table_N",
"tap_V"
] |
fbee93f04d3593d73bb5703b235f6462
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "power(verb), ride(verb), sail(noun), vehicle(noun), wind(noun)"
- Sentence:
|
[] |
[
"power_V",
"ride_V",
"sail_N",
"vehicle_N",
"wind_N"
] |
71f0d3c70aa244ae1d5b1601c37cc0d9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dog(noun), field(noun), grass(noun), leash(noun), walk(verb)"
- Sentence:
|
[] |
[
"dog_N",
"field_N",
"grass_N",
"leash_N",
"walk_V"
] |
58ba52ba0e7c2ba5280d2706965e316f
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "adjust(verb), front(noun), mirror(noun), stand(verb), tie(noun)"
- Sentence:
|
[] |
[
"adjust_V",
"front_N",
"mirror_N",
"stand_V",
"tie_N"
] |
bf2dd756def0d6a21d01e69dbb0cfd55
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "doughnut(noun), eat(verb), hang(verb), kid(noun), string(noun)"
- Sentence:
|
[] |
[
"doughnut_N",
"eat_V",
"hang_V",
"kid_N",
"string_N"
] |
b76b734b91434d60ba4c833884fa5a05
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "air(noun), head(noun), hold(verb), kick(verb), pad(noun)"
- Sentence:
|
[] |
[
"air_N",
"head_N",
"hold_V",
"kick_V",
"pad_N"
] |
646c4782a00eebcf9af81104076af2c6
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "dog(noun), field(noun), front(noun), house(noun), run(verb)"
- Sentence:
|
[] |
[
"dog_N",
"field_N",
"front_N",
"house_N",
"run_V"
] |
68366304a9801729d49da35fa28226ca
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "close(verb), eye(noun), head(noun), rest(verb), shoulder(noun)"
- Sentence:
|
[] |
[
"close_V",
"eye_N",
"head_N",
"rest_V",
"shoulder_N"
] |
2a4f26c6470c029f0c5612a411c5f39e
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "camel(noun), car(noun), pass(verb), ride(verb), street(noun)"
- Sentence:
|
[] |
[
"camel_N",
"car_N",
"pass_V",
"ride_V",
"street_N"
] |
f7bb4c24d35489c4902ec20ba2987e46
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "air(noun), ball(noun), foot(noun), keep(verb), kick(verb)"
- Sentence:
|
[] |
[
"air_N",
"ball_N",
"foot_N",
"keep_V",
"kick_V"
] |
4aeff8e5af91a4801b8a3f5e3d2042a9
|
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "demonstrate(verb), fold(verb), hand(noun), napkin(noun), pair(noun)"
- Sentence:
|
[] |
[
"demonstrate_V",
"fold_V",
"hand_N",
"napkin_N",
"pair_N"
] |
949ea99042f84f311cf7cd4bdf41d382
|
Evaluating LLMs with CommonGen using CommonGen-lite dataset (400 examples + 900 human references). We use GPT-4 to evaluate the constrained text generation ability of LLMs. Please see more in our paper.
Github: https://github.com/allenai/CommonGen-Eval
| model | len | cover | pos | win_tie | overall |
|---|---|---|---|---|---|
| human | 12.84 | 99.00 | 98.11 | 100.00 | 97.13 |
| gpt-4-0613 | 14.13 | 97.44 | 91.78 | 50.44 | 45.11 |
| gpt-4-1106-preview | 14.90 | 96.33 | 90.11 | 50.78 | 44.08 |
| gpt-3.5-turbo | 12.76 | 92.11 | 83.00 | 49.78 | 38.06 |
| Yi-34b-chat | 13.45 | 80.11 | 75.11 | 39.44 | 23.73 |
| vicuna-13b-v1.5 | 15.02 | 85.89 | 79.56 | 27.44 | 18.75 |
| tulu-2-dpo-70b | 17.89 | 88.78 | 80.11 | 23.00 | 16.36 |
| Mixtral-8x7B-Instruct-v0.1 | 20.15 | 84.11 | 73.33 | 17.89 | 11.03 |
| Llama-2-7b-chat-hf | 16.06 | 88.56 | 76.44 | 15.44 | 10.45 |
| zephyr-7b-beta | 15.76 | 82.44 | 72.78 | 16.89 | 10.13 |
| Yi-6b-chat | 13.32 | 71.67 | 63.56 | 22.11 | 10.07 |
cover% x pos% x win_tie%Link: https://inklab.usc.edu/CommonGen/leaderboard.html
To make your model on the leaderboard, please create an issue or PR to submit the inference script. I'll run the following evaluation script and update the leaderboard. You will not need to run the evaluation script yourself (the human references are hidden to avoid data leakage).
# Instruction
Given several concepts (i.e., nouns or verbs), write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
# Examples
## Example 1
- Concepts: "dog(noun), frisbee(noun), catch(verb), throw(verb)"
- Sentence: The dog catches the frisbee when the boy throws it into the air.
## Example 2
- Concepts: "apple(noun), place(verb), tree(noun), pick(verb)"
- Sentence: A girl picks some apples from a tree and places them into her basket.
# Your Task
- Concepts: "{$concept_list}"
- Sentence:
# Data
Given several concepts (i.e., nouns or verbs), we ask models to write a short and simple sentence that contains *all* the required words.
The sentence should describe a common scene in daily life, and the concepts should be used in a natural way.
Concepts: "{$concept_list}"
Model A: "{$candidate_A}"
Model B: "{$candidate_B}"
# Your Task
Your task is to choose a better sentence from the two candidates. Decide which model's sentence is better in terms of the naturalness and commonness of the scenes they describe.
## Rules:
- A better sentence should describe a common scene in daily life, and all concepts should be used in a natural way.
- You should prefer sentences that use all given concepts with correct part-of-speech tags.
- A simpler and shorter sentence is preferred if it describes the same scene as the other sentence.
- If you think both sentences are equally good or bad, please choose "tie".
Now, please output your choice ("A" or "B" or "tie").
Your choice:
Here are some examples of the generated sentences from the models.
['demonstrate_V', 'machine_N', 'sew_V', 'use_V']She used the sewing machine to demonstrate how well she could sew. During the fashion design class, the teacher demonstrates how to use the sewing machine to create a stylish outfit.
--> Versus=lose; Cover=False; PoS=False; Len=20The tailor demonstrates how to use the sewing machine.
--> Versus=win; Cover=False; PoS=False; Len=9The machine demonstrates how to sew a useful item.
--> Versus=lose; Cover=False; PoS=False; Len=9The teacher demonstrates how to use the sewing machine to sew a new dress, which the student will use to create a beautiful outfit for the school play.
--> Versus=lose; Cover=True; PoS=True; Len=28The tailor demonstrates how to use the sewing machine to create garments by allowing the customer to try it out themselves.
--> Versus=lose; Cover=False; PoS=False; Len=21A woman demonstrates how to use a machine to sew, showing the audience step by step.
--> Versus=lose; Cover=True; PoS=True; Len=16 The tailor demonstrates how to use the sewing machine to make a dress.
--> Versus=lose; Cover=False; PoS=False; Len=14The tailor uses the sewing machine to demonstrate how to sew a straight line.
--> Versus=lose; Cover=True; PoS=True; Len=14The instructor demonstrates how to use the sewing machine by sewing a piece of fabric.
--> Versus=lose; Cover=True; PoS=True; Len=15The tailor demonstrates how to use the sewing machine by making a small pouch.
--> Versus=win; Cover=False; PoS=False; Len=14['car_N', 'drive_V', 'road_N', 'water_N']A man drives the car slowly because there is water on the road During the road trip, the family takes breaks to drink water next to the car driving on the open road.
--> Versus=lose; Cover=True; PoS=True; Len=21The car drives down the road splashing water from the puddles.
--> Versus=win; Cover=True; PoS=True; Len=11The car drives along the road, avoiding the puddle of water.
--> Versus=win; Cover=True; PoS=True; Len=11The driver drives the car along the road, feeling the water splashing against the tires.
--> Versus=lose; Cover=True; PoS=True; Len=15The driver takes the car along the road until they reach a place with water, where they cannot drive anymore.
--> Versus=lose; Cover=True; PoS=True; Len=20A person drives their car on the road next to a river, where the water is flowing smoothly.
--> Versus=lose; Cover=True; PoS=True; Len=18 The car drives on the road by the water.
--> Versus=lose; Cover=True; PoS=True; Len=10I drive my car on the road next to the water.
--> Versus=win; Cover=True; PoS=True; Len=11The man drives his car on the road that runs alongside the sparkling water.
--> Versus=lose; Cover=True; PoS=True; Len=14The car drives smoothly on the wet road, splashing water as it goes.
--> Versus=win; Cover=True; PoS=True; Len=13['ceiling_N', 'climb_V', 'gym_N', 'rope_N', 'suspend_V']The boys climbed the rope suspended from the gym ceiling. During gym class, the students take turns climbing the suspended rope while the others cheer from below, careful not to hit their heads on the ceiling.
--> Versus=lose; Cover=True; PoS=True; Len=27The gymnast climbs the rope and suspends from the ceiling of the gym.
--> Versus=lose; Cover=True; PoS=True; Len=13The climber suspends themselves on the rope as they climb the gym's ceiling.
--> Versus=lose; Cover=True; PoS=True; Len=13The gym teacher suspends herself from the ceiling using a rope while climbing to reach the high bar for a workout.
--> Versus=lose; Cover=True; PoS=True; Len=21Gymnasts suspend themselves from the ceiling by climbing on the ropes in the gym.
--> Versus=lose; Cover=True; PoS=True; Len=14In the gym, an athlete climbs a rope suspended from the ceiling to improve their physical fitness.
--> Versus=lose; Cover=True; PoS=True; Len=17 In the gym, she climbs up to the ceiling using a rope that is suspended from the top.
--> Versus=lose; Cover=True; PoS=True; Len=19In the gym, the athlete climbs the rope and suspends himself from the ceiling.
--> Versus=lose; Cover=True; PoS=True; Len=14In the gym, a man climbs a rope that is suspended from the ceiling.
--> Versus=lose; Cover=True; PoS=True; Len=14In the gym, the rope is suspended from the ceiling for athletes to climb during their workout.
--> Versus=lose; Cover=True; PoS=True; Len=17['hat_N', 'knit_V', 'pile_N', 'rock_N', 'sit_V']The woman sat on a pile of rocks and knitted a hat. During her break, a woman sits on a rock and starts to knit a pile of hats to sell at the local market.
--> Versus=lose; Cover=True; PoS=True; Len=24The knitted hat sat on a pile of rocks.
--> Versus=lose; Cover=False; PoS=False; Len=9The woman knits a cozy hat while sitting on a rock, placing the pile of rocks around her.
--> Versus=lose; Cover=True; PoS=True; Len=18The old man sits on a rock and knits a new hat while piling up the ones he already has, enjoying the peaceful atmosphere.
--> Versus=lose; Cover=True; PoS=False; Len=24A woman sits on a rock and knits a hat from a pile of yarn.
--> Versus=lose; Cover=True; PoS=True; Len=15An elderly woman knits a colorful hat while sitting on a pile of rocks, enjoying the peaceful scenery around her.
--> Versus=lose; Cover=True; PoS=True; Len=20 The old man sits on a rock and knits a hat in a pile of yarn.
--> Versus=lose; Cover=True; PoS=True; Len=17The old man sits on a rock, wearing a knitted hat, while a pile of leaves gathers around him.
--> Versus=lose; Cover=False; PoS=False; Len=19The woman sits on a rock, knitting a hat, with a pile of yarn beside her.
--> Versus=lose; Cover=True; PoS=True; Len=16She sits on a rock, knitting a hat, and places the finished ones in a colorful pile beside her.
--> Versus=lose; Cover=True; PoS=True; Len=19@inproceedings{lin-etal-2020-commongen,
title = "{C}ommon{G}en: A Constrained Text Generation Challenge for Generative Commonsense Reasoning",
author = "Lin, Bill Yuchen and
Zhou, Wangchunshu and
Shen, Ming and
Zhou, Pei and
Bhagavatula, Chandra and
Choi, Yejin and
Ren, Xiang",
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
month = nov,
year = "2020",
address = "Online",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.findings-emnlp.165",
pages = "1823--1840",
}