inputs stringlengths 524 1.03k | targets stringlengths 15 146 | _template_idx int64 0 9 | _task_source stringclasses 1 value | _task_name stringclasses 1 value | _template_type stringclasses 2 values |
|---|---|---|---|---|---|
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[EX Q]: sentence_A: Rugby players are not tackling each other. category: contradiction
[EX A]: Rugby players are tackling each other
[EX Q]: sentence_A: A guitar is being played by a girl. category: entailment
[EX A]: A girl is playing a guitar
[EX Q]: sentence_A: There is no man putting some cheese on a pizza. category: contradiction
[EX A]: | A man is sprinkling shredded cheese on a pizza
| 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Part 1. Definition
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Part 2. Example
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Answer: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Part 3. Exercise
sentence_A: Four athletes are with a man in a crowded stadium. category: entailment
Answer: | Four athletes are with a person in a crowded stadium | 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: The woman is adding sugar to the meat. category: entailment
SOLUTION: A woman is adding spices to some meat
PROBLEM: sentence_A: The kittens are eating the food on the trays. category: entailment
SOLUTION: Some kittens are eating
PROBLEM: sentence_A: Four athletes are with a man in a crowded stadium. category: entailment
SOLUTION: | Four athletes are with a person in a crowded stadium
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: Two girls are not playing inside the jumper house. category: contradiction
Ex Output:
Two girls are playing inside a jumper house
Ex Input:
sentence_A: A dog is jumping at a shiny blue soccer ball in a field of dry leaves. category: contradiction
Ex Output:
There is no dog jumping at a shiny blue soccer ball in a field of dry leaves
Ex Input:
sentence_A: The back of a small black dog is being sniffed by the brown dog. category: entailment
Ex Output:
| The brown dog is sniffing the back of a small black dog
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: There is no man putting some cheese on a pizza. category: contradiction
| Solution: A man is sprinkling shredded cheese on a pizza | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[Q]: sentence_A: The woman is not putting pasta into a dish. category: contradiction
[A]: The woman is putting pasta into a dish
[Q]: sentence_A: The woman is not slicing an onion with a knife. category: contradiction
[A]: The woman is slicing an onion with a knife
[Q]: sentence_A: A man is squatting in brush and taking a photograph. category: contradiction
[A]: | There is no man squatting in brush and taking a photograph
| 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
--------
Question: sentence_A: A girl is jumping off a rock and another is standing on it. category: entailment
Answer: One girl is jumping off a rock and another is standing on it
Question: sentence_A: A woman in a yellow shirt is surfing on a pink surfboard. category: contradiction
Answer: There is no woman in a yellow shirt surfing on a pink surfboard
Question: sentence_A: A classroom full of students is looking in the same direction inside a bamboo structure. category: entailment
Answer: | A classroom full of students is looking attentively in the same direction inside a bamboo structure
| 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: There is no woman cooking a breaded pork chop. category: contradiction
Solution: | A woman is cooking a breaded pork chop | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Teacher: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Teacher: Now, understand the problem? If you are still confused, see the following example:
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Reason: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this instance: sentence_A: Two persons of large size are sitting on a park bench and they have a bottle of soda between them. category: entailment
Student: | Two large persons are sitting on a park bench and they have a bottle of soda between them | 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: A woman is using an eye pencil and is applying eye liner to her eyelid. category: entailment
Output: | A woman is applying cosmetics to her eyelid | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example Input: sentence_A: There is no little girl with blond hair smiling and sitting on a swing. category: contradiction
Example Output: A little girl with blond hair is smiling and sitting on a swing
Example Input: sentence_A: A woman is scrubbing a zucchini with a brush for vegetables. category: entailment
Example Output: A person is scrubbing a zucchini
Example Input: sentence_A: A woman is using an eye pencil and is applying eye liner to her eyelid. category: entailment
Example Output: | A woman is applying cosmetics to her eyelid
| 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: There is no guy leaping into the air in a wooded area. category: contradiction
SOLUTION: A guy is leaping into the air in a wooded area
PROBLEM: sentence_A: Two men are playing table football. category: contradiction
SOLUTION: Two men are playing table tennis
PROBLEM: sentence_A: A man is slicing bread. category: entailment
SOLUTION: | A person is slicing a piece of bread
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example is below.
Q: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
A: A young girl is happily having fun on the green grassy hike
Rationale: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: A young boy is jumping into water. category: entailment
A: | A young kid is jumping into water | 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A lemur is eating. category: contradiction
Solution: | There is no lemur eating | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: A person is not holding a skunk. category: contradiction
Ex Output:
A person is holding a skunk
Ex Input:
sentence_A: The man in the straw hat is smoking a cigarette. category: entailment
Ex Output:
A cigarette is being smoked by the man in the straw hat
Ex Input:
sentence_A: The boy, who is young, is running through the ocean waves. category: entailment
Ex Output:
| The young boy is running through the ocean waves
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example Input: sentence_A: The woman is cracking two eggs into a glass bowl. category: contradiction
Example Output: The woman is not cracking two eggs into a glass bowl
Example Input: sentence_A: A soccer player is scoring a goal. category: contradiction
Example Output: There are no soccer players kicking a soccer ball into the goal
Example Input: sentence_A: A lemur is eating. category: contradiction
Example Output: | There is no lemur eating
| 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Part 1. Definition
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Part 2. Example
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Answer: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Part 3. Exercise
sentence_A: Several women are wearing pink bunny ears and are pointing to the right. category: contradiction
Answer: | Women are not wearing bunny ears and race numbers and are not pointing at something in the distance | 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Let me give you an example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
The answer to this example can be: A young girl is happily having fun on the green grassy hike
Here is why: The words happy and enjoying both mean the same, so they are entailed to each other.
OK. solve this:
sentence_A: A child is sitting in a red and yellow toy car. category: contradiction
Answer: | There is no child sitting in a red and yellow toy car | 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: Two sumo ringers are not fighting. category: contradiction
Output: Two sumo ringers are fighting
Input: Consider Input: sentence_A: A badger is shrewdly digging the earth. category: contradiction
Output: The badger isn't burrowing a hole
Input: Consider Input: sentence_A: A girl in a uniform is playing the flute with a band. category: entailment
| Output: A girl in a band is playing the flute
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: A little boy with brown hair is jumping off of a brown chair onto the floor. category: contradiction
Solution: | There is no little boy with brown hair jumping off of a brown chair onto the floor | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: A surfer is leaning on a surfboard. category: entailment
Solution: | The surfer is leaning on a surfboard | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: A homeless man is holding up a sign and is begging for money. category: entailment
Ex Output:
A homeless man is holding up a sign and is pitifully begging for money
Ex Input:
sentence_A: A person is stirring vegetables in a pot. category: entailment
Ex Output:
A person is stirring vegetables in a bowl
Ex Input:
sentence_A: A boy is playing a guitar. category: entailment
Ex Output:
| A boy is playing an instrument
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: There is no young boy covered in grass jumping near a wooden fence. category: contradiction
| Solution: A young boy covered in grass is jumping near a wooden fence | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: A child is playfully swimming underwater in a pool. category: entailment
A: A child is swimming underwater in a pool
****
Q: sentence_A: A man is slicing some bread. category: entailment
A: A man is cutting a slice of bread
****
Q: sentence_A: A boy is talking to a leaf. category: entailment
A: | A young man is talking to a leaf
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: There is no man singing and playing a guitar. category: contradiction
Solution: | A man is singing and playing a guitar | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A dog is herding a group of white sheep on a dusty farm. category: entailment
Solution: | A dog is herding a pack of white sheep on a dusty farm | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: The Jockeys are riding horses on the field, which is completely green. category: entailment
The Jockeys are racing horses on the field, which is completely green
sentence_A: The motocross rider is wearing blue and black pants. category: entailment
Blue and black pants are being worn by the motocross rider
sentence_A: There is no man doing a card trick. category: contradiction
| A man is doing a card trick
| 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: Two people are standing in the ocean and looking at the sunset. category: entailment
Solution: | Two people are wading through the water | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Let me give you an example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
The answer to this example can be: A young girl is happily having fun on the green grassy hike
Here is why: The words happy and enjoying both mean the same, so they are entailed to each other.
OK. solve this:
sentence_A: An old woman is shaking hands with a man. category: contradiction
Answer: | A man and a woman are not shaking hands | 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A brown dog is running through a snowy path. category: entailment
Solution: | A dog is running on a snowy path | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: A man is playing a violin. category: contradiction
Ex Output:
There is no man playing a violin
Ex Input:
sentence_A: There is no woman cooking a breaded pork chop. category: contradiction
Ex Output:
A woman is cooking a breaded pork chop
Ex Input:
sentence_A: A kitten is playing with a toy made of blue rope. category: entailment
Ex Output:
| The kitten is playing with a toy
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: A kitten is playing with a toy made of blue rope. category: entailment
Solution: | The kitten is playing with a toy | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: The child is playing with toys outdoors. category: contradiction
Ex Output:
There is no young child wearing a white coat and playing a game
Ex Input:
sentence_A: The woman is not slicing an onion with a knife. category: contradiction
Ex Output:
The woman is slicing an onion with a knife
Ex Input:
sentence_A: There is no large dog running on the grass with a tennis ball in its mouth. category: contradiction
Ex Output:
| A large dog is running on the grass with a tennis ball in its mouth
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: Someone is banging the lens of a camera against a nail. category: entailment
Output: | The man is hammering a nail with a camera | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
instruction:
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
question:
sentence_A: A man on a yellow sport bike is doing a wheelie and a friend on a black bike is catching up. category: entailment
answer:
A biker on a yellow sport bike is doing a wheelie and a friend on a black bike is catching up
question:
sentence_A: The motocross rider is wearing blue and black pants. category: entailment
answer:
Blue and black pants are being worn by the motocross rider
question:
sentence_A: A person is not holding a skunk. category: contradiction
answer:
| A person is holding a skunk
| 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: A person is not holding a skunk. category: contradiction
Output: | A person is holding a skunk | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A magic trick is being performed by the magician. category: entailment
Solution: | The man is doing a magic trick | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[EX Q]: sentence_A: An egg is being cracked into a bowl by a woman. category: entailment
[EX A]: A woman is cracking an egg into a bowl
[EX Q]: sentence_A: A man is jumping into an empty pool. category: contradiction
[EX A]: A man is jumping into a full pool
[EX Q]: sentence_A: A man is pouring oil into a skillet. category: contradiction
[EX A]: | A man is taking the oil out off a skillet
| 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: There is no hamster singing. category: contradiction
A: A hamster is singing
****
Q: sentence_A: There is no man rapidly chopping some mushrooms with a knife. category: contradiction
A: A man is rapidly chopping some mushrooms with a knife
****
Q: sentence_A: There is no person pouring olive oil into a pot on the stove. category: contradiction
A: | A person is pouring olive oil into a pot on the stove
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A woman is walking the dog down the street. category: entailment
Solution: | The woman is walking the dog | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A man is playing flute. category: contradiction
There is no man playing flute
sentence_A: The woman is adding sugar to the meat. category: entailment
A woman is adding spices to some meat
sentence_A: A woman is walking the dog down the street. category: entailment
| The woman is walking the dog
| 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A man, a woman and two girls are walking on the beach. category: entailment
A group of people is on a beach
sentence_A: There is no water being drunk by a cat. category: contradiction
Some water is being drunk by a cat
sentence_A: The woman is picking up a kangaroo that is little. category: entailment
| The woman is picking up the kangaroo
| 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: The motocross rider is wearing blue and black pants. category: entailment
A: Blue and black pants are being worn by the motocross rider
****
Q: sentence_A: The children are not wearing black tights and are not hopping. category: contradiction
A: The children are wearing black tights and hopping
****
Q: sentence_A: Somebody is playing the piano. category: entailment
A: | The piano is being played by someone
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: A man in a car is pulling up beside a woman that is who along a road. category: contradiction
Solution: | A man in a car is not pulling up beside a woman who is walking along a road | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: Two guys are sitting around a table and holding beers in their hands. category: entailment
Output: Two blokes are sitting around a table and holding beers in their hands
Input: Consider Input: sentence_A: Two large persons are sitting on a park bench and they have a bottle of soda between them. category: contradiction
Output: Two large persons are standing near a park bench and they have nothing between them
Input: Consider Input: sentence_A: The snowboarder is jumping off the snow. category: entailment
| Output: A snowboarder is jumping off the snow
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example Input: sentence_A: Two people wearing helmets are riding over the yellow and white flowers. category: entailment
Example Output: Two people wearing helmets are driving over the yellow and white flowers
Example Input: sentence_A: People are dangling from straps and kicking at each other. category: contradiction
Example Output: Nobody is dangling from straps and kicking at each other
Example Input: sentence_A: A man wearing a dyed black shirt is sitting at the table and laughing. category: contradiction
Example Output: | There is no man wearing a shirt dyed black, sitting at the table and laughing
| 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: The young child is riding a three wheeled scooter down the sidewalk. category: entailment
Output: A young child is riding a three wheeled scooter down the sidewalk
Input: Consider Input: sentence_A: A man is slicing a potato. category: contradiction
Output: There is no man cutting a potato
Input: Consider Input: sentence_A: A cyclist on a yellow bike is airborne. category: contradiction
| Output: There is no cyclist on a yellow bike airborne
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: A man is riding a horse. category: contradiction
Output: | There is no man riding a horse | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: A woman is clumsily putting meat in a pan. category: entailment
Output: A woman is putting meat in a pan
Input: Consider Input: sentence_A: A man is cutting a paper. category: contradiction
Output: There is no man cutting a paper
Input: Consider Input: sentence_A: A brown dog is jumping in the air. category: contradiction
| Output: There is no brown dog jumping in the air
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[Q]: sentence_A: There is no white car being driven by the man. category: contradiction
[A]: A white car is being driven by the man
[Q]: sentence_A: The bride and the groom are leaving after the marriage. category: entailment
[A]: The bride and the groom are leaving after the wedding
[Q]: sentence_A: Nobody is pouring ingredients into a pot. category: contradiction
[A]: | A man is putting vegetables into a pot
| 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example is below.
Q: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
A: A young girl is happily having fun on the green grassy hike
Rationale: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: A small group of people are standing and two are sitting on the couch. category: entailment
A: | A small group of people are standing and two are sitting on the sofa | 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Part 1. Definition
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Part 2. Example
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Answer: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Part 3. Exercise
sentence_A: The person isn't dicing up an orange pepper. category: contradiction
Answer: | The person is dicing up a pepper which is orange | 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: A man is playing a violin. category: contradiction
SOLUTION: There is no man playing a violin
PROBLEM: sentence_A: A man is chopping a log with an axe. category: contradiction
SOLUTION: There is no man chopping a log with an axe
PROBLEM: sentence_A: A bicyclist is holding a bike over his head in a group of people. category: contradiction
SOLUTION: | A lone bicyclist is putting down a bike
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: There is no man on a bicycle riding on the beach. category: contradiction
A: A man on a bicycle is riding on the beach
****
Q: sentence_A: A skateboarder is doing tricks on a half pipe. category: entailment
A: A man is skateboarding on a half pipe
****
Q: sentence_A: A boy is comfortably sitting in a room and playing a piano by a lamp. category: entailment
A: | A boy is sitting in a room and playing a piano by lamp light
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: One brown and black dog is running through the leaves. category: entailment
| Solution: A brown and black dog is running through the leaves | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: Two sumo ringers are not fighting. category: contradiction
A: Two sumo ringers are fighting
****
Q: sentence_A: The brown horse is near a red barrel at the rodeo. category: contradiction
A: The brown horse is far from a red barrel at the rodeo
****
Q: sentence_A: The bride and the groom are leaving after the marriage. category: entailment
A: | The bride and the groom are leaving after the wedding
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: There is no dog jumping for a Frisbee in the snow. category: contradiction
Output: A dog is jumping for a Frisbee in the snow
Input: Consider Input: sentence_A: The boy and the girl are playing and wearing arm floats. category: contradiction
Output: The boy and the girl are not playing and wearing arm floats
Input: Consider Input: sentence_A: An ice skating rink placed outdoors is empty. category: contradiction
| Output: An ice skating rink placed outdoors is full of people
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: A wet boy is cheerfully jumping around on dirty and wet grass. category: entailment
Solution: | A wet boy is jumping around on dirty and wet grass | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: A person is standing in a vast field of glacial ice. category: contradiction
Solution: | There is no person standing in a vast field of glacial ice | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: A monkey is teasing a dog at the zoo. category: entailment
Solution: | A dog is being teased by a monkey at the zoo | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Part 1. Definition
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Part 2. Example
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Answer: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Part 3. Exercise
sentence_A: The crowd is not watching two racing cars that are leaving the starting line. category: contradiction
Answer: | The crowd is watching two racing cars that are leaving the starting line | 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: The lady is breaking eggs that are raw into a bowl. category: entailment
Solution: | The woman is cracking eggs into a bowl | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[Q]: sentence_A: The snowboarder is not jumping off a snow covered hill. category: contradiction
[A]: The snowboarder is jumping off a snow covered hill
[Q]: sentence_A: A man is cutting pieces of butter into a mixing bowl. category: entailment
[A]: Pieces of butter are being added to the stand mixer
[Q]: sentence_A: The lady is breaking eggs that are raw into a bowl. category: entailment
[A]: | The woman is cracking eggs into a bowl
| 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: A woman in a purple top is walking a bicycle between two stone columns. category: contradiction
Output: | There is no woman in a purple top walking a bicycle between two stone columns | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: A young female is dancing. category: entailment
SOLUTION: A young girl is dancing
PROBLEM: sentence_A: There is no man doing back flips on a trampoline. category: contradiction
SOLUTION: A man is doing back flips on a trampoline
PROBLEM: sentence_A: The guitar is being played by a kid. category: entailment
SOLUTION: | A kid is playing the guitar
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: A person with a back pack, who is topless, is in front of a pile of rocks and clouds are in the background. category: entailment
Ex Output:
A topless person with a back pack is in front of a pile of rocks and clouds are in the background
Ex Input:
sentence_A: A man is cutting pieces of butter into a mixing bowl. category: entailment
Ex Output:
Pieces of butter are being added to the stand mixer
Ex Input:
sentence_A: A guy is not riding a horse. category: contradiction
Ex Output:
| A guy is riding a horse
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Output: A young girl is happily having fun on the green grassy hike
The words happy and enjoying both mean the same, so they are entailed to each other.
New input case for you: sentence_A: A man in a red uniform is swiftly making a jump in a dirt bike race. category: entailment
Output: | A man in a red uniform is making a jump in a dirt bike race | 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Ex Input:
sentence_A: There is no man screwing a piece of wood to a wall. category: contradiction
Ex Output:
A man is screwing a piece of wood to a wall
Ex Input:
sentence_A: A surfer is riding a big wave. category: entailment
Ex Output:
The surfer is riding a big wave
Ex Input:
sentence_A: A man in a red uniform is swiftly making a jump in a dirt bike race. category: entailment
Ex Output:
| A man in a red uniform is making a jump in a dirt bike race
| 1 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
[EX Q]: sentence_A: A tiger is walking around. category: contradiction
[EX A]: A tiger is not walking around
[EX Q]: sentence_A: A woman is playing a flute. category: entailment
[EX A]: A woman is playing flute
[EX Q]: sentence_A: There is no family posing by the mantel and the Christmas tree. category: contradiction
[EX A]: | A family is posing by the mantel and the Christmas tree
| 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: Four people are floating on a raft. category: contradiction
| Solution: Nobody is floating on a raft | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: A young girl in a blue leotard is jumping in the air. category: contradiction
SOLUTION: There is no girl in blue jumping in the air
PROBLEM: sentence_A: The black and white dog is running in a field. category: entailment
SOLUTION: The black and white dog is running outdoors
PROBLEM: sentence_A: The brown dog and the black dog are in the grass. category: entailment
SOLUTION: | A brown dog and a black dog are in the grass
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
--------
Question: sentence_A: A brown dog is running in the snow. category: entailment
Answer: A dog is running through the white snow
Question: sentence_A: A man is riding a motorcycle. category: entailment
Answer: A motorcycle is being ridden by a man
Question: sentence_A: A dirty soccer ball is rolling into a goal net. category: entailment
Answer: | A soccer ball is rolling into a goal net
| 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: The man is not cutting a paper plate. category: contradiction
SOLUTION: The man is cutting a paper plate
PROBLEM: sentence_A: There is no young boy covered in grass jumping near a wooden fence. category: contradiction
SOLUTION: A young boy covered in grass is jumping near a wooden fence
PROBLEM: sentence_A: A man is dancing upside-down on the ceiling. category: entailment
SOLUTION: | A man is dancing on the ceiling of a room
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example is below.
Q: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
A: A young girl is happily having fun on the green grassy hike
Rationale: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: A woman is exercising. category: contradiction
A: | There is no woman exercising | 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
TASK DEFINITION: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
PROBLEM: sentence_A: A man is fitting a silencer to a pistol. category: contradiction
SOLUTION: There is no man fitting a silencer to a pistol
PROBLEM: sentence_A: An Asian woman is holding a fur scarf. category: contradiction
SOLUTION: There is no Asian woman holding a fur scarf
PROBLEM: sentence_A: A woman is exercising. category: contradiction
SOLUTION: | There is no woman exercising
| 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: The young boy in the blue shirt is not jumping into the water. category: contradiction
Solution: | The young boy in the blue shirt is jumping into the water | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Part 1. Definition
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Part 2. Example
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Answer: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Part 3. Exercise
sentence_A: Two white puppies are playing near a pool. category: entailment
Answer: | Two white puppies are playing near water | 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example input: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example output: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: A child is playfully swimming underwater in a pool. category: entailment
A: | A child is swimming underwater in a pool | 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: The group of people is sitting on the ground outside a monument. category: entailment
Some people are sitting on the ground outside a monument
sentence_A: The young girl in blue is having fun on a slide. category: entailment
The young girl in blue is enjoying a slide
sentence_A: A woman with a ponytail is climbing down a wall of rock. category: entailment
| A woman with a ponytail is climbing a wall of rock
| 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A girl is playing a flute. category: entailment
| Solution: A wind instrument is being played by a girl | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Q: sentence_A: The lion is pacing tiredly in the pen. category: entailment
A: A lion is slowly walking
****
Q: sentence_A: Someone is cleaning an animal. category: contradiction
A: Someone is dirtying an animal
****
Q: sentence_A: A group of people are not dancing at a concert. category: contradiction
A: | A group of people are dancing at a concert
****
| 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: The man is standing on a rocky mountain and gray clouds are in the background. category: entailment
Solution: | The man is standing on a mountain, which is rocky, and gray clouds are in the background | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example Input: sentence_A: A group of people are not dancing at a concert. category: contradiction
Example Output: A group of people are dancing at a concert
Example Input: sentence_A: The group of people is sitting on a rocky ledge and a scenic view is behind them. category: contradiction
Example Output: The group of people is not sitting on a rocky ledge with a scenic view behind them
Example Input: sentence_A: A man is sprinkling seasoning on several sliced and buttered loaves of bread. category: contradiction
Example Output: | There is no man sprinkling seasoning on several sliced and buttered loaves of bread
| 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example Input: sentence_A: There is no man doing back flips on a trampoline. category: contradiction
Example Output: A man is doing back flips on a trampoline
Example Input: sentence_A: The lady is peeling the potato. category: entailment
Example Output: A woman is peeling a potato
Example Input: sentence_A: A dog is chasing a ball. category: contradiction
Example Output: | There is no dog chasing a ball
| 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Let me give you an example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
The answer to this example can be: A young girl is happily having fun on the green grassy hike
Here is why: The words happy and enjoying both mean the same, so they are entailed to each other.
OK. solve this:
sentence_A: The man is not chopping a tree trunk with an axe. category: contradiction
Answer: | The man is chopping a tree trunk with an axe | 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Let me give you an example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
The answer to this example can be: A young girl is happily having fun on the green grassy hike
Here is why: The words happy and enjoying both mean the same, so they are entailed to each other.
OK. solve this:
sentence_A: There is no brown duck with a green head flapping its wings in the water. category: contradiction
Answer: | A brown duck with a green head is flapping its wings in the water | 8 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Teacher: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Teacher: Now, understand the problem? If you are still confused, see the following example:
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Reason: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this instance: sentence_A: A cheetah is chasing its prey across a field. category: contradiction
Student: | There is no cheetah quickly running behind its prey | 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Detailed Instructions: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
See one example below:
Problem: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A woman is swiftly snowboarding down an incline and another woman is standing behind her. category: entailment
Solution: | A woman is snowboarding down an incline and another woman is standing behind her | 4 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example is below.
Q: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
A: A young girl is happily having fun on the green grassy hike
Rationale: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: A man is standing in the middle of a gym and is wearing a jersey. category: contradiction
A: | There is no man standing in the middle of a gym and is wearing a jersey | 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution is here: A young girl is happily having fun on the green grassy hike
Explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this: sentence_A: The crowd is watching a football game. category: contradiction
Solution: | The crowd is not watching a football game | 6 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Input: Consider Input: sentence_A: A person with a back pack, who is topless, is in front of a pile of rocks and clouds are in the background. category: entailment
Output: A topless person with a back pack is in front of a pile of rocks and clouds are in the background
Input: Consider Input: sentence_A: A woman is scrubbing a zucchini with a brush for vegetables. category: entailment
Output: A person is scrubbing a zucchini
Input: Consider Input: sentence_A: A man is standing in the middle of a gym and is wearing a jersey. category: contradiction
| Output: There is no man standing in the middle of a gym and is wearing a jersey
| 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example solution: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Problem: sentence_A: A kitten is playing with a blue rope toy. category: contradiction
| Solution: The kitten is not playing with a toy | 5 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A child is playfully swimming underwater in a pool. category: entailment
A child is swimming underwater in a pool
sentence_A: A child is sitting in a red and yellow toy car. category: contradiction
There is no child sitting in a red and yellow toy car
sentence_A: A kitten is playing with a blue rope toy. category: contradiction
| The kitten is not playing with a toy
| 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: One man is turning on the microwave. category: contradiction
Solution: | There is no man is pushing the buttons of a microwave | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Why? The words happy and enjoying both mean the same, so they are entailed to each other.
New input: sentence_A: The adults and children are being grouped near an outdoor seating arrangement. category: entailment
Solution: | The adults and children are being gathered near an outdoor seating arrangement | 0 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Teacher: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Teacher: Now, understand the problem? If you are still confused, see the following example:
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Reason: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this instance: sentence_A: The woman in a red costume is leaning against a wall made of bricks and playing an instrument. category: entailment
Student: | A woman in a red dress is playing an instrument | 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
Teacher: In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Teacher: Now, understand the problem? If you are still confused, see the following example:
sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Solution: A young girl is happily having fun on the green grassy hike
Reason: The words happy and enjoying both mean the same, so they are entailed to each other.
Now, solve this instance: sentence_A: A woman is not talking on a telephone. category: contradiction
Student: | A woman is talking on a telephone | 2 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
--------
Question: sentence_A: A man is playing a flute. category: contradiction
Answer: There is no man playing a flute
Question: sentence_A: Rugby players are not tackling each other. category: contradiction
Answer: Rugby players are tackling each other
Question: sentence_A: Two large persons are sitting on a park bench and they have a bottle of soda between them. category: contradiction
Answer: | Two large persons are standing near a park bench and they have nothing between them
| 7 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
One example is below.
Q: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
A: A young girl is happily having fun on the green grassy hike
Rationale: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: Two brown dogs are playing with a frisbee in the water. category: entailment
A: | Two brown dogs are playing with the frisbee in the water | 9 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
In this task, you are given a sentence and a category word that defines the relation between the input sentence and the output to be generated. Your job is to generate another sentence that satisfies the relation specified by the category. If the category is specified as entailment, then the output sentence must clearly agree with the input sentence. If the category specified is contradiction , then the output sentence must clearly disagree with the input sentence.
Example input: sentence_A: A young girl is enjoying the green grassy trail . category: entailment
Example output: A young girl is happily having fun on the green grassy hike
Example explanation: The words happy and enjoying both mean the same, so they are entailed to each other.
Q: sentence_A: There is no woman tapping her fingers. category: contradiction
A: | A woman is tapping her fingers on a table | 3 | NIv2 | task1613_sick_given_category_generate_sentence | fs_opt |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4