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: A riding surfer a wave in the ocean
Output:
| [
"(2, 3)"
] | task089-14b8d3fe6ae147a18770e9435608f76a |
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 stuffed riding animal on the back of a motorcycle
Output:
| [
"(3, 4)"
] | task089-61e460e898df4c4a8246b202757fd1f3 |
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 BRICK TOWER WITH A BIG CLOCK IN THE OF MIDDLE IT
Output:
| [
"(10, 11)"
] | task089-720ee99f3cec42aa99f5e52208c8a4e6 |
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 with a hoodie talking on a phone cell
Output:
| [
"(9, 10)"
] | task089-ec7cf575c22b477a80c96a594e7e200c |
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 hand preparing food on an pan oven
Output:
| [
"(7, 8)"
] | task089-55dd85cc9233445dbcbc81aa6794e6df |
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: airplane An is flying over a bicycle rider
Output:
| [
"(1, 2)"
] | task089-45a585e8e0cd4d11b736048855668801 |
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 tower large like building that has a clock on it
Output:
| [
"(2, 3)"
] | task089-964e8c70e1a14aeb9bd770211415ac51 |
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 digital clock on a bus can be above seen peoples heads
Output:
| [
"(9, 10)"
] | task089-9c89531a75dc49fb9f25ea86910d3fbb |
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: tables Various covered in laptops next to a display
Output:
| [
"(1, 2)"
] | task089-06840a1b333d4a87a5d6343f6e32e352 |
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 child smiling viewing a plate of pink frosted donuts
Output:
| [
"(2, 3)"
] | task089-8b47bc6c931f4a7b865da8935dd07574 |
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 child on sits top of a bunk bed
Output:
| [
"(4, 5)"
] | task089-e478fc2ec2a44dc99203f58f5b4942cd |
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 variety of beanie babies hangs suspended the from ceiling
Output:
| [
"(8, 9)"
] | task089-aea60a12a926433a809345508f8ddbb7 |
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 guy is speaking front in of a large crowd
Output:
| [
"(5, 6)"
] | task089-00c0d5d6014c4290ac1cb7058c563e32 |
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 standing around TV screens
Output:
| [
"(1, 2)"
] | task089-95548c657ed34002afa0d5e93c87759e |
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 tall giraffes stand a around yellow SUV
Output:
| [
"(5, 6)"
] | task089-e15f0c52e23b4431955ea708f6edf0ed |
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 hotdog in bun a has too much mustard
Output:
| [
"(4, 5)"
] | task089-d417a532360a4bc68b57a90c6e5331e3 |
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 boy small is pointing toward the sun
Output:
| [
"(2, 3)"
] | task089-608ffaf66d1942ee991b3db8248f3aff |
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: Words on a back of a bike seat hero read
Output:
| [
"(9, 10)"
] | task089-1e5d09d9f40149c98f3c0984910057c4 |
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 something gray and white in microwave the
Output:
| [
"(8, 9)"
] | task089-507baab2cf7f496085ff4ab530455fae |
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 that light is red waiting to change colors
Output:
| [
"(3, 4)"
] | task089-6f5b8ef9d4ac4c73be546108021d5c3e |
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 with woman her mouth open and holding a frisbee in her hands
Output:
| [
"(2, 3)"
] | task089-81ea1ee33ec3439380b337b13782e281 |
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 metal clock sitting on a peer the over ocean
Output:
| [
"(9, 10)"
] | task089-ed1efafa9210461a8660a331c08f23d5 |
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 disk with a laptop on it with a chair matching
Output:
| [
"(10, 11)"
] | task089-1d0c0e8e37fa46be81ba48c4d3990d91 |
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 in overalls thats painted yellow is holding a banana
Output:
| [
"(1, 2)"
] | task089-64303e58358740849eb98cfcc46a4eeb |
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 train going down the track is on Quincy beside and a large building
Output:
| [
"(10, 11)"
] | task089-55e7dc3c12ff406f9a4c2dc4726b0a3e |
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: train A that is sitting on a rail
Output:
| [
"(1, 2)"
] | task089-e524e2baa86f4121b74541d4001ae78e |
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 a in tie smile for the camera
Output:
| [
"(3, 4)"
] | task089-0e03625039f14a0b90619e670c436493 |
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 with dinner a tray at a red table is smiling for the camera
Output:
| [
"(4, 5)"
] | task089-cfc6f23b510645df9060905608cb2d08 |
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: Guy with a apron on putting the toppings on pizza a
Output:
| [
"(10, 11)"
] | task089-83b8a2c858e242e384e7a04a46c29b10 |
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 pair scissors of near objects
Output:
| [
"(7, 8)"
] | task089-a9e91b46f1c04ea89900db72b0e2e612 |
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 child holding a onto kite string on the beach
Output:
| [
"(4, 5)"
] | task089-6ccf18adbdd4454cb3f296ab8108c480 |
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: bathroom A has blue guard rails by the toilet
Output:
| [
"(1, 2)"
] | task089-bdaed170d50046e2bef9627729a90e4e |
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 at a eating table pizza
Output:
| [
"(7, 8)"
] | task089-cad8eebb20844df59cf1fdebc0d598b0 |
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 little suitcase has that clothes inside of it
Output:
| [
"(4, 5)"
] | task089-291ba072ea89469ab59746c953ac6e13 |
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 a to draped horse
Output:
| [
"(5, 6)"
] | task089-908b5331b2784112a7cb9c97736e8dbe |
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 with cathedral a clock tower next to a sky scraper
Output:
| [
"(2, 3)"
] | task089-4d1aa42df56641c6a086359f247d715c |
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 horse eating is the grass from under a wire fence
Output:
| [
"(3, 4)"
] | task089-0d57a2fc43d34025a8ee65619b13223a |
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: clock A is built between large pipes on a structure
Output:
| [
"(1, 2)"
] | task089-f68a37df2c62483d8504385cc87d3d0c |
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: Scissors being used on a persons eye in photos four
Output:
| [
"(9, 10)"
] | task089-b2f491036a2f4b819bf88aef628267cb |
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 pair of and red white benches on a stone floor
Output:
| [
"(4, 5)"
] | task089-4af63d5c9b084762b66f6ce62825f6f9 |
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 clean bathroom with a white toilet and bath black mat
Output:
| [
"(9, 10)"
] | task089-c8435e5cc01442bca6d0f061922ae400 |
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: stop A signs sits against a blue cloudy sky
Output:
| [
"(1, 2)"
] | task089-bef3e618d5d647458842a86c4ae15386 |
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 bird drinking water in a water hung bottle outside a window
Output:
| [
"(8, 9)"
] | task089-1702e2ce53c94cd7bd70fecccf9f1ce4 |
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 ancient grandfather clock with angels at the top is display on
Output:
| [
"(11, 12)"
] | task089-2b50c9da230d4bafba84dcc87e3afcaf |
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 standing on object an in a room
Output:
| [
"(5, 6)"
] | task089-feda36f88d8346fc9d2c9a9f5059d6e5 |
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: kitten A standing inside of a metal basket next to a cat igloo
Output:
| [
"(1, 2)"
] | task089-c0d9ea5742d14832930a2677457e3de4 |
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: trains Two are travelling down the tracks parallel to each other
Output:
| [
"(1, 2)"
] | task089-fd6236ca5f1b445ca947a903ba461c1f |
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: decorated a analog clock attached to a wall
Output:
| [
"(1, 2)"
] | task089-c7f9ee1688444b908f1d5eac14c6742c |
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 red bus on city a street
Output:
| [
"(6, 7)"
] | task089-5e76bad27a80452b8c783138c7807053 |
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 sitting at a dinner with table wineglasses in front of them
Output:
| [
"(6, 7)"
] | task089-c4034e32442747e3aa34a8457c698121 |
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 that is a getting bath in the sink
Output:
| [
"(5, 6)"
] | task089-1bed69a10156423ba0fc1e5e5759bc33 |
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 giraffes in a barren fenced area in
Output:
| [
"(7, 8)"
] | task089-aaf1a70ff7ff4ad4b5268e0b3d3b34a1 |
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: buses Two are parked in front of a tall building on a city street
Output:
| [
"(1, 2)"
] | task089-49e7c090e0d9467bb9b98a41c0a50ef5 |
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 his trunks swimming is jumping for the Frisbee
Output:
| [
"(5, 6)"
] | task089-b87fedb7953d4d7bbb53ceb30893ba41 |
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: very A nice looking rest room with a bright window
Output:
| [
"(1, 2)"
] | task089-2da8a7f993104ef796434b9a3ac3ddf3 |
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 bunch luggage sitting outside a building
Output:
| [
"(2, 3)"
] | task089-bf99195ff62048b9b19c5014f33ac379 |
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: cat A is laying on top of a dryer
Output:
| [
"(1, 2)"
] | task089-741a8a77033c457daca5e60b5abb3cd4 |
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 Bear Teddy and a big glass of beer
Output:
| [
"(2, 3)"
] | task089-63f7d908d30a4399b277cad26ad2a49f |
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 cats that are on sleeping a bed
Output:
| [
"(5, 6)"
] | task089-15ce2a1e2da8430fb0a586dd98bb8e0d |
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 standing baby in front of a tv stand holding a remote
Output:
| [
"(2, 3)"
] | task089-380ac469c37d49c58d9ac50eeb2757fe |
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: is there a male skier riding down a hill
Output:
| [
"(1, 2)"
] | task089-e0465480c8a04108ab2da299cb508f99 |
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 room with a lamp bed telephone and a picture frame
Output:
| [
"(5, 6)"
] | task089-3d301d8eb8b74087badf4c7b23e568be |
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 light that is on between mirrors two
Output:
| [
"(7, 8)"
] | task089-34e532a9d6a5424795b0cbec35e84bd9 |
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 guys that have emt equipment
Output:
| [
"(2, 3)"
] | task089-0dff762eaacd41b9bc8ec2fac7194655 |
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 red fire hydrant is beside two vending newspaper machines
Output:
| [
"(8, 9)"
] | task089-0aede12f44e54467aa89f1b1d334b3b6 |
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 swim is suit holding a multicolored umbrella and sitting on the back of a car
Output:
| [
"(6, 7)"
] | task089-ecd87cf041744d63a2ef9ebaaa850e89 |
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 hitting a ball soccer with the top of his head
Output:
| [
"(5, 6)"
] | task089-de7184493bc8402b995841ff813bf4e3 |
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 number large of bananas for sale on a table
Output:
| [
"(2, 3)"
] | task089-a087d57bdfab4339b5309d92cec6b29c |
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 ridding person the waves on a surfboard about to wipeout
Output:
| [
"(2, 3)"
] | task089-d45c2e3320bd464aa03656c1ee71b4a0 |
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 bear is standing on its hind legs in a grassy field and looking is at another animal
Output:
| [
"(14, 15)"
] | task089-ecaf6c3a7fa843c3bc2835c30b340f0d |
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 is elephant looking on while possibly enjoying feeding time
Output:
| [
"(2, 3)"
] | task089-bdea8bb6addb4e4a804558c779f113e9 |
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 giraffe stands underneath tree a in the grass
Output:
| [
"(5, 6)"
] | task089-8f49237b12654800872512d1147b1d6c |
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: white A ceramic cup sitting on a coaster
Output:
| [
"(1, 2)"
] | task089-ac680ee271984d0eae528efe7b573cd5 |
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 some in bats his hands
Output:
| [
"(6, 7)"
] | task089-cbeaf8073c834b62b3d8ba94fcdd9fa3 |
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 teenager wearing a and suit a tie
Output:
| [
"(5, 6)"
] | task089-14430f71c7764ee0869741e6b8717eeb |
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 apink passing shirt an old shop in a market
Output:
| [
"(5, 6)"
] | task089-6afbb92474634b0c961fae59c821d9b6 |
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 woman an holding enormous sprinkle covered donut
Output:
| [
"(3, 4)"
] | task089-ba685a8e8ad14c04a916dd70f5eafbac |
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 cars buss and in on the street
Output:
| [
"(3, 4)"
] | task089-e595bdc030bf423da40f192f57bc6f4d |
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 Big Ben clock tower in London has England the flag on it
Output:
| [
"(9, 10)"
] | task089-b510dae78ea6417ab10bb7cab9c96cc6 |
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 bushel of different vegetables near wood a wall
Output:
| [
"(7, 8)"
] | task089-19943504f9984f2b924de6b731a1d59e |
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: book A store with a display up for summer reading
Output:
| [
"(1, 2)"
] | task089-aab7271f5602404cbddfbe2ae867bc04 |
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 laptop on his leg while a doing task
Output:
| [
"(10, 11)"
] | task089-7c4c5980ead54816946dec47d0abe7a1 |
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 half covered a by blue sheet laying on their side
Output:
| [
"(5, 6)"
] | task089-e43fb3e94f88451ab51aee48c470a2f7 |
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 laying dog with its head on a pillow
Output:
| [
"(2, 3)"
] | task089-45bc70ce3cf649a1bebb32624bf552b2 |
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 clock attached tower to a brick building
Output:
| [
"(3, 4)"
] | task089-895f8f0f74cc477aa97cf21be8c356b7 |
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 grilled are breads and a bowl of fruits an granola
Output:
| [
"(2, 3)"
] | task089-1627deb614fc4c0bb0a7c6f52a240f98 |
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 riding on the backs horses of
Output:
| [
"(9, 10)"
] | task089-72059f40fd964a188dd985099e7dc019 |
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 street with corner a couple signals and a store called the Buttery
Output:
| [
"(3, 4)"
] | task089-15e1e610be394d5488009fd27235fc74 |
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 that is standing on a court has that a racket
Output:
| [
"(9, 10)"
] | task089-54455af79efe4a6bb2e9daf4752f8b38 |
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 player at standing home plate hitting his bat on the ground
Output:
| [
"(4, 5)"
] | task089-6a93ba778cb54701b49cba229e3c4ef4 |
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 surf on surfboard his in the water
Output:
| [
"(5, 6)"
] | task089-111b848e0475495799db03a164ccc636 |
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 holds an shaped umbrella like a jellyfish above the crowd
Output:
| [
"(5, 6)"
] | task089-3f06ce1da1304599b4aa56b50718364b |
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 owl his and protective coloring blend into the landscape
Output:
| [
"(3, 4)"
] | task089-fc298dcb4a774c52b936ec447ac92a6e |
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 brown bears lay in corner the of a huge cage
Output:
| [
"(6, 7)"
] | task089-23e6358013074c8cbc0b4e452ffd5b9e |
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 bunch of peoples feet sit in of front frisbe
Output:
| [
"(8, 9)"
] | task089-05d17d732a404c2087d5a37698abdba1 |
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: Colorful picture batch of of fresh carrots and cauliflower
Output:
| [
"(3, 4)"
] | task089-4e0b9335f7dc4caab74dd997effdfba9 |
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 giraffe standing underneath beautiful a rainbow in a cloudy sky
Output:
| [
"(5, 6)"
] | task089-58360fcfdcc040bd8d8fa0897ef37e33 |
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 boats floating in next water to a tall building
Output:
| [
"(7, 8)"
] | task089-6584da8f445d47c592777ee6b1f9e396 |
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 wooden table and chairs near in a kitchen counter
Output:
| [
"(6, 7)"
] | task089-9211f85cd07c406da34153ff72089145 |
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 black jacket eating a piece pizza of
Output:
| [
"(9, 10)"
] | task089-6ef788ca375d4983a6a88331dba4250f |
Subsets and Splits