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 bedroom with two windows a and dresser a bed
Output:
| [
"(7, 8)"
] | task089-1c5b6b47c2ca40c68dd8729df3f39ad6 |
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 two passenger airplane that red is and white stripped
Output:
| [
"(6, 7)"
] | task089-420a71f4c83e443bbcca43e16aa6b1a4 |
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 tourist is family riding an elephant in the woods
Output:
| [
"(3, 4)"
] | task089-68ca5c364aa441d396132e04ddeb86fc |
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 tall blue sitting crane next to a tall building
Output:
| [
"(4, 5)"
] | task089-ff9e3083fb4549179ec38f73782fcc2f |
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: giraffe a standing outside doing a silly pose
Output:
| [
"(1, 2)"
] | task089-c53640107cd64d14bc74573ee4c7038a |
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 plate of broccoli white and rice vegetables
Output:
| [
"(8, 9)"
] | task089-71a3063d6ae54348b677e09b87279963 |
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 at skate a park doing stunts
Output:
| [
"(4, 5)"
] | task089-c1f2a4f224304c659792a094f356c7d9 |
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: vehicles Oversized can be a nuisance to other drivers on the freeway
Output:
| [
"(1, 2)"
] | task089-9fb1309eafbc459fb1add6ecceaaf911 |
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 couple of cows walking down dirt a road
Output:
| [
"(7, 8)"
] | task089-d55a354bdc34448dbef503d34a1e269e |
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 children playing video games
Output:
| [
"(1, 2)"
] | task089-ce2203a4942040c58de7b5081de7ed8d |
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 front an airplane with two engines and propellers
Output:
| [
"(2, 3)"
] | task089-f3b60e394cd84df1ae6e1fbcc2f8b13c |
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 cell phone mascot standing is on the street handing out promotional info about a new blackberry phone
Output:
| [
"(5, 6)"
] | task089-2156346963884133afbfb9414f3c3818 |
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 an is empty bench by some trees and flowers
Output:
| [
"(2, 3)"
] | task089-8efac6a9d89c4d749c4cc4cdf3737139 |
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 a in grassy field playing frisbee
Output:
| [
"(3, 4)"
] | task089-ebbfac5031e64b08b5be56e86446cb18 |
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: couple A of woman standing with a man with a tie
Output:
| [
"(1, 2)"
] | task089-13cf1f233dd04610a618316e5674c33e |
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 plane commercial flying in blue skies
Output:
| [
"(3, 4)"
] | task089-a3542e2cee664028958f2730cf0fa1d6 |
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 Two are sitting in the back of a long boat
Output:
| [
"(1, 2)"
] | task089-d3badbddaa014f5290284d2c8a7457c2 |
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 on a green piece of grass next to road a
Output:
| [
"(13, 14)"
] | task089-40fd882a810e401a97d80015004d3514 |
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 couple stands proudly their before new truck
Output:
| [
"(5, 6)"
] | task089-003234db22444c0b8c05c2c008adf98a |
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 video system gaming with accessories and controllers
Output:
| [
"(3, 4)"
] | task089-81b59b3f44c84e46befb4b96ad832413 |
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 rides a bike past construction workers on a busy street
Output:
| [
"(1, 2)"
] | task089-cf4de01443ed488fbc27c99898ec0d3b |
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 girl laying in a bed full pillows of of different designs
Output:
| [
"(8, 9)"
] | task089-870b4e146a72439a9b9727460246fc92 |
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 white cat standing on a table next to man a holding a broken vase
Output:
| [
"(10, 11)"
] | task089-fe613a7a8a104524943bfab4eec07e8d |
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 naked baby on blanket a it smiling and playing
Output:
| [
"(5, 6)"
] | task089-17e706ac2a724a418cf100ae017e88b4 |
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 sink and lamp a in it
Output:
| [
"(7, 8)"
] | task089-d711ac4eb45245849ffe246e75b7e01d |
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 made bed up with yellow sheets is shown
Output:
| [
"(3, 4)"
] | task089-8ac0a5192ed24800b479fd7666681ce9 |
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 h bunch people of on a safari
Output:
| [
"(5, 6)"
] | task089-55d3d49b752e4f8e83f2dec590ad61fe |
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 sits in front of a door in an alleyway
Output:
| [
"(1, 2)"
] | task089-faf45c22fd2947e28c4b3c398ce9098e |
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 swimming mouse in a white toilet
Output:
| [
"(3, 4)"
] | task089-d87a4cca244541658c57cc4a1e7f983d |
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 tie and standing slacks in an open area
Output:
| [
"(7, 8)"
] | task089-5d985230d84c4ab6ac1842285bbe0d2e |
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 guys wet in suits and two surfboards
Output:
| [
"(3, 4)"
] | task089-feaf2aa3baa1433f8c374d2ce28f967d |
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 cute cat is reflected in a mirror
Output:
| [
"(1, 2)"
] | task089-ec9087477da541ae97c5b12ece02f492 |
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 compute on a desk in front of a window with shades the drawn
Output:
| [
"(12, 13)"
] | task089-c473216deba24d2abcd8755c7f66a0ec |
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 cars are parked on busy a street
Output:
| [
"(6, 7)"
] | task089-5080721ba86241dcb6fd0ea50694f341 |
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 using a cell phone standing while next to other well dressed people
Output:
| [
"(7, 8)"
] | task089-796cac854c914ccf80ff186862001540 |
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 nice furniture leather and a laptop
Output:
| [
"(5, 6)"
] | task089-004bf64831ff4b2e9336c012e3cb8d4d |
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 jetliner flying over a city a at low altitude
Output:
| [
"(8, 9)"
] | task089-c4aa605e85fc4776b79c3a1fea00c883 |
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 cake shaped like a horse with white frosting and candies decorative in different colors
Output:
| [
"(11, 12)"
] | task089-d4ad20fc64734f4b94021393e665bbd1 |
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 street signs one with the street name in two languages and the with other a cartoon police officer
Output:
| [
"(14, 15)"
] | task089-94b438977e02494994c393322bebce6a |
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 three birds sitting on top dirt of
Output:
| [
"(9, 10)"
] | task089-8267c4d664004025a39615cdab9ebad3 |
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 open laptop with several bottles glasses and nearby
Output:
| [
"(7, 8)"
] | task089-ce6944de6a8f4df1a1ad310fc5018712 |
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 couch coffee table lamp television clock and
Output:
| [
"(7, 8)"
] | task089-5af5f9746da54d74953870967a58d0e1 |
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 surfer is riding small a wave wearing board shorts
Output:
| [
"(5, 6)"
] | task089-b19e535eb86549f294f862921914ad31 |
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 male in a hat black and some other people behind him
Output:
| [
"(5, 6)"
] | task089-7844868fa0914a8a927c0d9bfa2691ec |
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 dog lying on bed a staring at the camera
Output:
| [
"(8, 9)"
] | task089-f9cb67acbbab48e482c7d0288ffaaac8 |
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 attempting put to a rug across an elephant
Output:
| [
"(4, 5)"
] | task089-e1994d788b0d42fa9fa2447d94db1870 |
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 long black dress and large black hat walking to next a child with a hat and walking down a tree lined paved sidewalk
Output:
| [
"(13, 14)"
] | task089-3e85f215f8cd49499c487519062bc74d |
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: Skiers near the top of a slope ski near ski lift
Output:
| [
"(7, 8)"
] | task089-05d676a87cb546978122b009f92e020c |
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 standing are in a parking lot
Output:
| [
"(3, 4)"
] | task089-ea6f621318e245328a31ab7a47a008c9 |
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 sits around a damp of area concrete
Output:
| [
"(9, 10)"
] | task089-a8ff81b5bbd74e32abce61860f09bdac |
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 kind of goulash in a with bowl a spoon
Output:
| [
"(7, 8)"
] | task089-a7204842ea6b439c8ec5aa96d8f27ac2 |
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 dinner with plate grilled veggies and some bread
Output:
| [
"(3, 4)"
] | task089-d0c92b99cbcf47578b83230c9378d9aa |
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 with a white toilet white and tub
Output:
| [
"(7, 8)"
] | task089-bc8440d1809c46a79372ee7b6485d412 |
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 zebra standing next to another in rolling the dirt
Output:
| [
"(7, 8)"
] | task089-1446a5eb1b4a48bfa04aa60328ca0c82 |
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 vase filled with purple yellow and pink flowers on a table
Output:
| [
"(6, 7)"
] | task089-239073d5071545beaabb52047c65801a |
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 kitchen takes a out pizza of the oven
Output:
| [
"(8, 9)"
] | task089-d9c60907073d4969acb65e70a7f41a29 |
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 a in room playing a video game
Output:
| [
"(3, 4)"
] | task089-7ba09f9e43634212a53cd57a4c59c680 |
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: this bathroom is painted and peach has wood cabinets
Output:
| [
"(5, 6)"
] | task089-da3ef808782b4d6db7e3842f777b5f00 |
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 sheep is a watching little kitten hiding
Output:
| [
"(4, 5)"
] | task089-8edade1b4873477a8741f236ecd27b97 |
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 adults sitting at a table in library the with laptops
Output:
| [
"(8, 9)"
] | task089-cf9d2f1858a04705bf24ddbc21ec11a1 |
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 flying woman down the side of a ski slope
Output:
| [
"(2, 3)"
] | task089-a5dd63b849bb44d4ae81e010edcf7d59 |
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 shooters of chocolate dipping with small food samples the in background
Output:
| [
"(10, 11)"
] | task089-c8cad1d0a1664bb4965a919783fe95b4 |
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 observe cows at base the of a hill
Output:
| [
"(8, 9)"
] | task089-343003916d114ddaa6b4c4f20e9f1d4a |
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 couple of surfers at the beach ready getting to surf
Output:
| [
"(8, 9)"
] | task089-9150ec0f8ca7447d876e418148bd6c16 |
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: beige A marble bath at a hotel with shower glass wall instead of curtains
Output:
| [
"(1, 2)"
] | task089-a2dacb532f5d4bd5a8b86213a0532142 |
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 Wii remote control being in held a plastic clamp
Output:
| [
"(6, 7)"
] | task089-b63420627ce94041ab9264f358ab1681 |
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 three people the in water petting a hippopotamus
Output:
| [
"(6, 7)"
] | task089-862cd85c4eb249139821c9ad703275a9 |
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 kitchen holding a milk carton with hands both
Output:
| [
"(11, 12)"
] | task089-89b74fc7beb042398a32e5b092db38af |
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 blue car parked in front of building a near a taller building
Output:
| [
"(8, 9)"
] | task089-5446432dfcec4bdc8eeb95a4f3fbf0a8 |
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 plate with some food on it next to coffe a cup and a glass of water
Output:
| [
"(10, 11)"
] | task089-5c592c38a47f4c0fab7c0f6c9991327c |
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 and black in horse murky water
Output:
| [
"(5, 6)"
] | task089-3f3330db3f5b422c90153e18f03769cc |
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 disembodied reaches hand toward a remote control
Output:
| [
"(3, 4)"
] | task089-b9ee4838159d4496a9b051d31a746c56 |
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 waiting the at subway station for their train
Output:
| [
"(3, 4)"
] | task089-4c0319aefd5c4dcebdc3cfbe52039f2d |
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 couple kids of are standing in a grassy field
Output:
| [
"(3, 4)"
] | task089-7aff061941254f32b04a39c0ac8159b9 |
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 four giraffe standing to next each other
Output:
| [
"(7, 8)"
] | task089-04e50e7ef69e457e9fd0a8b9924b0832 |
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: couch A and table in a small room
Output:
| [
"(1, 2)"
] | task089-06f5d3b531ab474da86987209ca75291 |
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 plate of food with rice brocolli and carrots other ingredients
Output:
| [
"(8, 9)"
] | task089-1995560b9cf84dd9b5f2d6b82e70cbba |
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 luggage cart is extremely overburdened by load its
Output:
| [
"(8, 9)"
] | task089-f170cc71e7cb484bb897e902886a84dd |
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 are some and herbs broccoli prepared for sale
Output:
| [
"(4, 5)"
] | task089-8aad7bcfdff6470591fd102382e8ee75 |
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: plate A topped with chicken and vegetables and breading
Output:
| [
"(1, 2)"
] | task089-db49cb03c94245dc8753067f85079211 |
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 couple bags of sitting luggage on the ground
Output:
| [
"(5, 6)"
] | task089-a3490424f7a24612a3c77c332e05dd85 |
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 city walkway area with people and standing sitting near a street post and buildings around the area
Output:
| [
"(7, 8)"
] | task089-44cbabf3c6004d8badf09e1ffbb08e22 |
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 tall building with a clock on top the
Output:
| [
"(8, 9)"
] | task089-190de7b446c34cc6b318776bcb6a7262 |
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 wearing females pads and helmets on skateboards
Output:
| [
"(2, 3)"
] | task089-4c59a9d1e1e64522aa9e4db55fc96bb0 |
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 that child has one foot on a skateboard
Output:
| [
"(3, 4)"
] | task089-94c00b969b194e7f8304720f6fa890df |
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 sits the on floor of an otherwise abandoned room in front of a large window
Output:
| [
"(4, 5)"
] | task089-8e7d488a8277428295c53c9dd0122ca5 |
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 suitcase is nestled in a pile of snow and containers plastic
Output:
| [
"(11, 12)"
] | task089-ef285427f2c144b09f3f0a69a7fe327e |
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 picture of tv a that is on a shelf
Output:
| [
"(4, 5)"
] | task089-dfb77575f562492a8ec509c56207b18c |
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 skateboarder performing a trick off a ramp in park a
Output:
| [
"(10, 11)"
] | task089-1e5c6754279f47daafb7f657406f072d |
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 tennis on a day sunny
Output:
| [
"(7, 8)"
] | task089-14785ef05d5044fb92c7d98175adbc74 |
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 holding his Presents Christmas while others look at their gifts
Output:
| [
"(5, 6)"
] | task089-1c143dc039f742c7a5b5fc38175bf5e5 |
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 woman in shorts is standing by beach the
Output:
| [
"(8, 9)"
] | task089-7677affaae174cbc94e0d01cd99d4a6c |
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: Grape tomatoes apples and onion an are on a table
Output:
| [
"(5, 6)"
] | task089-4321a6c372c34394ae30556420728ec6 |
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 elderly people sitting on bench a
Output:
| [
"(8, 9)"
] | task089-ba267ec600a24775ac0d17f4e824e0d6 |
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 bicycle next parked to a bench in a train station
Output:
| [
"(3, 4)"
] | task089-fd8eeebee5d741548fc449c220ac8b4b |
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 mid in air after a jump
Output:
| [
"(3, 4)"
] | task089-83283a0abe3a42898eba851c8f457246 |
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 player tennis getting ready to hit a ball
Output:
| [
"(2, 3)"
] | task089-283acf17691e473e971264f724172305 |
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 small boat is through speeding the ocean water
Output:
| [
"(5, 6)"
] | task089-5a6a36a544534c60a13b2244d147d5e2 |
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 small child is smiling while holding broccoli some
Output:
| [
"(8, 9)"
] | task089-219acc7c3d744bb6a12757e4271d6282 |
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 is standing a beside motorcycle promoting Serv Blood
Output:
| [
"(5, 6)"
] | task089-dd388f1c86b34f46a30fa53d8aaf1cb5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.