input
stringlengths 4.25k
4.38k
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: razor.
Question: Steve shaved his face with a razor in the morning instead of a knife because the _ was dull.
Answer: knife.
Output:
| [
"Steve shaved his face with a razor in the morning instead of a knife because the _ was sharp."
] | task034-ddf099a83b3141a49290ae7802cc0d79 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: flight.
Question: Denise packed more luggage for the flight than the drive because there was more room on the _ .
Answer: flight.
Output:
| [
"Denise packed more luggage for the flight than the drive because there was less room on the _ ."
] | task034-bc541f1412384dddae69a74ce5b4300f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: church.
Question: The congregation was unable to fit into the new sanctuary at church because the _ was too large.
Answer: congregation.
Output:
| [
"The congregation was unable to fit into the new sanctuary at church because the _ was too small."
] | task034-3c50ea5efdd442c2b0c67d2b50026e78 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: eggs.
Question: I ate eggs for breakfast instead of cereal because the _ kept me fuller for longer.
Answer: eggs.
Output:
| [
"I ate eggs for breakfast instead of cereal because the _ kept me fuller for shorter."
] | task034-aef617a9612548df8c99b92b492487a8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: storyboard.
Question: The storyboard for the animation was changed many times by the employees because the _ was dull.
Answer: storyboard.
Output:
| [
"The storyboard for the animation was changed many times by the employees because the _ was exciting."
] | task034-ee1658d0d96541bb94887667f159041c |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: credit.
Question: Bob preferred to read his full credit report instead of just the summary since the _ was exhaustive with details.
Answer: report.
Output:
| [
"Bob preferred to read his full credit report instead of just the summary since the _ was meager with details."
] | task034-d99f0e41f3484d68b176e3bcd8cc60f3 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: clean.
Question: To get a better clean, Mark used the sponge instead of the towel, because the _ got cleaner faster.
Answer: sponge.
Output:
| [
"To get a better clean, Mark used the sponge instead of the towel, because the _ got dirtier faster."
] | task034-a86c2c1f0b7943918ab67aafddda8c7b |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: shells.
Question: At the beach I felt all the different textures of the rocks and the shells and the _ were so smooth.
Answer: shells.
Output:
| [
"At the beach I felt all the different textures of the rocks and the shells and the _ were so rough."
] | task034-7b1bebc6b8e54a0796f686d0228e6964 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: yarn.
Question: The chunky yarn that Niles used to crochet the sweater was brown and caught in his needle a lot, because the _ wasn't smooth enough.
Answer: needle.
Output:
| [
"The chunky yarn that Niles used to crochet the sweater was brown and caught in his needle a lot, but the _ itself was very smooth."
] | task034-7ed646d0936d44879cc7907a97e2ac60 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: warm.
Question: The homesteader kept his home warm and dry in winter by burning wood in the fireplace until the _ was over.
Answer: winter.
Output:
| [
"The homesteader kept his home warm and dry in winter by burning wood in the fireplace until the _ was gone."
] | task034-928b668f11284755b29eb3dc084386cf |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: air.
Question: People in the city are less healthy compared to to the people in the countryside, due to polluted air in the _ .
Answer: city.
Output:
| [
"People in the city are less healthy compared to to the people in the countryside, due to the clean air in the _ ."
] | task034-99bd8f3bcb0b4abbbdc98bf98e5951b2 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: camera.
Question: The man lost his favorite camera at the crowded movie theater. The _ never turned up.
Answer: camera.
Output:
| [
"The man lost his favorite camera at the crowded movie theater. The _ never called back."
] | task034-f9a40644c29649f98d8d583fd065c0e6 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: antibiotic.
Question: In the medicine cabinet, Peggy found an antacid and an antibiotic, and she took the _ because she had heartburn.
Answer: antacid.
Output:
| [
"In the medicine cabinet, Peggy found an antacid and an antibiotic, and she took the _ because she had an infection."
] | task034-619822bbd86e4d5485427e2c832db593 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: jewelry.
Question: The jewelry that I gave my sister was better than the cheap bracelet, because the _ was silver.
Answer: jewelry.
Output:
| [
"The jewelry that I gave my sister was better than the cheap bracelet, because the _ was plastic."
] | task034-001a60bf568a47f09afd3bd91207bf0d |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: oil.
Question: The car needed some new oil after it arrived in California because the _ was lubricating.
Answer: oil.
Output:
| [
"The car needed some new oil after it arrived in California because the _ was dry."
] | task034-450a48bfe92e4337af6f95f9f79f5924 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: wine.
Question: She told him to buy wine instead of whiskey, because she prefers the _ with lower alcohol level.
Answer: wine.
Output:
| [
"She told him to buy wine instead of whiskey, because she disfavor the _ with higher alcohol level."
] | task034-420878971b6149a4a3e55fc28ccca731 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: eye.
Question: Josh wanted to get rid of his wrinkles and dark circles under his eyes, and he felt the _ could be helped by getting more sleep.
Answer: dark circles.
Output:
| [
"Josh wanted to get rid of his wrinkles and dark circles under his eyes, and he felt the _ could be helped by getting more surgery."
] | task034-d4022f6f7a9d4677bf268a706a9658e5 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Tofu.
Question: I want to incorporate more tofu in my diet. I could try cooking it more or buying it more. The _ is more time consuming.
Answer: cooking.
Output:
| [
"I want to incorporate more tofu in my diet. I could try cooking it more or buying it more. The _ is more expensive over time."
] | task034-718cb03e34fd42a98e84e96a531d4ec9 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: sugar.
Question: Todd wanted to make a perfect glass of Koolaid, and added sugar and water to the mix, but the _ portion was too low.
Answer: sugar.
Output:
| [
"Todd wanted to make a perfect glass of Koolaid, and added sugar and water to the mix, but the _ portion was too high."
] | task034-009157e8003d417c99d476c55bfad236 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: powder.
Question: We gave the powder to the man instead of the salt that he asked for, because the _ was needed.
Answer: powder.
Output:
| [
"We gave the powder to the man instead of the salt that he asked for, because the _ was unnecessary."
] | task034-d3a2b39d1c714ad6bd4fc7be08704a50 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: caramel.
Question: Making your own cake is a lot easier than making your own caramel even though the _ takes an insignificant time.
Answer: caramel.
Output:
| [
"Making your own cake is a lot easier than making your own caramel even though the _ takes an significant time."
] | task034-a30b0c360ec646819a04aaf04c3ae269 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: cholesterol.
Question: Raven ate a salad instead of an egg because she was watching her cholesterol and the _ were unhealthy.
Answer: egg.
Output:
| [
"Raven ate a salad instead of an egg because she was watching her cholesterol and the _ was healthy."
] | task034-451db0db1be747e7915c8e7ecb0c420e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: cake.
Question: People do not want to eat James burnt cake but they love his burger because the _ is tasteless.
Answer: cake.
Output:
| [
"People do not want to eat James burnt cake but they love his burger because the _ is tasty."
] | task034-3bd5db431b964de5bbf1f09995210580 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: location.
Question: The location of the park was far away from the house, the mother preferred they played in the yard. The _ was far from the house.
Answer: park.
Output:
| [
"The location of the park was far away from the house, the mother preferred they played in the yard. The _ is close to the house."
] | task034-ba70bea302c649e6b3f184183cffd15e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: animation.
Question: The children enjoyed the animation more than the action movie because the _ was funnier.
Answer: animation.
Output:
| [
"The children enjoyed the animation more than the action movie because the _ was scarier."
] | task034-69c2a57e3c6146bc956d7acc3af56f40 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: army.
Question: As an army recruit we learned to shoot a gun and keep aware of our watch for time. The _ was silent.
Answer: watch.
Output:
| [
"As an army recruit we learned to shoot a gun and keep aware of our watch for time. The _ was loud."
] | task034-365c6cb8fb3a486fa921f9e28cff704a |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: salt.
Question: I used salt as a cleaning agent in my home instead of baking powder. The _ was white.
Answer: baking powder.
Output:
| [
"I used salt as a cleaning agent in my home instead of baking powder. The _ was clear."
] | task034-40d875d281dd41aebca08a3708e00cd6 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: math.
Question: We retained knowledge of math more at school rather than biology since the _ class was held before lunch.
Answer: math.
Output:
| [
"We retained knowledge of math more at school rather than biology since the _ class was held after lunch."
] | task034-c68a3a3f33de4d80a559d644c96457a8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: lift.
Question: John cannot lift the bar to the top of the rack, so he tried lifting the plank instead. The _ is heavy.
Answer: bar.
Output:
| [
"John cannot lift the bar to the top of the rack, so he tried lifting the plank instead. The _ is light."
] | task034-0370f03dec33483986722f7b81ca4199 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: appendix.
Question: The person rushed to the hospital for the appendix problem but not for the ear pain because a problem with the _ was deadlier.
Answer: appendix.
Output:
| [
"The person rushed to the hospital for the appendix problem but not for the ear pain because a problem with the _ was more dismissive."
] | task034-03ce8ff6ecdb43369ab5caffc1a8440c |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: build.
Question: The man likes to build highways, but finds regular roads annoying. This is because _ are more intricate.
Answer: highways.
Output:
| [
"The man likes to build highways, but finds regular roads annoying. This is because _ are more standard."
] | task034-4c7b74fd8f4b488094c5256d786cae35 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: contract.
Question: The city wanted to renegotiate the contract but the venue didn’t because the _ would lose money.
Answer: venue.
Output:
| [
"The city wanted to renegotiate the contract but the venue didn’t because the _ would save money."
] | task034-03d5542068764a15aa546ea37c484db2 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: planner.
Question: The planner charged more to work on the wedding than on the birthday party because the _ was more detailed.
Answer: wedding.
Output:
| [
"The planner charged more to work on the wedding than on the birthday party because the _ was more laidback."
] | task034-810c5ee8522e432e890848288a27283e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: pillow.
Question: I used a foam pillow instead of a feather pillow because I was allergic to the _ .
Answer: feather pillow.
Output:
| [
"I used a foam pillow instead of a feather pillow although I was allergic to the _ ."
] | task034-49dadefbc0504d41984e9d2a1d524dc8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: decision.
Question: Susan made the decision of getting in an airplane instead of train to go to Miami because the _ travels fast.
Answer: airplane.
Output:
| [
"Susan made the decision of getting in an Airplane instead of train to go to Miami because the _ travels slow."
] | task034-2be2a1e24734454cb80d0c3e2958bf3d |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: writing.
Question: The kids did better in art class than they did in English because there was too much writing in _ .
Answer: English.
Output:
| [
"The kids did better in art class than they did in English because there was no writing in _ ."
] | task034-80461f9b139341e8bb8e372f1af4545f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Book.
Question: James finished reading the magazine faster than the book because the _ has less pages.
Answer: Magazine.
Output:
| [
"James finished reading the magazine faster than the book because the _ has more pages."
] | task034-87e8a6ddbdfb4b0180bbe6f078385c2e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: parakeet.
Question: Jack's parakeet left its cage and flew to perch on the chair, because the _ had a better view out the window.
Answer: chair.
Output:
| [
"Jack's parakeet left its cage and flew to perch on the chair, because the _ had a worse view out the window."
] | task034-4a083671cd9f48bb8517beef9bbf12ef |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: snorkeling.
Question: Surprisingly, the man likes snorkeling more than scuba diving in the Bahamas because the _ equipment is economical.
Answer: snorkeling.
Output:
| [
"Surprisingly, the man likes snorkeling more than scuba diving in the Bahamas because the _ equipment is costly."
] | task034-a8e8010d2c934464b8f59568426eec0e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: pizza.
Question: The family had just started up a pizza shop, and their sales were fantastic because the _ is good.
Answer: pizza.
Output:
| [
"The family had just started up a pizza shop, and their sales were fantastic because the _ is popular."
] | task034-a5d820b481f74665ae6c73087f6e595b |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: haircut.
Question: Getting a new haircut on Monday, vote 1 for shaved or 2 for mohawk. The _ haircut takes about a minute to cut.
Answer: shaved.
Output:
| [
"Getting a new haircut on Monday, vote 1 for shaved or 2 for mohawk. The _ haircut takes a bit of effort to cut."
] | task034-8aca5baf45024ebb848822bfa878b89d |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: underwater.
Question: There's a whole lot of sea life and treasure underwater in the ocean. You don't need a map to find the _ .
Answer: sea life.
Output:
| [
"There's a whole lot of sea life and treasure underwater in the ocean. You may need a map to find the _ ."
] | task034-31a668923566491d8512f5182381b180 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: conflict.
Question: The conflict among the family members was surrounding the house, not the car. Everybody cared about the _ .
Answer: house.
Output:
| [
"The conflict among the family members was surrounding the house, not the car. Nobody cared about the _ ."
] | task034-08a74b1299484a9780c36e042ccf5b02 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: treatment.
Question: I was undecided at first, but than I decided to do the treatment and not the operation, because the _ was painless.
Answer: treatment.
Output:
| [
"I was undecided at first, but than I decided to do the treatment and not the operation, because the _ was painful."
] | task034-93b08d915c264353af7f1e5c03110496 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: journal.
Question: Sometimes I write in my journal with a pencil instead of a pen because the _ can be sharpened.
Answer: pencil.
Output:
| [
"Sometimes I write in my journal with a pencil instead of a pen but the _ can be run dry."
] | task034-6c32cd0b2af24c0b965b8cb2e1040c83 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: water.
Question: James touched the stone and got burnt. He rushed to the water and dipped his hand in it. The _ is hot.
Answer: stone.
Output:
| [
"James touched the stone and got burnt. He rushed to the water and dipped his hand in it. The _ is cold."
] | task034-52f7f2bfa176441b89ae9177a4187c1f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: bedding.
Question: The nurse took the dirty bedding off of the beds and put it in the washing machine until the _ were bare.
Answer: beds.
Output:
| [
"The nurse took the dirty bedding off of the beds and put it in the washing machine until the _ was full."
] | task034-9d58e07752e74c989732773aa2cec9f1 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Softball.
Question: Rather than play softball, Adam chose to play football with Tom because Tom was familiar with the rules of _ .
Answer: football.
Output:
| [
"Rather than play softball, Adam chose to play football with Tom because Tom was unfamiliar with the rules of _ ."
] | task034-7e05ec311c5a48c488329106f9a63d48 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: scam.
Question: The woman was hurt more by the scam than the identity theft because she lost more money with the _ .
Answer: scam.
Output:
| [
"The woman was hurt less by the scam than the identity theft because she lost more money with the _ ."
] | task034-f8771ce9864f45e9aab238c5ba5ed9e9 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: slept.
Question: The boy slept worse on the bunkbed than the futon, because the _ was uncomfortable.
Answer: bunkbed.
Output:
| [
"The boy slept worse on the bunkbed than the futon, because the _ was comfortable."
] | task034-55137f5180d74d1b806869d938b40021 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: complicated.
Question: The instructions for the crib were complicated, but the rocking horse was simple, so the _ was harder to put together.
Answer: crib.
Output:
| [
"The instructions for the crib were complicated, but the rocking horse was simple, so the _ was easier to put together."
] | task034-05aec01811594215989e5a99dbbe007a |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: notes.
Question: The class was hard and it was highly recommended to take notes. Reading the _ would help to pass the exam at the end of the semester.
Answer: notes.
Output:
| [
"The class was hard and it was highly recommended to take notes. Attending the _ alone wouldn't help to pass the exam at the end of the semester."
] | task034-b5e02e99e74b48308f586077927ad4e4 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: blouse.
Question: Sherry laid out a blouse and a t-shirt then checked the activity schedule, as she wanted to wear the _ if they were dancing.
Answer: blouse.
Output:
| [
"Sherry laid out a blouse and a t-shirt then checked the activity schedule, as she wanted to wear the _ if they were running."
] | task034-37417ccf5bfb4fe7bfb6c9ab16d1b9c7 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: leash.
Question: The dog was able to walk away further on the leash than the harness because the _ was longer.
Answer: leash.
Output:
| [
"The dog was able to walk away further on the leash than the harness because the _ was shorter."
] | task034-0fac23f5052347d7aaf88e98f3e9b864 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: mileage.
Question: The mileage on Chris's work car is lower than the mileage on his personal car. The _ must be used sparingly.
Answer: work car.
Output:
| [
"The mileage on Chris's work car is lower than the mileage on his personal car. The _ must be used amply."
] | task034-86a34e1c4142432d9daecea8be87c585 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: crystals.
Question: Lets go hunt for crystals I want to find either a red or green one. The _ crystal to match your eyes.
Answer: green.
Output:
| [
"Lets go hunt for crystals I want to find either a red or green one. The _ crystal reminds me of fire."
] | task034-a8277c03dffa45e5b19b62fd91e60c7f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: blood.
Question: James cannot get the blood stain from the cloth even with the bleach. The _ is tough.
Answer: stain.
Output:
| [
"James cannot get the blood stain from the cloth even with the bleach. The _ is weak."
] | task034-2018035929364e68801c4fafa25d40c8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: test.
Question: I tried to pass the test but the brain was thinking too hard about the questions. The _ is simple.
Answer: test.
Output:
| [
"I tried to pass the test but the brain was thinking too hard about the questions. The _ is complex."
] | task034-6156e35b33d540ba84d587bb373c30a4 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Dog.
Question: Adam went to the pound to get a dog for his son. He would've went to the store, but the _ was a closer drive for him.
Answer: pound.
Output:
| [
"Adam went to the pound to get a dog for his son. He would've went to the store, but the _ was a farther drive for him."
] | task034-e8cbf09bd84946c8afb1fb35d19cdc8f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: exercise.
Question: Because the _ was so easy, the cycle was abandoned for exercise and they used the machine instead.
Answer: cycle.
Output:
| [
"Because the _ was so rigorous, the cycle was abandoned for exercise and they used the machine instead."
] | task034-e9076ea2fa204a0db0326a3aad239df2 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: frame.
Question: James peeled the paint off his bed frame and painted it with a vinyl coat because the _ is expensive.
Answer: coat.
Output:
| [
"James peeled the paint off his bed frame and painted it with a vinyl coat because the _ is cheap."
] | task034-1e424c0eefbf4538b76674d002b7ff67 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: calculator.
Question: Jane could not put the battery in the calculator because the _ was too big.
Answer: battery.
Output:
| [
"Jane could not put the battery in the calculator because the _ was too small."
] | task034-679561b5a80240dda715f167794b9dcf |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: painting.
Question: Kai placed lemon in front of vase and started painting them on a canvas in oils. We see the _ is drawn bigger because it is closer to Kai.
Answer: lemon.
Output:
| [
"Kai placed lemon in front of vase and started painting them on a canvas in oils. We see the _ is drawn smaller because it is placed far from Kai."
] | task034-6736c8e3c1444fb1a28337be65614112 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: property.
Question: The taxes on the lot in the city were less than the taxes in on the property in the country because the _ lot was bigger.
Answer: country.
Output:
| [
"The taxes on the lot in the city were less than the taxes in on the property in the country because the _ lot was smaller."
] | task034-23276c48ab3f4a6dbaade0f4afdf6213 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Mosquito.
Question: The child tried to kill the mosquito with the racquet but the _ was too big.
Answer: racquet.
Output:
| [
"The child tried to kill the mosquito with the racquet but the _ was too small."
] | task034-1ed39a2cf71a4f218102d70a8851398e |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: Eggplant.
Question: James needed more eggplant if he wanted to fill up the pot. He did not know the _ would be that small.
Answer: eggplant.
Output:
| [
"James needed more eggplant if he wanted to fill up the pot. He did not know the _ would be that big."
] | task034-b1d074d7843941cf8b876d9d8e36a586 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: trip.
Question: The trip to see the Dodgers game was unfortunately cancelled because the _ was rescheduled.
Answer: game.
Output:
| [
"The trip to see the Dodgers game was unfortunately cancelled because the _ was scheduled."
] | task034-adaf3a02f2474a26b874ff4bfd6347b5 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: lips.
Question: Fran found that using Vaseline instead of Chapstick made her lips smoother because the _ was quite slick.
Answer: vaseline.
Output:
| [
"Fran found that using Vaseline instead of Chapstick made her lips smoother because the _ was quite coarse."
] | task034-e984d674c3ea425f87b9c6adde58e4dc |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: home.
Question: The enterprising homeowner did extensive renovations on his old home until the _ was perfect.
Answer: home.
Output:
| [
"The enterprising homeowner did extensive renovations on his old home until the _ was tired."
] | task034-a239fca828d742d38e1efd5d8a004f81 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: table.
Question: I was looking to buy the table, but decided to go with the bench, because the _ was too heavy.
Answer: table.
Output:
| [
"I was looking to buy the table, but decided to go with the bench, because the _ was just perfect."
] | task034-12e7df0cabba409a837fcc07b109e271 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: treat.
Question: Mark prefers to treat problems with herbs over medecines, because the _ are better for his body.
Answer: herbs.
Output:
| [
"Mark prefers to treat problems with herbs over medecines, because the _ are worse for his body."
] | task034-ce308569382a46f18337cc853d658a10 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: procedure.
Question: The procedure was more dangerous than the surgery, because the _ would take very long.
Answer: procedure.
Output:
| [
"The procedure was more dangerous than the surgery, because the _ would be very short."
] | task034-3c6d74c9e90e40998552461f1ac6c8cb |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: test.
Question: The math test was at ten and my taxi was coming at eleven so the timing was tight. Luckily, the _ was easy.
Answer: test.
Output:
| [
"The math test was at ten and my taxi was coming at eleven so the timing was tight. Luckily, the _ was late."
] | task034-ad972a8267474de49145953569b3d303 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: cream.
Question: I bought a brand new cream from the store to use on my face, and the _ worked perfectly.
Answer: cream.
Output:
| [
"I bought a brand new cream from the store to use on my face, and the _ cleared up perfectly."
] | task034-3865887bd6b54019a678b288150f56fe |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: shoes.
Question: She wore the old shoes to her school but not to the cafe, as she didn't mind what impression she made at the _ .
Answer: school.
Output:
| [
"She wore the old shoes to her school but not to the cafe, as she cared about what impression she made at the _ ."
] | task034-e39cb9e6a9554f599cc2689aa5152198 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: start.
Question: She had to start her car but there was a problem with the ignition or starter. The _ problem made her worried.
Answer: ignition.
Output:
| [
"She had to start her car but there was a problem with the ignition or starter. The _ problem made her relax."
] | task034-ccea7a9724f24a829800b69be393261d |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: oven.
Question: I bought a new oven, but it didn't fit in the space in the kitchen, because the _ was too wide.
Answer: oven.
Output:
| [
"I bought a new oven, but it didn't fit in the space in the kitchen, because the _ was too narrow."
] | task034-3ebb705c48174b00b5211eed2661bb20 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: dish.
Question: The dish was covered with plastic before it was put in the box, so the _ got greasy as a result.
Answer: plastic.
Output:
| [
"The dish was covered with plastic before it was put in the box, so the _ stayed dry as a result."
] | task034-907fc7b71dd84333b8be23ae9e987c6b |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: blood.
Question: Blood seeped onto the sidewalk but was quickly mopped off as the _ was messy.
Answer: blood.
Output:
| [
"Blood seeped onto the sidewalk but was quickly mopped off as the _ was clean."
] | task034-07e308fab1194d008aa8a910ce99a2b2 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: chives.
Question: With the clashing flavor of the _ , the chef opted against using chives and used capers instead.
Answer: chives.
Output:
| [
"With the matching flavor of the _ , the chef opted against using chives and used capers instead."
] | task034-077160e7f45c4407862750a937263fb4 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: distracted.
Question: Mary was too distracted by the tv to hear the report on the radio, because the volume of the _ was blaring.
Answer: tv.
Output:
| [
"Mary was too distracted by the tv to hear the report on the radio, because the volume of the _ was low."
] | task034-889d3afd827648a79ba8e8cc6ff14a45 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: curtain.
Question: The light can still enter the house by the space left beside the curtain at the window. The _ is too small.
Answer: curtain.
Output:
| [
"The light can still enter the house by the space left beside the curtain at the window. The _ is too big."
] | task034-798cc6ca78dc4e70884529d17d3d073c |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: crochet.
Question: She went to crochet the leg warmers using knit fabric and a needle, but had to switch to a larger needle because the _ was too small.
Answer: needle.
Output:
| [
"She went to crochet the leg warmers using knit fabric and a needle, but had to switch to a larger needle because the _ was too thick."
] | task034-1385939cd9254c5989e359988927c4b4 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: email.
Question: I sent the message by email instead of by phone because I knew my boss wouldn't answer the _ .
Answer: phone.
Output:
| [
"I sent the message by email instead of by phone because I knew my boss would answer the _ ."
] | task034-7dde3fef0ad64d2c8f0ae3acb7bc55e1 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: room.
Question: The room at the hotel costed more to stay in than the room at the inn because the _ was nicer.
Answer: hotel.
Output:
| [
"The room at the hotel costed more to stay in than the room at the inn because the _ was nastier."
] | task034-17a1bc4253d645e9841a1f7b24f099de |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: fever.
Question: Kim wanted to break her fever so she took a dosage of an over the counter medicine but the _ was too much.
Answer: medicine.
Output:
| [
"Kim wanted to break her fever so she took a dosage of an over the counter medicine but the _ was too weak."
] | task034-8d2fe172ed2f4a51a8496c46ecab2c6f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: kiwis.
Question: Ana could tell her kiwis weren’t ripe by looking at the shape and the skin. They were not ripe because the _ was too green.
Answer: skin.
Output:
| [
"Ana could tell her kiwis weren’t ripe by looking at the shape and the skin. They were not ripe because the _ was too hard."
] | task034-0b559606b4c74d55a697c426569b4b7f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: apartment.
Question: The apartment was in good shape after the storm rather than the townhouse as the _ was barricaded.
Answer: apartment.
Output:
| [
"The apartment was in good shape after the storm rather than the townhouse as the _ was exposed."
] | task034-b94d81e5ee4a41b8ae7c957ed19e1e4d |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: perfume.
Question: Jane sprayed some perfume on herself and she could hardly hear the smell of the food burning. The _ is strong.
Answer: perfume.
Output:
| [
"Jane sprayed some perfume on herself and she could hardly hear the smell of the food burning. The _ is weak."
] | task034-15cc1ba551d44910816f0f5acf96a957 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: basketballs.
Question: The coach took basketballs from the bag and tossed them to the players until the _ was empty.
Answer: bag.
Output:
| [
"The coach took basketballs from the bag and tossed them to the players until the _ each had one."
] | task034-1eba3804598b4971965409051bba0f45 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: melt.
Question: The paint would melt in the sun, so we used a varnish instead, since the _ was susceptible to heat.
Answer: paint.
Output:
| [
"The paint would melt in the sun, so we used a varnish instead, since the _ was resistant to heat."
] | task034-aa46b61ac0f1492a903f42ce2cc509b7 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: routine.
Question: The office set a strict routine for the management to follow as the _ expected tight coordination between departments.
Answer: office.
Output:
| [
"The office set a strict routine for the management to follow as the _ disdained tight coordination between departments."
] | task034-2c651e5b5c8f47d09005fd3a97fabd7f |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: concrete.
Question: Josh used concrete when he covered his driveway instead of gravel although the _ was cheaper.
Answer: gravel.
Output:
| [
"Josh used concrete when he covered his driveway instead of gravel even though the _ was expensive."
] | task034-be4c9466d8014e128faeda99fb527bc8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: salad.
Question: She wanted to do a salad for lunch instead of making a full course meal, because the _ was simpler.
Answer: salad.
Output:
| [
"She wanted to do a salad for lunch instead of making a full course meal, because the _ was more complex."
] | task034-73485b86dfcc44429ce05dc26e20c8d8 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: management.
Question: The man was good on the management and PR side of things but not the administrative side. This is because he found the _ interesting.
Answer: PR.
Output:
| [
"The man was good on the management and PR side of things but not the administrative side. This is because he found the _ boring."
] | task034-f1ad379cb887467a99bf1e474856e983 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: balance.
Question: To balance was tough for the gymnast to do on the beam, she preferred the baton since the _ was arduous.
Answer: beam.
Output:
| [
"To balance was tough for the gymnast to do on the beam, she preferred the baton since the _ was easygoing."
] | task034-163d55ac1eba4a70a1c2242930c3a183 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: brain.
Question: She wanted to improve her brain health so added nuts but not out of season blueberries since the _ were unavailable.
Answer: blueberries.
Output:
| [
"She wanted to improve her brain health so added nuts but not out of season blueberries since the _ were available."
] | task034-832a38be025b4736b5c3997f715c35f6 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: paint.
Question: They had to choose between the purple or green paint for the living room, but the _ was the most expensive.
Answer: green.
Output:
| [
"They had to choose between the purple or green paint for the living room, but the _ was the least expensive."
] | task034-575df5429169425d86040884044e1577 |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: bench.
Question: The bench wouldn't fit in the back of the truck truck because the _ is too wide.
Answer: bench.
Output:
| [
"The bench wouldn't fit in the back of the truck truck because the _ is too narrow."
] | task034-48c42475b84a45d99926bdf00191f0ac |
Definition: In this task, you're given a fill-in-the-blank question that contains two object names. Additionally, you're given one answer which is one of the objects present in the question. In this task, you need to minimally change the given question so that the answer flips to another object in the question. Remember the question has to be about both objects which are related but different; for example, "trophy" and "suitcase". This task typically involves replacing one word i.e., the 'trigger word' with its antonym (e.g., changing from "small" to "big"). You should not change any content in the given question beyond a word or two, i.e., the trigger word/phrase. The expected answer to your question must not be associated with just the trigger word; instead, it should depend on the context present in the question. The expected answer should not be ambiguous. For your question, there should be an agreed upon answer to fill in the blank. Your generations should NOT contain potentially explicit, offensive, or adult content. In your generated question, retain the object names from the input question. Avoid repeating the same style or phrase in generating your modified question e.g. this task can be always solved using a simple negation i.e. by adding not, never, etc. Instead, try to increase the word diversity. Your question must contain at least 15 and at most 30 words. Your question must have at least 70% overlapping words with the given question. You must utilize the given context word while writing the question. Your question must contain only one blank. The two objects should be used ONCE in your question. Here is a list of attributes and associated contrastive words that may help write contrastive trigger words. Note that contrastive trigger words help in flipping the label.
| Attribute | triggerword | contrastive triggerword |
| age | old | new |
| altitude | low | high |
| area | small | vast |
| brightness | dark | light |
| clarity | obscure | clear |
| cleanness | dirty | clean |
| complexity | simple | complex |
| cost | cheap | expensive |
| density | sparse | dense |
| depth | shallow | deep |
| distance | near | far |
| electric conductivity | low | high |
| flexibility | rigid | flexible |
| granularity | fine | coarse |
| hardness | soft | hard |
| length | short | long |
| magnitude | small | large |
| mass | small | large |
| odor | weak | strong |
| pressure | low | high |
| resistance | low | high |
| shape | round | sharp |
| shape | flat | spiky |
| size | small | large |
| sound | quiet | loud |
| sound pitch | low | high |
| speed | slow | fast |
| stability | unstable | stable |
| strength | weak | strong |
| temperature | low | high |
| texture | smooth | rough |
| thermal conductivity | low | high |
| thickness | thin | thick |
| volume | small | large |
| weight | light | heavy |
| width | narrow | wide |
| location | in | out |
| location | up | down |
| location | above | below |
| location | on | off |
| location | to | from |
Positive Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because _ is too small.
Positive Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ looks great on her.
Negative Example 1 -
Input: Context word: fit.
Question: The trophy doesn't fit into the brown suitcase because _ is too large.
Answer: trophy.
Output: The trophy doesn't fit into the brown suitcase because there were a lot of other eseential items and jewlleries to pack and _ is too large.
Negative Example 2 -
Input: Context word: trade.
Question: Grace was happy to trade me her sweater for my jacket. She thinks _ looks dowdy on her.
Answer: sweater.
Output: Grace was happy to trade me her sweater for my jacket. She thinks _ is colored purple.
Now complete the following example -
Input: Context Word: letter.
Question: James will be needing two envelopes for the letter he wrote because the _ is bulky.
Answer: letter.
Output:
| [
"James will be needing two envelopes for the letter he wrote because the _ is small."
] | task034-13213fa3ac39487ea8f6714bc423c231 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.