inputs stringlengths 114 405 | targets stringlengths 2 22 | _template_idx int64 0 9 | _task_source stringclasses 1 value | _task_name stringclasses 1 value | _template_type stringclasses 2 values |
|---|---|---|---|---|---|
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
dear
Answer: | creer | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: be
Output: glee
Input: Consider Input: line
Output: mine
Input: Consider Input: process
| Output: excess
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: collect
Solution: | decked | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: pay
A: play
****
Q: happen
A: lappen
****
Q: ran
A: | chan
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[EX Q]: wire
[EX A]: sire
[EX Q]: flower
[EX A]: flour
[EX Q]: sand
[EX A]: | hand
| 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Output: No
The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input case for you: from
Output: | dumb | 1 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: after
A: laughter
****
Q: dead
A: head
****
Q: self
A: | elf
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: present
A: peasant
****
Q: ball
A: brawl
****
Q: this
A: | dis
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example input: difficult
Example output: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: happen
A: | lappen | 3 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: bright
Student: | night | 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[EX Q]: need
[EX A]: he'd
[EX Q]: by
[EX A]: jai
[EX Q]: of
[EX A]: | love
| 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: seven
Solution: | heaven | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Ex Input:
cotton
Ex Output:
gotten
Ex Input:
king
Ex Output:
sing
Ex Input:
month
Ex Output:
| No
| 1 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: nor
| Solution: pour | 5 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
condition
Answer: | mission | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Output: No
The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input case for you: dress
Output: | mess | 1 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
connect
Answer: | decked | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Let me give you an example: difficult
The answer to this example can be: No
Here is why: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
OK. solve this:
simple
Answer: | dimple | 8 | NIv2 | task183_rhyme_generation | fs_opt |
instruction:
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
question:
finger
answer:
linger
question:
smile
answer:
nile
question:
similar
answer:
| jeweler
| 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given the task definition, example input & output, solve the new input case.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Output: No
The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input case for you: out
Output: | scout | 1 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
desert
Answer: | No | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: current
Solution: | weren't | 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: learn
Solution: | turn | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example input: difficult
Example output: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: plane
A: | seine | 3 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: party
Output: marty
Input: Consider Input: born
Output: scorn
Input: Consider Input: door
| Output: floor
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: page
Student: | sage | 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example Input: power
Example Output: flour
Example Input: than
Example Output: chan
Example Input: road
Example Output: | sewed
| 3 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: matter
Solution: | platter | 6 | NIv2 | task183_rhyme_generation | fs_opt |
instruction:
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
question:
by
answer:
jai
question:
multiply
answer:
popeye
question:
nothing
answer:
| No
| 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: table
A: fable
****
Q: find
A: mind
****
Q: matter
A: | platter
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: science
Output: alliance
Input: Consider Input: complete
Output: fleet
Input: Consider Input: take
| Output: make
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: boat
Solution: | "quote | 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: tool
Solution: | drool | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
send
bend
degree
glee
break
| take
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: low
Solution: | go | 4 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: lost
Solution: | crossed | 0 | NIv2 | task183_rhyme_generation | fs_opt |
instruction:
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
question:
most
answer:
ghost
question:
arm
answer:
harm
question:
lost
answer:
| crossed
| 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: open
A: copen
****
Q: charge
A: marge
****
Q: molecule
A: | highschool
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: rail
Solution: | baile | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
paper
Answer: | vapor | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
blue
pooh
shout
scout
paper
| vapor
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
--------
Question: must
Answer: dust
Question: pretty
Answer: city
Question: excite
Answer: | light
| 7 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
brought
Answer: | sought | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: often
| Solution: No | 5 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: sister
Solution: | twister | 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: arrive
Output: hive
Input: Consider Input: rail
Output: baile
Input: Consider Input: no
| Output: show
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: happen
Output: lappen
Input: Consider Input: near
Output: creer
Input: Consider Input: oil
| Output: foil
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: suffix
Student: | No | 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: Consider Input: scale
Output: baile
Input: Consider Input: search
Output: church
Input: Consider Input: industry
| Output: tapestry
| 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: corner
A: warner
****
Q: save
A: wave
****
Q: station
A: | haitian
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example is below.
Q: difficult
A: No
Rationale: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: front
A: | blunt | 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example is below.
Q: difficult
A: No
Rationale: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: or
A: | pour | 9 | NIv2 | task183_rhyme_generation | fs_opt |
TASK DEFINITION: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
PROBLEM: some
SOLUTION: dumb
PROBLEM: usual
SOLUTION: visual
PROBLEM: touch
SOLUTION: | much
| 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: her
Solution: | purr | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Part 1. Definition
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Part 2. Example
difficult
Answer: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Part 3. Exercise
talk
Answer: | walk | 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example Input: against
Example Output: fenced
Example Input: long
Example Output: wrong
Example Input: spend
Example Output: | bend
| 3 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: could
Student: | good | 2 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: lady
Student: | brady | 2 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
plane
seine
either
breather
lady
| brady
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Ex Input:
save
Ex Output:
wave
Ex Input:
blow
Ex Output:
know
Ex Input:
sat
Ex Output:
| kat
| 1 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Ex Input:
separate
Ex Output:
tailgate
Ex Input:
effect
Ex Output:
decked
Ex Input:
buy
Ex Output:
| jai
| 1 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: buy
Solution: | jai | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: east
| Solution: least | 5 | NIv2 | task183_rhyme_generation | fs_opt |
Teacher: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Teacher: Now, understand the problem? If you are still confused, see the following example:
difficult
Solution: No
Reason: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this instance: atom
Student: | chatham | 2 | NIv2 | task183_rhyme_generation | fs_opt |
TASK DEFINITION: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
PROBLEM: step
SOLUTION: pep
PROBLEM: have
SOLUTION: halve
PROBLEM: atom
SOLUTION: | chatham
| 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example input: difficult
Example output: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: moment
A: | No | 3 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[Q]: job
[A]: slob
[Q]: sail
[A]: baile
[Q]: found
[A]: | crowned
| 5 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
from
dumb
crowd
vowed
moment
| No
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: corner
A: warner
****
Q: that
A: kat
****
Q: clothe
A: | loathe
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: house
Solution: | spouse | 0 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: color
Solution: | colour | 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[Q]: consonant
[A]: continent
[Q]: ship
[A]: hip
[Q]: corner
[A]: | warner
| 5 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example: difficult
Solution is here: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Now, solve this: hill
Solution: | sill | 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
test
best
mountain
fountain
fly
| sky
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example Input: five
Example Output: hive
Example Input: than
Example Output: chan
Example Input: color
Example Output: | colour
| 3 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[Q]: radio
[A]: borough
[Q]: molecule
[A]: highschool
[Q]: house
[A]: | spouse
| 5 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Ex Input:
meet
Ex Output:
fleet
Ex Input:
city
Ex Output:
pretty
Ex Input:
turn
Ex Output:
| learn
| 1 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Q: invent
A: sent
****
Q: three
A: glee
****
Q: spoke
A: | woke
****
| 4 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: new
Solution: | pooh | 0 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: an
Solution: | chan | 4 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: pitch
| Solution: bitch | 5 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example is below.
Q: difficult
A: No
Rationale: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: guide
A: | hyde | 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
--------
Question: evening
Answer: No
Question: front
Answer: blunt
Question: an
Answer: | chan
| 7 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Let me give you an example: difficult
The answer to this example can be: No
Here is why: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
OK. solve this:
too
Answer: | pooh | 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
One example is below.
Q: difficult
A: No
Rationale: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: notice
A: | lotus | 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
common
ahmann
death
beth
high
| sky
| 0 | NIv2 | task183_rhyme_generation | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
difficult
Solution: No
Why? The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
New input: place
Solution: | face | 0 | NIv2 | task183_rhyme_generation | fs_opt |
TASK DEFINITION: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
PROBLEM: chief
SOLUTION: neef
PROBLEM: finger
SOLUTION: linger
PROBLEM: place
SOLUTION: | face
| 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Let me give you an example: difficult
The answer to this example can be: No
Here is why: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
OK. solve this:
make
Answer: | take | 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[Q]: came
[A]: fame
[Q]: all
[A]: tall
[Q]: interest
[A]: | protest
| 5 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
--------
Question: new
Answer: pooh
Question: protect
Answer: decked
Question: face
Answer: | place
| 7 | NIv2 | task183_rhyme_generation | fs_opt |
instruction:
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
question:
duck
answer:
puck
question:
heard
answer:
nerd
question:
experience
answer:
| audience
| 9 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
[EX Q]: liquid
[EX A]: No
[EX Q]: early
[EX A]: pearly
[EX Q]: go
[EX A]: | know
| 6 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example input: difficult
Example output: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Q: drive
A: | hive | 3 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: girl
| Solution: swirl | 5 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: most
Solution: | ghost | 4 | NIv2 | task183_rhyme_generation | fs_opt |
TASK DEFINITION: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
PROBLEM: step
SOLUTION: pep
PROBLEM: shout
SOLUTION: scout
PROBLEM: girl
SOLUTION: | swirl
| 8 | NIv2 | task183_rhyme_generation | fs_opt |
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Example: difficult
Example solution: No
Example explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: master
| Solution: plaster | 5 | NIv2 | task183_rhyme_generation | fs_opt |
instruction:
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
question:
five
answer:
hive
question:
support
answer:
mort
question:
garden
answer:
| harden
| 9 | NIv2 | task183_rhyme_generation | fs_opt |
Detailed Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
See one example below:
Problem: difficult
Solution: No
Explanation: The word difficult has no natural English rhymes and so the model outputs No as specified in the instructions.
Problem: year
Solution: | cheer | 4 | NIv2 | task183_rhyme_generation | fs_opt |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5