input
stringlengths 749
954
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: man A sitting on a bench in a park feeding pigeons
Output:
| [
"(1, 2)"
] | task089-a7457db0b8d547e4b95588162748b55d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Black cats on a shower curtain a in bathroom
Output:
| [
"(7, 8)"
] | task089-62e6f178e5a843ae8ff6b83ad2e2d04a |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A tennis player in white prepares to the hit ball
Output:
| [
"(8, 9)"
] | task089-40ef23a29e6f4ac9bb524b6fac410fb8 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man in a red hat by walks with a multicolored kite
Output:
| [
"(7, 8)"
] | task089-c63385dfaae8477e82d7b68314e97222 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a girraffe standing up with people walking the outside gated area
Output:
| [
"(8, 9)"
] | task089-4efdb59c372b4cbf82f66cc93c539428 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A black and white cat sticks its in head a glass
Output:
| [
"(8, 9)"
] | task089-3f832e141b1d4d83a8f3edf5ad632f61 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: People are playing baseball on baseball a field
Output:
| [
"(6, 7)"
] | task089-e68dae67519743d3ad2f860b6473f076 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a man a holding bag above some kids
Output:
| [
"(3, 4)"
] | task089-831308d5669d48e8bf14fa74d682c82e |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: some male skateboarders skating down a one sidewalk has a camera
Output:
| [
"(7, 8)"
] | task089-56191956f2224b4fb4a440db859bb782 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A yellow fire hydrant sitting on side the of a road
Output:
| [
"(7, 8)"
] | task089-f5931e2dbc3146f7934587b5adc7f506 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: cowboy A rides a horse down a city street
Output:
| [
"(1, 2)"
] | task089-9585a4b5740647de9e3a09f3b2d3e0c1 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A bedroom has curtains yellow and yellow striped walls
Output:
| [
"(4, 5)"
] | task089-344cc66346914448b4e691310df37745 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two small children are in skiing the snow
Output:
| [
"(5, 6)"
] | task089-007db163190049098e32a91b3b391528 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: I am unable to see image an above
Output:
| [
"(6, 7)"
] | task089-c3ad1a94a880429ba8d81fc0975c5a6c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A snowboarder doing a trick in the over air the snow
Output:
| [
"(8, 9)"
] | task089-d9ac020b63174be5a93569219f30d726 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A brown white and dog standing net to grass
Output:
| [
"(3, 4)"
] | task089-7c37bd7abe4f48a5b2634bf7304e16c4 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a traveling train next to a railway platform
Output:
| [
"(2, 3)"
] | task089-22e405403e304ecbb5a609ed24f10067 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A black white and dog playing with a pair of scissors
Output:
| [
"(3, 4)"
] | task089-c23032726c034a8caf0a39c903036fa2 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A table set for breakfast with tea an two with plates eggs and sausages
Output:
| [
"(10, 11)"
] | task089-2bff786c4b0a4b73812c6c34f26c0407 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A cat sitting on a scooter below parked a window
Output:
| [
"(7, 8)"
] | task089-b1857fcdfbcd4057bb28ec097c740437 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man on a beach getting to ready fly a large kite
Output:
| [
"(7, 8)"
] | task089-b3d71706f54c49d4b602030d3c847687 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A firefighter removing the caps off a of fire hydrant
Output:
| [
"(7, 8)"
] | task089-661d38936ecc4b87a24a855b6d990d04 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A bed has its covers back pulled in a dark room
Output:
| [
"(6, 7)"
] | task089-bc64492b49bc49009085d2ac2caad9d4 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A traffic light below sitting a snow covered hillside
Output:
| [
"(4, 5)"
] | task089-43e548f7646848f09ac70f9883b0e32e |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Girl in glasses holding a hotdog with fries in tray her
Output:
| [
"(10, 11)"
] | task089-a2ce67fb728e429ea7b2708222285749 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man is working with bale a of hay in a brown field with cows
Output:
| [
"(6, 7)"
] | task089-9313db3dbb8e41e79b38c58a9103328d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man standing next to a woman as they stand bikes near
Output:
| [
"(11, 12)"
] | task089-1546021eeb274babaa15bde541aa23a4 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: an image of a moped sitting side out a hazard area
Output:
| [
"(7, 8)"
] | task089-b267e98ff67d4b6ca7627d4012ceeec6 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: An older man on beach a throwing a Frisbee
Output:
| [
"(5, 6)"
] | task089-d4d75aaacca24c90895735c804d928d0 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a close of up a person in front of a refrigerator with its door open
Output:
| [
"(3, 4)"
] | task089-a4d76a87852c479d8fee679741b5d1a7 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A young man skate down boards a set of stairs
Output:
| [
"(5, 6)"
] | task089-ccc973518ecb4c7091de132c7ac6dc42 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a yellow school bus an show emergency door behind
Output:
| [
"(5, 6)"
] | task089-adb2ad6c52de45cf9262700191dffc7f |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Residential sink kitchen with variety of dirty dishes ready for cleaning
Output:
| [
"(2, 3)"
] | task089-3a20a9714da244a8b5a8030215f007f4 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two benches with the coming sun down on them
Output:
| [
"(5, 6)"
] | task089-2565f619e2d34c5eb6531512114acd21 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A black and white of picture a city sidewalk
Output:
| [
"(5, 6)"
] | task089-a79ff4588f6143c1aeea88cf3c45c47d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a baseball in pitcher his uniform is throwing a ball
Output:
| [
"(3, 4)"
] | task089-09b8dbe7dae340d68a73c9f3bd6567c9 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A men dressed in black casual sits on a bench
Output:
| [
"(5, 6)"
] | task089-00a6b60eae6f43b58f5364df81e3d220 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Man wading into the with surf a surfboard
Output:
| [
"(5, 6)"
] | task089-d443d4871bc149abaf0f211be4cf0e30 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man riding a surfboard the in ocean
Output:
| [
"(6, 7)"
] | task089-58ffaab742714b1fbf4c911fdc05dcb9 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A on person a skateboard on a street
Output:
| [
"(2, 3)"
] | task089-0ca00388e5c548098809610d7646f04d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: group a of people gathered in a living room
Output:
| [
"(1, 2)"
] | task089-97965d1eb0c74e6389965added448d8e |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A that man is standing on skis in the snow
Output:
| [
"(2, 3)"
] | task089-ab1f527a045d4896b30891b8463f3694 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: yellow A refrigerator and a clutter of cleaning supplies
Output:
| [
"(1, 2)"
] | task089-c95eedf313d742d8abfe681d751b1d08 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A gray parrot sitting on girls a hand
Output:
| [
"(6, 7)"
] | task089-16c127647a344df9929ba15b5a5fe137 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A woman in a field getting ready to a fly kite
Output:
| [
"(9, 10)"
] | task089-3236e2147b414d71bb4ab7dab5b968aa |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two giraffes adult and a baby giraffe are standing near each other
Output:
| [
"(2, 3)"
] | task089-e6c982ddcbd6453bbd136db0a648200c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man playing game a of tennis and people in the crowd watching
Output:
| [
"(4, 5)"
] | task089-5931c933116f455d8cda0e6d0d393d06 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A teddy stuffed bear and dog wearing a pink ribbon
Output:
| [
"(2, 3)"
] | task089-64f0868cc07c4abeaddb5b53471612b2 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two having children a picnic in a park eating salad and pizza
Output:
| [
"(2, 3)"
] | task089-e5322037b12e42c4a3de9b0564c0342f |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A large brown bear standing next a to wire fence
Output:
| [
"(7, 8)"
] | task089-6b96076bc90846c28e7da70c7be46e06 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Lots of people posing a for photo at a social gathering
Output:
| [
"(5, 6)"
] | task089-aa0b060a69284f6395e1f67ea13371e9 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: table The has travel type items on it
Output:
| [
"(1, 2)"
] | task089-d7c33ae6dec6457dbb1f1be5bb7ea727 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A person riding a wave a with surfboard
Output:
| [
"(6, 7)"
] | task089-354c441217614f9ca01be385a108e68a |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A skier is standing beside rack a of skis and snowboards
Output:
| [
"(6, 7)"
] | task089-035f48c8f979408fb68d215c2b8eb133 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: The of head several broccoli stalks gathered together
Output:
| [
"(2, 3)"
] | task089-c35fdeb14afa47928703f6dcb9d49505 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A woman away leaning from a horse that came near her
Output:
| [
"(3, 4)"
] | task089-ebc91b3191d245f69d3e9e4e79f5189b |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A woman shown is wearing trousers suspenders and a tie
Output:
| [
"(3, 4)"
] | task089-198bb653d0b94339ba7010b41b7efd8c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A group of people hiking up a with mountain skis on
Output:
| [
"(8, 9)"
] | task089-1d1cb1f718284abcbcb893144c0a7b91 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Many people are skiing and standing on snow the
Output:
| [
"(8, 9)"
] | task089-7f2ebe9907a34b79ab5a1a56e9b84a40 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A fence street and street sign depicting people hands holding and walking
Output:
| [
"(9, 10)"
] | task089-d6d60a78dbf9474da00c14f9d308a42c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: young A man walking along a river bank near a woman riding a surfboard
Output:
| [
"(1, 2)"
] | task089-010ed60455e94d59b8aab3585864f888 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two people sit on a bench with a cat this in animation
Output:
| [
"(10, 11)"
] | task089-5ddb988857974f9c95a65c8e9a6c9801 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A person on a blue motorcycle next green to field
Output:
| [
"(8, 9)"
] | task089-ba09e958c24e43d7a1ca50f9736f1ab8 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A sitting woman in the snow with a snowboard on her feet
Output:
| [
"(2, 3)"
] | task089-a0d9f7bcb4ac4747844b40534ef49c2c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A parking meter is next to wires white
Output:
| [
"(7, 8)"
] | task089-852f85e2249c4ff7bd11bd2768fd6858 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A bride and groom walking down the steps with rice in air the
Output:
| [
"(12, 13)"
] | task089-9905e5c0b52a454b84e0778f99f74581 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A group of sheep are that standing together
Output:
| [
"(5, 6)"
] | task089-db73f59f17574688b3f50f6ac5958f5e |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a woman by standing the road with a suitcase
Output:
| [
"(3, 4)"
] | task089-daf2960cc86f4eeea4a759ceb7845567 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two people with wool caps sweaters and play in the snow surrounded by snowboards
Output:
| [
"(6, 7)"
] | task089-1ef8c64423114717907d0f7f9866bcdc |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A MEETING PLACE WITH A BENCH A AND TABLE FULL OF PAMPHLETS
Output:
| [
"(7, 8)"
] | task089-3c48e7ef65bb4e508a43fbba924443c5 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Three men walk down a brick walkway outside building a
Output:
| [
"(9, 10)"
] | task089-2ca8d88344dc4e24a52642292403075d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Kitchen and refrigerator various with magnets on door and book shelves
Output:
| [
"(4, 5)"
] | task089-9386ef1d048d4cb7982d34cb2049aaa3 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A colorful truck drives down the street in foreign a country
Output:
| [
"(9, 10)"
] | task089-4c2768d15d52446b93cd79fae5556d10 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Group of people sitting on or standing around bench holding all frisbees
Output:
| [
"(10, 11)"
] | task089-7ff2a104894d4e2b8d7e7280dfc8b588 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a woman sitting on a next bench to her bike
Output:
| [
"(6, 7)"
] | task089-fe0ecca8991c49c29a9f92f7e5130de8 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A has refrigerator magnets on the front of it
Output:
| [
"(2, 3)"
] | task089-feaa747fab774992be169f6b41e8426d |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A woman playing with Frisbee a on the beach
Output:
| [
"(5, 6)"
] | task089-57694b4fd06a400bb834ddbb725882fe |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A motorcycle police leads officer a parade on a sunny day
Output:
| [
"(4, 5)"
] | task089-4cf4b2d708b24c999dafce01ccd426c2 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: person A on a surfboard in the water
Output:
| [
"(1, 2)"
] | task089-5981c86ae5474224b5198ef4b43e5867 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Red yellow and train compartments near overgrown grass
Output:
| [
"(2, 3)"
] | task089-002cf6abc7aa4a01a0d21e2e7cb87b23 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: man A is holding a piece of cake on a small plate
Output:
| [
"(1, 2)"
] | task089-5086413b7b9a4f10a98e3d6dac912aea |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Three people are skiing on a mountain snowy
Output:
| [
"(7, 8)"
] | task089-558ddb4ef68a49f08fdfc60035fa629f |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man holding a of pair scissors in a room
Output:
| [
"(5, 6)"
] | task089-99f57a732ebf42988a31fa61fc8d36bd |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A kid that is playing game a of tennis
Output:
| [
"(6, 7)"
] | task089-397be9fb09f64dfe9b6011550501678c |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A dog standing on of top a wave covered beach
Output:
| [
"(5, 6)"
] | task089-22ab08ab290745ae82c1848bfdb14c94 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: an image of a kitten that looking is out the window
Output:
| [
"(7, 8)"
] | task089-b7d79bb656e24c25be1845918c669d04 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a man that has his on hand a train on a track
Output:
| [
"(6, 7)"
] | task089-684645a42a144c35a1c9191fcb11b8fe |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Flower arrangement a in ceramic pot sitting on a counter
Output:
| [
"(3, 4)"
] | task089-7a2f064de7e0410cbd86bb5fa720ebc8 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a close up of a animal stuffed near car pedals
Output:
| [
"(6, 7)"
] | task089-8341dd46268e4226b1f5f51a1ba16d1a |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A man that is on a with motorcycle a black helmet
Output:
| [
"(7, 8)"
] | task089-d6b03452a31e4e59822b52868c69d59f |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: a of couple people holding an umbrella
Output:
| [
"(2, 3)"
] | task089-5c7ccd1908664790bfe35b36df1e04ed |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two men young setting on a bench at the mall one is on a cell phone
Output:
| [
"(2, 3)"
] | task089-a1f3ab7de65e48a69d2e2620c3e430c9 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: four sitting boats together in some bright blue water
Output:
| [
"(2, 3)"
] | task089-12d254f3f50f4d678aa3ac048cb9e81a |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: young boys are skiing in the with snow helmets on
Output:
| [
"(7, 8)"
] | task089-ff510569660b46d6995f15bdb28c603a |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Conventioneers play a video game to relax for a few between minutes presentations
Output:
| [
"(11, 12)"
] | task089-d833c97d69ff46ee9eec2011773bf544 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: Two people playing in frisbee a large grassy area
Output:
| [
"(4, 5)"
] | task089-b339bf3d5b0743dbb2ec96a860c3c983 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A piece of cake sitting on a with plate a cup of milk to the side
Output:
| [
"(8, 9)"
] | task089-955a23453e674524896ac0106872cc53 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A person riding a in surfboard large waves
Output:
| [
"(5, 6)"
] | task089-7d19e7ef72924d81ad096ddfd0377639 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: A bathroom a toilet white and sink and wooden cabinet doors
Output:
| [
"(4, 5)"
] | task089-d2a1fffccb304003bb000754b8f3b735 |
Definition: In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the index of first word is 1.
Positive Example 1 -
Input: I a am professional dancer.
Output: (2,3)
Positive Example 2 -
Input: I want buy to tomatoes.
Output: (3,4)
Negative Example 1 -
Input: Physics is a difficult very subject.
Output: (2,3)
Negative Example 2 -
Input: A large with wave some people on surfboards
Output: wave, with
Now complete the following example -
Input: there is a man walking in the street a holding umbrella
Output:
| [
"(9, 10)"
] | task089-57dc9e5189564e9db71582cbbd587624 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.