input
stringlengths 669
824
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " I learned my lesson all right.
Output:
| [
"Singular"
] | task431-b20dc2eaf7574fd0b50e4e29bd205910 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Maybe she'd make up the proof.
Output:
| [
"Singular"
] | task431-85046810209846b0a177a6694f98a471 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: But I suppose nutrition counts for something. "
Output:
| [
"Plural"
] | task431-aa0c234d82e04c398a2a04e41b1f29b9 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Elena turned her pats into gentle pushes.
Output:
| [
"Plural"
] | task431-1fa4ee05218b495691fb8e1cc2ec0e8d |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: The fairy godmother thanked the bears and the frog and turned the little girl into a wasp.
Output:
| [
"Plural"
] | task431-f4e77366883745529a12e34b5ea7ae74 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: You read all those diaries and still didn't understand that they are not people ?
Output:
| [
"Plural"
] | task431-73aadf6579f84652aeaf239fb0e18451 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: It had the effect she had hoped for.
Output:
| [
"Singular"
] | task431-2948629f816844b5800856e79ca7444a |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He could keep packing and I wouldn't be very long.
Output:
| [
"Singular"
] | task431-71cd4dabcd114212933eddf98158a98c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I looked around the bustling cafe and knew I needed to get back to work.
Output:
| [
"Singular"
] | task431-dbc7a60ae3f94452ab7c251f52e2781d |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " Recommend sonic cleansing and immediate application of liquid skin, type four.
Output:
| [
"Singular"
] | task431-c4c37816d57b4380a6e05ec98a8f614b |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: When everyone returned indoors Jasper, striking as ever, dressed all in black satin and gold, immediately paid his courtly attentions to Lady Katherine.
Output:
| [
"Plural"
] | task431-6180dcf0be804fe88a5ce781d8183ee9 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He took three deep breaths, slowing his heart rate and calming himself.
Output:
| [
"Plural"
] | task431-5ac3a59a4245499fa3e64da635075a39 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She'd make the other deliveries tomorrow if the roads in the Courtyard were passable.
Output:
| [
"Plural"
] | task431-452987637804458a83d7335fbca9c2e1 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He felt the stretch in the muscles of his legs as he fought for even more speed.
Output:
| [
"Singular"
] | task431-a45cb701a12c47c09332e800b3adcf9c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She placed the stewed apples in the middle of the table, then sat down beside Jamie.
Output:
| [
"Plural"
] | task431-fc9cc04b2ec541ec8a3ddfcacea95a17 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I have no doubts at all, that it was there, where I learned to be even more curious and inquisitive with all that surrounds me.
Output:
| [
"Plural"
] | task431-8bb7d0a5f7a9437b9eec02217a3533cc |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I have an announcement. "
Output:
| [
"Singular"
] | task431-48f5a1a267924f009b5afe4e92573f91 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She turned the package over and read the description on the back, then smiled.
Output:
| [
"Singular"
] | task431-b4b42af56898445d8f470b2886fdf44d |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She heard his misery and something more : disgust.
Output:
| [
"Singular"
] | task431-6f5c06c3b5fa4530b0c75cdce3d76e7a |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: A moment later, White Shirt let out a moan.
Output:
| [
"Singular"
] | task431-dfa7abbafc6c4c5bba3223e65b950f65 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: It replaced an older oath whose language was very martial in tone and that focused mostly on the fact that Shadowhunters are good at killing things.
Output:
| [
"Singular"
] | task431-7ab9a1fc51ff4200958e3c3fe8704bdb |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: During which I dreamed continuous nightmares of the last five minutes of Sean.
Output:
| [
"Plural"
] | task431-1f1e44d41b2e41f08ac6c135d87ea2d6 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: In truth, he'd made a lot more trips to Myrtle Beach in the last year than had really been necessary.
Output:
| [
"Plural"
] | task431-e0d5694864f04bb4a5e175e04e1d38d2 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He tucked her breasts inside her dress, straightening her neck clasp.
Output:
| [
"Plural"
] | task431-fa4304120acb41e7a7c274199820d44a |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Maybe Jael has endless reserves, thanks to his Bred heritage.
Output:
| [
"Plural"
] | task431-92e6ac199cc9441cad65bcf4f652cda6 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He opened the drawer in his hat and took out his pipe.
Output:
| [
"Singular"
] | task431-60ff5fd33de640269ea4b81c3a1a0b26 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Lonely and bored, the boy quickly learned his numbers and his letters.
Output:
| [
"Plural"
] | task431-a20c895423b64b9b8f11ce86f69b8677 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: These include a range of microbes during the' hot' phase, as well as beetles and worms during the final stages.
Output:
| [
"Singular"
] | task431-caf929c5694843548883246d7aa0a10a |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: All the guys start groaning and turn their head, except Cade of course.
Output:
| [
"Singular"
] | task431-6cc141903158467c92ca22322b316988 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Everyone was praising his analytical skills and were expecting achievements, solutions, actions -- especially certain girls.
Output:
| [
"Plural"
] | task431-e0a624ec542b4e0b88eed8a00b6f00d1 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: It uses perpendicular molecules.
Output:
| [
"Plural"
] | task431-9dd3bcaae0314891951f9168447d726c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " Take the highway, if that's what you prefer.
Output:
| [
"Singular"
] | task431-e7cf58f70274403b956fae939e576fe7 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Bryn sniffs and wipes delicately beneath her eyes with the tips of her fingers.
Output:
| [
"Plural"
] | task431-652c1baf6d4b4ee78892ea6251310981 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Didn't like the vibes.
Output:
| [
"Plural"
] | task431-d33c251b8cd343ddad04416df1605a1c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: We walk a few more blocks until we reach the street I was sure he'd said to take a right onto.
Output:
| [
"Plural"
] | task431-8f97d7f77c24421395a61d0650dff372 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He gathered up all the bits and pieces, replaced the clues back into the Pharaoh's head, and headed off home.
Output:
| [
"Plural"
] | task431-f62fca038e894cbeae9ba1ddd142f4cc |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I won millions of dollars at poker tournaments around the world.
Output:
| [
"Plural"
] | task431-fdd7093f8ffa4fcd94beff5ebe55ad2f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: This blight in his thinking damaged any possibility of forming a successful relationship in civilian life.
Output:
| [
"Singular"
] | task431-3b6f417ee64541698a501b6d88b81267 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I'm just getting restless holed up here.
Output:
| [
"Plural"
] | task431-f0ba781c5b614e26925f983398a84f38 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: You could possibly develop other skills in the future that you're not mature enough to master yet. "
Output:
| [
"Plural"
] | task431-4f760415c83441028824ee87ed640654 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I chose the other option.
Output:
| [
"Singular"
] | task431-598e6f68ee6f466db7ceed7b6cd2e643 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Normally, a captain never questioned the quartermaster in front of the crew or vice versa.
Output:
| [
"Singular"
] | task431-7a249946c0414c4aace3f3cdd4e77a51 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I drew my knives, calculating the odds.
Output:
| [
"Plural"
] | task431-496a8a0079dc4b7c88f4b9feb6a5c8be |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " I will not be attending the pyre with you.
Output:
| [
"Singular"
] | task431-e1cec683edcd4f37954152c95b2d247f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Still curious, who do I need protection from ?
Output:
| [
"Singular"
] | task431-e9af375bb2044752b4e611421be28b6f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She swallowed back a lump of gratitude along with the sudden threat of tears as he finished with the dressing.
Output:
| [
"Singular"
] | task431-117a0b1c1a3b451bb86c7b6ed2a11f7b |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " How many broken hearts did you leave back in Ohio ? "
Output:
| [
"Plural"
] | task431-d3e397572d7a472da65412e68aaea0b9 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: They have no treasure but they fight viciously.
Output:
| [
"Singular"
] | task431-e5e9f2c67d5e4ce9a7ac2e5eee5237a4 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Overcome by the need to eat, Serenity grabbed the closest items.
Output:
| [
"Plural"
] | task431-dc3dc935a1a24dbca620878162e14a27 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: One of Ellen's shots had nearly severed the snake in two.
Output:
| [
"Singular"
] | task431-642a5eed5df845479710bc8fb5d102a6 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Maris slipped the revolver into her coat pocket and grabbed the vest.
Output:
| [
"Singular"
] | task431-0d0bbbb093c546f3806b8de257c1b10e |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: It takes a block before I breathe normally again.
Output:
| [
"Singular"
] | task431-3981093470a241d4b9f23ba1734749dd |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Rasputin smacked both palms against the gate blocking them.
Output:
| [
"Plural"
] | task431-75569c18b0d645a08fd4d9a1a956fb8b |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: His lips stopped inches from hers, and his breath rushed warmly against her mouth.
Output:
| [
"Plural"
] | task431-1f9f8848b6364be9959db9cf294a7077 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: They have given the world nuclear accidents that have contaminated the food and drink of entire continents.
Output:
| [
"Plural"
] | task431-37afb3cb8cd8498583430751ff6c4308 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I stretched out a fake yawn, hoping that my acting skills were good enough to convince Georgia.
Output:
| [
"Singular"
] | task431-9f2870e9734b4ef3b9b0115101c92b8c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Take a lesson, girls : That's how you communicate with someone you haven't seen in ten years.
Output:
| [
"Singular"
] | task431-43acbcfd5070497f98b1c7bb04754e51 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " He'd better not be, because he and I share some similar techniques. "
Output:
| [
"Plural"
] | task431-7e0c0a57081f4fc280f7a689b84aa8fb |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: With the large log in place across the entrance, he faced the crumbling halls of a forgotten palace.
Output:
| [
"Plural"
] | task431-f7f7bd528d9c4297bbdcc80135e4736c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She had a vampire's senses.
Output:
| [
"Plural"
] | task431-b53ebc72916f4e35871d82d8a5e14135 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She left him alone, a pout on her full lips.
Output:
| [
"Singular"
] | task431-3c5e22b6320a4c509c731c7a57ca6603 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He said this triumphantly.
Output:
| [
"Singular"
] | task431-40a10260e8e949f3b856e01e1c200225 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Not even a nod, but Amun changed directions.
Output:
| [
"Plural"
] | task431-58b7a16240b3431a8347f23fc1c2331c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: He walked up the ramp and found the security camera's lens.
Output:
| [
"Singular"
] | task431-3c98be87854d4b97b041fda2fe2dc4c2 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Ethan tossed out the first argument that came to mind to keep Kelly safe from the greatest threat of all.
Output:
| [
"Singular"
] | task431-8caa33145b074f58a146a70f031c6b7c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: But I got an email from Reece this morning.
Output:
| [
"Singular"
] | task431-b6766823b2504110a45ec4e3ccb09da6 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I'll make contacts with some savings and loan companies and some real estate brokers. "
Output:
| [
"Plural"
] | task431-00b0dfc494384740b1a705e9024148a4 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Callista caught a glimpse and stepped back.
Output:
| [
"Singular"
] | task431-f0434647db2043da92138ea6af7ce34c |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: The darned thing has quite the talons.
Output:
| [
"Plural"
] | task431-1611def41e2a450da797db4bff468b1e |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: We can't possibly be having twins. "
Output:
| [
"Plural"
] | task431-1dae414163b54856babfe4e3769c07f1 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: You have read these reports and you know what I say is true.
Output:
| [
"Plural"
] | task431-4972a078b0864edd99078b385f38ded9 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: It caught her off-guard, but she admitted it was.
Output:
| [
"Singular"
] | task431-b3c2137f50b14589b5994125b7a47290 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: When the metal touched the floor, I felt no resistance on the blade.
Output:
| [
"Singular"
] | task431-15b48f15c9d94ec79a76b66a92cf9982 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " That my son liked apples. "
Output:
| [
"Plural"
] | task431-c4b3ee8485a1401fa38a8ea6fc5eb9aa |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Wolf suggests ( p. 176 ) that this might account for certain " psychic phenomenon, altered states of awareness ", even ghosts and spirits !
Output:
| [
"Plural"
] | task431-a3dec69b49ed4237bdd79514a8a13559 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Opened the fridge and stared at the dismal contents before slamming the door shut and turning back to her.
Output:
| [
"Singular"
] | task431-29142b4430e94438ab54eed95a638c1f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Claudia dropped her daggers.
Output:
| [
"Plural"
] | task431-d9eb163ae39949619364c3ce4e0bb1f7 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I opened up the fridge and it greeted me with its cold chill.
Output:
| [
"Singular"
] | task431-6b2fe334b47547acaf8e1230b10f258a |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " I guess the terrorists ?
Output:
| [
"Plural"
] | task431-e6f4c6c066dc4ef0865bdb1f2a9796e3 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: By then he didn't need the sandals anyway since the sun was down and we were supposed to have dinner in a black tie restaurant.
Output:
| [
"Plural"
] | task431-8365de1399cf481aa6a61d5447355bae |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I put the package down and walked over to a plain sky-blue cover.
Output:
| [
"Singular"
] | task431-9e3c3cc618e0423dbbca32b299c98991 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Neither of them would obtain any real serenity.
Output:
| [
"Singular"
] | task431-19bde764db1844e09bde52e67fefac68 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: The slow, calm marshy surface gave the impression that it was one giant rainforest, bounding with life.
Output:
| [
"Singular"
] | task431-e495893c47974f15a45e82bca6a119e7 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Social media removed real connections and friendships and replaced them with ratings, whining rants, and new ways to bully people.
Output:
| [
"Plural"
] | task431-073f021882d94ab09abd70a96132c5c4 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: You couldn't feel a lump or bump or anything.
Output:
| [
"Singular"
] | task431-c8840efa9a364f748559cdb288ec1762 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Achilles himself wore golden armour in battle, shining amidst the black armour of his men.
Output:
| [
"Singular"
] | task431-39b24f87bd634f38ac537493e5844a7e |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Nicola's perfume created a soft sweetness in the air, but that sweetness couldn't cover the taint of sulfur.
Output:
| [
"Singular"
] | task431-5180021cb7824b28a73610f8d9693c8f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: The judge turns the icy glare of the judicial system on me.
Output:
| [
"Singular"
] | task431-615c6ebb80d445bd989e21e5503a9769 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: Was your ex-boyfriend right about you having a cauldron in the basement back in Montana or is this soulless you a newer addition ? "
Output:
| [
"Singular"
] | task431-428c35e4f31b43ddba273e41821d889d |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " I don't see any allergic reactions.
Output:
| [
"Plural"
] | task431-034f58878aab422298583c15d1a63e5f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I can hear her yawn.
Output:
| [
"Singular"
] | task431-2df489e985304c2e8ce89fa8eb119f94 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " Follow my instincts.
Output:
| [
"Plural"
] | task431-a1135ef8f51b4aa1b36ec769665c5e78 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She experienced opulence at a level well beyond her imagination.
Output:
| [
"Singular"
] | task431-857b4d268b684d59a043da30a9b0b416 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I can't see auras anymore, but I can feel emotions.
Output:
| [
"Plural"
] | task431-0f6f44c4911a48e59ad5d2b03b4fd869 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: She's out rounding up supplies with Charlie right now.
Output:
| [
"Plural"
] | task431-8b5028d9dc66457e8a4d5127964b9974 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: You could see his biceps bulging underneath that thin little suit.
Output:
| [
"Plural"
] | task431-efffb277998f41b8a43272d6d590b2d2 |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: I missed classes on Monday, Tuesday, Wednesday and Thursday.
Output:
| [
"Plural"
] | task431-3fea4083d25249b080951fb7953e917f |
Definition: In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
Positive Example 1 -
Input: They both let out relieved breaths at the doctor's words.
Output: Plural
Positive Example 2 -
Input: He signaled the bartender and ordered one more drink.
Output: Singular
Negative Example 1 -
Input: I collect my painting supplies.
Output: Singular
Negative Example 2 -
Input: I saw the ramp leading back toward the surface.
Output: Plural
Now complete the following example -
Input: " In the winter of 1973, I saw a one-page memo summarizing the nicotine study from the 1930s.
Output:
| [
"Singular"
] | task431-5875327eec7c41ca8b21ccabd4c384ec |